body,
h1,
h2,
h3,
p,
a,
ul,
li {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: microsoft yahei;
  color: #606266;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
td{
    border:1px solid #e0e0e0;
}
.df {
  display: flex;
}
.a-ic {
  align-items: center;
}
.j-sb {
  justify-content: space-between;
}
.j-sc {
  justify-content: center;
}
.f-dc {
  flex-direction: column;
}
.fl-wrap {
  flex-wrap: wrap;
}
.fl-end {
  justify-content: flex-end;
}
.flex1 {
  flex: 1;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
  width: 100%;
}
.ta-c {
  text-align: center;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz30 {
  font-size: 30px;
}
.fwb {
  font-weight: bold;
}
.w {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.color1 {
  color: #303133;
}
.color2 {
  color: #606266;
}
.color3 {
  color: #909399;
}
.colorf {
  color: #fff;
}
.bf {
  background: #fff;
}
.h60 {
  height: 60px;
}
.m_overlay {
  display: none;
}
#head {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.head {
  height: 60px;
}
.head .logo {
  margin-right: 40px;
}
.head .logo .imglogo img {
  display: block;
  width: 40px;
}
.head .logo .logotext {
  padding-left: 10px;
  text-align: center;
}
.head .logo .logotext .en {
  color: #009245;
  font-family: impact;
  letter-spacing: 0.3em;
}
.head .logo .logotext .cn {
  color: #0071bc;
  letter-spacing: 0.3em;
}
.head .menu {
  height: 100%;
}
.head .menu ul {
  height: 100%;
}
.head .menu ul li {
  padding: 0 25px;
  position: relative;
  height: 100%;
}
.head .menu ul li a.topa {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 100%;
}
.head .menu ul li .submenu {
  background-color: #fff;
  position: absolute;
  display: none;
  border-bottom: none;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
  width: 140px;
}
.head .menu ul li .submenu .dd {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.head .menu ul li .submenu .dd a {
  padding: 0 20px;
  display: block;
  height: 40px;
  line-height: 40px;
}
.head .menu ul li:hover .submenu {
  display: block;
}
.head .menu ul li.active a.topa {
  color: #009245;
}
.head .menubar {
  display: none;
}
.head .headr {
  background: #1f986d;
  height: 60px;
  padding: 0 20px;
}
.head .headr a {
  color: #fff;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background: #009245;
}
.common-title {
  padding-bottom: 40px;
  text-align: center;
}
.common-title h2 {
  color: #303133;
  font-size: 30px;
  font-weight: bold;
}
.common-title h3 {
  color: #909399;
  font-size: 14px;
  margin-top: 6px;
  text-transform: uppercase;
}
.common-more {
  padding-top: 30px;
}
.common-more a {
  width: 160px;
  height: 40px;
  color: #009245;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
  border: 1px solid #009245;
}
.common-more a:hover {
  background-color: #009245;
  color: #fff;
}
.commondate img {
  width: 20px;
  display: block;
  margin-right: 10px;
}
.commondate span {
  color: #909399;
  font-size: 16px;
}
.bn img {
  display: block;
  width: 100%;
}
.commonposi {
  height: 80px;
  color: #909399;
}
.commonposi img {
  width: 20px;
  display: block;
  margin-right: 10px;
}
.commonposi span,
.commonposi a {
  color: #909399;
  margin: 0 4px;
}
.commonposi span {
  margin: 0 4px;
}
.commonposi span:nth-last-child(1) {
  display: none;
}
.pager {
  text-align: center;
  margin: 20px 0 40px;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 0 12px;
  height: 26px;
  border: 1px solid #e0e0e0;
  margin: 0 4px;
  border-radius: 2px;
  line-height: 26px;
  font-size: 11px;
  transition: all ease-in-out 0.2s;
  color: #909399;
}
.pager span.current {
  color: #fff;
  background-color: #009245;
  border: 1px solid #009245;
}
.pager a:hover {
  color: #fff;
  background-color: #009245;
  border: 1px solid #009245;
}
.footer {
  background: url(../images/bg_footer.png) no-repeat center top;
  background-size: cover;
}
.footer .w .ft-top {
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .w .ft-top .ftlogo .imglogo img {
  width: 100px;
  display: block;
}
.footer .w .ft-top .ftlogo .logotext {
  padding-left: 20px;
  text-align: center;
}
.footer .w .ft-top .ftlogo .logotext .en {
  font-family: impact;
  letter-spacing: 0.3em;
}
.footer .w .ft-top .ftlogo .logotext .cn {
  letter-spacing: 0.3em;
}
.footer .w .ft-top .ft-des {
  font-size: 36px;
}
.footer .w .ft-center {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .w .ft-center h2,
.footer .w .ft-center ul li {
  color: #fff;
}
.footer .w .ft-center h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.footer .w .ft-center .contact ul li {
  margin-bottom: 10px;
}
.footer .w .ft-center .contact .msn {
  margin-top: 40px;
}
.footer .w .ft-center .contact .msn a {
  display: block;
  margin-right: 10px;
}
.footer .w .ft-center .contact .msn img {
  border-radius: 50%;
  display: block;
  width: 40px;
}
.footer .w .ft-center .ftmenu h2,
.footer .w .ft-center .ftmenu ul li a {
  color: #fff;
}
.footer .w .ft-center .ftmenu ul li {
  margin-bottom: 10px;
}
.footer .w .ft-center .ftewm h2 {
  text-align: right;
}
.footer .w .ft-center .ftewm .itemlist .item {
  width: 120px;
  margin-left: 20px;
}
.footer .w .ft-center .ftewm .itemlist .item .pic img {
  width: 100%;
  display: block;
}
.footer .w .ft-center .ftewm .itemlist .item p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}
.footer .w .ft-bot {
  padding: 40px 0;
}
.footer .w .ft-bot p {
  color: #fff;
}
.footer .w .ft-bot p a {
  color: #fff;
  margin-left: 4px;
}
@media (max-width: 769px) {
  .m_overlay {
    display: none;
    position: fixed;
    z-index: 84;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .w {
    width: 100%;
    box-sizing: border-box;
  }
  .h60 {
    height: 50px;
  }
  .commonposi {
    height: 50px;
    padding: 0 15px;
  }
  .head {
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
  }
  .head .menu {
    height: auto;
    position: fixed;
    top: 50px;
    background: #fff;
    width: 100%;
    display: none;
  }
  .head .menu ul {
    display: block;
  }
  .head .menu ul li {
    height: auto;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 15px;
  }
  .head .menu ul li a.topa {
    height: 40px;
    line-height: 40px;
  }
  .head .menu ul li .submenu {
    transform: translateX(0%);
    height: auto;
    width: 100%;
    position: static;
    left: 0;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .head .menu ul li .submenu .dd {
    text-align: left;
  }
  .head .logo {
    padding-left: 20px;
    margin-right: 0;
  }
  .head .headr {
    display: none;
  }
  .head .menubar {
    display: block;
    padding-right: 20px;
  }
  .head .menubar img {
    display: block;
    width: 23px;
  }
  .footer .w .ft-top {
    padding: 20px 15px;
  }
  .footer .w .ft-top .ftlogo .imglogo img {
    width: 48px;
  }
  .footer .w .ft-top .ftlogo .logotext {
    padding-left: 13px;
  }
  .footer .w .ft-top .ft-des {
    font-size: 16px;
    text-align: right;
  }
  .footer .w .ft-center {
    display: block;
  }
  .footer .w .ft-center .ftmenu {
    display: none;
  }
  .footer .w .ft-center .contact {
    padding: 20px;
  }
  .footer .w .ft-center .contact .msn {
    display: none;
  }
  .footer .w .ft-center .ftewm {
    padding-bottom: 20px;
    width: 100%;
  }
  .footer .w .ft-center .ftewm h2 {
    text-align: center;
    font-size: 16px;
  }
  .footer .w .ft-center .ftewm .itemlist {
    width: 100%;
    justify-content: center;
  }
  .footer .w .ft-center .ftewm .itemlist .item {
    margin: 0 10px;
  }
  .footer .w .ft-bot {
    text-align: center;
  }
  .footer .w .ft-bot p,
  .footer .w .ft-bot a {
    font-size: 13px;
  }
}
