@charset "utf-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  font-family: sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover {
  text-decoration: underline;
}
ins,
a {
  text-decoration: none;
}
div.zoom-box {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
  overflow: hidden;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}
div.zoom-popup {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 50px;
  height: 50px;
  opacity: .3;
  border: 1px solid #aaa;
  background: #ffffff url("data:img/jpg;base64,R0lGODlhIAAMAJEAAP///2ZmZjMzMwAAACH5BAAHAP8ALAAAAAAgAAwAAAI3hI+pu+EMIwiHymusRk7buWViIFBfNY2jGYZomm4mTD8vPMc3SNp89rEFGT2MseI7XkjKptNQAAA7") 50% top no-repeat;
  -khtml-opacity: .3;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
}
.pabox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-filter: none !important;
  background: #000000;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
}
.pabox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.pabox-contents {
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  width: 90%;
  height: 90%;
}
.pabox-contents .pabox-content {
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
  max-width: 100%;
  max-height: 100%;
}
.pabox-loading {
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.pabox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.pabox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.pabox-button {
  font-family: sans-serif;
  position: absolute;
  z-index: 9999;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  opacity: 0.4;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.pabox-button:hover,
.pabox-button:focus {
  text-decoration: none;
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.pabox-close {
  right: 10px;
  top: 10px;
}
.pabox-next {
  right: 10px;
  top: 48%;
}
.pabox-prev {
  left: 10px;
  top: 48%;
}
.pabox-loading {
  left: 50%;
  top: 48%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* base css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: Tahoma, Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
html,
body {
  width: 100%;
  height: 100%;
  max-width: 640px;
}
body {
  height: 100%;
  color: #333;
  background-color: #DCFFF7;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
}
.pl {
  float: left;
}
.pr {
  float: right;
}
.ti p {
  text-indent: 2em;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.btn {
  display: inline-block;
  line-height: 20px;
  padding: 5px 20px;
}
.btn.btn-black {
  color: #fff;
  background-color: #3A3A3A;
  text-decoration: none;
}
.btn.btn-black:hover {
  background-color: #474747;
}
.btn.btn-black:active {
  background-color: #2d2d2d;
}
.btn.btn-none {
  color: #666;
  padding: 5px 20px;
  margin: 0 5px;
  border: 1px solid #888;
  text-decoration: none;
}
.btn.btn-none:hover {
  color: #fff;
  background-color: #00b947;
  border-color: #00b947;
}
.btn.btn-none:active {
  background-color: #00b947;
  border-color: #00b947;
}
.btn.btn-block {
  display: block;
  color: #666;
  padding: 5px 20px;
  margin: 0 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  text-align: center;
}
.btn.btn-block:hover {
  color: #fff;
  background-color: #00b947;
  border-color: #00b947;
}
.btn.btn-block:active {
  background-color: #00b947;
  border-color: #00b947;
}
.btn-table {
  display: table;
  margin: 0 auto 20px;
}
.btn-table .btn.btn-none {
  padding: 5px 10px;
}
.header {
  border-top: 5px solid #3a3a3a;
  height: 60px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #D4D4D4;
}
.header-ctrl {
  padding: 5px 10px;
  position: relative;
}
.header-ctrl:before,
.header-ctrl:after {
  display: table;
  content: " ";
}
.header-ctrl:after {
  clear: both;
}
.header-ctrl:before,
.header-ctrl:after {
  display: table;
  content: " ";
}
.header-ctrl:after {
  clear: both;
}
.header-ctrl .logo {
  display: block;
  height: 45px;
  float: left;
}
.header-ctrl .logo img {
  display: block;
}
.header-ctrl .menu {
  display: block;
  float: right;
  width: 45px;
  height: 45px;
  padding: 7.5px;
}
.header-ctrl .menu:active {
  background-color: #7EFFAF;
}
.header-nav {
  padding: 0;
  margin-right: 0;
  border-top: 1px solid #009F3D;
  border-bottom: 1px solid #009F3D;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: none;
}
.header-nav > li {
  padding: 0;
  margin: 0;

  float: none;
  clear: both;

  border-bottom: 1px solid #EAFFF2;
}
.header-nav > li > a {
  text-align: center;
  display: block;
  padding: 9px;
  font-size: 16px;
  color: #009F3D;
}
.header-nav > li > a:active {
  color: #006c29;
}
.header-nav .nav-son{
  display: table;
  margin: 0 auto -1px;
  font-size: 14px;
}
.header-nav .nav-son li{
  display: table-cell;
}
.header-nav .nav-son li > a{
  color: #009F3D;
  display: block;
  padding: 5px 2px;
  border: 1px solid #ECFFF3;
}
.banner-wrap {
  position: relative;
  overflow: hidden;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
}
.banner-index {
  height: 350px;
}
.banner-index .banner-img ul li a {
  height: 350px;
}
.banner-inner {
  height: 300px;
}
.banner-inner .banner-img ul li a {
  height: 300px;
}
.banner-nav {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 10px;
  left: 5px;
  overflow: hidden;
  height: 20px;
}
.banner-nav ul {
  display: table;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
}
.banner-nav ul li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 1px 15px;
  margin-right: 2px;
  line-height: 12px;
  cursor: pointer;
  text-align: center;
  opacity: .8;
  border-radius: 12px;
  background-color: #fff;
}
.banner-nav ul li.on {
  opacity: .8;
  color: #fff;
  background-color: #47d17c;
}
.banner-img {
  position: relative;
  z-index: 0;
  height: 100%;
}
.banner-img ul {
  list-style: none;
}
.banner-img ul li {
  display: block;
  zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.banner-img ul li a {
  display: block;
  width: 100%;
  background-position: center;
}
.banner-ctrl {
  position: absolute;
  z-index: 90;
  top: 50%;
  display: block;
  width: 125px;
  height: 60px;
  margin-top: -60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #0074c5;
}
.banner-ctrl.banner-ctrl-left {
  left: 0;
}
.banner-ctrl.banner-ctrl-right {
  right: 0;
}
.banner-ctrl:hover {
  text-decoration: none;
  opacity: .8;
}
.banner-ctrl:active {
  opacity: 1;
}
.footer {
  max-width: 640px;
  background: #47d17c;
  padding: 30px 0 0;
}
.footer-top {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.footer-top .entitle {
  color: #333;
  font-size: 15px;
  font-family: -webkit-pictograph;
}
.footer-top .title span {
  display: inline-block;
  width: 50px;
  height: 0px;
  vertical-align: middle;
  border-bottom: 1px solid #333;
}
.footer-top .title h2 {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  margin: 0 50px;
}
.footer-info {
  width: 280px;
  margin: 20px auto;
}
.footer-info h2 {
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
}
.footer-info p {
  font-size: 13px;
  text-align: left;
}
.footer-wx {
  margin: 30px 0 30px;
  text-align: center;
}
.footer-copy {
  color: #fff;
  background-color: #3A3A3A;
  padding: 10px 30px;
}
.bottom-ul {
  width: 100%;
}
.bottom-ul li {
  width: 25%;
  float: left;
}
.bottom-ul li a {
  border-right: 1px solid #fff;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #00BF49;
  text-decoration: none !important;
}
.bottom-ul li a:active {
  background-color: #00a63f;
}
.bottom-ul li:last-child {
  border-right: none;
}
.content {
  position: relative;
  max-width: 640px;
}
.content-row {
  margin: 0 auto;
  width: 100%;
}
.content-row:before,
.content-row:after {
  display: table;
  content: " ";
}
.content-row:after {
  clear: both;
}
.content-row:before,
.content-row:after {
  display: table;
  content: " ";
}
.content-row:after {
  clear: both;
}
.content-row .half {
  width: 50%;
  float: left;
}
.content-top {
  padding: 25px;
  background-color: #EEEEEE;
  width: 100%;
}
.content-top .search {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
.content-top .search input {
  margin: 0 auto;
  height: 38px;
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #B9B9B9;
  background-color: #EEEEEE;
  border-radius: 0;
  box-shadow: none;
}
.content-top .search input:focus {
  border-color: #999;
  background-color: #fff;
}
.content-top .search button {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 9px;
  right: 9px;
  border: none;
  background: url("../images/icon_search.png") 0 0 no-repeat;
  opacity: 0.75;
}
.content-top .search button:hover {
  opacity: 1;
}
.content-top .phone {
  position: relative;
  line-height: 30px;
  display: table;
  margin: 0 auto 10px;
}
.content-top .phone span {
  display: inline-block;
}
.content-top .phone .phone-icon {
  height: 30px;
  width: 30px;
  margin-right: 14px;
  position: relative;
  background: url("../images/icon_phone.png") 0 0 no-repeat;
}
.content-top .phone .phone-info {
  font-size: 14px;
  margin-right: 14px;
}
.content-top .phone .phone-word {
  color: #009F3D;
  font-size: 24px;
  vertical-align: bottom;
  font-family: cursive;
}
.content-bg {
  width: 100%;
  background: url("../images/icon_bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.content-head {
  display: table;
  margin: 30px auto 30px;
  text-align: center;
}
.content-head .entitle {
  color: #707070;
  font-size: 16px;
  font-family: -webkit-pictograph;
}
.content-head .title span {
  display: inline-block;
  width: 50px;
  height: 0px;
  vertical-align: middle;
  border-bottom: 1px solid #DADADA;
}
.content-head .title h2 {
  display: inline-block;
  width: 150px;
  font-size: 18px;
  line-height: 20px;
  padding: 5px;
  margin: 5px 30px 10px;
  border: 1px solid #343434;
}
.content-head .info {
  font-size: 13px;
  color: #000;
}
.content-foot {
  position: relative;
  margin: 30px 0;
}
.content-foot-link {
  display: table;
  margin: 0  auto;
}
.content-foot-link a {
  display: inline-block;
  width: 85px;
  height: 28px;
  margin: 0 5px;
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #929292;
}
.content-foot-link a:hover {
  text-decoration: none;
  background-color: #38a300;
}
.content-foot-link a:active {
  background-color: #2F8A00;
}
.content-foot-num {
  display: table;
  margin: 0 auto;
}
.content-foot-num span,
.content-foot-num a {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-family: initial;
  line-height: 25px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #aaa;
  background-color: #fff;
  margin: 0 2px;
}
.content-foot-num span font,
.content-foot-num a font {
  position: relative;
  top: -1px;
  display: block;
  margin: 0;
  color: #fff;
  background-color: #2F8A00;
}
.content-foot-num span:hover,
.content-foot-num a:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #2F8A00;
  background-color: #38a300;
}
.content-foot-num span:active,
.content-foot-num a:active {
  background-color: #2F8A00;
}
.content-foot-num .nolink,
.content-foot-num .nolink:hover,
.content-foot-num .nolink:active {
  cursor: default;
  color: #ddd !important;
  border: 1px solid #ddd !important;
  background: none;
}
.about {
  padding: 0 10px;
}
.about:before,
.about:after {
  display: table;
  content: " ";
}
.about:after {
  clear: both;
}
.about:before,
.about:after {
  display: table;
  content: " ";
}
.about:after {
  clear: both;
}
.about .pl {
  width: 40%;
}
.about .pl img {
  display: block;
  width: 100%;
}
.about .pr {
  width: 55%;
}
.about .pr h2 {
  color: #009F3D;
  font-size: 16px;
  line-height: 1.5;
}
.about .pr p {
  font-size: 13px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 5px;
}
.cards {
  padding: 5px;
  display: block;
}
.cards:before,
.cards:after {
  display: table;
  content: " ";
}
.cards:after {
  clear: both;
}
.cards:before,
.cards:after {
  display: table;
  content: " ";
}
.cards:after {
  clear: both;
}
.cards .card {
  float: left;
  width: 50%;
  height: 220px;
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
  text-decoration: none !important;
  font-family: "SimSun";
  overflow: hidden;
}
.cards .card .card-img {
  display: block;
  width: 100%;
  height: 115px;
}
.cards .card .card-info {
  display: block;
  background-color: #eee;
  padding: 10px 15px;
}
.cards .card .card-info h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cards .card .card-info p{
  text-indent: 0;
}
.cards-pro .card .card-info span{
  display: block;
  height: 60px;
  overflow: hidden;
}
.cards-case .card {
  height: 155px;
}
.cards-case .card .card-info {
  font-weight: normal;
  background-color: #B3B3B3;
  color: #fff;
  text-align: center;
}
.cards-case .card .card-info h2 {
  margin: 0;
}
.cards-more {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 90px;
  margin: 20px auto 30px;
  border-bottom: 2px solid #1A9643;
  color: #3A3A3A;
}
.cards-more.wihte {
  color: #fff;
  border-bottom: 2px solid #3A3A3A;
}
.cards-scroll {
  position: relative;
}
.cards-scroll .cards-scroll-ctrl {
  position: absolute;
  z-index: 9;
  top: 35%;
  display: block;
  width: 15px;
  height: 35px;
  opacity: 1;
  text-decoration: none !important;
  background: url("../images/icon_arrow.png") 0 0 no-repeat;
}
.cards-scroll .cards-scroll-ctrl.prev {
  left: 10px;
  background-position: 0 0;
}
.cards-scroll .cards-scroll-ctrl.next {
  right: 10px;
  background-position: -15px 0;
}
.cards-scroll .cards-scroll-nav {
  position: relative;
  z-index: 0;
  height: 100%;
}
.cards-scroll .cards-scroll-nav ul {
  list-style: none;
}
.cards-scroll .cards-scroll-nav ul li {
  display: block;
  zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.cards-scroll .cards-scroll-nav ul li a {
  display: block;
  width: 100%;
  background-position: center;
}
.cards-scroll .card {
  width: 80%;
  float: none;
  margin: 0 auto;
  height: auto;
}
.cards-scroll .card .card-img {
  height: auto;
}
.cards-news .card {
  width: 100%;
  float: none;
  position: relative;
  height: 100px;
  font-family: "Microsoft Yahei";
  background: none;
  margin-bottom: 30px;
}
.cards-news .card .card-img {
  height: 100%;
  width: 135px;
  display: block;
  float: left;
  margin-right: 10px;
}
.cards-news .card .card-info {
  background: none;
}
.cards-news .card .card-info h2 {
  font-size: 14px;
  font-weight: normal;
}
.cards-news .card .card-info p {
  text-indent: 2em;
  font-size: 12px;
  color: #888;
}
/* .cards.cards-env{
  margin: 0 auto 20px;
  .card{
    position: relative;
    height: 275px;
    font-family: "Microsoft Yahei";
    background: none;
    color: #333;
    text-align: center;
    &:hover{
      text-decoration: underline !important;
    }
    .card-img{
      display: block;
      border: 1px solid #CCCCCC;
      height: 230px;
      width: 100%;
      padding: 3px;
      background-color: #fff;
      img{
        display: block;
        height: 100%;
        width: 100%;
      }
    }
    .card-title{
      font-weight: normal;
      margin: 15px 5px;
    }
  }
}
.cards-scroll {
  position: relative;
  display: table;
  zoom: 1;
  margin: 0 auto 75px;

  .card-link {
    position: absolute;
    z-index: 9;
    top: 35%;
    display: block;
    width: 25px;
    height: 41px;
    opacity: 1;
    text-decoration: none !important;
    background: url("../images/icon_arrow.png") 0 0 no-repeat;
  }
  .card-link:hover {
    opacity: .75;
  }
  .card-link:active {
    opacity: 1;
  }
  .card-link-prev {
    left: -45px;
    background-position: 0 0;
  }
  .card-link-next {
    right: -45px;
    background-position: -25px 0;
  }
  .card-nav {
    overflow: hidden;
    zoom: 1;

    li {
      float: left;
      overflow: hidden;
      margin: 0 10px;
      text-align: center;
      _display: inline;
      
      a{
        display: block;
        width: 320px;
        height: 275px;
        text-decoration: none !important;
      }
      a:hover span{
        background-color: #009F3D;
      }
      a:hover .card-img{
        transform:scale(1.05);
        -ms-transform:scale(1.05);   IE 9
        -moz-transform:scale(1.05);  Firefox
        -webkit-transform:scale(1.05); Safari 和 Chrome
        -o-transform:scale(1.05);  Opera
      }
      .card-img {
        display: block;
        width: 320px;
        height: 215px;
        cursor: pointer;
      }
      .card-title{
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        background-color: #3A3A3A;
        color: #fff;
      }
    }
  }
}
.cards-pro-scroll {
  position: relative;
  display: table;
  zoom: 1;
  margin: 0 auto 75px;

  .card-link {
    position: absolute;
    z-index: 9;
    top: 35%;
    display: block;
    width: 25px;
    height: 41px;
    opacity: 1;
    text-decoration: none !important;
    background: url("../images/icon_arrow.png") 0 0 no-repeat;
  }
  .card-link:hover {
    opacity: .75;
  }
  .card-link:active {
    opacity: 1;
  }
  .card-link-prev {
    left: -45px;
    background-position: 0 0;
  }
  .card-link-next {
    right: -45px;
    background-position: -25px 0;
  }
  .card-nav {
    overflow: hidden;
    zoom: 1;

    li {
      float: left;
      overflow: hidden;
      margin: 0 10px;
      text-align: center;
      _display: inline;
      
      a{
        display: block;
        width: 320px;
        height: 360px;
        text-decoration: none !important;
        background-color: #EEEEEE;
      }
      a:hover{
        color: #fff;
        background-color: #009F3D;
        .card-img{
          transform:scale(1.05);
          -ms-transform:scale(1.05);   IE 9
          -moz-transform:scale(1.05);  Firefox
          -webkit-transform:scale(1.05); Safari 和 Chrome
          -o-transform:scale(1.05);  Opera
        }
      }
      .card-img {
        display: block;
        width: 320px;
        height: 215px;
        cursor: pointer;
      }
      .card-title{
        font-size: 16px;
        font-weight: bold;
        margin: 30px 30px 10px;
      }
      .card-info{
        margin: 0px 30px 15px;
      }
    }
  }
} */
.contact-title {
  font-size: 20px;
  color: #009F3D;
  line-height: 40px;
}
.ul-news {
  font-family: "Microsoft Yahei";
}
.ul-news li {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #C7C7C7;
}
.ul-news .title {
  display: block;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  border-bottom: 1px solid #E3E3E3;
  padding-left: 20px;
  font-size: 17px;
  background: url("/images/icon_li.png") 2px 18px no-repeat;
}
.ul-news .info {
  font-size: 14px;
  line-height: 25px;
  color: #888;
  text-indent: 2em;
  margin-bottom: 5px;
}
.ul-news.ul-support li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ul-news.ul-support .title {
  margin-bottom: 0;
  border-bottom: 0;
}
.pro-detail {
  padding: 0 10px;
}
.pro-detail .detail-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #2F8A00;
  border-bottom: 1px solid #2F8A00;
}
.pro-detail .detail-info {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.pro-detail .detail-info p {
  line-height: 35px;
  color: #666;
}
.pro-detail .detail-info b {
  font-weight: normal;
  color: #000;
}
.pro-images {
  position: relative;
  width: 100%;
}
.pro-images .images {
  margin-bottom: 20px;
}
.pro-images .images:before,
.pro-images .images:after {
  display: table;
  content: " ";
}
.pro-images .images:after {
  clear: both;
}
.pro-images .images:before,
.pro-images .images:after {
  display: table;
  content: " ";
}
.pro-images .images:after {
  clear: both;
}
.pro-images .images-huge {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.pro-images .images-huge img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 245px;
  border: 1px solid #eee;
}
.pro-images .images-other {
  position: relative;
  display: table;
  zoom: 1;
  margin: 0 auto;
  padding: 10px 0 10px;
}
.pro-images .images-link {
  position: absolute;
  z-index: 9;
  top: 24px;
  display: block;
  width: 15px;
  height: 35px;
  opacity: 1;
  background: url("../images/icon_arrow.png") 0 0 no-repeat;
}
.pro-images .images-link:hover {
  opacity: .85;
}
.pro-images .images-link:active {
  opacity: 1;
}
.pro-images .images-link-prev {
  left: -15px;
  background-position: 0 0;
}
.pro-images .images-link-next {
  right: -15px;
  background-position: -15px 0;
}
.pro-images .images-nav {
  overflow: hidden;
  zoom: 1;
}
.pro-images .images-nav li {
  float: left;
  overflow: hidden;
  margin: 0 5px;
  text-align: center;
  _display: inline;
}
.pro-images .images-nav li img {
  display: block;
  width: 75px;
  height: 60px;
  cursor: pointer;
  border: 2px solid #eee;
}
.pro-images .images-nav li img:hover {
  border-color: #ccc;
}
.pro-images .images-nav li img:active {
  border-color: #eee;
}
.news-detail {
  padding: 10px;
}
.news-detail .title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #2F8A00;
}
.news-detail .detail {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
.project-help {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}
.project-help:before,
.project-help:after {
  display: table;
  content: " ";
}
.project-help:after {
  clear: both;
}
.project-help:before,
.project-help:after {
  display: table;
  content: " ";
}
.project-help:after {
  clear: both;
}

.lang{
  display: inline-block;
  float: right;
  margin: 8px 0;
}