/* CSS Document */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body {
  color: #333;
  font: 1.4rem/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
legend，figure,
input,
textarea,
blockquote,
td,
tr,
th,
thead,
tbody {
  padding: 0px;
  margin: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img,
i {
  border: 0;
  vertical-align: middle;
  font-style: normal;
  -ms-interpolation-mode: bicubic;
}
img {
  max-width: 100%;
}
p {
  word-wrap: break-word;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
address,
cite,
code,
em,
th {
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
svg:not(:root) {
  overflow: hidden;
  _zoom: 1;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
/* table input select textarea format */
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* other */
.wmd-fl {
  float: left;
  color: #0d0d0d;
}
.wmd-fr {
  float: right;
}
.wmd-clear {
  clear: both;
  overflow: hidden;
}
.wmd-hidden {
  display: none;
}
.wmd-show {
  display: block;
}
.wmd-pointer {
  cursor: pointer;
}
.wmd-overflow {
  overflow: hidden;
}
.wmd-noborder {
  border: none;
}
.wmd-container {
  *zoom: 1;
  margin: 0 auto;
}
.wmd-container:before,
.wmd-container:after {
  content: " ";
  display: table;
}
.wmd-container:after {
  clear: both;
}
/* color */
a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:hover {
  color: #13a500;
  text-decoration: none;
}
a.textline {
  text-decoration: underline;
}
.wmd-cwhite,
a.wmd-cwhite:visited,
a.wmd-cwhite {
  color: #fff;
}
a.wmd-cwhite:hover {
  color: #ff0;
}
.wmd-cyellow,
a.wmd-cyellow:visited,
a.wmd-cyellow {
  color: #ff0;
}
a.wmd-cyellow:hover {
  color: #cccc00;
}
.wmd-cgray,
a.wmd-cgray:visited,
a.wmd-cgray {
  color: #666666;
}
a.wmd-cgray:hover {
  color: #4d4d4d;
}
.wmd-cred,
a.wmd-cred:visited,
a.wmd-cred {
  color: #e02020;
}
a.wmd-cred:hover {
  color: #b41919;
}
.wmd-cgreen,
a.wmd-cgreen:visited,
a.wmd-cgreen {
  color: #009933;
}
a.wmd-cgreen:hover {
  color: #006622;
}
.wmd-cblue,
a.wmd-cblue:visited,
a.wmd-cblue {
  color: #006edb;
}
a.wmd-cblue:hover {
  color: #0054a8;
}
.wmd-clight,
a.wmd-clight:visited,
a.wmd-clight {
  color: #969696;
}
a.wmd-clight:hover {
  color: #7d7d7d;
}
.wmd-cdark,
a.wmd-cdark:visited,
a.wmd-cdark {
  color: #1a1a1a;
}
a.wmd-cdark:hover {
  color: #000000;
}
/*text-align*/
.wmd-text-center {
  text-align: center;
}
.wmd-text-right {
  text-align: right;
}
.wmd-text-left {
  text-align: left;
}
/*font*/
.wmd-font-12 {
  font-size: 1.2rem;
}
.wmd-font-15 {
  font-size: 1.5rem;
}
.wmd-font-16 {
  font-size: 1.6rem;
}
.wmd-font-18 {
  font-size: 1.8rem;
}
.wmd-font-24 {
  font-size: 2.4rem;
}
.wmd-font-bold {
  font-weight: bold;
}
.wmd-lh160 {
  line-height: 160%;
}
.wmd-lh180 {
  line-height: 180%;
}
.wmd-lh200 {
  line-height: 200%;
}
.wmd-text-2 {
  text-indent: 2.0em;
}
/*position*/
.wmd-pabs {
  position: absolute;
  height: 100%;
}
.wmd-prel {
  position: relative;
  height: 100%;
}
.wmd-layout-center {
  margin: 0 auto;
}
/*margin&padding*/
.wmd-mar20 {
  margin: 20px;
}
.wmd-marb20 {
  margin-bottom: 20px;
}
.wmd-mart20 {
  margin-top: 20px;
}
.wmd-marl20 {
  margin-left: 20px;
}
.wmd-marr20 {
  margin-right: 20px;
}
.wmd-pad20 {
  padding: 20px;
}
.wmd-padb20 {
  padding-bottom: 20px;
}
.wmd-padt20 {
  padding-top: 20px;
}
.wmd-padl20 {
  padding-left: 20px;
}
.wmd-padr20 {
  padding-right: 20px;
}
/* btn */
.wmd-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #13a500;
  line-height: 32px;
  padding: 0 2rem;
  background-color: #13a500;
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wmd-btn:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wmd-btn:hover {
  color: #fff;
}
.wmd-btn:hover:after {
  left: 0;
  width: 100%;
}
.wmd-btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
}
.wmd-btn-red {
  background-color: #e02020;
  color: #fff;
  border-color: #e02020;
}
.wmd-btn-red:hover {
  background-color: #b41919;
  color: #fff;
}
.wmd-btn-green {
  background-color: #009933;
  color: #fff;
  border-color: #009933;
}
.wmd-btn-green:hover {
  color: #fff;
}
.wmd-btn-blue {
  background-color: #006edb;
  color: #fff;
  border-color: #006edb;
}
.wmd-btn-blue:hover {
  color: #fff;
}
.wmd-btn-gray {
  background-color: #666666;
  color: #fff;
  border-color: #666666;
}
.wmd-btn-gray:hover {
  color: #fff;
}
.wmd-btn-default {
  background-color: #fff;
  color: #333;
  border-color: #b3b3b3;
}
.wmd-btn-default:hover {
  background-color: #13a500;
  color: #fff;
  border-color: #13a500;
}
.wmd-btn-disabled {
  background: #e0e0e0 !important;
  color: #b0b0b0 !important;
  cursor: default !important;
}
.wmd-btn-mid {
  font-size: 1.5rem;
  border-radius: 5px;
  line-height: 39px;
  padding: 0 3rem;
}
.wmd-btn-big {
  font-size: 1.8rem;
  border-radius: 8px;
  line-height: 50px;
  padding: 0 3rem;
}
/* slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(../images/loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  outline: none;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*grid*/
.wmd-container {
  padding: 0 1rem;
  position: relative;
}
.br-hide {
  font-size: 0;
  display: none;
}
.wmd-row {
  margin-left: -1rem;
  margin-right: -1rem;
  clear: both;
  overflow: hidden;
}
.wmd-col-1, .wmd-col-2, .wmd-col-3, .wmd-col-4, .wmd-col-5, .wmd-col-6, .wmd-col-7, .wmd-col-8, .wmd-col-9, .wmd-col-10, .wmd-col-11, .wmd-col-12,
.wmd-col-05,
.wmd-col-08 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
}
@media (min-width: 768px) {
  .wmd-col-1 {
    max-width: 8.33333333%;
  }
  .wmd-col-2 {
    max-width: 16.66666667%;
  }
  .wmd-col-3 {
    max-width: 25%;
  }
  .wmd-col-4 {
    max-width: 33.33333333%;
  }
  .wmd-col-5 {
    max-width: 41.66666667%;
  }
  .wmd-col-6 {
    max-width: 50%;
  }
  .wmd-col-7 {
    max-width: 58.33333333%;
  }
  .wmd-col-8 {
    max-width: 66.66666667%;
  }
  .wmd-col-9 {
    max-width: 75%;
  }
  .wmd-col-10 {
    max-width: 83.33333333%;
  }
  .wmd-col-11 {
    max-width: 91.66666667%;
  }
  .wmd-col-12 {
    max-width: 100%;
  }
  .wmd-col-05 {
    max-width: 20%;
  }
  .wmd-col-08 {
    max-width: 12.5%;
  }
  .wmd-container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .wmd-container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1360px) {
  .wmd-container {
    width: 1280px;
    padding: 0;
  }
}
/* max-width */
@media screen and (max-width: 768px) {
  .br-hide {
    display: block;
  }
}
/*share*/
.wmd-box-title-a {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.wmd-box-title-a h2 {
  position: relative;
  font-size: 3.2rem;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-weight: bold;
  z-index: 1;
}
.wmd-box-title-a h3 {
  font-size: 1.6rem;
}
.wmd-box-title-a p {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.wmd-box-title-a p span {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  display: block;
  margin: 2px auto;
}
.wmd-box-title-a p:before,
.wmd-box-title-a p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background: rgba(0, 0, 0, 0.16);
  z-index: -1;
  margin-top: -1px;
}
.wmd-box-title-a p:before {
  left: 18px;
}
.wmd-box-title-a p:after {
  right: 18px;
}
.wmd-box-title-a.white h2 {
  color: #fff;
}
.wmd-box-title-a.white h2:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.wmd-box-title-a.white h3 {
  color: rgba(255, 255, 255, 0.8);
}
.wmd-box-title-a.white p {
  border-color: #fff;
}
.wmd-box-title-a.white p:before,
.wmd-box-title-a.white p:after {
  background: rgba(255, 255, 255, 0.3);
}
.wmd-area {
  clear: both;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wmd-box-content {
  clear: both;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*animation @{ui-name}-area*/
.wmd-area .box_cover {
  -webkit-animation: fadeInLongUp 0.5s ease-in-out 0s none;
  -moz-animation: fadeInLongUp 0.5s ease-in-out 0s none;
  -ms-animation: fadeInLongUp 0.5s ease-in-out 0s none;
  -o-animation: fadeInLongUp 0.5s ease-in-out 0s none;
  animation: fadeInLongUp 0.5s ease-in-out 0s none;
}
/* @{ui-name}-banner */
.wmd-banner {
  position: relative;
  background: url(../images/mx_nei_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding: 110px 0 120px;
}
.wmd-banner:before {
  background: url(../images/xline.png);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.wmd-banner h2 {
  font-size: 3.9rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.wmd-banner h3 {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 0.5rem;
  content: "";
}
/*home-key*/
.wmd-home-key {
  padding: 20px 0;
  clear: both;
  background: #f6f6f6;
}
.wmd-home-key .key-left span {
  padding-right: 10px;
}
.wmd-home-key .key-left span a {
  color: #666666;
}
.wmd-home-key .key-left span a:hover {
  color: #13a500;
}
.wmd-home-key .search {
  position: absolute;
  right: 0;
  top: -5px;
}
.wmd-home-key .search input.form-text {
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.wmd-home-key .search .btn {
  vertical-align: top;
}
/*crumbs*/
.wmd-crumbs {
  border-bottom: 1px solid #eee;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.wmd-crumbs.topline {
  border-top: 1px solid #eee;
}
.wmd-crumbs .wmd-container {
  min-height: 50px;
}
.wmd-crumbs h2 {
  line-height: 50px;
}
.wmd-crumbs h2 i {
  font-size: 1.8rem;
  padding-right: 5px;
  vertical-align: bottom;
}
.wmd-crumbs h2 span {
  font-family: simsun;
  padding: 0 3px;
}
.wmd-crumbs .search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}
.wmd-crumbs .search input.form-text {
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.wmd-crumbs-menu {
  line-height: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}
.wmd-crumbs-menu ul li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 5px;
}
.wmd-crumbs-menu ul li a {
  display: block;
  padding: 0 2rem;
  background-color: #f9f9f9;
}
.wmd-crumbs-menu ul li:hover a,
.wmd-crumbs-menu ul li.active a {
  color: #fff;
  background-color: #13a500;
}
/* nodate */
.wmd-nodate {
  position: relative;
  width: 100%;
  text-align: center;
}
.wmd-nodate i {
  font-size: 120px;
  line-height: 120%;
  color: #969696;
}
.wmd-nodate h3 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  padding-bottom: 20px;
}
/* tag_box */
.wmd-crumbs .wmd-crumbs-tag {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
}
.wmd-tag-box {
  padding: 3rem 0 0 0;
}
.wmd-tag-box .wmd-tag-list {
  padding: 0 0 3rem 0;
}
.wmd-tag-box .wmd-tag-list h2 {
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  line-height: 36px;
}
.wmd-tag-box .wmd-tag-list ul {
  padding: 1rem 0;
}
.wmd-tag-box .wmd-tag-list ul li {
  line-height: 32px;
}
.wmd-tag-box .wmd-tag-list ul li span {
  color: #969696;
}
/* @{ui-name}-page*/
.wmd-page {
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.wmd-page ul li {
  border: #eee 1px solid;
  margin-left: 5px;
  background: #f6f6f6;
  display: inline-block;
  vertical-align: bottom;
}
.wmd-page ul li a {
  display: block;
  padding: 0 1rem;
  height: 32px;
  line-height: 30px;
  color: #666666;
}
.wmd-page ul li:hover,
.wmd-page ul li.active {
  border: #13a500 1px solid;
}
.wmd-page ul li:hover a,
.wmd-page ul li.active a {
  color: #13a500;
}
.wmd-page ul li:first-child:hover {
  border: #eee 1px solid;
}
.wmd-page ul li:first-child:hover a {
  color: #666666;
}
/*share*/
.wmd-share-box {
  border-top: 1px solid #eee;
  padding: 20px 0 0;
  text-align: right;
}
.wmd-share-box ul {
  word-spacing: -6px;
}
.wmd-share-box ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  word-spacing: 0;
  vertical-align: middle;
  z-index: 2;
}
.wmd-share-box ul li a {
  display: block;
  border-radius: 19px;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.wmd-share-box ul li a i {
  font-size: 2.4rem;
  color: #fff;
  position: relative;
}
.wmd-share-box ul li a:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 0;
  border-radius: 50%;
}
.wmd-share-box ul li.colora a {
  background-color: #35bd51;
}
.wmd-share-box ul li.colorb a {
  background-color: #dc3c3c;
}
.wmd-share-box ul li.colorc a {
  background-color: #3c9adc;
}
.wmd-share-box ul li.colord a {
  background-color: #fab619;
}
.wmd-share-box ul li .weixin-code {
  position: absolute;
  bottom: 43px;
  left: 50%;
  margin-left: -68px;
  text-align: center;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 128px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-share-box ul li .weixin-code #qrcode {
  padding: 5px 5px 0;
  border: 1px solid #eee;
  border-bottom: none;
}
.wmd-share-box ul li .weixin-code p {
  padding: 5px 0 ;
  border: 1px solid #eee;
  border-top: none;
}
.wmd-share-box ul li.colora:hover .weixin-code {
  opacity: 1;
  height: auto;
}
.wmd-share-box ul li:hover a:after {
  height: 100%;
}
/*message*/
.wmd-message {
  max-width: 600px;
  margin: 0 auto;
}
.wmd-message .message-desc {
  color: #005add;
  text-align: center;
}
.wmd-message .form_box {
  padding: 1rem 0;
}
.wmd-message .form-group {
  padding-bottom: 1rem;
}
.wmd-message input,
.wmd-message textarea {
  padding: 8px 10px;
  margin-top: 5px;
  width: 100%!important;
  border: 1px solid #ddd;
}
.wmd-message img {
  position: absolute;
  right: 0.1rem;
  bottom: 1.1rem;
  height: 30px;
}
.wmd-message textarea {
  min-height: 120px;
}
/*view-all*/
.wmd-view-all {
  clear: both;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.wmd-view-all .wmd-view-content img {
  max-width: 100%;
}
.wmd-view-all .wmd-view-content .text {
  line-height: 200%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.wmd-view-all .wmd-view-content .text p {
  margin-bottom: 1rem;
}
.wmd-bg-gray {
  background: #f6f6f6;
}
.wmd-bg-white {
  background: #fff;
}
/*@{ui-name}-right-all*/
.wmd-right-all {
  background: #fff;
  box-shadow: 0 0 5px #eee;
  margin-top: 6px;
}
.wmd-right-all .wmd-tit {
  border-bottom: 1px solid #eee;
  position: relative;
}
.wmd-right-all .wmd-tit h2 {
  font-size: 1.8rem;
  line-height: 50px;
  padding-left: 20px;
}
.wmd-right-all .wmd-tit .more {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
}
.wmd-right-all .wmd-con {
  clear: both;
  overflow: hidden;
  padding: 15px;
}
.wmd-right-all .wmd-con ul li {
  line-height: 36px;
}
.wmd-right-all .wmd-con ul li .wmd-item {
  clear: both;
  overflow: hidden;
  position: relative ;
  padding-left: 20px;
}
.wmd-right-all .wmd-con ul li .wmd-item:before {
  position: absolute;
  height: 100%;
  border: 1px solid #f3f3f3;
  top: 0;
  left: 5px;
  content: "";
}
.wmd-right-all .wmd-con ul li .wmd-item:after {
  display: inline-block;
  background: #fff;
  width: 12px;
  height: 12px;
  border: 4px solid #b3ccf4;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  z-index: 1;
  content: "";
}
.wmd-right-all .wmd-con ul li .wmd-item h3 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-right-all .wmd-con ul li .wmd-item p {
  color: #969696;
  margin-bottom: 10px;
}
.wmd-right-all .wmd-con-one {
  clear: both;
  overflow: hidden;
  padding: 15px;
  line-height: 200%;
}
.wmd-right-all .wmd-con-two {
  clear: both;
  overflow: hidden;
  padding: 15px 15px 0;
}
.wmd-right-all .wmd-con-two ul li .wmd-item {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.wmd-right-all .wmd-con-two ul li .wmd-item .item-pic {
  float: left;
  width: 110px;
}
.wmd-right-all .wmd-con-two ul li .wmd-item .item-con {
  float: left;
  width: calc(100% - 110px);
}
.wmd-right-all .wmd-con-two ul li .wmd-item .item-con h3 {
  line-height: 160%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-right-all .wmd-con-two ul li .wmd-item .item-con p {
  color: #969696;
}
/* max-width */
@media screen and (max-width: 1020px) {
  .wmd-banner {
    padding: 50px 0 50px;
  }
  .wmd-banner h2 {
    font-size: 2.4rem;
  }
  .wmd-banner h3 {
    font-size: 1.4rem;
  }
  .wmd-crumbs-menu {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .wmd-home-key .search {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wmd-banner {
    padding: 35px 0 39px;
  }
  .wmd-box-title-a {
    margin-bottom: 1rem;
  }
  .wmd-box-title-a h2 {
    font-size: 2.8rem;
  }
  .wmd-area {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .wmd-view-all {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/* header */
.wmd-header-d {
  /*menu*/
}
.wmd-header-d .wmd-header-topbar {
  line-height: 43px;
  height: 43px;
  background-color: #f9f9f9;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.wmd-header-d .wmd-header-welcome {
  float: left;
}
.wmd-header-d .wmd-header-welcome span {
  clear: both;
  overflow: hidden;
}
.wmd-header-d .wmd-header-welcome span i {
  color: #13a500;
  font-size: 1.8rem;
  display: block;
  float: left;
  line-height: 43px;
  padding-right: 3px;
}
.wmd-header-d .wmd-header-topmenu {
  float: right;
  border-right: 1px solid #eee;
}
.wmd-header-d .wmd-header-topmenu span {
  clear: both;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border-left: 1px solid #eee;
}
.wmd-header-d .wmd-header-topmenu span i {
  color: #13a500;
  font-size: 3.0rem;
  display: block;
  float: left;
  line-height: 43px;
  padding-right: 5px;
}
.wmd-header-d .wmd-header-hot {
  clear: both;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 50%;
}
.wmd-header-d .wmd-header-hot i {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 1.8rem;
  display: inline-block;
  color: #fff;
}
.wmd-header-d .wmd-header-hot .scroll {
  padding-left: 22px;
}
.wmd-header-d .wmd-header-hot .scroll a {
  height: 30px;
  display: block;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-header-d .wmd-header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.99) 10%, #ffffff 20%, #ffffff 100%);
  background-color: #13a500;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.wmd-header-d .wmd-header .logo-tit {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1.5rem;
  height: 50px;
  margin-top: 15px;
  border-left: 1px solid #ddd;
}
.wmd-header-d .wmd-header .logo-tit h2 {
  font-size: 2.4rem;
  color: #666666;
  line-height: 50px;
}
.wmd-header-d .wmd-header .logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  line-height: 80px;
  clear: both;
  overflow: hidden;
}
.wmd-header-d .wmd-header .logo .logo-img {
  float: left;
}
.wmd-header-d .wmd-header .logo .logo-img img {
  max-height: 50px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-header-d .wmd-header .logo .site-nam {
  float: left;
  padding-left: 10px;
}
.wmd-header-d .wmd-header .logo .site-nam h1,
.wmd-header-d .wmd-header .logo .site-nam h2 {
  font-size:3.0rem;
  font-weight: bold;
  color: #333;
}
.wmd-header-d .wmd-menu-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 80px;
}
.wmd-header-d .wmd-menu {
  font-size: 1.6rem;
  text-align: center;
}
.wmd-header-d .wmd-menu > ul {
  word-spacing: -6px;
}
.wmd-header-d .wmd-menu > ul > li {
  position: relative;
  display: inline-block;
}
.wmd-header-d .wmd-menu > ul > li i {
  padding-left: 3px;
  font-size: 1.4rem;
  display: inline-block;
}
.wmd-header-d .wmd-menu > ul > li > a {
  display: block;
  text-align: center;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wmd-header-d .wmd-menu > ul > li > ul {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 80px;
  left: 50%;
  text-align: center;
  background-color: #13a500;
  margin-left: -50%;
  display: inline;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wmd-header-d .wmd-menu > ul > li > ul > li > a {
  white-space: nowrap;
  line-height: 43px;
  height: 43px;
  font-size: 14px;
  padding: 0 10px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.wmd-header-d .wmd-menu > ul > li > ul > li > a:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #13a500;
}
.wmd-header-d .wmd-menu > ul > li.menuhover > a,
.wmd-header-d .wmd-menu > ul > li:hover > a {
  color: #fff;
}
.wmd-header-d .wmd-menu > ul > li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 38px;
  margin-top: -19px;
  border-radius: 5px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background-color: #13a500;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wmd-header-d .wmd-menu > ul > li.menuhover:after,
.wmd-header-d .wmd-menu > ul > li:hover:after {
  left: 0;
  width: 100%;
}
.wmd-header-d .wmd-header.collapse {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
}
.wmd-header-d .wmd-header.collapse .wmd-menu-box {
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.wmd-header-d .wmd-header.collapse .wmd-menu {
  text-align: right;
}
.wmd-header-d .wmd-header.collapse .wmd-menu > ul > li > ul {
  top: 60px;
}
.wmd-header-d .wmd-header.collapse .wmd-menu > ul > li > a {
  text-align: center;
  padding: 0 1.6rem;
}
.wmd-header-d .wmd-header.collapse .logo {
  line-height: 60px;
}
.wmd-header-d .wmd-header.collapse .logo .logo-img img {
  max-height: 43px;
}
.wmd-header-d .wmd-header.collapse .logo .site-nam {
  line-height: 60px;
}
.wmd-header-d .wmd-header.collapse .logo .site-nam h1,
.wmd-header-d .wmd-header.collapse .logo .site-nam h2 {
  font-size: 2.6rem;
  padding-top: 0;
}
.wmd-header-d .wmd-header.collapse .logo .site-nam h3 {
  display: none;
}
.wmd-header-d .wmd-header.collapse .logo-tit,
.wmd-header-d .wmd-header.collapse .site-tel {
  display: none;
}
@media screen and (max-width: 1280px) {
  .wmd-header-d .wmd-menu > ul > li > a {
    padding: 0 1.6rem;
  }
   .wmd-header-d .wmd-header .logo .site-nam h2 {
    font-size: 2.4rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 1020px) {
  .wmd-header-d .wmd-header-topbar {
    display: none;
	
  }
  .wmd-header-d .wmd-header {
    height: 60px;
  }
  .wmd-header-d .wmd-header .logo {
    line-height: 60px;
    padding-left: 1rem;
  }
  .wmd-header-d .wmd-header .logo .logo-img {
    line-height: 59px;
  }
  .wmd-header-d .wmd-header .logo .logo-img img {
    max-height: 39px;
  }
  .wmd-header-d .wmd-header .logo .site-nam {
    line-height: 60px;
  }
  .wmd-header-d .wmd-header .logo .site-nam h1,
  .wmd-header-d .wmd-header .logo .site-nam h2 {
    font-size:2.4rem;
    padding-top: 0;
  }
  
.wmd-header-d .wmd-header.collapse .logo .site-nam h1,
.wmd-header-d .wmd-header.collapse .logo .site-nam h2 {
  font-size: 2.4rem;
  padding-top: 0;
}
  
  .wmd-header-d .wmd-header .logo .site-nam h3 {
    display: none;
  }
  .wmd-header-d .wmd-header .logo-tit {
    display: none;
  }
  .wmd-header-d .wmd-header .site-tel {
    display: none;
  }
  .wmd-header-d .wmd-menu-box {
    line-height: 39px;
    height: auto;
    padding: 0;
    width: 100%;
    top: 60px;
    right: 0;
    z-index: 999;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0.2) 100%);
    background-color: #13a500;
  }
  .wmd-header-d .wmd-menu-box .wmd-container {
    padding: 0;
  }
  .wmd-header-d .wmd-menu > ul > li {
    display: block;
    float: none;
    margin: 0;
  }
  .wmd-header-d .wmd-menu > ul > li > a {
    display: block;
    width: 100%;
    padding: 0;
    color: #FFF;
    line-height: 39px;
    height: 39px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .wmd-header-d .wmd-menu > ul > li > a:hover {
    color: #ffffff;
  }
  .wmd-header-d .wmd-menu > ul > li > ul {
    position: relative;
    z-index: 999;
    top: 0px;
    right: 0;
    left: 0;
    background: #ffffff;
    margin-left: 0;
    display: none;
    border-top: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: auto;
    width: 100%;
  }
  .wmd-header-d .wmd-menu > ul > li > ul > li > a {
    color: #333;
  }
  .wmd-header-d .wmd-menu > ul > li > ul > li > a:hover {
    background: #f2f2f2;
    color: #13a500;
  }
  .wmd-header-d .wmd-menu > ul > li:before {
    width: 0;
  }
  .wmd-header-d .wmd-menu > ul > li:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: inherit;
    margin-top: 0;
  }
  .wmd-header-d .wmd-menu > ul > li.menuhover > a,
  .wmd-header-d .wmd-menu > ul > li:hover > a {
    color: rgba(255, 255, 255, 0.9);
  }
  .wmd-header-d .wmd-menu > ul > li.nourl > a {
    cursor: pointer;
    pointer-events: none;
  }
  .wmd-header-d .wmd-header.collapse .wmd-menu-box {
    top: 60px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0.2) 100%);
    background-color: #13a500;
  }
  .wmd-header-d .wmd-header.collapse .wmd-menu > ul > li > a {
    color: #fff;
  }
  .wmd-header-d .wmd-menubtn {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: -9px;
  }
  .wmd-header-d .wmd-menubtn .bar {
    position: relative;
  }
  .wmd-header-d .wmd-menubtn .bar span {
    width: 26px;
    height: 2px;
    content: "";
    border-radius: 1px;
    display: block;
    background-color: #aaa;
    margin: 6px 0;
  }
  .wmd-header-d .wmd-menubtn .bar:before,
  .wmd-header-d .wmd-menubtn .bar:after {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0;
    background: #aaa;
    border-radius: 1px;
    content: "";
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .wmd-header-d .wmd-menubtn.collapsed .bar span {
    opacity: 0;
  }
  .wmd-header-d .wmd-menubtn.collapsed .bar:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
  }
  .wmd-header-d .wmd-menubtn.collapsed .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
  }
}
/*footer*/
/*links*/
.wmd-links {
  background-color: #f2f2f2;
}
.wmd-links h2 {
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.wmd-links a {
  padding: 0 2rem 0 0;
  position: relative;
  word-spacing: 0;
  display: inline-block;
  line-height: 200%;
}
.wmd-links a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  right: 1rem;
  top: 50%;
  margin-top: -6px;
}
.wmd-links a:last-child:after {
  width: 0px;
}
.wmd-links a:hover {
  color: #e02020;
}
.wmd-site-top {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.02);
  padding: 2px;
  text-align: center;
  border-radius: 50%;
  display: none;
}
.wmd-site-top i {
  font-size: 3.6rem;
  color: #bbb;
  line-height: 100%;
}
.wmd-site-top:hover i {
  color: #999;
}
/* tool */
.wmd-tool {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 60%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-tool ul li {
  margin-bottom: 1px;
  font-size: 0;
  width: 50px;
  height: 50px;
  right: 0;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.wmd-tool ul li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
  background: #13a500;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.wmd-tool ul li .toolbg {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: #13a500;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.wmd-tool ul li .toolbg i {
  font-size: 2.8rem;
}
.wmd-tool ul li .tooltext {
  display: inline-block;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}
.wmd-tool ul li.tcode .toolcode {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #13a500;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.wmd-tool ul li.tcode .toolcode:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #13a500;
  border-right: none;
}
.wmd-tool ul li.tcode:hover .toolcode {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wmd-tool ul li:hover a {
  width: 180px;
  color: #fff;
}
.wmd-tool ul li:hover .toolbg {
  background-color: #13a500;
  color: #fff;
}
.wmd-tool .tool-top {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1020px) {
  .wmd-tool {
    display: none;
  }
  .wmd-site-top {
    display: block;
  }
}
/*footer*/
.wmd-footer-a {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
  background-color: #119400;
  clear: both;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.wmd-footer-a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/xline.png");
  z-index: 1;
}
.wmd-footer-a a {
  color: rgba(255, 255, 255, 0.9);
}
.wmd-footer-a a:hover {
  color: #13a500;
}
.wmd-footer-a .footer-top {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
}
.wmd-footer-a .footer-top h2 {
  padding: 1rem 0 ;
  font-size: 1.8rem;
  font-weight: bold;
}

.rowmar li {width:50%;float:left;}

@media (min-width:780px) {
    .coltwo{ width:100%;}
}

.wmd-footer-a .footer-top .foot_add {
  line-height: 200%;
}
.wmd-footer-a .footer-top .foot_code ul li {
  display: inline-block;
  padding-right: 1rem;
}
.wmd-footer-a .footer-top .foot_code h3 {
  padding-bottom: 1rem;
}
.wmd-footer-a .footer-top .foot_code p {
  padding-top: 0.5rem;
  text-align: center;
}
.wmd-footer-a .footer-top .foot_code img {
  max-width: 120px;
}
.wmd-footer-a .copyright {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 0;
  line-height: 200%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.wmd-footer-a .wmd-footer-menu {
  background: #f9f9f9;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  border-top: 1px solid #ddd;
}
.wmd-footer-a .wmd-footer-menu ul {
  clear: both;
  overflow: hidden;
}
.wmd-footer-a .wmd-footer-menu ul li {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.wmd-footer-a .wmd-footer-menu ul li a {
  color: #333;
  padding: 8px 0 5px;
  display: block;
}
.wmd-footer-a .wmd-footer-menu ul li a:hover,
.wmd-footer-a .wmd-footer-menu ul li a.active {
  color: #13a500;
}
.wmd-footer-a .wmd-footer-menu ul li i.iconfont {
  font-size: 2.4rem;
  line-height: 110%;
}
.wmd-footer-a .wmd-footer-menu ul li:hover {
  background: #f2f2f2;
}
@media screen and (max-width: 1020px) {
  .wmd-footer-a {
    margin-bottom: 50px;
  }
  .wmd-footer-a .wmd-footer-menu {
    display: block;
  }
}
/* slider */
.wmd-slider-c {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  zoom: 1;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.wmd-slider-c div {
  zoom: 1;
  height: 100%;
}
.wmd-slider-c div a {
  height: 100%;
  content: "";
  display: block;
}
.wmd-slider-c .slick-dots {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.wmd-slider-c .slick-dots li {
  display: inline-block;
}
.wmd-slider-c .slick-dots li a {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  font-size: 0;
  background-color: #f2f2f2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-slider-c .slick-dots li a:focus {
  outline: none;
}
.wmd-slider-c .slick-dots li.slick-active a {
  cursor: default;
  background-color: #f00;
  width: 24px;
}
.wmd-slider-c .btn-prev,
.wmd-slider-c .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: -100px;
  z-index: 100;
  height: 68px;
  line-height: 68px;
  text-align: left;
  cursor: pointer;
  display: none;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wmd-slider-c .btn-prev i,
.wmd-slider-c .btn-next i {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: middle;
}
.wmd-slider-c .btn-next {
  left: auto;
  right: -100px;
  text-align: right;
}
.wmd-slider-c .btn-next:hover,
.wmd-slider-c .btn-prev:hover {
  color: #ffffff;
}
.wmd-slider-c:hover .btn-prev {
  left: 20px;
  opacity: 1;
}
.wmd-slider-c:hover .btn-next {
  left: auto;
  right: 20px;
  opacity: 1;
}
/* max-width */
@media screen and (max-width: 1020px) {
  .wmd-slider-c {
    height: 260px;
  }
  .wmd-slider-c .slick-dots {
    bottom: 10px;
    left: 0;
  }
  .wmd-slider-c .slick-dots li a {
    width: 10px;
    height: 10px;
  }
  .wmd-slider-c .slick-dots li.slick-active a {
    width: 20px;
  }
  .wmd-slider-c .btn-prev,
  .wmd-slider-c .btn-next {
    left: 10px;
  }
  .wmd-slider-c .btn-prev i,
  .wmd-slider-c .btn-next i {
    font-size: 24px;
  }
  .wmd-slider-c .btn-next {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wmd-slider-c {
    height: 180px;
  }
  .wmd-slider-c img {
    display: none;
  }
}
/* @{ui-name}-product-list-d */
/* @{ui-name}-product-class-d */
.wmd-product-class-d .class-box {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 0 0 10px;
  text-align: center;
}
.wmd-product-class-d .class-box .class-tit {
  display: none;
}
.wmd-product-class-d .class-box .class-name ul {
  clear: both;
  overflow: hidden;
}
.wmd-product-class-d .class-box .class-name ul li {
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.wmd-product-class-d .class-box .class-name ul li a {
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wmd-product-class-d .class-box .class-name ul li:hover a,
.wmd-product-class-d .class-box .class-name ul li.active a {
  color: #fff;
  background-color: #13a500;
  border-color: #13a500;
}
/* @{ui-name}-product-d */
.wmd-product-d-box {
  background: #f9f9f9;
  background-size: cover;
}
.wmd-product-list-d ul li .wmd-item,
.wmd-product-d ul li .wmd-item {
  position: relative;
  overflow: hidden;
  margin: 5px 5px 2rem 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;  
  
}
.wmd-product-list-d ul li .wmd-item .wmd-item-pic,
.wmd-product-d ul li .wmd-item .wmd-item-pic {
  position: relative;
  z-index: 2;
  clear: both;
  height:302px;
  overflow: hidden;
 
}
.wmd-product-list-d ul li .wmd-item .wmd-item-pic .pic-con,
.wmd-product-d ul li .wmd-item .wmd-item-pic .pic-con {
  position: relative;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding-bottom: 75%;
}
.wmd-product-list-d ul li .wmd-item .wmd-item-pic .pic-con img,
.wmd-product-d ul li .wmd-item .wmd-item-pic .pic-con img {
  position: absolute;
  left: 0;
  top: 0;
}
.wmd-product-list-d ul li .wmd-item .wmd-item-pic:after,
.wmd-product-d ul li .wmd-item .wmd-item-pic:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wmd-product-list-d ul li .wmd-item .wmd-item-pic:before,

.wmd-product-d ul li .wmd-item .wmd-item-pic:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 30px;
  line-height: 30px;
  content: "查看详情";
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  border-right: none;
  text-align: center;
  color: #fff;
  margin-left: -50px;
  margin-top: -15px;
  opacity: 0;
}
.wmd-product-list-d ul li .wmd-item .wmd-item-con,
.wmd-product-d ul li .wmd-item .wmd-item-con {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 1rem 2rem 2rem;
  text-align: center;
}
.wmd-product-list-d ul li .wmd-item .wmd-item-con h3,
.wmd-product-d ul li .wmd-item .wmd-item-con h3 {
  font-size: 1.5rem;
  line-height: 36px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-product-list-d ul li .wmd-item .wmd-item-con .text p,
.wmd-product-d ul li .wmd-item .wmd-item-con .text p {
  line-height: 180%;
  color: #969696;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-product-list-d ul li:hover .wmd-item .wmd-item-pic:after,
.wmd-product-d ul li:hover .wmd-item .wmd-item-pic:after {
  height: 100%;
}
.wmd-product-list-d ul li:hover .wmd-item .wmd-item-pic:before,
.wmd-product-d ul li:hover .wmd-item .wmd-item-pic:before {
  opacity: 1;
  width: 100px;
}
.wmd-product-list-d ul li:hover .wmd-item .wmd-item-con h3,
.wmd-product-d ul li:hover .wmd-item .wmd-item-con h3 {
  color: #13a500;
}
.wmd-product-list-d ul li:hover .wmd-item .wmd-item-con .text:after,
.wmd-product-d ul li:hover .wmd-item .wmd-item-con .text:after {
  background: #119400;
}
.wmd-product-list-d ul li:hover .wmd-item img,
.wmd-product-d ul li:hover .wmd-item img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
@media screen and (max-width: 1020px) {
  .wmd-product-list-d .wmd-col-3 {
    max-width: 50%;
  }
  .wmd-product-d .wmd-col-3 {
    max-width: 50%;
  }
  .wmd-product-class-d .class-box {
    padding: 10px 0 10px 0;
  }
  .wmd-product-class-d .class-box .class-tit {
    display: none;
  }
  
   .wmd-product-list-d ul li .wmd-item,
	.wmd-product-d ul li .wmd-item {
	  height:auto;
	  overflow:hidden;
	}
}
/* @{ui-name}-news-list-d */
.wmd-news-list-d ul li .wmd-item {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-news-list-d ul li .wmd-item .pic {
  clear: both;
  overflow: hidden;
  max-height: 260px;
}
.wmd-news-list-d ul li .wmd-item .pic .pic-box {
  position: relative;
  padding-bottom: 75%;
  background-color: #fff;
}
.wmd-news-list-d ul li .wmd-item .pic img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-news-list-d ul li .wmd-item .text h3 {
  font-size: 1.8rem;
  line-height: 200%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-news-list-d ul li .wmd-item .text h4 {
  line-height: 180%;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-news-list-d ul li .wmd-item .text h5 {
  color: #969696;
  padding-top: 1rem;
}
.wmd-news-list-d ul li:hover .wmd-item {
  border-color: #13a500;
}
.wmd-news-list-d ul li:hover .wmd-item .pic img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
/* @{ui-name}-news-d */
.wmd-news-d-box {
  background: #f9f9f9;
}
.wmd-news-d .wmd-news-index {
  position: relative;
  background: #fff;
  padding: 2rem;
  margin-bottom: 1rem;
  clear: both;
  overflow: hidden;
}
.wmd-news-d .wmd-news-index .wmd-item .item-pic {
  position: relative;
  clear: both;
  overflow: hidden;
  z-index: 1;
}
.wmd-news-d .wmd-news-index .wmd-item .item-pic .pic-con {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #fff;
}
.wmd-news-d .wmd-news-index .wmd-item .item-pic .pic-con img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.wmd-news-d .wmd-news-index .wmd-item .item-pic .icon-add {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: 0px;
  color: #ffffff;
  opacity: 0;
  background: #13a500;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 3;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-news-d .wmd-news-index .wmd-item .item-pic:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-news-d .wmd-news-index .wmd-item .item-pic:after {
  width: calc(100% + 20px);
  height:  calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 3;
  border: rgba(255, 255, 255, 0.8) 1px solid;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-news-d .wmd-news-index .wmd-item .item-text {
  padding: 1rem 0 0 0;
}
.wmd-news-d .wmd-news-index .wmd-item .item-text h3 {
  font-size: 1.6rem;
  line-height: 180%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-news-d .wmd-news-index .wmd-item .item-text h4 {
  line-height: 160%;
  color: #969696;
  height: 43px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-news-d .wmd-news-index .wmd-item:hover .item-pic:before {
  opacity: 1;
}
.wmd-news-d .wmd-news-index .wmd-item:hover .item-pic:after {
  width: calc(100% - 20px);
  height:  calc(100% - 20px);
  left: 10px;
  top: 10px;
}
.wmd-news-d .wmd-news-index .wmd-item:hover .icon-add {
  margin-top: -25px;
  opacity: 1;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5rem;
  margin-top:10px;
  min-height: 132px;
  background:#ffffff;
  
}
.wmd-news-d .wmd-news-tu ul li .wmd-item .item-pic {
  position: absolute;
  width: 130px;
  top: 1.5rem;
  left: 1.5rem;
  overflow: hidden;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item .item-pic .pic-con {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #fff;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item .item-pic .pic-con img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item .item-text {
  padding: 0 0 0 150px;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item .item-text h3 {
  font-size: 1.6rem;
  line-height: 180%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item .item-text h4 {
  line-height: 160%;
  color: #969696;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-news-d .wmd-news-tu ul li .wmd-item:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #13a500;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.wmd-news-d .wmd-news-tu ul li:hover .wmd-item:before {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .wmd-product-list .wmd-col-3 {
    max-width: 50%;
  }
}
/*detail*/
.wmd-detail {
  clear: both;
  overflow: hidden;
}
.wmd-detail .wmd-detail-tit {
  border-bottom: 1px dotted #d8d8d8;
  text-align: center;
}
.wmd-detail h1 {
  font-size: 3rem;
  line-height: 150%;
  padding: 10px 0;
}
.wmd-detail .wmd-detail-bar {
  line-height: 150%;
  padding-bottom: 20px;
  color: #666666;
}
.wmd-detail .wmd-detail-bar > span {
  padding: 0 10px;
  font-weight: normal;
}
.wmd-detail .wmd-desc-tag a {
  padding-left: 10px;
}
.wmd-detail .wmd-desc-tag a:nth-child(1) {
  padding-left: 0;
}
.wmd-detail .wmd-detail-pic {
  padding: 20px 0;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.wmd-detail .wmd-detail-pic img {
  max-width: 100%;
}
.wmd-detail .wmd-detail-ban h2 {
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #0080c1;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 2rem;
  font-weight: bold;
}
.wmd-detail .wmd-detail-con {
  padding: 20px 0;
  line-height: 260%;
  word-break: break-word;
  font-size: 15px;
}
.wmd-detail .wmd-detail-con img {
  max-width: 100%;
  height: auto;
}
.wmd-detail .wmd-detail-con p {
  word-break: break-word;
}
.wmd-prev-next {
  border-top: 1px solid;
  border-color: #eee;
  padding: 20px 0 20px 0;
}
.wmd-prev-next h3 {
  line-height: 30px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* max-width */
@media screen and (max-width: 1020px) {
  .wmd-detail {
    padding: 10px 0;
  }
  .wmd-detail .wmd-detail-tit {
    text-align: left;
  }
  .wmd-detail h1 {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .wmd-detail .wmd-detail-con {
    font-size: 1.6rem;
  }
  .wmd-detail .wmd-detail-bar > span {
    padding: 0 10px 0 0;
  }
}

/*count_box*/
.count_box{margin-top:2.5rem}

.count_box ul{clear: both; overflow: hidden;background: #fff; box-shadow:0px 0px 2px #ddd;border-radius:10px;}
.count_box ul li{float: left; width: 25%; text-align: center;}
.count_box ul li .items{position: relative;height: 130px;}
.count_box ul li .items h3{padding-top: 3rem; color: #13a500;}
.count_box ul li .items h3 span{font-size: 3.8rem; line-height: 100%; font-weight: bold;}
.count_box ul li .items h3 sub{font-size: 1.8rem; vertical-align: middle;}
.count_box ul li .items h2{font-size: 1.6rem; color:#666;}

/* @{ui-name}-about-d */
.wmd-about-d-box {
  background: url("../images/about_a_1.jpg") no-repeat #fff bottom;
  background-size: 100%;
}
.wmd-about-d .wmd-about-pic {
  text-align: center;
}
.wmd-about-d .wmd-about-pic img {
  max-width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  box-shadow: 0 3px 6px #aaa;
}
.wmd-about-d .wmd-about-text
{
	margin-left:15px;
}
.wmd-about-d .wmd-about-text p {
  margin-bottom: 1rem;
}
.wmd-about-d .wmd-about-tu {
  clear: both;
  overflow: hidden;
}
.wmd-about-d .wmd-about-tu ul li {
  position: relative;
  margin-bottom: 2rem;
}
.wmd-about-d .wmd-about-tu ul li .wmd-item {
  position: relative;
}
.wmd-about-d .wmd-about-tu ul li .wmd-item .item-pic {
  text-align: center;
}
.wmd-about-d .wmd-about-tu ul li .wmd-item .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 0 ;
  text-align: center;
  background: #13a500;
  color: #fff;
}
.wmd-about-d .wmd-about-tu ul li .wmd-item .item-text h3 {
  font-size: 1.6rem;
  padding: 0 20px;
}
@media screen and (max-width: 1020px) {
  .wmd-btn {
    display: none;
  }
}
/* @{ui-name}-about-e */
.wmd-about-e {
  border-top: 1px solid #ddd;
}
.wmd-about-e .wmd-about-tu {
  clear: both;
  overflow: hidden;
  padding: 2rem 0 1rem;
}
.wmd-about-e .wmd-about-tu ul li {
  position: relative;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item {
  position: relative;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-pic {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  padding-bottom: 75%;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-pic img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-text {
  text-align: center;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con {
  padding: 2rem;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con h3 {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 10px;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con h3:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con p {
  font-size: 1.5rem;
  line-height: 180%;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
}
@media screen and (max-width: 1020px) {
  .wmd-about-e .wmd-about-tu {
    padding: 2rem 0 0;
  }
  .wmd-about-e .wmd-about-tu .wmd-col-3 {
    max-width: 50%;
  }
  .wmd-about-e .wmd-about-tu ul li .wmd-item {
    position: relative;
  }
  .wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con {
    padding: 1rem 0 2rem;
  }
  .wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con h3 {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  .wmd-about-e .wmd-about-tu ul li .wmd-item .item-text .text-con p {
    font-size: 1.4rem;
    padding-top: 5px;
  }
}
/* @{ui-name}-photo-list-a */
.wmd-photo-list-a ul li {
  margin-bottom: 2rem;
}
.wmd-photo-list-a ul li .wmd-item .item_pic {
  clear: both;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}
.wmd-photo-list-a ul li .wmd-item .item_pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wmd-photo-list-a ul li .wmd-item .samepic {
  padding-bottom: 100%;
}
.wmd-photo-list-a ul li .wmd-item .item_video {
  clear: both;
  overflow: hidden;
}
.wmd-photo-list-a ul li .wmd-item .item_video video {
  width: 100%;
  max-height: 210px;
}
.wmd-photo-list-a ul li .wmd-item h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-photo-list-a ul li .wmd-item p {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-photo-list-a ul li:hover .wmd-item img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
@media screen and (max-width: 1020px) {
  .wmd-photo-list-a .wmd-col-3 {
    max-width: 50%;
  }
}
/* @{ui-name}-photo-d */
.wmd-photo-d-box {
  background: url("../images/service_bg_f.jpg") no-repeat top;
  background-position: center center;
}
.wmd-photo-d {
  position: relative;
  clear: both;
  overflow: hidden;
}
.wmd-photo-d .wmd-scroll-box .scroll-con {
  clear: both;
  overflow: hidden;
  padding: 1rem 5rem 6rem;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items {
  float: left;
  text-align: center;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item {
  margin: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic {
  position: relative;
  clear: both;
  overflow: hidden;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic .pic-con {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #fff;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic .pic-con img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic .pic-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic .icon-link {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  margin-left: -25px;
  margin-top: 0px;
  color: #ffffff;
  opacity: 0;
  background: #13a500;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic:after {
  width: 0;
  height:  calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 100;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  border-left: 0;
  border-right: 0;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-pic:before {
  width:  calc(100% - 20px);
  height: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 100;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  border-top: 0;
  border-bottom: 0;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-con {
  background: #fff;
  padding: 2rem;
  border: 1px solid #ddd;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-con h3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item .item-con p {
  line-height: 180%;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item:hover .pic-cover {
  opacity: 1;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item:hover .item-pic:after {
  width: calc(100% - 20px);
  left: 10px;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item:hover .item-pic:before {
  height: calc(100% - 20px);
  top: 10px;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .wmd-items .wmd-item:hover .icon-link {
  margin-top: -25px;
  opacity: 1;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .link-prev,
.wmd-photo-d .wmd-scroll-box .scroll-con .link-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 100;
  width: 30px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  color: #aaa;
  line-height: 60px;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .link-prev i,
.wmd-photo-d .wmd-scroll-box .scroll-con .link-next i {
  font-size: 1.6rem;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .link-next {
  left: auto;
  right: 0;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .link-next:hover,
.wmd-photo-d .wmd-scroll-box .scroll-con .link-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}
.wmd-photo-d .wmd-scroll-box .scroll-con .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 109;
  width: 100%;
  left: 0;
  text-align: center;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px;
  height: 12px;
  margin: 0px 6px;
  cursor: pointer;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .slick-dots li a {
  height: 12px;
  width: 12px;
  line-height: 12px;
  font-size: 0;
  display: block;
  overflow: hidden;
  padding: 0px;
  cursor: pointer;
  border-radius: 50%;
  background: none #d0d0d0;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .slick-dots li a:focus {
  outline: none;
}
.wmd-photo-d .wmd-scroll-box .scroll-con .slick-dots li.slick-active a {
  cursor: default;
  background: none #13a500;
}
@media screen and (max-width: 1020px) {
  .wmd-photo-list .wmd-col-3 {
    max-width: 50%;
  }
}
/* @{ui-name}-service-g */
.wmd-service-g-box {
  background: #fff;
}
.wmd-service-g {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 2rem 0 0;
}
.wmd-service-g .wmd-service-pic {
  position: relative;
  padding: 0 5rem 5rem 0;
}
.wmd-service-g .wmd-service-pic img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.wmd-service-g .wmd-service-pic:after {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 20px solid #15B600;
  content: "";
}
.wmd-service-g .wmd-service-con {
  padding: 3rem 1rem;
}
.wmd-service-g .wmd-service-con .text {
  line-height: 200%;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.wmd-service-g .wmd-service-con ul li {
  position: relative;
  margin-bottom: 3rem;
}
.wmd-service-g .wmd-service-con ul li .wmd-item {
  position: relative;
  padding-left: 80px;
  min-height: 68px;
}
.wmd-service-g .wmd-service-con ul li .wmd-item .item-ico {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -34px;
}
.wmd-service-g .wmd-service-con ul li .wmd-item .item-ico .ico-con {
  background-color: #13a500;
  height: 68px;
  line-height: 66px;
  width: 68px;
  border-radius: 10px;
  text-align: center;
}
.wmd-service-g .wmd-service-con ul li .wmd-item .item-ico .ico-con i {
  font-size: 3.6rem;
  color: #fff;
}
.wmd-service-g .wmd-service-con ul li .wmd-item .item-con h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #13a500;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-service-g .wmd-service-con ul li .wmd-item .item-con p {
  color: #666666;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-service-g .wmd-service-con ul li .wmd-item:hover .item-ico {
  -webkit-animation: fadeInRight 0.5s ease-in-out 0s forwards;
  -moz-animation: fadeInRight 0.5s ease-in-out 0s forwards;
  -ms-animation: fadeInRight 0.5s ease-in-out 0s forwards;
  -o-animation: fadeInRight 0.5s ease-in-out 0s forwards;
  animation: fadeInRight 0.5s ease-in-out 0s forwards;
}
.wmd-service-g .wmd-service-con ul li .wmd-item:hover .item-con {
  -webkit-animation: fadeInLeft 0.5s ease-in-out 0s forwards;
  -moz-animation: fadeInLeft 0.5s ease-in-out 0s forwards;
  -ms-animation: fadeInLeft 0.5s ease-in-out 0s forwards;
  -o-animation: fadeInLeft 0.5s ease-in-out 0s forwards;
  animation: fadeInLeft 0.5s ease-in-out 0s forwards;
}
@media screen and (max-width: 1020px) {
  .wmd-service-c .wmd-col-3 {
    max-width: 50%;
  }
}
/* @{ui-name}-service-o */
.wmd-service-o-box {
  background: #fff;
}
.wmd-service-o {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 2rem 0 0;
}
.wmd-service-o .wmd-service-pic {
  position: relative;
  text-align: center;
  margin-top: -5rem;
}
.wmd-service-o .wmd-service-pic img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.wmd-service-o .wmd-service-con ul li {
  position: relative;
  margin-bottom: 2rem;
}
.wmd-service-o .wmd-service-con ul li .wmd-item {
  position: relative;
  text-align: center;
}
.wmd-service-o .wmd-service-con ul li .wmd-item .item-num {
  position: absolute;
  left: 1rem;
  bottom: 0;
  font-size: 20rem;
  color: rgba(0, 0, 0, 0.1);
  line-height: 100%;
}
.wmd-service-o .wmd-service-con ul li .wmd-item .item-ico .ico-con {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
}
.wmd-service-o .wmd-service-con ul li .wmd-item .item-ico .ico-con i {
  font-size: 6rem;
  color: #13a500;
}
.wmd-service-o .wmd-service-con ul li .wmd-item .item-con {
  background-color: #666;
  padding: 3rem 2rem;
}
.wmd-service-o .wmd-service-con ul li .wmd-item .item-con h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-service-o .wmd-service-con ul li .wmd-item .item-con p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-service-o .wmd-service-con ul li .wmd-item:hover .item-ico i {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
/* @{ui-name}-contact-d */

.wmd-contact-d-box{margin:0px;padding:0px;}
.wmd-contact-d img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 6px #aaa;
}
.wmd-contact-d .contact-top .text {
  line-height: 200%;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.wmd-contact-d .contact-bot {
  padding: 3rem 0;
}
.wmd-contact-d .contact-bot .text {
  line-height: 200%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding:1rem 0 0 2rem;
}
.wmd-contact-d .contact-bot .map {
  border: 1px solid #ccc;
  padding: 5px;
}
.wmd-contact-d .contact-bot .message {
  background: #f6f6f6;
  padding: 2rem;
}
.wmd-contact-d .contact-bot h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
/* @{ui-name}-jobs-a */
.wmd-jobs-a img {
  max-width: 100%;
}
.wmd-jobs-a .jobs-top {
  background-color: #13a500;
}
.wmd-jobs-a .jobs-top h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3rem 0 2rem 2rem;
  color: #fff;
}
.wmd-jobs-a .jobs-top h2:after {
  position: absolute;
  bottom: 10px;
  left: 2rem;
  content: "";
  width: 60px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
}
.wmd-jobs-a .jobs-top .text {
  line-height: 200%;
  font-size: 1.4rem;
  padding: 1rem 3rem 0 2rem;
  color: rgba(255, 255, 255, 0.8);
}
.wmd-jobs-a .jobs-top .text p {
  margin-bottom: 1rem;
}
.wmd-jobs-a .jobs-list {
  padding: 2rem 3rem 6rem;
}
.wmd-jobs-a .jobs-list .wmd-item {
  position: relative;
  padding: 2rem;
  border: 1px solid #ddd;
  margin: 0 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-jobs-a .jobs-list .wmd-item .item-con h3 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #13a500;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-jobs-a .jobs-list .wmd-item .item-con h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #13a500;
  height: 3px;
  width: 68px;
  content: "";
}
.wmd-jobs-a .jobs-list .wmd-item .item-con h4 {
  padding: 5px 0;
  font-size: 1.5rem;
}
.wmd-jobs-a .jobs-list .wmd-item .item-con p {
  color: #666666;
  line-height: 200%;
}
.wmd-jobs-a .jobs-list .wmd-item:hover {
  border-color: #13a500;
}
.wmd-jobs-a .jobs-list .link-prev,
.wmd-jobs-a .jobs-list .link-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 100;
  width: 30px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 60px;
}
.wmd-jobs-a .jobs-list .link-prev i,
.wmd-jobs-a .jobs-list .link-next i {
  font-size: 1.6rem;
}
.wmd-jobs-a .jobs-list .link-next {
  left: auto;
  right: 0;
}
.wmd-jobs-a .jobs-list .link-next:hover,
.wmd-jobs-a .jobs-list .link-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.wmd-jobs-a .jobs-list .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 109;
  width: 100%;
  left: 0;
  text-align: center;
}
.wmd-jobs-a .jobs-list .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px;
  height: 12px;
  margin: 0px 6px;
  cursor: pointer;
}
.wmd-jobs-a .jobs-list .slick-dots li a {
  height: 12px;
  width: 12px;
  line-height: 12px;
  font-size: 0;
  display: block;
  overflow: hidden;
  padding: 0px;
  cursor: pointer;
  border-radius: 50%;
  background: none #d0d0d0;
}
.wmd-jobs-a .jobs-list .slick-dots li a:focus {
  outline: none;
}
.wmd-jobs-a .jobs-list .slick-dots li.slick-active a {
  cursor: default;
  background: none #13a500;
}
.wmd-jobs-a .jobs-bot {
  padding: 2rem 0;
  font-size: 1.5rem;
  line-height: 200%;
}


/* @{ui-name}-news-list-e */
.wmd-news-list-e {
  margin-bottom: 2rem;
}
.wmd-news-list-e ul li {
  position: relative;
  background-color: #fff;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wmd-news-list-e ul li .wmd-item {
  position: relative;
  min-height: 150px;
}
.wmd-news-list-e ul li .wmd-item .time {
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  width: 100px;
  color: #666;
  text-align: center;
}
.wmd-news-list-e ul li .wmd-item .time p {
  font-size: 1.6rem;
  border-right: 3px solid #ddd;
  color: #13a500;
}
.wmd-news-list-e ul li .wmd-item .time p b {
  font-size: 6rem;
  display: inline-block;
  line-height: 100%;
}
.wmd-news-list-e ul li .wmd-item .pic {
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  width: 200px;
  max-width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.wmd-news-list-e ul li .wmd-item .pic .pic-box {
  position: relative;
  padding-bottom: 75%;
  background-color: #fff;
}
.wmd-news-list-e ul li .wmd-item .pic img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wmd-news-list-e ul li .wmd-item .text {
  margin-left: 130px;
  margin-right: 220px;
}
.wmd-news-list-e ul li .wmd-item .text h3 {
  font-size: 1.8rem;
  line-height: 200%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmd-news-list-e ul li .wmd-item .text h4 {
  line-height: 180%;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wmd-news-list-e ul li .wmd-item .text .key {
  padding-top: 2rem;
}
.wmd-news-list-e ul li .wmd-item .text .key span {
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  margin-right: 10px;
  color: #999;
}
.wmd-news-list-e ul li:hover {
  border-color: #13a500;
}
.wmd-news-list-e ul li:hover .wmd-item .pic img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
.wmd-news-list-e ul li:hover .wmd-item .time span {
  background: #13a500;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1020px) {
  .wmd-news-list-e ul li .wmd-item .pic {
    position: relative;
    margin-left: 130px;
    margin-top: 2rem;
  }
  .wmd-news-list-e ul li .wmd-item .text {
    margin-left: 130px;
    margin-right: 0;
  }
  .wmd-news-list-e ul li:hover {
    border-color: #13a500;
  }
  .wmd-news-list-e ul li:hover .wmd-item .time span {
    background: #13a500;
    color: #fff;
    display: inline-block;
  }
}