/* 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 */
.mengxing-fl {
  float: left;
}
.mengxing-fr {
  float: right;
}
.mengxing-clear {
  clear: both;
  overflow: hidden;
}
.mengxing-hidden {
  display: none;
}
.mengxing-show {
  display: block;
}
.mengxing-pointer {
  cursor: pointer;
}
.mengxing-overflow {
  overflow: hidden;
}
.mengxing-noborder {
  border: none;
}
.mengxing-container {
  *zoom: 1;
  margin: 0 auto;
}
.mengxing-container:before,
.mengxing-container:after {
  content: " ";
  display: table;
}
.mengxing-container:after {
  clear: both;
}
/* color */
a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
a:hover {
  color: #00a251;
  text-decoration: none;
}
a.textline {
  text-decoration: underline;
}
.mengxing-cwhite,
a.mengxing-cwhite:visited,
a.mengxing-cwhite {
  color: #fff;
}
a.mengxing-cwhite:hover {
  color: #ff0;
}
.mengxing-cyellow,
a.mengxing-cyellow:visited,
a.mengxing-cyellow {
  color: #ff0;
}
a.mengxing-cyellow:hover {
  color: #cccc00;
}
.mengxing-cgray,
a.mengxing-cgray:visited,
a.mengxing-cgray {
  color: #666666;
}
a.mengxing-cgray:hover {
  color: #4d4d4d;
}
.mengxing-cred,
a.mengxing-cred:visited,
a.mengxing-cred {
  color: #e02020;
}
a.mengxing-cred:hover {
  color: #b41919;
}
.mengxing-cgreen,
a.mengxing-cgreen:visited,
a.mengxing-cgreen {
  color: #009933;
}
a.mengxing-cgreen:hover {
  color: #006622;
}
.mengxing-cblue,
a.mengxing-cblue:visited,
a.mengxing-cblue {
  color: #006edb;
}
a.mengxing-cblue:hover {
  color: #0054a8;
}
.mengxing-clight,
a.mengxing-clight:visited,
a.mengxing-clight {
  color: #969696;
}
a.mengxing-clight:hover {
  color: #7d7d7d;
}
.mengxing-cdark,
a.mengxing-cdark:visited,
a.mengxing-cdark {
  color: #1a1a1a;
}
a.mengxing-cdark:hover {
  color: #000000;
}
/*text-align*/
.mengxing-text-center {
  text-align: center;
}
.mengxing-text-right {
  text-align: right;
}
.mengxing-text-left {
  text-align: left;
}
/*font*/
.mengxing-font-12 {
  font-size: 1.2rem;
}
.mengxing-font-15 {
  font-size: 1.5rem;
}
.mengxing-font-16 {
  font-size: 1.6rem;
}
.mengxing-font-18 {
  font-size: 1.8rem;
}
.mengxing-font-24 {
  font-size: 2.4rem;
}
.mengxing-font-bold {
  font-weight: bold;
}
.mengxing-lh160 {
  line-height: 160%;
}
.mengxing-lh180 {
  line-height: 180%;
}
.mengxing-lh200 {
  line-height: 200%;
}
.mengxing-text-2 {
  text-indent: 2.0em;
}
/*position*/
.mengxing-pabs {
  position: absolute;
  height: 100%;
}
.mengxing-prel {
  position: relative;
  height: 100%;
}
.mengxing-layout-center {
  margin: 0 auto;
}
/*margin&padding*/
.mengxing-mar20 {
  margin: 20px;
}
.mengxing-marb20 {
  margin-bottom: 20px;
}
.mengxing-mart20 {
  margin-top: 20px;
}
.mengxing-marl20 {
  margin-left: 20px;
}
.mengxing-marr20 {
  margin-right: 20px;
}
.mengxing-pad20 {
  padding: 20px;
}
.mengxing-padb20 {
  padding-bottom: 20px;
}
.mengxing-padt20 {
  padding-top: 20px;
}
.mengxing-padl20 {
  padding-left: 20px;
}
.mengxing-padr20 {
  padding-right: 20px;
}
/* btn */
.mengxing-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  transition: all .3s;
  border: none;
  line-height: 32px;
  padding: 0 2rem;
  background-color: #00a251;
  z-index: 1;
}
.mengxing-btn:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  z-index: -1;
  transition: all .2s;
}
.mengxing-btn:hover {
  color: #fff;
}
.mengxing-btn:hover:after {
  left: 0;
  width: 100%;
}
.mengxing-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);
}
.mengxing-btn-red {
  background-color: #e02020;
  color: #fff;
}
.mengxing-btn-red:hover {
  background-color: #b41919;
  color: #fff;
}
.mengxing-btn-green {
  background-color: #009933;
  color: #fff;
}
.mengxing-btn-green:hover {
  color: #fff;
}
.mengxing-btn-blue {
  background-color: #006edb;
  color: #fff;
}
.mengxing-btn-blue:hover {
  color: #fff;
}
.mengxing-btn-gray {
  background-color: #666666;
  color: #fff;
}
.mengxing-btn-gray:hover {
  color: #fff;
}
.mengxing-btn-disabled {
  background: #e0e0e0 !important;
  color: #b0b0b0 !important;
  cursor: default !important;
}
.mengxing-btn-mid {
  font-size: 1.5rem;
  border-radius: 5px;
  line-height: 39px;
  padding: 0 3rem;
}
.mengxing-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*/
.mengxing-container {
  padding: 0 1rem;
  position: relative;
}
.br-hide {
  font-size: 0;
  display: none;
}
.mengxing-row {
  margin-left: -1rem;
  margin-right: -1rem;
  clear: both;
  overflow: hidden;
}
.mengxing-col-1, .mengxing-col-2, .mengxing-col-3, .mengxing-col-4, .mengxing-col-5, .mengxing-col-6, .mengxing-col-7, .mengxing-col-8, .mengxing-col-9, .mengxing-col-10, .mengxing-col-11, .mengxing-col-12,
.mengxing-col-05,
.mengxing-col-08 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
}
@media (min-width: 768px) {
  .mengxing-col-1 {
    max-width: 8.33333333%;
  }
  .mengxing-col-2 {
    max-width: 16.66666667%;
  }
  .mengxing-col-3 {
    max-width: 25%;
  }
  .mengxing-col-4 {
    max-width: 33.33333333%;
  }
  .mengxing-col-5 {
    max-width: 41.66666667%;
  }
  .mengxing-col-6 {
    max-width: 50%;
  }
  .mengxing-col-7 {
    max-width: 58.33333333%;
  }
  .mengxing-col-8 {
    max-width: 66.66666667%;
  }
  .mengxing-col-9 {
    max-width: 75%;
  }
  .mengxing-col-10 {
    max-width: 83.33333333%;
  }
  .mengxing-col-11 {
    max-width: 91.66666667%;
  }
  .mengxing-col-12 {
    max-width: 100%;
  }
  .mengxing-col-05 {
    max-width: 20%;
  }
  .mengxing-col-08 {
    max-width: 12.5%;
  }
  .mengxing-container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .mengxing-container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1360px) {
  .mengxing-container {
    width: 1280px;
    padding: 0;
  }
}
/* max-width */
@media screen and (max-width: 768px) {
  .br-hide {
    display: block;
  }
}
/*share*/
.mengxing-box-title-a {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.mengxing-box-title-a h2 {
  position: relative;
  font-size: 3.2rem;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.mengxing-box-title-a h3 {
  font-size: 1.6rem;
}
.mengxing-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;
}
.mengxing-box-title-a p span {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  display: block;
  margin: 2px auto;
}
.mengxing-box-title-a p:before,
.mengxing-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;
}
.mengxing-box-title-a p:before {
  left: 18px;
}
.mengxing-box-title-a p:after {
  right: 18px;
}
.mengxing-box-title-a.white h2 {
  color: #fff;
}
.mengxing-box-title-a.white h2:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.mengxing-box-title-a.white h3 {
  color: rgba(255, 255, 255, 0.8);
}
.mengxing-box-title-a.white p {
  border-color: #fff;
}
.mengxing-box-title-a.white p:before,
.mengxing-box-title-a.white p:after {
  background: rgba(255, 255, 255, 0.3);
}
.mengxing-area {
  clear: both;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.mengxing-box-content {
  clear: both;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*animation @{ui-name}-area*/
.mengxing-area .box_cover {
  animation: fadeInLongUp 0.5s;
  -moz-animation: fadeInLongUp 0.5s;
  -webkit-animation: fadeInLongUp 0.5s;
  -o-animation: fadeInLongUp 0.5s;
}
/* @{ui-name}-banner */
.mengxing-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;
}
.mengxing-banner:before {
  background: url(../images/xline.png);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.mengxing-banner h2 {
  font-size: 3.9rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.mengxing-banner h3 {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 0.5rem;
  content: "";
}
/*home-key*/
.mengxing-home-key {
  padding: 20px 0;
  clear: both;
  background: #f6f6f6;
}
.mengxing-home-key .key-left span {
  padding-right: 10px;
}
.mengxing-home-key .key-left span a {
  color: #666666;
}
.mengxing-home-key .key-left span a:hover {
  color: #00a251;
}
.mengxing-home-key .search {
  position: absolute;
  right: 0;
  top: -5px;
}
.mengxing-home-key .search input.form-text {
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.mengxing-home-key .search .btn {
  vertical-align: top;
}
/*crumbs*/
.mengxing-crumbs {
  border-bottom: 1px solid #eee;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.mengxing-crumbs.topline {
  border-top: 1px solid #eee;
}
.mengxing-crumbs .mengxing-container {
  min-height: 50px;
}
.mengxing-crumbs h2 {
  line-height: 50px;
}
.mengxing-crumbs h2 i {
  font-size: 1.8rem;
  padding-right: 5px;
  vertical-align: bottom;
}
.mengxing-crumbs h2 span {
  font-family: simsun;
  padding: 0 3px;
}
.mengxing-crumbs .search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}
.mengxing-crumbs .search input.form-text {
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.mengxing-crumbs-menu {
  line-height: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}
.mengxing-crumbs-menu ul li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 5px;
}
.mengxing-crumbs-menu ul li a {
  display: block;
  padding: 0 2rem;
  background-color: #f9f9f9;
}
.mengxing-crumbs-menu ul li:hover a,
.mengxing-crumbs-menu ul li.active a {
  color: #fff;
  background-color: #00a251;
}
/* tool */
.mengxing-tool {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 60%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mengxing-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;
}
.mengxing-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: #00a251;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.mengxing-tool ul li .toolbg {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: #00a251;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.mengxing-tool ul li .toolbg i {
  font-size: 2.8rem;
}
.mengxing-tool ul li .tooltext {
  display: inline-block;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}
.mengxing-tool ul li.tcode .toolcode {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #00a251;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.mengxing-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 #00a251;
  border-right: none;
}
.mengxing-tool ul li.tcode:hover .toolcode {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mengxing-tool ul li:hover a {
  width: 180px;
  color: #fff;
}
.mengxing-tool ul li:hover .toolbg {
  background-color: #00a251;
  color: #fff;
}
.mengxing-tool .tool-top {
  cursor: pointer;
  display: none;
}
/* nodate */
.mengxing-nodate {
  position: relative;
  width: 100%;
  text-align: center;
}
.mengxing-nodate i {
  font-size: 120px;
  line-height: 120%;
  color: #969696;
}
.mengxing-nodate h3 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  padding-bottom: 20px;
}
/* tag_box */
.mengxing-crumbs .mengxing-crumbs-tag {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
}
.mengxing-tag-box {
  padding: 3rem 0 0 0;
}
.mengxing-tag-box .mengxing-tag-list {
  padding: 0 0 3rem 0;
}
.mengxing-tag-box .mengxing-tag-list h2 {
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  line-height: 36px;
}
.mengxing-tag-box .mengxing-tag-list ul {
  padding: 1rem 0;
}
.mengxing-tag-box .mengxing-tag-list ul li {
  line-height: 32px;
}
.mengxing-tag-box .mengxing-tag-list ul li span {
  color: #969696;
}
/* @{ui-name}-page*/
.mengxing-page {
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.mengxing-page ul li {
  border: #eee 1px solid;
  margin-left: 5px;
  background: #f6f6f6;
  display: inline-block;
  vertical-align: bottom;
}
.mengxing-page ul li a {
  display: block;
  padding: 0 1rem;
  height: 32px;
  line-height: 30px;
  color: #666666;
}
.mengxing-page ul li:hover,
.mengxing-page ul li.active {
  border: #00a251 1px solid;
}
.mengxing-page ul li:hover a,
.mengxing-page ul li.active a {
  color: #00a251;
}
.mengxing-page ul li:first-child:hover {
  border: #eee 1px solid;
}
.mengxing-page ul li:first-child:hover a {
  color: #666666;
}
/*share*/
.mengxing-share-box {
  border-top: 1px solid #eee;
  padding: 20px 0 0;
  text-align: right;
}
.mengxing-share-box ul {
  word-spacing: -6px;
}
.mengxing-share-box ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  word-spacing: 0;
  vertical-align: middle;
  z-index: 2;
}
.mengxing-share-box ul li a {
  display: block;
  border-radius: 19px;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.mengxing-share-box ul li a i {
  font-size: 2.4rem;
  color: #fff;
  position: relative;
}
.mengxing-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%;
}
.mengxing-share-box ul li.colora a {
  background-color: #35bd51;
}
.mengxing-share-box ul li.colorb a {
  background-color: #dc3c3c;
}
.mengxing-share-box ul li.colorc a {
  background-color: #3c9adc;
}
.mengxing-share-box ul li.colord a {
  background-color: #fab619;
}
.mengxing-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 linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mengxing-share-box ul li .weixin-code #qrcode {
  padding: 5px 5px 0;
  border: 1px solid #eee;
  border-bottom: none;
}
.mengxing-share-box ul li .weixin-code p {
  padding: 5px 0 ;
  border: 1px solid #eee;
  border-top: none;
}
.mengxing-share-box ul li.colora:hover .weixin-code {
  opacity: 1;
  height: auto;
}
.mengxing-share-box ul li:hover a:after {
  height: 100%;
}
/*message*/
.mengxing-message {
  max-width: 600px;
  margin: 0 auto;
}
.mengxing-message .message-desc {
  color: #005add;
  text-align: center;
}
.mengxing-message .form_box {
  padding: 1rem 0;
}
.mengxing-message .form-group {
  padding-bottom: 1rem;
}
.mengxing-message input,
.mengxing-message textarea {
  padding: 8px 10px;
  margin-top: 5px;
  width: 100%!important;
  border: 1px solid #ddd;
}
.mengxing-message img {
  position: absolute;
  right: 0.1rem;
  bottom: 1.1rem;
  height: 30px;
}
.mengxing-message textarea {
  min-height: 120px;
}
/*view-all*/
.mengxing-view-all {
  clear: both;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.mengxing-view-all .mengxing-view-content img {
  max-width: 100%;
  border-radius: 20px;
}
.mengxing-view-all .mengxing-view-content .map {
  border: 1px solid #ccc;
  padding: 5px 5px 0;
}
.mengxing-view-all .mengxing-view-content .text {
  line-height: 200%;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.mengxing-view-all .mengxing-view-content .text p {
  margin-bottom: 1rem;
}
.mengxing-bg-gray {
  background: #f6f6f6;
}
.mengxing-bg-white {
  background: #fff;
}
/*@{ui-name}-right-all*/
.mengxing-right-all {
  background: #fff;
  box-shadow: 0 0 5px #eee;
  margin-top: 6px;
}
.mengxing-right-all .mengxing-tit {
  border-bottom: 1px solid #eee;
  position: relative;
}
.mengxing-right-all .mengxing-tit h2 {
  font-size: 1.8rem;
  line-height: 50px;
  padding-left: 20px;
}
.mengxing-right-all .mengxing-tit .more {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
}
.mengxing-right-all .mengxing-con {
  clear: both;
  overflow: hidden;
  padding: 15px;
}
.mengxing-right-all .mengxing-con ul li {
  line-height: 36px;
}
.mengxing-right-all .mengxing-con ul li .mengxing-item {
  clear: both;
  overflow: hidden;
  position: relative ;
  padding-left: 20px;
}
.mengxing-right-all .mengxing-con ul li .mengxing-item:before {
  position: absolute;
  height: 100%;
  border: 1px solid #f3f3f3;
  top: 0;
  left: 5px;
  content: "";
}
.mengxing-right-all .mengxing-con ul li .mengxing-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: "";
}
.mengxing-right-all .mengxing-con ul li .mengxing-item h3 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-right-all .mengxing-con ul li .mengxing-item p {
  color: #969696;
  margin-bottom: 10px;
}
.mengxing-right-all .mengxing-con-one {
  clear: both;
  overflow: hidden;
  padding: 15px;
  line-height: 200%;
}
.mengxing-right-all .mengxing-con-two {
  clear: both;
  overflow: hidden;
  padding: 15px 15px 0;
}
.mengxing-right-all .mengxing-con-two ul li .mengxing-item {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.mengxing-right-all .mengxing-con-two ul li .mengxing-item .item-pic {
  float: left;
  width: 110px;
}
.mengxing-right-all .mengxing-con-two ul li .mengxing-item .item-con {
  float: left;
  width: calc(100% - 110px);
}
.mengxing-right-all .mengxing-con-two ul li .mengxing-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;
}
.mengxing-right-all .mengxing-con-two ul li .mengxing-item .item-con p {
  color: #969696;
}
/* max-width */
@media screen and (max-width: 1020px) {
  .mengxing-tool {
    display: none;
  }
  .mengxing-banner {
    padding: 50px 0 50px;
  }
  .mengxing-banner h2 {
    font-size: 2.4rem;
  }
  .mengxing-banner h3 {
    font-size: 1.4rem;
  }
  .mengxing-crumbs-menu {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mengxing-home-key .search {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mengxing-banner {
    padding: 35px 0 35px;
  }
  .mengxing-box-title-a {
    margin-bottom: 1rem;
  }
  .mengxing-box-title-a h2 {
    font-size: 2.8rem;
  }
  .mengxing-area {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mengxing-view-all {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/* header */
.mengxing-header-top {
  line-height: 43px;
  height: 43px;
  background: #f6f6f6;
  clear: both;
  overflow: hidden;
}
.mengxing-header-url {
  float: right;
}
.mengxing-header-url span {
  display: inline-block;
  padding-left: 8px;
}
.mengxing-header-url span:first-child {
  padding-left: 0;
}
.mengxing-header-hot {
  clear: both;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 50%;
}
.mengxing-header-hot i {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 1.8rem;
  display: inline-block;
}
.mengxing-header-hot .scroll {
  padding-left: 22px;
}
.mengxing-header-hot .scroll a {
  height: 30px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.mengxing-header .logo-tit {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1.5rem;
  height: 50px;
  margin-top: 25px;
  border-left: 1px solid #ddd;
}
.mengxing-header .logo-tit h2 {
  font-size: 1.8rem;
  color: #666666;
  line-height: 50px;
}
.mengxing-header .site-tel {
  position: absolute;
  top: 20px;
  right: 0;
  color: #333;
  z-index: 3;
}
.mengxing-header .site-tel .ico {
  float: left;
  height: 60px;
  width: 60px;
  border: 2px solid #00a251;
  color: #00a251;
  text-align: center;
  border-radius: 50%;
}
.mengxing-header .site-tel .ico i {
  font-size: 3.6rem;
  line-height: 56px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mengxing-header .site-tel .text {
  float: left;
  padding-left: 10px;
  padding-right: 20px;
}
.mengxing-header .site-tel .text h2 {
  font-size: 1.8rem;
  height: 22px;
}
.mengxing-header .site-tel .text h3 {
  font-size: 3.0rem;
  height: 22px;
  font-weight: bold;
  color: #00a251;
}
.mengxing-header .site-tel:hover a {
  background: #f9f9f9;
}
.mengxing-header .logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  line-height: 100px;
  clear: both;
  overflow: hidden;
}
.mengxing-header .logo .logo-img {
  float: left;
}
.mengxing-header .logo .logo-img img {
  max-height: 60px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mengxing-header .logo .site-nam {
  float: left;
  padding-left: 10px;
  line-height: 30px;
}
.mengxing-header .logo .site-nam h1,
.mengxing-header .logo .site-nam h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #333;
  padding-top: 25px;
}
.mengxing-header .logo .site-nam h3 {
  font-size: 1.6rem;
  color: #666666;
}
/*menu*/
.mengxing-menu-box {
  position: relative;
  width: 100%;
  z-index: 1;
  line-height: 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: #00a251;
}
.mengxing-menu {
  font-size: 1.6rem;
  text-align: center;
}
.mengxing-menu > ul {
  word-spacing: -6px;
}
.mengxing-menu > ul > li {
  position: relative;
  display: inline-block;
}
.mengxing-menu > ul > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 0 2.8rem;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.mengxing-menu > ul > li > ul {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 60px;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  margin-left: -50%;
  display: inline;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.mengxing-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.5);
}
.mengxing-menu > ul > li > ul > li > a:hover {
  background: #00a251;
  color: #fff;
}
.mengxing-menu > ul > li.menuhover > a {
  color: #fff;
}
.mengxing-menu > ul > li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.mengxing-menu > ul > li:first-child:before {
  width: 0px;
}
.mengxing-menu > ul > li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, 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) 60%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.2) 100%);
  background-color: #00a251;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.mengxing-menu > ul > li.menuhover:after,
.mengxing-menu > ul > li:hover:after {
  height: 100%;
}
.mengxing-header.collapse {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 3px #ccc;
}
.mengxing-header.collapse .mengxing-menu-box {
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.mengxing-header.collapse .mengxing-menu {
  text-align: right;
}
.mengxing-header.collapse .mengxing-menu > ul > li > a {
  text-align: center;
  padding: 0 1.6rem;
  color: rgba(0, 0, 0, 0.9);
}
.mengxing-header.collapse .mengxing-menu > ul > li.menuhover > a,
.mengxing-header.collapse .mengxing-menu > ul > li:hover > a {
  color: #fff;
}
.mengxing-header.collapse .logo {
  line-height: 60px;
}
.mengxing-header.collapse .logo .logo-img img {
  max-height: 43px;
}
.mengxing-header.collapse .logo .site-nam {
  line-height: 60px;
}
.mengxing-header.collapse .logo .site-nam h1,
.mengxing-header.collapse .logo .site-nam h2 {
  font-size: 2.8rem;
  padding-top: 0;
}
.mengxing-header.collapse .logo .site-nam h3 {
  display: none;
}
.mengxing-header.collapse .logo-tit,
.mengxing-header.collapse .site-tel {
  display: none;
}
@media screen and (max-width: 1280px) {
  .mengxing-menu > ul > li > a {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .mengxing-header-top {
    display: none;
  }
  .mengxing-header {
    height: 60px;
  }
  .mengxing-header .logo {
    line-height: 60px;
    padding-left: 1rem;
  }
  .mengxing-header .logo .logo-img {
    line-height: 59px;
  }
  .mengxing-header .logo .logo-img img {
    max-height: 38px;
  }
  .mengxing-header .logo .site-nam {
    line-height: 60px;
  }
  .mengxing-header .logo .site-nam h1,
  .mengxing-header .logo .site-nam h2 {
    font-size: 2.0rem;
    padding-top: 0;
  }
  .mengxing-header .logo .site-nam h3 {
    display: none;
  }
  .mengxing-header .logo-tit {
    display: none;
  }
  .mengxing-header .site-tel {
    display: none;
  }
  .mengxing-menu-box {
    line-height: 39px;
    height: auto;
    padding: 0;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    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: #00a251;
  }
  .mengxing-menu-box .mengxing-container {
    padding: 0;
  }
  .mengxing-menu > ul > li {
    display: block;
    float: none;
    margin: 0;
  }
  .mengxing-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);
  }
  .mengxing-menu > ul > li > a:hover {
    color: #ffffff;
  }
  .mengxing-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%;
  }
  .mengxing-menu > ul > li > ul > li > a:hover {
    background: #f2f2f2;
    color: #EC6900;
  }
  .mengxing-menu > ul > li:before {
    position: absolute;
    content: "";
    top: inherit;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .mengxing-menu > ul > li:hover:before {
    width: 100%;
    left: 0;
  }
  .mengxing-menu > ul > li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: inherit;
    margin-top: 0;
  }
  .mengxing-menu > ul > li:hover:after {
    width: 0;
    left: 0;
  }
  .mengxing-menu > ul > li.nourl > a {
    cursor: pointer;
    pointer-events: none;
  }
  .mengxing-header.collapse .mengxing-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: #00a251;
  }
  .mengxing-header.collapse .mengxing-menu > ul > li > a {
    color: #fff;
  }
  .mengxing-header.collapse .logo {
    line-height: 60px;
  }
  .mengxing-header.collapse .logo .logo-img img {
    max-height: 38px;
  }
  .mengxing-header.collapse .logo .site-nam h1,
  .mengxing-header.collapse .logo .site-nam h2 {
    font-size: 2.0rem;
  }
  .mengxing-menubtn {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: -9px;
  }
  .mengxing-menubtn .bar {
    position: relative;
  }
  .mengxing-menubtn .bar span {
    width: 26px;
    height: 2px;
    content: "";
    border-radius: 1px;
    display: block;
    background-color: #aaa;
    margin: 6px 0;
  }
  .mengxing-menubtn .bar:before,
  .mengxing-menubtn .bar:after {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0;
    background: #aaa;
    border-radius: 1px;
    content: "";
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .mengxing-menubtn.collapsed .bar span {
    opacity: 0;
  }
  .mengxing-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%;
  }
  .mengxing-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%;
  }
}
/* slider */
.mengxing-slider-b {
  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;
}
.mengxing-slider-b div {
  zoom: 1;
  height: 100%;
}
.mengxing-slider-b div a {
  height: 100%;
  content: "";
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mengxing-slider-b .slick-active a {
  visibility: visible !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mengxing-slider-b .slick-dots {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.mengxing-slider-b .slick-dots li {
  display: inline-block;
}
.mengxing-slider-b .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 linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 50%;
}
.mengxing-slider-b .slick-dots li a:focus {
  outline: none;
}
.mengxing-slider-b .slick-dots li.slick-active a {
  cursor: default;
  background-color: #f00;
}
.mengxing-slider-b .btn-prev,
.mengxing-slider-b .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 linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.mengxing-slider-b .btn-prev i,
.mengxing-slider-b .btn-next i {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: middle;
}
.mengxing-slider-b .btn-next {
  left: auto;
  right: -100px;
  text-align: right;
}
.mengxing-slider-b .btn-next:hover,
.mengxing-slider-b .btn-prev:hover {
  color: #ffffff;
}
.mengxing-slider-b:hover .btn-prev {
  left: 20px;
  opacity: 1;
}
.mengxing-slider-b:hover .btn-next {
  left: auto;
  right: 20px;
  opacity: 1;
}
/* max-width */
@media screen and (max-width: 1020px) {
  .mengxing-slider-b {
    height: 260px;
  }
  .mengxing-slider-b .slick-dots {
    bottom: 10px;
    left: 0;
  }
  .mengxing-slider-b .btn-prev,
  .mengxing-slider-b .btn-next {
    left: 10px;
  }
  .mengxing-slider-b .btn-prev i,
  .mengxing-slider-b .btn-next i {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mengxing-slider-b {
    height: 180px;
  }
  .mengxing-slider-b img {
    display: none;
  }
}
/*footer*/
/*links*/
.mengxing-links {
  background-color: #f2f2f2;
}
.mengxing-links h2 {
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.mengxing-links a {
  padding: 0 2rem 0 0;
  position: relative;
  word-spacing: 0;
  display: inline-block;
  line-height: 200%;
}
.mengxing-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;
}
.mengxing-links a:last-child:after {
  width: 0px;
}
.mengxing-links a:hover {
  color: #e02020;
}
.mengxing-footer {
  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: #007138;
  clear: both;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.mengxing-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/xline.png");
  z-index: 1;
}
.mengxing-footer .mengxing-container {
  z-index: 2;
}
.mengxing-footer a {
  color: rgba(255, 255, 255, 0.9);
}
.mengxing-footer a:hover {
  color: #00a251;
}
.mengxing-footer h2 {
  padding: 1rem 0 ;
  font-size: 1.8rem;
  font-weight: bold;
}
.mengxing-footer .foot_add ul li {
  padding-bottom: 1rem;
}
.mengxing-footer .foot_code ul li {
  display: inline-block;
  padding-right: 1rem;
}
.mengxing-footer .foot_code h3 {
  padding-bottom: 1rem;
}
.mengxing-footer .foot_code p {
  padding-top: 0.5rem;
  text-align: center;
}
.mengxing-footer .foot_code img {
  max-width: 120px;
}
.mengxing-footer .copyright {
  position: relative;
  z-index: 2;
  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);
}
.mengxing-footer-menu {
  background: #f9f9f9;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  border-top: 1px solid #ddd;
}
.mengxing-footer-menu ul {
  clear: both;
  overflow: hidden;
}
.mengxing-footer-menu ul li {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.mengxing-footer-menu ul li a {
  color: #333;
  padding: 8px 0 5px;
  display: block;
}
.mengxing-footer-menu ul li a:hover,
.mengxing-footer-menu ul li a.active {
  color: #00a251;
}
.mengxing-footer-menu ul li i.iconfont {
  font-size: 2.4rem;
  line-height: 110%;
}
.mengxing-footer-menu ul li:hover {
  background: #f2f2f2;
}
.mengxing-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;
}
.mengxing-site-top i {
  font-size: 3.6rem;
  color: #bbb;
  line-height: 100%;
}
.mengxing-site-top:hover i {
  color: #999;
}
@media screen and (max-width: 1020px) {
  .mengxing-footer {
    margin-bottom: 50px;
  }
  .mengxing-footer-menu,
  .mengxing-site-top {
    display: block;
  }
}
/* @{ui-name}-product-list */
.mengxing-product-list ul li .mengxing-item {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 1px solid #00a251;
  border-radius: 10px;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-pic {
  position: relative;
  z-index: 2;
  clear: both;
  overflow: hidden;
  padding: 2px;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-pic .pic-con {
  position: relative;
  text-align: center;
  clear: both;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 75%;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-pic .pic-con img {
  position: absolute;
  left: 0;
  top: 0;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-con {
  position: relative;
  z-index: 9;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-con h3 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 43px;
  max-height: 43px;
  padding: 0 10px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-con .text {
  padding: 0 1.5rem 2rem;
}
.mengxing-product-list ul li .mengxing-item .mengxing-item-con .text p {
  line-height: 180%;
  color: #969696;
  height: 50px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mengxing-product-list ul li:hover .mengxing-item {
  border-color: #00a251;
}
.mengxing-product-list ul li:hover .mengxing-item img {
  animation: imgzoom 0.5s;
  -moz-animation: imgzoom 0.5s;
  -webkit-animation: imgzoom 0.5s;
  -o-animation: imgzoom 0.5s;
  animation-fill-mode: forwards;
}
/* @{ui-name}-product-class */
/* @{ui-name}-product-class-b */
.mengxing-product-class-b .class-box {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
  overflow: hidden;
  padding: 10px 0 10px 66px;
}
.mengxing-product-class-b .class-box .class-tit {
  position: absolute;
  top: 50%;
  left: 0;
  height: 36px;
  margin-top: -18px;
  line-height: 36px;
}
.mengxing-product-class-b .class-box .class-tit h3 {
  font-weight: bold;
}
.mengxing-product-class-b .class-box .class-name ul {
  clear: both;
  overflow: hidden;
}
.mengxing-product-class-b .class-box .class-name ul li {
  height: 38px;
  line-height: 38px;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
}
.mengxing-product-class-b .class-box .class-name ul li:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 16px;
  margin-top: -8px;
  width: 1px;
  background: #dedede;
  content: "";
}
.mengxing-product-class-b .class-box .class-name ul li:last-child:after {
  width: 0px;
}
.mengxing-product-class-b .class-box .class-name ul li a {
  display: block;
  padding: 0 2rem;
}
.mengxing-product-class-b .class-box .class-name ul li:hover:after {
  width: 0px;
}
.mengxing-product-class-b .class-box .class-name ul li:hover a,
.mengxing-product-class-b .class-box .class-name ul li.active a {
  color: #fff;
  background-color: #00a251;
}
/* @{ui-name}-product-b */
.mengxing-product-b-box {
  background: #fff;
  background-size: cover;
}
.mengxing-product-b ul li .mengxing-item {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 1px solid #00a251;
  border-radius: 10px;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-pic {
  position: relative;
  z-index: 2;
  clear: both;
  overflow: hidden;
  padding: 2px;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-pic .pic-con {
  position: relative;
  text-align: center;
  clear: both;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 75%;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-pic .pic-con img {
  position: absolute;
  left: 0;
  top: 0;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-con {
  position: relative;
  z-index: 9;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-con h3 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 43px;
  max-height: 43px;
  padding: 0 10px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-con .text {
  padding: 0 1.5rem 2rem;
}
.mengxing-product-b ul li .mengxing-item .mengxing-item-con .text p {
  line-height: 180%;
  color: #969696;
  height: 50px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mengxing-product-b ul li:hover .mengxing-item {
  border-color: #00a251;
}
.mengxing-product-b ul li:hover .mengxing-item img {
  animation: imgzoom 0.5s;
  -moz-animation: imgzoom 0.5s;
  -webkit-animation: imgzoom 0.5s;
  -o-animation: imgzoom 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1020px) {
  .mengxing-product-list .mengxing-col-3 {
    max-width: 50%;
  }
  .mengxing-product-b .mengxing-col-3 {
    max-width: 50%;
  }
  .mengxing-product-class-b .class-box {
    padding: 10px 0 10px 0;
  }
  .mengxing-product-class-b .class-box .class-tit {
    display: none;
  }
}
/* @{ui-name}-news-list */
.mengxing-news-list ul li {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.mengxing-news-list ul li .mengxing-item {
  position: relative;
  min-height: 150px;
}
.mengxing-news-list ul li .mengxing-item .pic {
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  width: 200px;
  line-height: 30px;
  color: #666;
  text-align: center;
  background-color: #f2f2f2;
}
.mengxing-news-list ul li .mengxing-item .pic .pic_box {
  position: relative;
  padding-bottom: 75%;
  background-color: #fff;
}
.mengxing-news-list ul li .mengxing-item .pic img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mengxing-news-list ul li .mengxing-item .text {
  margin-left: 220px;
}
.mengxing-news-list ul li .mengxing-item .text h3 {
  font-size: 1.8rem;
  line-height: 200%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-news-list ul li .mengxing-item .text p {
  line-height: 180%;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mengxing-news-list ul li .mengxing-item .text h5 {
  color: #969696;
  padding-top: 1rem;
}
.mengxing-news-list ul li:hover {
  border-color: #00a251;
}
/* @{ui-name}-news-b */
.mengxing-news-b-box {
  background: url("../images/hawkc_e_bg.jpg") no-repeat;
  background-size: cover;
}
.mengxing-news-b .mengxing-news-tit {
  position: relative;
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding-left: 2rem;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mengxing-news-b .mengxing-news-tit h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.mengxing-news-b .mengxing-news-tit .more {
  position: absolute;
  right: 2rem;
  top: 0;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item {
  position: relative;
  clear: both;
  overflow: hidden;
  background: #fff;
  padding: 1.5rem;
  min-height: 132px;
  border: 1px solid #ddd;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item .item-pic {
  position: absolute;
  width: 130px;
  top: 1.5rem;
  left: 1.5rem;
  overflow: hidden;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item .item-pic .pic-con {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #fff;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item .item-pic .pic-con img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item .item-text {
  padding: 0 0 0 150px;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item .item-text h3 {
  font-size: 1.6rem;
  line-height: 180%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-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;
}
.mengxing-news-b .mengxing-news-tu ul li .mengxing-item:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00a251;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.mengxing-news-b .mengxing-news-tu ul li:hover .mengxing-item:before {
  width: 100%;
}
.mengxing-news-b .mengxing-news-txt {
  background: #fff;
  margin-bottom: 2rem ;
  padding: 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mengxing-news-b .mengxing-news-txt ul li {
  padding: 5px 0 0 0;
}
.mengxing-news-b .mengxing-news-txt ul li h3 {
  position: relative;
  font-size: 1.6rem;
  line-height: 180%;
  padding: 0 0 0 15px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-news-b .mengxing-news-txt ul li h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #aaa;
  display: inline-block;
  margin-top: -2px;
}
.mengxing-news-b .mengxing-news-txt ul li h4 {
  position: relative;
  line-height: 180%;
  padding: 0 0 5px 15px;
  color: #969696;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-news-b .mengxing-news-ask {
  background: #fff;
  margin-bottom: 2rem ;
  padding: 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mengxing-news-b .mengxing-news-ask ul li {
  padding: 5px 0 0 0;
}
.mengxing-news-b .mengxing-news-ask ul li h3:before,
.mengxing-news-b .mengxing-news-ask ul li h4:before {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
  content: "";
}
.mengxing-news-b .mengxing-news-ask ul li h3 {
  position: relative;
  font-size: 1.6rem;
  line-height: 160%;
  padding-left: 30px;
  margin-bottom: 6px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-news-b .mengxing-news-ask ul li h3:before {
  background: #e02020;
  content: "问";
}
.mengxing-news-b .mengxing-news-ask ul li h4 {
  position: relative;
  line-height: 160%;
  padding: 0 0 5px 30px;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mengxing-news-b .mengxing-news-ask ul li h4:before {
  background: #009933;
  content: "答";
}
.mengxing-news-b-box .mengxing-news-tu ul li .mengxing-item {
  margin-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 1020px) {
  .mengxing-product-list .mengxing-col-3 {
    max-width: 50%;
  }
}
/*detail*/
.mengxing-detail {
  clear: both;
  overflow: hidden;
}
.mengxing-detail .mengxing-detail-tit {
  border-bottom: 1px dotted #d8d8d8;
  text-align: center;
}
.mengxing-detail h1 {
  font-size: 3rem;
  line-height: 150%;
  padding: 10px 0;
}
.mengxing-detail .mengxing-detail-bar {
  line-height: 150%;
  padding-bottom: 20px;
  color: #666666;
}
.mengxing-detail .mengxing-detail-bar > span {
  padding: 0 10px;
  font-weight: normal;
}
.mengxing-detail .mengxing-desc-tag a {
  padding-left: 10px;
}
.mengxing-detail .mengxing-desc-tag a:nth-child(1) {
  padding-left: 0;
}
.mengxing-detail .mengxing-detail-pic {
  padding: 20px 0;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.mengxing-detail .mengxing-detail-pic img {
  max-width: 100%;
}
.mengxing-detail .mengxing-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;
}
.mengxing-detail .mengxing-detail-con {
  padding: 20px 0;
  line-height: 200%;
  word-break: break-word;
  font-size: 1.8rem;
}
.mengxing-detail .mengxing-detail-con img {
  max-width: 100%;
  height: auto;
}
.mengxing-detail .mengxing-detail-con p {
  word-break: break-word;
}
.mengxing-prev-next {
  border-top: 1px solid;
  border-color: #eee;
  padding: 20px 0 20px 0;
}
.mengxing-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) {
  .mengxing-detail {
    padding: 10px 0;
  }
  .mengxing-detail .mengxing-detail-tit {
    text-align: left;
  }
  .mengxing-detail h1 {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .mengxing-detail .mengxing-detail-con {
    font-size: 1.6rem;
  }
  .mengxing-detail .mengxing-detail-bar > span {
    padding: 0 10px 0 0;
  }
}
/* @{ui-name}-about-e */
.mengxing-about-e-box {
  background: url("../images/about_e_1.png") no-repeat #fff top;
  background-size: cover;
}
.mengxing-about-e {
  background: #fff;
  padding: 3rem 2rem 2rem ;
  margin: 0 1rem;
  border-radius: 20px;
  box-shadow: 0 0 6px #ddd;
}
.mengxing-about-e .mengxing-about-text p {
  margin-bottom: 1rem;
}
.mengxing-about-e .mengxing-about-tu {
  clear: both;
  overflow: hidden;
  padding: 2rem 0 1rem;
}
.mengxing-about-e .mengxing-about-tu ul li {
  position: relative;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-item {
  position: relative;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-pic {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  padding-bottom: 75%;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-pic img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-text {
  text-align: center;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-text .text-con {
  padding: 2rem;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-text .text-con h3 {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 10px;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-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;
}
.mengxing-about-e .mengxing-about-tu ul li .mengxing-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) {
  .mengxing-about-e .mengxing-about-tu {
    padding: 2rem 0 0;
  }
  .mengxing-about-e .mengxing-about-tu .mengxing-col-3 {
    max-width: 50%;
  }
  .mengxing-about-e .mengxing-about-tu ul li .mengxing-item {
    position: relative;
  }
  .mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-text .text-con {
    padding: 1rem 0 2rem;
  }
  .mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-text .text-con h3 {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  .mengxing-about-e .mengxing-about-tu ul li .mengxing-item .item-text .text-con p {
    font-size: 1.4rem;
    padding-top: 5px;
  }
}
/* @{ui-name}-photo-list */
.mengxing-photo-list ul li {
  margin-bottom: 2rem;
}
.mengxing-photo-list ul li .mengxing-item .item_pic {
  clear: both;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}
.mengxing-photo-list ul li .mengxing-item .item_pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mengxing-photo-list ul li .mengxing-item .samepic {
  padding-bottom: 100%;
}
.mengxing-photo-list ul li .mengxing-item .item_video {
  clear: both;
  overflow: hidden;
}
.mengxing-photo-list ul li .mengxing-item .item_video video {
  width: 100%;
  max-height: 210px;
}
.mengxing-photo-list ul li .mengxing-item h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-photo-list ul li .mengxing-item p {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mengxing-photo-list ul li:hover .mengxing-item img {
  animation: imgzoom 0.5s;
  -moz-animation: imgzoom 0.5s;
  -webkit-animation: imgzoom 0.5s;
  -o-animation: imgzoom 0.5s;
  animation-fill-mode: forwards;
}
/* @{ui-name}-photo-a */
.mengxing-photo-a-box {
  background: #fff;
  background-size: cover;
}
.mengxing-photo-a {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1rem 1rem 1rem 3rem;
}
.mengxing-photo-a .mengxing-scroll-box ul {
  clear: both;
  overflow: hidden;
  margin: 0 -1rem;
}
.mengxing-photo-a .mengxing-scroll-box ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 1rem;
}
.mengxing-photo-a .mengxing-scroll-box ul li .pic-con {
  clear: both;
  overflow: hidden;
  position: relative;
}
.mengxing-photo-a .mengxing-scroll-box ul li img {
  border: 2px solid #eee;
}
.mengxing-photo-a .mengxing-scroll-box ul li img:hover {
  border-color: #00a251;
}
.mengxing-photo-a .mengxing-scroll-box ul li h3 {
  padding-top: 1rem;
  font-size: 1.6rem;
}
.mengxing-photo-a .link-prev,
.mengxing-photo-a .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.05);
  color: #aaa;
  line-height: 60px;
}
.mengxing-photo-a .link-prev i,
.mengxing-photo-a .link-next i {
  font-size: 1.6rem;
}
.mengxing-photo-a .link-next {
  left: auto;
  right: 0;
}
.mengxing-photo-a .link-next:hover,
.mengxing-photo-a .link-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1020px) {
  .mengxing-photo-list .mengxing-col-3 {
    max-width: 50%;
  }
}
/* @{ui-name}-service-b */
.mengxing-service-b-box {
  background: url("../images/mx_bga.jpg") no-repeat #fff top;
  background-size: cover;
}
.mengxing-service-b {
  clear: both;
  overflow: hidden;
}
.mengxing-service-b ul li {
  position: relative;
  margin-bottom: 2rem;
}
.mengxing-service-b ul li .mengxing-item {
  position: relative;
}
.mengxing-service-b ul li .mengxing-item .item-pic {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  padding-bottom: 75%;
}
.mengxing-service-b ul li .mengxing-item .item-pic img {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mengxing-service-b ul li .mengxing-item .item-text {
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #00a251;
}
.mengxing-service-b ul li .mengxing-item .item-text .text-con {
  padding: 2rem 2rem 3rem;
}
.mengxing-service-b ul li .mengxing-item .item-text .text-con h3 {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 5px;
  color: #fff;
}
.mengxing-service-b ul li .mengxing-item .item-text .text-con h3:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.mengxing-service-b ul li .mengxing-item .item-text .text-con p {
  font-size: 1.5rem;
  line-height: 180%;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1020px) {
  .mengxing-service-b .mengxing-col-3 {
    max-width: 50%;
  }
  .mengxing-service-b ul li .mengxing-item {
    position: relative;
  }
  .mengxing-service-b ul li .mengxing-item .item-text .text-con {
    padding: 1rem;
  }
  .mengxing-service-b ul li .mengxing-item .item-text .text-con h3 {
    font-size: 1.8rem;
  }
  .mengxing-service-b ul li .mengxing-item .item-text .text-con p {
    font-size: 1.4rem;
  }
}
