﻿@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
body {
  font: 12px/1 'Microsoft Yahei', Arial, sans-serif;
  color: #5d5d5d;
  background-color: #f2f2f2;
}
body.active {
  overflow: hidden;
}
a {
  color: #5d5d5d;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1441px) {
  .container {
    width: auto;
    margin: auto;
  }
}
@media (max-width: 1025px) {
  .pcshow {
    display: none !important;
  }
}
.wapshow {
  display: none !important;
}
@media (max-width: 1025px) {
  .wapshow {
    display: block !important;
  }
}

.header .hd {
  padding: 8px 0;
}
.header .hd .waplogo {
  display: none;
}
.header .hd .tools {
  margin-top: 20px;
}
.header .hd .tools .search {
  border: 1px solid #ddd;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  border-radius: 33px;
}
.header .hd .tools .search input {
  float: left;
  height: 33px;
  border: 0;
  background: transparent;
}
.header .hd .tools .search button {
  float: left;
  width: 57px;
  height: 33px;
  border: 0;
  background: url('../image/icon04.png') no-repeat center;
  background-size: auto 100%;
}
.header .hd .tools .btn {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f6f6f6;
  background-size: 100%;
}
.header .hd .tools .btn.icon1 {
  margin-left: 23px;
  background-image: url('../image/icon01.png');
}
.header .hd .tools .btn.icon2 {
  background-image: url('../image/icon02.png');
}
.header .hd .tools .btn.icon3 {
  background-image: url('../image/icon03.png');
}
.header .hd .tools .btn.icon4 {
  background-image: url('../image/icon04.png');
  background-size: 16px;
}
.header .hd .tools .btn.icon5 {
  background-image: url('../image/icon13.png');
}
.header .nav {
  background-color: #0d7254;
}
.header .nav ul li {
  position: relative;
  float: left;
  width: 12.28571428%;
}
.header .nav ul li.active dl {
  visibility: visible;
  opacity: 1;
}
.header .nav ul li.hover {
  background-color: #00b386;
}
.header .nav ul li > a {
  display: block;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav ul li > a:hover {
  background-color: #00b386;
}
.header .nav ul li dl {
  position: absolute;
  visibility: hidden;
  padding: 15px 0;
  margin: 0;
  z-index: 99;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 0;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  opacity: 0;
}
.header .nav ul li dl dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.header .nav ul li dl dd:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.header .nav ul li dl dd a {
  display: block;
  padding: 0 25px;
  color: #221e1f;
}
@media (max-width: 1401px) {
  .header .hd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header .nav {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1025px) {
  .header .hd {
    padding: 10px;
  }
  .header .hd .logo img {
    height: 30px;
  }
  .header .hd .tools {
    margin-top: 0;
  }
  .header .hd .tools .btn {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .header .hd .tools .btn.icon1 {
    margin-left: 5px;
  }
  .header .nav {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0;
    background-color: rgba(13, 114, 84, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .header .nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .nav ul li {
    float: none;
    width: auto;
  }
  .header .nav ul li.active dl {
    max-height: 500px;
  }
  .header .nav ul li > a {
    font-size: 14px;
  }
  .header .nav ul li dl {
    position: static;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .nav ul li dl dd {
    display: block;
    padding: 10px 0;
    border: 0 !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header {
    background: #004d28;
  }
  .header .hd .pclogo {
    display: none;
  }
  .header .hd .waplogo {
    display: block;
  }
}
.footer .hd {
  line-height: 27px;
  padding: 11px 0;
  font-size: 0;
  text-align: center;
  background-color: #ccf0e7;
}
.footer .hd span {
  display: inline-block;
  padding: 0 21px;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #0d7254;
  vertical-align: top;
}
.footer .hd a {
  font-size: 14px;
  color: #084734;
  vertical-align: top;
}
.footer .hd a:not(:last-child) {
  margin-right: 27px;
}
.footer .bd {
  background-color: #0d7254;
  padding-top: 28px;
  font-size: 14px;
  color: #6cdebc;
}
.footer .bd a {
  color: #6cdebc;
}
.footer .bd .logo {
  margin-bottom: 25px;
}
.footer .bd .logo a {
  float: left;
}
.footer .bd .logo a img {
  display: block;
}
.footer .bd .item {
  float: left;
  padding-left: 35px;
  margin-right: 58px;
}
.footer .bd .item:not(:first-child) {
  border-left: 1px solid #258d6e;
}
.footer .bd .item dl {
  padding-left: 32px;
  margin: 0 0 15px;
  background-repeat: no-repeat;
  background-position: left top;
}
.footer .bd .item dl.icon1 {
  background-image: url('../image/icon07.png');
}
.footer .bd .item dl.icon2 {
  background-image: url('../image/icon08.png');
}
.footer .bd .item dl.icon3 {
  background-image: url('../image/icon09.png');
}
.footer .bd .item dl dt {
  height: 22px;
  line-height: 22px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #fff;
}
.footer .bd .item dl dd {
  line-height: 24px;
  margin: 0;
}
.footer .bd .qrcode img {
  display: block;
  width: 113px;
}
.footer .bd .qrcode p {
  height: 34px;
  line-height: 34px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.footer .ft {
  line-height: 20px;
  padding: 14px 0;
  color: #6cdebc;
  background-color: #084734;
}
.footer .ft a {
  color: #6cdebc;
}
.footer .ft p {
  margin: 0;
}
.footer .ft img {
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 1401px) {
  .footer .hd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer .bd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer .bd .item {
    padding-left: 20px;
    margin-right: 30px;
  }
  .footer .ft {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1367px) {
  .footer .hd a:not(:last-child) {
    margin-right: 10px;
  }
  .footer .bd .item {
    width: 260px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .footer .hd {
    padding: 10px;
  }
  .footer .hd span {
    margin-right: 10px;
  }
  .footer .hd a {
    font-size: 12px;
  }
  .footer .hd a:not(:last-child) {
    margin-right: 10px;
  }
  .footer .bd {
    padding: 20px 10px;
  }
  .footer .bd .logo {
    margin-bottom: 20px;
  }
  .footer .bd .logo a {
    float: none;
  }
  .footer .bd .logo a img {
    margin: 0 auto;
  }
  .footer .bd .item {
    width: auto;
  }
  .footer .bd .item:not(:first-child) {
    border: 0;
  }
  .footer .bd .qrcode {
    width: 100%;
  }
  .footer .bd .qrcode img {
    margin: 0 auto;
  }
  .footer .ft {
    text-align: center;
  }
  .footer .ft p {
    float: none;
  }
}
.fixed-btns {
  position: fixed;
  bottom: 25%;
  left: 114px;
  z-index: 9;
}
.fixed-btns ul li {
  position: relative;
  margin-bottom: 14px;
}
.fixed-btns ul li.qrcode:hover img {
  visibility: visible;
  opacity: 1;
}
.fixed-btns ul li:nth-child(1) a {
  background-image: url('../image/icon22.png');
}
.fixed-btns ul li:nth-child(2) a {
  background-image: url('../image/icon23.png');
}
.fixed-btns ul li a {
  display: block;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d6d6d6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed-btns ul li a:hover,
.fixed-btns ul li a:active {
  background-color: #00b386;
}
.fixed-btns ul li.qrcode img {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1441px) {
  .fixed-btns {
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .fixed-btns {
    top: auto !important;
    right: 10px;
    bottom: 10px;
    left: auto;
  }
  .fixed-btns ul li.qrcode img {
    top: auto;
    right: 100%;
    bottom: 0;
    left: auto;
    margin: -60px 10px 0 0;
  }
}

.mobile-fixed-box {display: none;}
@media (max-width: 1000px) {
	.main .content img {
		height: auto!important;
	}
	footer.footer {
		padding-bottom: 63px;
	}
	.fixed-btns {bottom: 100px;}
	.mobile-fixed-box {
		width: 100%;
		display: block;
		position: fixed;
		z-index: 99999;
		left: 0;
		bottom: 0;
		background-color: #004d28;
	}
	.mobile-fixed-box ul {
		margin: 0;
		padding: 0;
	}
	.mobile-fixed-box li {
		list-style: none;
		float: left;
		width: 25%;
	}
	.mobile-fixed-box li a {
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	.mobile-fixed-box li .icon img {
		max-width: 26px;
	}
	.mobile-fixed-box li .txt {color: #fff;padding-top: 5px;}
}