@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.wrapper {
  overflow: hidden;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.58s;
}
.header.scroll,
.header:hover {
  background: #276e51;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #276e51;
}
.header.scroll:before,
.header:hover:before {
  opacity: 1;
}
.logo {
  float: left;
  position: relative;
  margin-top: 18px;
  display: block;
  width: 452px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  float: right;
}
.navs > li {
  float: left;
  margin-left: 26px;
}
.navs > li:first-child {
  margin-left: 0;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 2px;
  color: #fff;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a:before {
  bottom: -1px;
}
.banner-box {
  position: relative;
}
.banner {
  position: relative;
}
.banner:hover .banner-prev.prev,
.banner:hover .banner-prev.next {
  opacity: 1;
  transform: translateX(0px);
}
.banner .swiper-pagination {
  position: absolute;
  left: 50%;
  margin-left: -640px;
  width: auto;
  bottom: 50px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 22px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #276e51;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-scolls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.banner-scolls i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: #276e51;
}
.numble {
  position: absolute;
  right: 50%;
  margin-right: -640px;
  bottom: 39px;
  color: #fff;
  font-size: 34px;
  font-family: "Helvetica";
  z-index: 10;
  line-height: 1;
}
.numble i {
  display: inline-block;
  margin: 0 8px 0 10px;
  font-style: normal;
}
.numble b {
  font-size: 65px;
  font-weight: normal;
}
.banner-prev {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  font-size: 65px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  font-family: "宋体";
  opacity: 0;
  transition: 0.45s;
}
.banner-prev:hover {
  color: #276e51;
}
.banner-prev.prev {
  left: 6.6666%;
  transform: translateX(-20px);
}
.banner-prev.next {
  right: 6.6666%;
  transform: translateX(20px);
}
.main {
  padding: 60px 0 75px;
}
.news-center {
  float: left;
  width: 67.96%;
}
.news-title {
  margin-bottom: 36px;
}
.title {
  float: left;
}
.title strong {
  display: block;
  float: left;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.title strong i {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
  width: 28px;
  height: 30px;
  background: url(../images/news.png) center no-repeat;
}
.title small {
  display: block;
  float: left;
  margin-left: 10px;
  padding-top: 10px;
  color: #276e51;
  font-size: 22px;
  font-weight: lighter;
  line-height: 1;
}
.news-more {
  float: right;
  padding-top: 14px;
}
.news-more a {
  display: block;
  float: left;
  margin-left: 25px;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
.news-more a:hover,
.news-more a.active {
  color: #276e51;
  font-weight: bold;
}
.news-more a:hover i,
.news-more a.active i {
  font-weight: normal;
}
.news-more a:first-child {
  margin-left: 0;
}
.news-more a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background: #276e51;
  font-family: "宋体";
  font-style: normal;
}
.news-tab {
  position: relative;
}
.news-items {
  display: none;
}
.news-items:first-child {
  display: block;
}
.news-imgs {
  position: relative;
  margin-bottom: 35px;
}
.news-banner {
  position: relative;
  float: left;
  width: 66.43%;
}
.news-banner .swiper-pagination {
  width: auto;
  left: auto;
  right: 17px;
  bottom: 16px;
  line-height: 1;
}
.news-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: 12px;
  cursor: pointer;
}
.news-banner .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #276e51;
}
.news-banner-item {
  overflow: hidden;
}
.news-banner-item:hover figure img {
  transform: scale(1.04);
}
.news-banner-item figure {
  position: relative;
  display: block;
  padding-bottom: 62.62%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-banner-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.news-fix {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding-left: 14px;
  background: rgba(0, 0, 0, 0.5);
}
.news-fix span {
  display: block;
  line-height: 40px;
  font-size: 16px;
  max-width: 75%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-img-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 31.95%;
  height: 100%;
}
.news-img-items {
  position: relative;
}
.news-img-items:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.news-img-items a:hover figure img {
  transform: scale(1.12);
}
.news-img-items figure {
  position: relative;
  display: block;
  padding-bottom: 62.815%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-img-items figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.news-img-items span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info {
  position: relative;
  padding-top: 20px;
  padding-bottom: 19px;
  display: none;
}
.news-info a:hover strong {
  color: #276e51;
}
.news-info strong {
  display: block;
  margin-bottom: 15px;
  max-width: 86%;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news-info time {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
}
.news-info p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-center-li li:hover .news-defaul span,
.news-center-li li.active .news-defaul span {
  padding-left: 0;
  font-weight: bold;
  font-size: 18px;
}
.news-center-li li:hover .news-defaul span:before,
.news-center-li li.active .news-defaul span:before {
  opacity: 0;
  visibility: hidden;
}
.news-center-li li {
  border-bottom: 1px dotted #bfbfbf;
}
.news-center-li li:first-child .news-info {
  display: block;
}
.news-center-li li .news-defaul {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 54px;
}
.news-center-li li .news-defaul:hover span {
  color: #276e51;
}
.news-center-li li .news-defaul span {
  display: block;
  position: relative;
  width: 77%;
  padding-left: 28px;
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news-center-li li .news-defaul span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: ">>";
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "宋体";
  transition: 0.44s;
}
.news-center-li li .news-defaul time {
  display: block;
  color: #999999;
  font-size: 14px;
}
.announcement {
  float: right;
  padding-top: 4px;
  width: 27.34%;
}
.announcement-title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  border-bottom: 3px solid #dae4e0;
}
.announcement-title strong {
  display: inline-block;
  position: relative;
  padding-bottom: 28px;
  line-height: 1.2;
  color: #276e51;
  font-size: 24px;
}
.announcement-title strong:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 3px;
  background: #276e51;
}
.announcement-title a {
  margin-top: 3px;
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.announcement-title a:hover {
  color: #276e51;
}
.announcement-title a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background: #276e51;
  font-family: "宋体";
  font-style: normal;
}
.announcement-list {
  margin-top: 17px;
}
.announcement-list li {
  border-bottom: 1px solid #e6e6e6;
}
.announcement-list li a {
  display: block;
  display: flex;
  display: -webkit-flex;
  padding: 20px 0 19px;
}
.announcement-list li a strong {
  display: block;
  margin-left: 32px;
  flex: 1;
  -webkit-box-flex: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  transition: 0.4s;
}
.announcement-list li a:hover strong {
  color: #276e51;
  font-weight: bold;
}
.announcement-data {
  width: 70px;
  text-align: center;
}
.announcement-data time {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  background: #276e51;
}
.announcement-data b {
  display: block;
  height: 29px;
  line-height: 29px;
  border: 1px solid #e6e6e6;
  border-top: none;
  color: #276e51;
  font-size: 16px;
}
.special {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
}
.special-title {
  position: relative;
  margin-bottom: 32px;
}
.special-title strong {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}
.special-title a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.special-title a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.special-title a:hover,
.special-title a.active {
  color: #fff;
}
.special-title a:hover:before,
.special-title a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.special-list li {
  float: left;
  margin-right: 1.8666%;
  width: 23.6%;
}
.special-list li:nth-child(4n+4) {
  margin-right: 0;
}
.special-list li figure {
  position: relative;
  display: block;
  padding-bottom: 47.194%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.45s;
}
.special-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.special-list li:hover figure {
  transform: translateY(-10px);
}
.companys {
  padding: 60px 0 52px;
}
.company-list {
  display: flex;
  display: -webkit-flex;
  display: flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.company-list li {
  text-align: center;
}
.company-list li a {
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 5px;
}
.company-list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #276e51;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.company-list li a:hover,
.company-list li a.active {
  color: #fff;
}
.company-list li a:hover:before,
.company-list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.company-list li a:hover b {
  transform: translateY(-6px);
}
.company-list li b {
  display: block;
  margin: auto;
  position: relative;
  width: 65px;
  height: 60px;
  transition: 0.38s;
}
.company-list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.company-list li span {
  display: block;
  margin-top: 25px;
  line-height: 1;
  color: #276e51;
  font-size: 20px;
}
.footer {
  background-position: center;
  background-size: cover;
}
.footer-tops {
  padding: 28px 0 26px;
}
.footer-lefts {
  float: left;
  width: 80%;
}
.footer-navs {
  margin-bottom: 48px;
}
.footer-navs li {
  float: left;
  padding: 0 11px;
  border-right: 2px solid #fff;
}
.footer-navs li:last-child {
  border-right: none;
}
.footer-navs li:first-child {
  padding-left: 0;
}
.footer-navs li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.footer-navs li a:hover {
  text-decoration: underline;
}
.footer-address .footerlogo {
  display: block;
  float: left;
  margin-top: 10px;
  width: 452px;
}
.address {
  float: left;
  margin-left: 58px;
  padding-left: 48px;
  padding-top: 8px;
  height: 90px;
  box-sizing: border-box;
  background: url(../images/line1.png) left center no-repeat;
}
.address p {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}
.eq {
  float: right;
  width: 124px;
  padding-top: 5px;
}
.eq img {
  display: block;
  width: 100%;
  height: auto;
}
.eq span {
  display: block;
  margin-top: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.copy-box {
  padding: 14px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.reserve {
  float: left;
}
.reserve p {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.33;
  transition: 0.4s;
}
.recopy {
  display: inline-block;
  margin-left: 16px;
}
.recopy a:hover p {
  opacity: 1;
}
.recopy img {
  margin-left: 9px;
  display: inline-block;
  height: 25px;
  opacity: 1;
}
.network {
  float: right;
}
.network a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.33;
}
.network a:hover {
  opacity: 1;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.5s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block li:nth-child(7),
.list-animate.article-block div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block li:nth-child(8),
.list-animate.article-block div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block li:nth-child(9),
.list-animate.article-block div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block li:nth-child(10),
.list-animate.article-block div:nth-child(10) {
  transition-delay: 1.8s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  padding-bottom: 32.91666%;
  height: 0;
  overflow: hidden;
}
.pbanner figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.leval-menus {
  border-bottom: 1px solid #eeeeee;
  background: #fbfbfb;
  height: 59px;
}
.leval-list {
  float: left;
}
.leval-title {
  position: relative;
  margin-top: -61px;
  float: left;
  padding-left: 37px;
  box-sizing: border-box;
  width: 234px;
  padding-top: 30px;
  height: 120px;
  background: #276e51 url(../img/aboutbg.png) right center no-repeat;
  background-size: auto 100%;
}
.leval-title strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 4px;
}
.leval-title small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.leval-li {
  float: left;
  margin-left: 40px;
}
.leval-li li {
  float: left;
  position: relative;
  z-index: 2;
  margin-right: 44px;
}
.leval-li li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #276e51;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval-li li:hover,
.leval-li li.active {
  color: #fff;
}
.leval-li li:hover:before,
.leval-li li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval-li li:before {
  bottom: -1px;
}
.leval-li li:hover a,
.leval-li li.active a {
  color: #276e51;
}
.leval-li li.active a {
  font-weight: bold;
}
.leval-li li:last-child {
  margin-right: 0;
}
.leval-li li a {
  display: block;
  position: relative;
  z-index: 3;
  height: 59px;
  color: #333333;
  font-size: 16px;
  line-height: 59px;
}
.leval-posite {
  float: right;
  display: flex;
  display: -webkit-flex;
  line-height: 59px;
}
.leval-posite a,
.leval-posite span,
.leval-posite b {
  display: block;
  color: #666666;
  font-size: 14px;
}
.leval-posite b {
  margin: 0 6px;
  font-weight: normal;
}
.leval-posite a:hover,
.leval-posite a.active {
  color: #276e51;
}
.introduct-box {
  padding: 82px 0;
  color: #333333;
  font-size: 16px;
}
.introduct-box img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.leaders {
  padding: 68px 0 80px;
}
.leader-item {
  margin-bottom: 60px;
}
.leader-item .leader-title {
  display: block;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding-left: 30px;
  background: #276e51;
}
.leader-list {
  margin-top: 17px;
  padding: 0 28px;
}
.leader-info {
  float: left;
  width: 47.8%;
  padding: 22px 0;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #dddddd;
}
.leader-info:nth-child(2n+2) {
  float: right;
}
.leader-info dt {
  display: block;
  width: 82px;
  line-height: 1.5;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}
.leader-info dd {
  position: relative;
  padding-left: 20px;
  flex: 1;
  -webkit-flex: 1;
  color: #666666;
  font-size: 16px;
  line-height: 27px;
}
.leader-info dd:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 1px;
  height: 18px;
  background: #dddddd;
}
.framework {
  padding: 94px 0 110px;
}
.framework-title {
  margin-bottom: 115px;
  text-align: center;
}
.framework-title strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.2;
  color: #276e51;
  font-size: 34px;
}
.framework-title time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 22px;
}
.framework-img {
  text-align: center;
}
.framework-img img {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.member {
  padding: 70px 0 30px;
}
.member-list li {
  margin-bottom: 60px;
  background: #fbfbfb;
}
.member-list li a:hover figure img {
  transform: scale(1.05);
}
.member-list li a:hover .member-wrap span {
  background: #184432;
}
.meber-imgs {
  float: right;
  width: 50%;
}
.meber-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.meber-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.member-text {
  float: left;
  width: 50%;
}
.member-wrap {
  padding: 50px 11.2% 0 8.28%;
}
.member-wrap strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #276e51;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-wrap P {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.member-wrap span {
  display: block;
  margin-top: 32px;
  width: 169px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #276e51;
  transition: 0.5s;
}
.member-wrap span i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 12px;
  width: 15px;
  height: 15px;
  background: url(../images/link.png) center no-repeat;
}
.member-view {
  padding: 82px 0;
}
.views-title {
  position: relative;
  padding-bottom: 36px;
}
.views-title:before {
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 0;
  content: "";
  width: 56px;
  height: 4px;
  background: #276e51;
}
.views-title strong {
  display: block;
  line-height: 1.2;
  color: #276e51;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.views-text {
  margin-top: 52px;
  padding-bottom: 46px;
}
.views-text p {
  color: #333333;
  font-size: 16px;
}
.views-img {
  padding: 80px 5%;
  text-align: center;
  background: #f3f3f3;
}
.views-img img {
  max-width: 100%;
  margin: auto;
  width: auto;
  height: auto;
}
.views-prev {
  margin-top: 40px;
  padding: 0 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.views-prev a {
  display: block;
  line-height: 49px;
  color: #333333;
  font-size: 16px;
}
.views-prev a:hover {
  color: #276e51;
}
.contact {
  padding: 85px 0 90px;
}
.contact__tops {
  margin-bottom: 60px;
}
.contact__tops strong {
  display: block;
  color: #276e51;
  font-size: 26px;
  line-height: 2;
}
.map {
  height: 480px;
}
.anchorBL {
  display: none !important;
}
.developments {
  padding: 100px 0;
}
.devalopment-imgs {
  text-align: center;
}
.devalopment-imgs img {
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.cooperate-boxs {
  padding: 80px 0;
}
.cooperate-imgs {
  position: relative;
}
.cooperate-imgs figure {
  display: block;
  width: 100%;
  line-height: 1;
  overflow: hidden;
}
.cooperate-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperate-text {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background: #276e51;
  padding: 46px 45px 35px;
  width: 532px;
}
.cooperate-text p {
  color: #fff;
  font-size: 16px;
}
.dynamic {
  padding: 70px 0;
}
.dynamic .news-banner {
  width: 56.25%;
}
.dynamic .news-banner .news-fix {
  height: 60px;
}
.dynamic .news-banner .news-fix span {
  height: 60px;
  line-height: 60px;
}
.dynamic .news-banner .swiper-pagination {
  bottom: 24px;
}
.dynamic-list {
  float: right;
  width: 41.64%;
}
.dynamic-li li {
  margin-bottom: 35px;
}
.dynamic-li li:last-child {
  margin-bottom: 0;
}
.dynamic-li li a:hover .dynamic-time span {
  color: #fff;
  background: #276e51;
}
.dynamic-li li a:hover .dynamic-time b {
  background: #16523a;
}
.dynamic-li li a:hover .dynamic-text strong {
  font-weight: bold;
}
.dynamic-time {
  float: left;
  width: 76px;
  text-align: center;
}
.dynamic-time span {
  display: block;
  line-height: 55px;
  color: #888888;
  background: #dedede;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.4s;
}
.dynamic-time b {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background: #888888;
  transition: 0.4s;
}
.dynamic-text {
  margin-left: 98px;
}
.dynamic-text strong {
  display: block;
  margin-bottom: 12px;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.dynamic-text p {
  color: #999999;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamicli li {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #f2f2f2;
}
.dynamicli li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.dynamicli li:hover,
.dynamicli li.active {
  color: #f5f5f5;
}
.dynamicli li:hover:before,
.dynamicli li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.dynamicli li a {
  display: block;
  padding: 60px 0;
}
.dynamicli li a:hover .dynamic-wr figure img {
  transform: scale(1.08);
}
.dynamicli li a:hover .dynamictime {
  background: #276e51;
}
.dynamicli li a:hover .dynamictime:before {
  border-color: #fff;
}
.dynamicli li a:hover .dynamictime b,
.dynamicli li a:hover .dynamictime time {
  color: #fff;
}
.dynamic-wr {
  display: flex;
  display: -webkit-flex;
}
.dynamic-wr figure {
  display: block;
  width: 256px;
  line-height: 1;
  overflow: hidden;
}
.dynamic-wr figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}
.dynamic__texts {
  margin-left: 42px;
  padding-top: 3px;
  margin-right: 74px;
  flex: 1;
  -webkit-flex: 1;
}
.dynamic__texts strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic__texts p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic__texts span {
  display: block;
  margin-top: 24px;
  width: 107px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  background: #276e51;
  border-radius: 4px;
}
.dynamictime {
  position: relative;
  z-index: 3;
  width: 108px;
  margin-top: 28px;
  padding-top: 27px;
  height: 81px;
  text-align: center;
  background: #dedede;
  transition: 0.4s;
}
.dynamictime:before {
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #bbbbbb;
  content: "";
  transition: 0.4s;
}
.dynamictime b {
  display: block;
  line-height: 1;
  margin-bottom: 14px;
  color: #333333;
  font-size: 28px;
  font-weight: normal;
  transition: 0.38s;
}
.dynamictime time {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  transition: 0.38s;
}
.pages {
  padding: 40px 0 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.pages a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #666666;
  border: 1px solid #dddddd;
  margin-right: 9px;
  font-size: 14px;
}
.pages a:hover,
.pages a.active {
  background: #276e51;
  border-color: #276e51;
  color: #fff;
}
.pages a:last-child {
  margin-right: 0;
}
.pages span {
  margin-right: 12px;
  line-height: 30px;
  color: #666;
}
.news-view {
  padding: 90px 0 0;
}
.news-views-text {
  padding-bottom: 76px;
}
.news-view-title {
  margin-bottom: 30px;
  text-align: center;
}
.news-view-title strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #276e51;
  font-size: 28px;
}
.news-view-title p {
  color: #999999;
  font-size: 14px;
  line-height: 1.4;
}
.news-views-text {
  color: #333333;
  font-size: 16px;
}
.news-views-text img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.news-prev {
  padding: 43px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 1px solid #cccccc;
}
.news-prev-btn {
  flex: 1;
  -webkit-flex: 1;
}
.news-prev-btn p {
  margin-bottom: 10px;
}
.news-prev-btn p:last-child {
  margin-bottom: 0;
}
.news-prev-btn p a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.news-prev-btn p a:hover {
  color: #276e51;
}
.news-back {
  margin-top: 8px;
}
.news-back a {
  display: block;
  width: 128px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #276e51;
}
.news-back a:hover {
  background: #184432;
}
.notice {
  padding-top: 68px;
}
.notice-list li {
  margin-bottom: 22px;
}
.notice-list li a {
  position: relative;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  padding: 20px 28px 20px;
  background: #f9f9f9;
}
.notice-list li a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #276e51;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.44s;
  z-index: -1;
}
.notice-list li a:hover,
.notice-list li a.active {
  color: #276e51;
}
.notice-list li a:hover:before,
.notice-list li a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.notice-list li a:hover .dynamic-time span {
  background: #35966e;
}
.notice-list li a:hover .dynamic-time b {
  background: #2e8763;
  color: #fff;
}
.notice-list li a:hover .notice-fix strong,
.notice-list li a:hover .notice-fix p,
.notice-list li a:hover .notice-fix span {
  color: #fff;
}
.notice-list li a .dynamic-time span {
  background: #a4a4a4;
  color: #fff;
}
.notice-list li a .dynamic-time b {
  background: #ffffff;
  color: #333333;
  font-weight: normal;
}
.notice-fix {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  margin-left: 26px;
  padding-top: 7px;
}
.notice-fix strong {
  display: block;
  margin-bottom: 12px;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.notice-fix p {
  color: #666666;
  font-size: 14px;
  transition: 0.4s;
}
.notice-fix span {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  color: #276e51;
  font-size: 14px;
  transition: 0.4s;
}
.party-hidden {
  position: relative;
  width: 100%;
  padding: 88px 0;
  overflow: hidden;
}
.party-swiper {
  position: relative;
  left: 50%;
  margin-left: -1230px;
  width: 2460px;
}
.party-slide {
  position: relative;
  width: 33.333%;
}
.party-slide.swiper-slide-active .party-text {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  transition-delay: 0.2s;
}
.party-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.party-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.party-text {
  position: absolute;
  left: 0;
  bottom: -70px;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0 28px;
  width: 100%;
  z-index: 3;
  border-bottom: 3px solid #276e51;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.party-text p {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 69px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-prev {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  z-index: 6;
  width: 47px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  font-family: "宋体";
  font-size: 26px;
}
.party-prev:hover {
  background: #276e51;
}
.party-prev.prev {
  left: 0;
}
.party-prev.next {
  right: 0;
}
.party-list li {
  position: relative;
  z-index: 3;
}
.party-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.party-list li:hover,
.party-list li.active {
  color: #f2f2f2;
}
.party-list li:hover:before,
.party-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.party-list a:hover figure img {
  transform: scale(1.1);
}
.party-list a:hover .party-content i {
  background: #276e51;
  color: #fff;
}
.party-wrs {
  display: flex;
  display: -webkit-flex;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}
.party-wrs figure {
  display: block;
  width: 280px;
  line-height: 1;
  overflow: hidden;
}
.party-wrs figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.party-content {
  position: relative;
  margin-top: 32px;
  flex: 1;
  -webkit-flex: 1;
  margin-left: 45px;
  padding-right: 88px;
}
.party-content strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-content p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.party-content time {
  display: block;
  position: absolute;
  right: 88px;
  top: 2px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
}
.party-content i {
  display: block;
  position: absolute;
  right: 0;
  top: 26px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  background-color: #cccccc;
  font-family: "宋体";
  font-style: normal;
  transition: 0.4s;
}
.administrate-top {
  padding: 66px 0 64px;
}
.administrate-imgs {
  float: left;
  width: 50%;
  line-height: 1;
}
.administrate-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.administrate-fix {
  float: right;
  width: 48.75%;
}
.administrate-li li {
  border-bottom: 1px solid #eeeeee;
}
.administrate-li li a {
  display: flex;
  padding: 13px 0;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.administrate-li li a:hover span {
  color: #276e51;
}
.administrate-li li a:hover span:before {
  background: #276e51;
}
.administrate-li li a span {
  display: block;
  position: relative;
  width: 80%;
  padding-left: 36px;
  line-height: 1.5;
  font-size: 16px;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.administrate-li li a span:before {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7b7b7;
  transition: 0.35s;
}
.administrate-li li a time {
  display: block;
  color: #666666;
  line-height: 1.5;
  font-size: 16px;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}
.administrate-list .administrate-li li {
  border-bottom: none;
  background: #f7f7f7;
}
.administrate-list .administrate-li li:nth-child(2n+2) {
  background: none;
}
.administrate-list .administrate-li li a {
  padding: 20px 0;
}
.administrate-list .administrate-li li a time {
  margin-right: 23px;
}
.group {
  padding-top: 40px;
}
.group li {
  border-bottom: 1px solid #ededed;
}
.group li a {
  display: block;
  padding: 60px 0 50px;
}
.group li a:hover .group-time {
  border-color: #276e51;
}
.group li a:hover .group-time b {
  color: #276e51;
  border-bottom-color: #276e51;
}
.group li a:hover .group-time time {
  color: #276e51;
}
.group li a:hover .group__text strong {
  color: #276e51;
}
.group li a:hover .group__text strong:before {
  background: #276e51;
}
.group li a:hover .group__text span {
  background: #276e51;
  color: #fff;
}
.group-time {
  float: left;
  width: 78px;
  border: 1px solid #eeeeee;
  text-align: center;
  transition: 0.35s;
}
.group-time b {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #cccccc;
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  transition: 0.35s;
}
.group-time time {
  display: block;
  line-height: 27px;
  color: #cccccc;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.36s;
}
.group__text {
  margin-left: 122px;
}
.group__text strong {
  display: block;
  position: relative;
  padding-bottom: 21px;
  line-height: 1.1;
  color: #666666;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.group__text strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #dddddd;
}
.group__text p {
  margin-top: 23px;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group__text span {
  display: block;
  margin-top: 38px;
  text-align: center;
  width: 158px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #276e51;
  color: #276e51;
  font-size: 14px;
  transition: 0.35s;
}
.windows {
  padding-top: 58px;
}
.windows-list li {
  margin-bottom: 28px;
}
.windows-list li:last-child {
  margin-bottom: 0px;
}
.windows-list li a {
  display: block;
  position: relative;
  padding: 15px 15px;
  border: 1px solid #e3e3e3;
}
.windows-list li a:hover {
  border-color: #276e51;
}
.windows-list li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.windows-list li a:hover figure img {
  transform: scale(1.1);
}
.windows-list li a:hover .window__text strong,
.windows-list li a:hover .window__text p,
.windows-list li a:hover .window__text span {
  color: #276e51;
}
.windows-list li a:hover .window__text strong {
  font-weight: bold;
}
.windows-list li a:before {
  position: absolute;
  right: -1px;
  top: -1px;
  content: "";
  border-left: 28px solid transparent;
  border-top: 28px solid #276e51;
  opacity: 0;
  visibility: hidden;
  transition: 0.48s;
}
.windows-list li a figure {
  display: block;
  float: left;
  line-height: 1;
  width: 190px;
  overflow: hidden;
}
.windows-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.55s;
}
.window__text {
  margin-left: 220px;
  padding-top: 14px;
}
.window__text strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.window__text p {
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.window__text span {
  margin-top: 15px;
  display: inline-block;
  color: #c02020;
  font-size: 14px;
}
.leval-title1 small {
  font-size: 14px;
  letter-spacing: 0px;
}
.informates {
  padding: 40px 0 100px;
}
.informates .administrate-li li {
  background: #fbfbfb;
}
.exchange-box {
  position: relative;
  z-index: 2;
  padding: 86px 0 110px;
  overflow: hidden;
}
.exchange-imgs {
  position: relative;
  z-index: 2;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 48.04%;
}
.exchange-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.exchange-imgs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  right: 20px;
  bottom: 0px;
  background: #276e51;
  z-index: -1;
}
.exchange__texts {
  float: left;
  padding-top: 12px;
  width: 45.31%;
}
.exchange__texts p {
  color: #333333;
  font-size: 16px;
}
.exchange__texts p a {
  display: inline-block;
  color: #276e51;
  font-weight: bold;
}
.exchange__texts p a:hover {
  text-decoration: underline;
}
#canvasbox {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
  width: 100%;
  height: 200px;
}
.questions {
  margin-top: 48px;
  padding: 35px 30px 46px;
  background: #fbfbfb;
}
.questions-title {
  display: flex;
  display: -webkit-flex;
}
.questions-title i {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/question1.png) center no-repeat;
}
.questions-title span {
  display: block;
  line-height: 34px;
  margin-left: 8px;
  color: #276e51;
  font-weight: bold;
  font-size: 20px;
}
.messages {
  margin-top: 34px;
}
.row {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-right: 58px;
  width: 28.4%;
  display: flex;
  display: -webkit-flex;
}
.row img {
  position: absolute;
  right: 1px;
  top: 4px;
}
.row span {
  display: block;
  width: 86px;
  padding-right: 10px;
  text-align: right;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
}
.row .selects {
  flex: 1;
  -webkit-flex: 1;
  padding-left: 12px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dadada;
  color: #bbbbbb;
  font-size: 16px;
  font-family: "微软雅黑";
  border-radius: 2px;
  outline: none;
  background: #fff url(../images/arrow.png) 94% center no-repeat;
  appearance: none;
  -webkit-appearance: none;
}
.row .selects::-webkit-input-placeholder {
  color: #bbbbbb;
}
.row .selects:focus::-webkit-input-placeholder {
  opacity: 0;
}
.row .text {
  background: #fff;
}
.row .areatext {
  line-height: 1.3;
  padding: 12px;
  min-height: 100px;
  resize: none;
  vertical-align: top;
  background: #fff;
}
.row1 {
  width: 100%;
  float: none;
}
.message-row1 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.message-row1 .row {
  width: 28.4%;
}
.row-sub {
  padding-left: 94px;
  display: flex;
  display: -webkit-flex;
  padding-top: 30px;
}
.row-sub input {
  width: 100px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #676767;
  transition: 0.4s;
  border-radius: 2px;
  cursor: pointer;
}
.row-sub input:hover,
.row-sub input:first-child {
  background: #276e51;
}
.reply {
  margin-top: 44px;
}
.reply-title {
  padding-left: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.reply-title .questions-title i {
  background: url(../images/question2.png) left center no-repeat;
}
.reply-title p {
  margin-top: 8px;
  color: #999999;
  font-size: 16px;
}
.reply-title p b {
  color: #276e51;
}
.reply-list {
  margin-top: 24px;
}
.reply-list li {
  margin-bottom: 26px;
}
.reply-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  background: #276e51;
  padding-left: 36px;
  padding-right: 28px;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 22px;
}
.reply-top strong {
  display: block;
  color: #fff;
  font-size: 16px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reply-top time {
  display: block;
  color: #fff;
  font-size: 14px;
}
.reply-texts {
  padding: 4px 20px 24px;
  background: #f5f5f5;
  border-radius: 5px;
}
.reply-w {
  margin-bottom: 22px;
  padding: 14px 16px;
}
.reply-w b {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: #276e51;
}
.reply-w p {
  padding-top: 3px;
  margin-left: 42px;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}
.reply-w p span {
  display: inline-block;
  color: #276e51;
}
.reply-d {
  background: #fff;
  border-radius: 5px;
}
.reply-d b {
  background: #22262b;
}
.specials {
  padding: 68px 0 50px;
}
.special-li li {
  float: left;
  margin-bottom: 30px;
  margin-right: 4.55%;
  width: 30.3%;
}
.special-li li:nth-child(3n+3) {
  margin-right: 0;
}
.special-li li figure {
  position: relative;
  display: block;
  padding-bottom: 62.37%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.special-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.special-li li:hover figure img {
  transform: scale(1.05);
}
.special-li li:hover span:before {
  transform: scaleX(1);
}
.special-li li span {
  display: block;
  position: relative;
  z-index: 2;
  height: 62px;
  line-height: 62px;
  color: #333333;
  font-size: 18px;
  text-align: center;
  background: #f3f3f3;
}
.special-li li span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #276e51;
  transform: scaleX(0);
  transition: 0.45s;
}
.specaial-top {
  padding-bottom: 19px;
  border-bottom: 2px solid #276e51;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 45px;
}
.specaial-top strong {
  display: block;
  color: #276e51;
  line-height: 1;
  font-size: 28px;
  font-weight: normal;
}
.specaial-top a {
  display: block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #276e51;
  font-size: 16px;
  color: #fff;
}
.specaial-top a:hover {
  background: #184432;
}
