#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999960000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images_land/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

/*********************************************************
    / When clicking on thumbs jqzoom will add the class
    / "zoomThumbActive" on the anchor selected
    /*********************************************************/
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #b4ef56;
  }

  .wap-hd-nav-item {
    width: 25%;
  }

  .wap-hd-nav-item a {
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }

  .wap-hd-nav-item a.active {
    color: white;
    background-color: #b4ef56;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #b4ef56;
  }

  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }

  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }

  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }

  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-item > a.active {
    color: #b4ef56;
  }

  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #b4ef56;
  }

  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }

  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }

  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }

  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }

  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .m-mobilenav .mbsbnav-item a.active {
    color: #b4ef56;
  }
}
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: -38px 0px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: -85px 0px;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}

.imgtoVideo img {
  width: 100%;
}

.imgtoVideo > div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo > div:hover .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}

.imgtoVideo .imgtoVideoDetail > div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail > div {
  background: #0C2D47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}

#picturetoVideo .carouse .slideItem > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

::-moz-selection {
  color: #fff;
  background: #b4ef56;
}

::selection {
  color: #fff;
  background: #b4ef56;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

a:hover {
  color: #b4ef56;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

table,
embed,

video {
  max-width: 100%;
}

input,
textarea {
  border: none;
  background: none;
  font-family: inherit;
}

input[type=submit],
textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox],
textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio],
textarea[type=radio] {
  cursor: pointer;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em,
i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

.c-tsn {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.c-bbx {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mb-5 {
  margin-bottom: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mb-10 {
  margin-bottom: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mb-15 {
  margin-bottom: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mb-20 {
  margin-bottom: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mb-25 {
  margin-bottom: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mb-30 {
  margin-bottom: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mb-35 {
  margin-bottom: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mb-40 {
  margin-bottom: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mb-45 {
  margin-bottom: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-mb-50 {
  margin-bottom: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f-box2 {
  width: 1510px;
}

@media screen and (max-width: 1600px) {
  .f-box2 {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
@-moz-keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-xy:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforex img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforey img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}

.an-hoverbtn-beforey > * {
  position: relative;
}

.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #b4ef56;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforey:hover {
  color: #fff;
}

.an-hoverbtn-beforey:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.an-hoverbtn-beforex {
  position: relative;
}

.an-hoverbtn-beforex > * {
  position: relative;
}

.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #b4ef56;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforex:hover {
  color: #fff;
}

.an-hoverbtn-beforex:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverbtn-beforer {
  position: relative;
  overflow: hidden;
}

.an-hoverbtn-beforer > * {
  position: relative;
}

.an-hoverbtn-beforer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b4ef56;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforer:hover {
  color: #fff;
}

.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc a {
  color: #b4ef56;
}

.m-desc a:hover {
  text-decoration: underline;
}

.m-desc p,
.m-desc span,
.m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc p {
  min-height: 30px;
}

.m-desc img {
  max-width: 100%;
}

.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m-desc a {
    color: #b4ef56;
  }

  .m-desc a:hover {
    text-decoration: underline;
  }

  .m-desc p,
.m-desc span,
.m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m-desc p {
    min-height: 24px;
  }
}
.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }

  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }

  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }

  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-top {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.j-offset-left {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-left {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.j-offset-right {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-right {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.j-fadein {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  opacity: 0;
}

.j-fadein.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-fadein {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

[class*=-item] .item-pic img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

[class*=-item] .item-title {
  overflow: hidden;
}

[class*=-item] .item-title a:hover {
  color: #b4ef56;
}

[class*=-item] .item-desc {
  overflow: hidden;
}

[class*=-item] .item-desc a {
  display: block;
}

[class*=-item] .item-desc a:hover {
  color: #b4ef56;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  -moz-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  -moz-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  -webkit-animation: object_three 1.5s infinite;
  -moz-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes object_one {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes object_two {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes object_three {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-crm {
  padding: 10px 0;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #666666;
}

.m-crm a {
  color: #fff;
}

.m-crm a:hover {
  color: #b4ef56;
}

.m-crm a.active {
  color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-crm {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-crm a {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-oths {
  margin-top: 30px;
}

.m-oths .oths-item {
  padding-left: 0;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-oths .oths-item a {
  color: #666;
}

.m-oths .oths-item a:hover {
  color: #b4ef56;
}

.m-oths .oths-item-1 {
  margin-bottom: 3px;
}

.m-page {
  margin-top: 40px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.m-page a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-page a.big {
  min-width: 74px;
}

.m-page a:hover {
  color: white;
  border-color: #b4ef56;
  background-color: #b4ef56;
}

.m-page a.active {
  color: white;
  border-color: #b4ef56;
  background-color: #b4ef56;
}

.m-page2 {
  position: relative;
}

.m-page2 .page-form {
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-right: 27px;
  background: url("../images_land/page1.png") no-repeat right center;
}

.m-page2 .form-btn {
  min-width: 180px;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background-color: #b4ef56;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
}

.m-kf .kf-item {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 54px;
  line-height: 54px;
  margin-bottom: 1px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #d8d8d8;
}

.m-kf .kf-item:hover {
  color: #fff;
  background-color: #b4ef56;
}

.m-kf .kf-item.active {
  background-color: #b4ef56;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 90px;
  font-size: 0;
  line-height: 0;
}

.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
  }

  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    background-color: #2d2d27 !important;
  }

  .m-kf .kf-item2 {
    position: relative;
  }

  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }

  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 16px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  background-color: #b4ef56;
  border-radius: 50%;
  display: none;
}

.returntop:hover {
  color: #fff;
  background-color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.g-hd {
  position: relative;
  z-index: 9;
}

.m-hdlogo {
  float: left;
  padding-top: 15px;
  padding-bottom: 12px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-hdinfo {
  float: left;
  line-height: 36px;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.m-hdinfo .info-item {
  float: left;
  margin-right: 24px;
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-hddown {
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 24px;
}

.m-hddown a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 144px;
  line-height: 26px;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #b4ef56;
  border-radius: 5px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hddown a:hover {
  color: #fff;
  background-color: #333;
}

.m-hdsch {
  position: relative;
  float: left;
  z-index: 3;
  padding-top: 16px;
  padding-bottom: 16px;
}

.m-hdsch .sch-btn {
  display: none;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #b4ef56;
  text-align: center;
}

.m-hdsch .sch-form {
  position: relative;
  width: 274px;
  padding-right: 36px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a6a6a6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-hdsch .sch-form .form-btn,
.m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #666666;
}

.m-hdsch .sch-form .form-btn {
  z-index: 2;
}

@media screen and (max-width: 1219px) {
  .m-hdsch .sch-form {
    width: 250px;
  }

  .m-hdsch .sch-form .form-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-hdfix2 {
  background-color: #333333;
}

.m-hdnav {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-hdnav .nav-item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-hdnav .nav-item > a {
  padding: 20px;
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-hdnav .nav-item > a:hover,
.m-hdnav .nav-item > a.active,
.m-hdnav .nav-item > a.current {
  color: #333;
  background-color: #b4ef56;
}

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdnav .sbnav-wp {
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 137px;
}

.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 137px;
}

.m-hdnav .sbnav-list3 {
  top: 0;
  left: 100%;
  width: 137px;
}

.m-hdnav .sbnav-item {
  position: relative;
}

.m-hdnav .sbnav-item a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-hdnav .sbnav-item a:hover,
.m-hdnav .sbnav-item a.active {
  color: #b4ef56;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 991px) {
  .m-hdfix2,
.m-hdinfo,
.m-hddown {
    display: none;
  }

  .m-hdlogo {
    float: none;
    text-align: center;
  }

  .m-hdlogo img {
    width: 180px;
  }

  .m-hdsch {
    position: absolute;
    right: 15px;
    top: 20px;
    padding-top: 0;
  }

  .m-hdsch .sch-btn {
    display: block;
    border-radius: 5px;
  }

  .m-hdsch .sch-form {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
  }

  .m-hdsch .sch-form .form-text,
.m-hdsch .sch-form .form-btn,
.m-hdsch .sch-form .iconfont {
    height: 36px;
    line-height: 36px;
  }
}
.g-bd1 {
  background: url("../images_land/hbg1.jpg") no-repeat center bottom;
  background-color: #717171;
}

.banner {
  position: relative;
  z-index: 1;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .dotList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38.70432%;
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}

.banner .dotList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 5px;
  background-color: #fff;
}

.banner .dotList ul li.active {
  width: 35px;
  background-color: #b4ef56;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }

  .banner .dotList {
    bottom: 15px;
  }

  .banner.hide {
    display: block;
  }

  .banner.n-banner {
    display: none;
  }
}
.g-hwp {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: -10.41667%;
  width: 98%;
  max-width: 1534px;
  background: url("../images_land/hbg2.jpg") no-repeat center bottom;
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .g-hwp {
    width: 100%;
    margin-top: 0;
  }
}
.g-hproc {
  padding-top: 44px;
}

.g-hproc .box-fix1 {
  float: left;
  margin-right: 30px;
  width: 250px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .g-hproc {
    padding-top: 30px;
  }

  .g-hproc .box-fix1 {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.m-hpronav {
  overflow: hidden;
}

.m-hpronav .nav-item {
  margin-top: 22px;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 74px;
  padding-right: 10px;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #666666;
  border-radius: 8px 0px 8px 0px;
}

.m-hpronav .nav-item h2 {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hpronav .nav-item:hover {
  color: #333;
  background-color: #b4ef56;
}

.m-hpronav .nav-item:hover .icon1 {
  background: url("../images_land/picon1.png") -39px 0;
}

.m-hpronav .nav-item:hover .icon2 {
  background: url("../images_land/picon1.png") -129px 0;
}

.m-hpronav .nav-item:hover .icon3 {
  background: url("../images_land/picon1.png") -396px 0;
}

.m-hpronav .nav-item:hover .icon4 {
  background: url("../images_land/picon1.png") -484px 0;
}

.m-hpronav .nav-item:hover .icon5 {
  background: url("../images_land/picon1.png") -572px 0;
}

.m-hpronav .nav-item:hover .icon6 {
  background: url("../images_land/picon1.png") -214px 0;
}

.m-hpronav .nav-item:hover .icon7 {
  background: url("../images_land/picon1.png") -308px 0;
}

.m-hpronav .nav-item:hover .icon8 {
  background: url("../images_land/picon1.png") -696px 0;
}

.m-hpronav .nav-item:hover .icon9 {
  background: url("../images_land/picon1.png") -820px 0;
}

.m-hpronav .nav-item .icon {
  position: absolute;
  left: 11px;
  top: 4px;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
}

.m-hpronav .nav-item .icon1 {
  background: url("../images_land/picon1.png") 6px 0;
}

.m-hpronav .nav-item .icon2 {
  background: url("../images_land/picon1.png") -82px 0;
}

.m-hpronav .nav-item .icon3 {
  background: url("../images_land/picon1.png") -352px 0;
}

.m-hpronav .nav-item .icon4 {
  background: url("../images_land/picon1.png") -440px 0;
}

.m-hpronav .nav-item .icon5 {
  background: url("../images_land/picon1.png") -528px 0;
}

.m-hpronav .nav-item .icon6 {
  background: url("../images_land/picon1.png") -174px 0;
}

.m-hpronav .nav-item .icon7 {
  background: url("../images_land/picon1.png") -260px 0;
}

.m-hpronav .nav-item .icon8 {
  background: url("../images_land/picon1.png") -626px 0;
}

.m-hpronav .nav-item .icon9 {
  background: url("../images_land/picon1.png") -768px 0;
}

.m-hpronav .nav-item:first-child {
  margin-top: 0;
}

.m-hpronav .nav-item h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .m-hpronav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .m-hpronav .nav-item {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
    padding-left: 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hpronav .nav-item h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hpronav .nav-item {
    width: 48%;
  }
}
@media screen and (max-width: 419px) {
  .m-hpronav .nav-item {
    width: 98%;
  }
}
.m-hdown {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 17px;
  text-align: center;
  background: url("../images_land/downbg1.png") no-repeat center;
  background-size: cover;
  border-radius: 8px 0px 8px 0px;
}

.m-hdown .iconfont {
  display: block;
  line-height: 1;
  font-size: 64px;
  font-size: 6.4rem;
  color: #fff;
  text-align: center;
}

.m-hdown a {
  margin-top: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 170px;
  line-height: 26px;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b4ef56;
  border-radius: 8px 0px 8px 0px;
}

.m-hdown a:hover {
  background-color: #fff;
  color: #333;
}

.m-hpro {
  margin-bottom: -20px;
  overflow: hidden;
}

.m-hpro .list-item {
  float: left;
  margin-right: 1.30435%;
  margin-bottom: 20px;
  width: 23.91304%;
}

.m-hpro .item-pic {
  border: 1px solid #bfbfbf;
}

.m-hpro .item-title {
  margin-top: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .m-hpro .item-title {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    width: 48%;
  }
}
.g-habt {
  padding-top: 48px;
}

@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 30px;
  }
}
.m-habt .box-img {
  float: left;
  margin-right: 25px;
  width: 46.16667%;
  line-height: 0;
  font-size: 0;
}

.m-habt .box-text {
  padding-top: 22px;
  overflow: hidden;
}

.m-habt .box-title {
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
}

.m-habt .box-desc {
  margin-top: 30px;
  max-height: 112px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-habt .box-desc a {
  color: #666;
}

.m-habt .box-desc a:hover {
  color: #b4ef56;
}

.m-habt .box-link {
  margin-top: 27px;
}

.m-habt .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 250px;
  line-height: 30px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #b4ef56;
  border-radius: 8px 0px 8px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-habt .box-link a:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .m-habt .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-habt .box-text {
    padding-top: 25px;
  }

  .m-habt .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-habt .box-desc {
    margin-top: 15px;
    max-height: 144px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-habt .box-link {
    margin-top: 15px;
  }

  .m-habt .box-link a {
    min-width: 120px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hprol {
  padding-top: 45px;
}

.g-hprol .box-title {
  margin-bottom: 22px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .g-hprol {
    padding-top: 30px;
  }

  .g-hprol .box-title {
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-hprol {
  position: relative;
}

.m-hprol .box-wp {
  padding: 7px;
}

.m-hprol .box-list {
  width: 10000%;
}

.m-hprol .list-item {
  float: left;
  margin-right: 0.00675%;
  width: 0.195%;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.m-hprol .item-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
  text-align: center;
}

.m-hprol .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hprol .item-desc {
  margin-top: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hprol .item-desc a {
  display: inline;
  color: #666;
}

.m-hprol .item-desc a:hover {
  color: #b4ef56;
}

.m-hprol .item-link {
  margin-top: 12px;
}

.m-hprol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 130px;
  line-height: 24px;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #666;
  border-radius: 8px 0px 8px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hprol .item-link a:hover {
  color: #333;
  background-color: #b4ef56;
}

.m-hprol .box-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
}

.m-hprol .box-btn.prev {
  margin-right: 20px;
  right: 100%;
}

.m-hprol .box-btn.next {
  margin-left: 20px;
  left: 100%;
}

.m-hprol .box-btn:hover {
  color: #b4ef56;
}

@media screen and (max-width: 1440px) {
  .m-hprol {
    padding-left: 60px;
    padding-right: 60px;
  }

  .m-hprol .box-btn.prev {
    right: auto;
    margin-right: 0;
    left: 0;
  }

  .m-hprol .box-btn.next {
    margin-left: auto;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-hprol {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }

  .m-hprol .box-wp {
    padding: 0;
  }

  .m-hprol .list-item {
    box-shadow: none;
  }

  .m-hprol .box-btn {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hprol .list-item {
    margin-right: 0.02%;
    width: 0.232%;
  }

  .m-hprol .item-title,
.m-hprol .item-desc {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hprol .item-link a {
    min-width: 100px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hprol .item-text {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 640px) {
  .m-hprol .list-item {
    width: 0.32%;
  }
}
@media screen and (max-width: 375px) {
  .m-hprol .list-item {
    width: 0.49%;
  }
}
.g-hcustomer {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .g-hcustomer {
    padding-top: 30px;
  }
}
.m-hcustomer {
  position: relative;
}

.m-hcustomer .box-list {
  width: 1000%;
}

.m-hcustomer .list-item {
  position: relative;
  float: left;
  width: 10%;
  overflow: hidden;
}

.m-hcustomer .item-pic {
  position: relative;
  float: left;
  width: 672px;
}

.m-hcustomer .item-wp {
  position: absolute;
  right: 0;
  top: 0;
  width: 52.33333%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 23px solid transparent;
  border-bottom: 32px solid transparent;
}

.m-hcustomer .item-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 25px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hcustomer .item-title {
  height: 48px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hcustomer .item-desc {
  margin-top: 35px;
  max-height: 210px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
}

.m-hcustomer .item-desc a {
  display: block;
}

.m-hcustomer .item-desc strong,
.m-hcustomer .item-desc b {
  font-weight: normal;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}

.m-hcustomer .box-page {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 52.33333%;
  text-align: right;
}

.m-hcustomer .page-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 4px;
  width: 10px;
  height: 10px;
  background-color: #666;
  border-radius: 5px;
}

.m-hcustomer .page-item.active {
  width: 40px;
  background-color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-hcustomer .item-pic {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-hcustomer .item-fix,
.m-hcustomer .item-wp {
    position: relative;
    width: auto;
    height: auto;
    border: none;
  }

  .m-hcustomer .item-fix {
    padding: 20px 15px;
  }

  .m-hcustomer .item-title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-hcustomer .item-desc {
    margin-top: 10px;
    height: 96px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hcustomer .box-page {
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}
.g-hnews {
  padding-top: 45px;
  padding-bottom: 66px;
}

.g-hnews .box-title {
  margin-bottom: 25px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .g-hnews .box-title {
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-hnews {
  margin-bottom: -30px;
}

.m-hnews .list-item {
  float: left;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.33333%;
  background-color: #fff;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hnews .list-item:hover {
  background-color: #b4ef56;
}

.m-hnews .list-item:hover .item-title,
.m-hnews .list-item:hover .item-link {
  color: #333;
}

.m-hnews .list-item:hover .item-title a,
.m-hnews .list-item:hover .item-link a {
  color: #333;
}

.m-hnews .list-item:hover .item-time {
  color: #666;
}

.m-hnews .item-text {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
  padding-bottom: 25px;
}

.m-hnews .item-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hnews .item-title {
  margin-top: 11px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-hnews .item-link {
  margin-top: 25px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-hnews .item-text {
    padding: 20px 10px;
  }

  .m-hnews .item-title,
.m-hnews .item-link {
    margin-top: 8px;
  }

  .m-hnews .item-time,
.m-hnews .item-link {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hnews .item-title {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-ft {
  background: url("../images_land/fbg1.jpg") no-repeat center bottom;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.g-ft a {
  color: #000;
}

.g-ft a:hover {
  color: #666;
}

.g-ft2 {
  background: url("../images_land/fbg2.jpg") no-repeat center bottom;
  background-size: cover;
  color: #fff;
}

.g-ft2 a {
  color: #fff;
}

.g-ft2 a:hover {
  color: #b4ef56;
}

.g-ft2 .form-item .form-text {
  color: #fff;
  border-color: #fff;
}

.g-ft2 .form-item .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.g-ft2 .form-item .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.g-ft2 .form-item .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.g-ft2 .form-item .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.g-ft2 .m-ftfix1 {
  padding-top: 29px;
}

.m-ftfix1 {
  padding-top: 75px;
  padding-bottom: 18px;
  background-size: cover;
}


.m-ftb {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb1 {
  padding-right: 20px;
  width: 26.66667%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb2 {
  margin-right: 4.5%;
  width: 27.66667%;
}

.m-ftb3 {
  float: none;
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 14px;
  font-size: 22px;
  font-size: 2.2rem;
}

.m-ftt a:hover {
  text-decoration: underline;
}

.m-ftinfo .info-item {
  padding: 4px 0;
  line-height: 30px;
  word-break: break-word;
}

.m-ftshare {
  margin-top: 56px;
}

.m-ftshare .share-item {
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #373737;
}

.m-ftshare .share-item:last-child {
  margin-right: 0;
}

.m-ftshare .share-item:hover {
  color: #b4ef56;
  background-color: #373737;
}

.m-ftform .form-bd {
  overflow: hidden;
}

.m-ftform .form-item {
  position: relative;
  margin-bottom: 19px;
  padding-left: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}

.m-ftform .form-item.important {
  background: url("../images_land/star1.png") no-repeat left 14px;
}

.m-ftform .form-item1 {
  width: 47.18876%;
}

.m-ftform .form-item2 {
  width: 100%;
}

.m-ftform .form-item3 {
  margin-right: 4.01606%;
  width: 34.93976%;
}

.m-ftform .form-item4 {
  width: 28.11245%;
  padding-left: 0;
  height: 42px;
  line-height: 40px;
  text-align: center;
  background-color: #f3fbfe;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  padding-left: 0;
}

.m-ftform .form-item4 img {
  max-height: 44px;
  vertical-align: middle;
}

.m-ftform .form-item5 {
  padding-left: 0;
  width: 28.91566%;
  background: none;
}

.m-ftform .form-text {
  width: 100%;
  height: 42px;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  color: #000 \9 ;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  box-sizing: border-box;
}

.m-ftform .form-text::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.m-ftform .form-text2 {
  line-height: 42px;
  height: 88px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftform .iconfont {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.m-ftform .form-btn {
  width: 100%;
  height: 46px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  background-color: #b4ef56;
}

.m-ftfix2 {
  padding-top: 0;
  padding-bottom: 22px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftlnk {
  overflow: hidden;
  margin-bottom: 5px;
}

.m-ftlnk .list-item {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .m-ftb4,
.m-ftb2,
.m-ftt,
.m-ftform,
.m-ftlnk,
.m-ftinfo,
.m-ftkey,
.m-ftnav {
    display: none;
  }

  .m-ftfix1,
.m-ftfix2 {
    background: none;
  }

  .m-ftb1 {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-ftext {
    margin-top: 0;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-ftshare {
    margin-top: 0;
    text-align: center;
  }

  .m-ftshare .share-item {
    margin-right: 10px;
    width: 26px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
    height: 26px;
  }

  .m-ftext {
    text-align: center;
  }

  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .m-ftfix2 {
    padding-top: 5px;
  }
}
.g-wp1 {
  padding-top: 40px;
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .g-wp1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.g-mn {
  float: left;
  width: 100%;
  padding-left: 280px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.g-sd {
  float: left;
  margin-left: -100%;
  width: 250px;
}

@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.m-sdpronav .nav-btn {
  position: relative;
  margin-bottom: 20px;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-transform: uppercase;
  background-color: #b4ef56;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.m-sdpronav .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdpronav .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #333;
}

.m-sdpronav .nav-item {
  margin-top: 22px;
}

.m-sdpronav .nav-item > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 74px;
  padding-right: 10px;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #666666;
  border-radius: 8px 0px 8px 0px;
}

.m-sdpronav .nav-item > a:hover,
.m-sdpronav .nav-item > a.active {
  color: #333;
  background-color: #b4ef56;
}

.m-sdpronav .nav-item > a:hover .icon1,
.m-sdpronav .nav-item > a.active .icon1 {
  background: url("../images_land/picon1.png") -39px 0;
}

.m-sdpronav .nav-item > a:hover .icon2,
.m-sdpronav .nav-item > a.active .icon2 {
  background: url("../images_land/picon1.png") -129px 0;
}

.m-sdpronav .nav-item > a:hover .icon3,
.m-sdpronav .nav-item > a.active .icon3 {
  background: url("../images_land/picon1.png") -396px 0;
}

.m-sdpronav .nav-item > a:hover .icon4,
.m-sdpronav .nav-item > a.active .icon4 {
  background: url("../images_land/picon1.png") -484px 0;
}

.m-sdpronav .nav-item > a:hover .icon5,
.m-sdpronav .nav-item > a.active .icon5 {
  background: url("../images_land/picon1.png") -572px 0;
}

.m-sdpronav .nav-item > a:hover .icon6,
.m-sdpronav .nav-item > a.active .icon6 {
  background: url("../images_land/picon1.png") -214px 0;
}

.m-sdpronav .nav-item > a:hover .icon7,
.m-sdpronav .nav-item > a.active .icon7 {
  background: url("../images_land/picon1.png") -308px 0;
}

.m-sdpronav .nav-item > a:hover .icon8,
.m-sdpronav .nav-item > a.active .icon8 {
  background: url("../images_land/picon1.png") -696px 0;
}

.m-sdpronav .nav-item > a:hover .icon9,
.m-sdpronav .nav-item > a.active .icon9 {
  background: url("../images_land/picon1.png") -820px 0;
}

.m-sdpronav .nav-item > a .icon {
  position: absolute;
  left: 11px;
  top: 4px;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
}

.m-sdpronav .nav-item > a .icon1 {
  background: url("../images_land/picon1.png") 6px 0;
}

.m-sdpronav .nav-item > a .icon2 {
  background: url("../images_land/picon1.png") -82px 0;
}

.m-sdpronav .nav-item > a .icon3 {
  background: url("../images_land/picon1.png") -352px 0;
}

.m-sdpronav .nav-item > a .icon4 {
  background: url("../images_land/picon1.png") -440px 0;
}

.m-sdpronav .nav-item > a .icon5 {
  background: url("../images_land/picon1.png") -528px 0;
}

.m-sdpronav .nav-item > a .icon6 {
  background: url("../images_land/picon1.png") -174px 0;
}

.m-sdpronav .nav-item > a .icon7 {
  background: url("../images_land/picon1.png") -260px 0;
}

.m-sdpronav .nav-item > a .icon8 {
  background: url("../images_land/picon1.png") -626px 0;
}

.m-sdpronav .nav-item > a .icon9 {
  background: url("../images_land/picon1.png") -768px 0;
}

.m-sdpronav .nav-item:first-child {
  margin-top: 0;
}

.m-sdpronav .sbnav-list {
  display: none;
}

.m-sdpronav .sbnav-list.show {
  display: block;
}

.m-sdpronav .sbnav-list1 {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 14px;
  border-bottom: 1px solid #cccccc;
}

.m-sdpronav .sbnav-list2 {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 14px;
}

.m-sdpronav .sbnav-item a {
  position: relative;
  display: block;
  padding-left: 13px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}

.m-sdpronav .sbnav-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #b4ef56;
  border-radius: 50%;
}

.m-sdpronav .sbnav-item a.active,
.m-sdpronav .sbnav-item a:hover {
  color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-sdpronav .nav-name {
    display: none;
  }

  .m-sdpronav .nav-btn {
    display: block;
  }

  .m-sdpronav .nav-list {
    display: none;
  }
}
.m-sdname p,
.m-sdname a {
  display: block;
  padding: 10px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  text-transform: uppercase;
  background-color: #b4ef56;
}

.m-sdname a:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-sdname p,
.m-sdname a {
    padding: 5px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-sdtag {
  margin-top: 26px;
}

.m-sdtag .tag-list {
  margin-top: 6px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #eeeeee;
  border: solid 1px #cccccc;
}

.m-sdtag .tag-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-sdtag {
    margin-top: 30px;
  }

  .m-sdtag .tag-item {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-sdnews {
  margin-top: 26px;
}

.m-sdnews .list-item {
  margin-top: 23px;
}

.m-sdnews .item-time {
  margin-top: 9px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-sdnews .item-title {
  margin-top: 3px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-sdnews .box-list {
    margin-top: 20px;
    margin-bottom: -20px;
    overflow: hidden;
  }

  .m-sdnews .list-item {
    float: left;
    margin-left: 1%;
    margin-right: 1% !important;
    margin-top: 0;
    margin-bottom: 20px;
    width: 31.33%;
  }

  .m-sdnews .item-text {
    padding: 20px 10px;
  }

  .m-sdnews .item-title,
.m-sdnews .item-link {
    margin-top: 8px;
  }

  .m-sdnews .item-time,
.m-sdnews .item-link {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-sdnews .item-title {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-sdnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-prol {
  margin-bottom: -36px;
}

.m-prol .list-item {
  float: left;
  margin-right: 0.97826%;
  margin-bottom: 36px;
  width: 24.13043%;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prol .list-item:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.m-prol .item-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 20px;
  text-align: center;
}

.m-prol .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-title input {
  margin-right: 5px;
  vertical-align: middle;
}

.m-prol .item-desc {
  margin-top: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-desc a {
  display: inline;
  color: #666;
}

.m-prol .item-desc a:hover {
  color: #b4ef56;
}

.m-prol .item-link {
  margin-top: 10px;
}

.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 136px;
  line-height: 22px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #666;
  border-radius: 8px 0px 8px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prol .item-link a:hover {
  color: #333;
  background-color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-prol {
    margin-bottom: -30px;
  }

  .m-prol .list-item {
    margin-bottom: 30px;
  }

  .m-prol .item-title,
.m-prol .item-desc {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-prol .item-link a {
    min-width: 100px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-prol .item-text {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
@media screen and (max-width: 375px) {
  .m-prol .list-item {
    width: 48%;
  }
}
.m-prob1 {
  margin-bottom: 50px;
}

.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
  margin-right: 24px;
  width: 59.34783%;
}

.m-prob1 .prob-pic-big {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}

.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}

.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 8px;
  padding-left: 45px;
  padding-right: 45px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  height: 44px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-pic-btn:hover {
  color: #b4ef56;
}

.m-prob1 .prob-pic-btn.prev {
  left: 0;
}

.m-prob1 .prob-pic-btn.next {
  right: 0;
}

.m-prob1 .prob-pic-list {
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  width: 10000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.02193%;
  width: 0.31579%;
}

.m-prob1 .prob-pic-item .item-pic {
  border: 1px solid #bfbfbf;
  background-color: #fff;
  overflow: hidden;
}

.m-prob1 .prob-pic-item .item-pic:hover {
  border-color: #b4ef56;
}

.m-prob1 .prob-pic-item .item-pic:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.m-prob1 .prob-pic-item .item-pic.active {
  border-color: #b4ef56;
}

.m-prob1 .prob-info {
  padding-top: 38px;
}

.m-prob1 .prob-info-title {
  position: relative;
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.m-prob1 .prob-info-desc {
  padding-top: 13px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-prob1 .prob-info-desc p,
.m-prob1 .prob-info-desc span,
.m-prob1 .prob-info-desc b {
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-prob1 .prob-share {
  margin-top: 22px;
  letter-spacing: 0;
}

.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-color: #fff;
  height: 26px;
}

.m-prob1 .prob-info-link {
  margin-top: 23px;
  margin-bottom: -20px;
  overflow: hidden;
}

.m-prob1 .prob-info-link a {
  float: left;
  margin-bottom: 20px;
  display: block;
  padding: 8px 10px;
  min-width: 138px;
  padding: 5px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px 0px 8px 0px;
  background-color: #b4ef56;
}

.m-prob1 .prob-info-link a:hover {
  color: white;
  background-color: #333;
}

.m-prob1 .prob-info-link a:first-child {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 {
    margin-bottom: 30px;
  }

  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    padding-top: 20px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-info-link a {
    min-width: 120px;
    padding: 5px 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-info-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-info-desc p {
    min-height: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    width: 100%;
  }

  /*.m-prob1 .prob-pic-big { display: none; }*/
  .m-prob1 .prob-pic-small {
    margin-top: 0;
  }

  .m-prob1 .prob-pic-list ul li {
    margin-right: 0.02%;
    width: 0.49%;
  }

  .m-prob1 .prob-pic-item .item-pic:before {
    display: none !important;
  }

  .m-prob1 .prob-info-link {
    margin-top: 20px;
  }

  .m-prob1 .prob-info-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-prob1 .prob-share {
    margin-top: 20px;
  }

  .m-prob1 .prob-info-desc {
    padding-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-info-desc p,
.m-prob1 .prob-info-desc span,
.m-prob1 .prob-info-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-down {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0;
    width: 1%;
  }
}
.m-prott {
  margin-bottom: 36px;
  border-bottom: 2px solid #b4ef56;
}

.m-prott p,
.m-prott a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 175px;
  padding: 8px 12px;
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
  background-color: #b4ef56;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .m-prott {
    margin-bottom: 30px;
  }

  .m-prott p,
.m-prott a {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-prob2 .box-desc {
  color: #666;
}

.m-protag {
  margin-top: 37px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-mpro {
  margin-top: 50px;
  position: relative;
}

.m-mpro .box-btn {
  position: absolute;
  top: 8px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  border: 1px solid #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

.m-mpro .box-btn.prev {
  right: 48px;
}

.m-mpro .box-btn.next {
  right: 0;
}

.m-mpro .box-btn:hover {
  color: #b4ef56;
  border-color: #b4ef56;
}

.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-mpro .list-item {
  float: left;
  margin-right: 0.02%;
  width: 0.18333%;
}

.m-mpro .item-pic {
  border: solid 1px #bfbfbf;
}

.m-mpro .item-text {
  padding-top: 10px;
  text-align: center;
}

.m-mpro .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mpro .item-desc {
  margin-top: 0px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mpro .item-desc a {
  display: inline;
  color: #666;
}

.m-mpro .item-desc a:hover {
  color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-mpro .item-title,
.m-mpro .item-desc {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 320px) {
  .m-mpro .list-item {
    width: 0.49%;
  }
}
.m-abtt {
  margin-bottom: 27px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 206px;
  padding: 20px;
  line-height: 34px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
  background-color: #b4ef56;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .m-abtt {
    padding: 10px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.m-abtb1 {
  overflow: hidden;
}

.m-abtb1 .box-img {
  float: right;
  margin-left: 20px;
  width: 46.75%;
  line-height: 0;
  font-size: 0;
}

.m-abtb1 .box-desc {
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-abtb1 .box-img {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.m-abtb2 {
  margin-top: 38px;
  padding-top: 34px;
  padding-bottom: 33px;
  background-color: #f4f4f4;
}

.m-abtb2 .box-wp {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-abtb2 .box-item {
  margin-right: 2.08333%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 31.83333%;
  border: 6px solid #b4ef56;
  border-color: rgba(180, 239, 86, 0.5);
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-abtb2 .item-wp {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 56px;
  padding-bottom: 59px;
}

.m-abtb2 .item-title {
  position: relative;
  padding-bottom: 17px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}

.m-abtb2 .item-title img {
  margin-right: 5px;
}

.m-abtb2 .item-title img,
.m-abtb2 .item-title span {
  vertical-align: middle;
}

.m-abtb2 .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background-color: #333333;
}

.m-abtb2 .item-desc {
  margin-top: 33px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-width: 3px;
  }

  .m-abtb2 .item-wp {
    padding: 30px 15px;
  }

  .m-abtb2 .item-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-abtb2 .item-title img {
    width: 40px;
  }

  .m-abtb2 .item-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb2 .box-item {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }

  .m-abtb2 .box-item:first-child {
    margin-top: 0;
  }
}
.m-abtb3 {
  margin-top: 30px;
}

.m-abtb3 .box-list {
  margin-bottom: -30px;
}

.m-abtb3 .list-item {
  float: left;
  margin-right: 2.33333%;
  margin-bottom: 30px;
  width: 31.33333%;
  box-shadow: 8px 8px 0 0 #b4ef56;
}

.m-newsl .list-item {
  margin-top: 28px;
}

.m-newsl .list-item:first-child {
  margin-top: 0;
}

.m-newsl .item-pic {
  position: relative;
  width: 432px;
  overflow: hidden;
}

.m-newsl .item-pic1 {
  float: left;
  margin-right: 3.33333%;
}

.m-newsl .item-pic2 {
  float: right;
  margin-left: 3.33333%;
}

.m-newsl .item-text {
  padding-top: 8px;
  overflow: hidden;
}

.m-newsl .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-time {
  margin-top: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-newsl .item-desc {
  margin-top: 13px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-newsl .item-desc a {
  color: #666;
}

.m-newsl .item-desc a:hover {
  color: #b4ef56;
}

.m-newsl .item-link {
  margin-top: 33px;
}

.m-newsl .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  background-color: #666666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-newsl .item-link a:hover {
  color: #333;
  background-color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-newsl {
    overflow: hidden;
    margin-bottom: -30px;
  }

  .m-newsl .list-item {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
    margin-bottom: 30px;
    width: 48%;
    background: none;
  }

  .m-newsl .item-pic {
    float: none;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
  }

  .m-newsl .item-text {
    padding-top: 10px;
  }

  .m-newsl .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-newsl .item-desc {
    margin-top: 5px;
    height: auto;
    max-height: 44px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-newsl .item-time {
    margin-top: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-newsl .item-link {
    display: none;
  }
}
.m-news .box-title {
  line-height: 37px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
}

.m-news .box-time {
  margin-top: 28px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-news .box-desc {
  margin-top: 25px;
  color: #666;
}

.m-news .box-share {
  margin-top: 25px;
  font-size: 0;
  letter-spacing: 0;
}

.m-news .share-title,
.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}

.m-news .share-title {
  margin-right: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-bg1 {
  background: url("../images_land/cutsbg1.jpg") no-repeat center bottom;
}

.m-ctusinfo {
  float: left;
  margin-right: 15%;
  width: 345px;
}

.m-ctusinfo .box-title {
  margin-bottom: 8px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
}

.m-ctusinfo .info-item {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 34px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  word-break: break-word;
}

.m-ctusinfo .info-item .iconfont {
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-ctusinfo .info-item a {
  color: #666;
}

.m-ctusinfo .info-item a:hover {
  color: #b4ef56;
}

@media screen and (max-width: 991px) {
  .m-ctusinfo {
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.m-ctusform {
  overflow: hidden;
}

.m-ctusform .box-title,
.m-ctusform .box-desc {
  padding-left: 32px;
}

.m-ctusform .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-ctusform .box-desc {
  margin-bottom: 28px;
  margin-top: 7px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-ctusform .form-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 175px;
  min-height: 34px;
}

.m-ctusform .form-label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: right;
  width: 155px;
}

.m-ctusform .form-label span {
  color: red;
}

.m-ctusform .form-text,
.m-ctusform .form-textarea {
  width: 100%;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #979797;
}

.m-ctusform .form-textarea {
  height: 94px;
}

.m-ctusform .form-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.m-ctusform .form-file input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.m-ctusform .form-file a {
  display: inline-block;
  min-width: 140px;
  line-height: 36px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  background-color: #b4ef56;
}

.m-ctusform .form-label2 {
  top: 5px;
}

.m-ctusform .form-text2 {
  margin-right: 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  max-width: 310px;
}

.m-ctusform .form-code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  background-color: #f3fbfe;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .form-code img {
  max-height: 32px;
  vertical-align: middle;
}

.m-ctusform .form-btn {
  width: 223px;
  height: 44px;
  border-radius: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #b4ef56;
}

@media screen and (max-width: 640px) {
  .m-ctusform .box-title,
.m-ctusform .box-desc {
    padding-left: 0;
  }

  .m-ctusform .form-item {
    padding-left: 0;
  }

  .m-ctusform .form-label {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .m-ctusform .form-text2 {
    margin-right: 20px;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    max-width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.eot") format("embedded-opentype"), url("../fonts/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "AbrilFatfaceRegular2";
  src: url("../fonts/AbrilFatfaceRegular2.eot");
  src: url("../fonts/AbrilFatfaceRegular2.eot") format("embedded-opentype"), url("../fonts/AbrilFatfaceRegular2.woff2") format("woff2"), url("../fonts/AbrilFatfaceRegular2.woff") format("woff"), url("../fonts/AbrilFatfaceRegular2.ttf") format("truetype"), url("../fonts/AbrilFatfaceRegular2.svg#AbrilFatfaceRegular2") format("svg");
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1598263290714");
  /* IE9 */
  src: url("../fonts/iconfont.eot?t=1598263290714#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1598263290714") format("woff"), url("../fonts/iconfont.ttf?t=1598263290714") format("truetype"), url("../fonts/iconfont.svg?t=1598263290714#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-web2:before {
  content: "\e6fc";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e735";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-jia2:before {
  content: "\e608";
}

.tagskeywd {
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

.activeyi {
  color: #ff6700 !important;
}

.m-page a.no:hover {
  color: #333 !important;
  border: 1px solid #e5e5e5 !important;
  background: none !important;
}

.item-btns a.no:hover {
  color: #333 !important;
  background-color: #E5E5E5 !important;
}

.ppp {
  line-height: 30px;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.listcart {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.listcart a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 200px;
  line-height: 22px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px 0px 8px 0px;
  background: #666;
}

.listcart a:hover {
  background: #b4ef56;
  color: #fff;
}

/*.xunpanc{margin-bottom: 20px;}*/
.xunpanc .table table tr td {
  height: 0;
  padding: 0;
}

.xunpanc .table table tr td a {
  color: #333;
}

.xunpanc .table table tr td a:hover {
  color: #b4ef56;
}

.m-kefu-chat.mobile-hide {
  right: 6px !important;
}

.file-list {
  list-style-type: none;
}

.file-list .file-item {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #bfbfbf;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.file-list .file-item .file-name {
  margin-right: 10px;
}

.file-list .file-item .file-delete {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 0;
}

.disnone {
  display: none;
}

h2,
h3,
h4 {
  font-weight: normal;
}

.pro-msvc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  margin-top: 30px;
}

.item-titlepy {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  height: 84px !important;
}

@media screen and (max-width: 640px) {
  .m-hnews .list-item {
    width: 92%;
    margin-left: 3%;
  }
}
.mld-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 16px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
  text-align: center;
}

.mld-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  height: 3px;
  background-color: #666666;
}

@media screen and (max-width: 991px) {
  .mld-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.gld-pro {
  padding-top: 111px;
  padding-bottom: 104px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .gld-pro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mld-pro {
  overflow: hidden;
}

.mld-pro .list-item {
  position: relative;
  float: left;
  margin-right: 0.8333333333%;
  margin-bottom: 0.8333333333%;
  overflow: hidden;
}

.mld-pro .list-item:hover .item-title {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}

.mld-pro .list-item:hover .item-modal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.mld-pro .list-item1 {
  width: 49.6666666667%;
}

.mld-pro .list-item2 {
  width: 49.4166666667%;
}

.mld-pro .list-item3 {
  width: 24.1666666667%;
}

.mld-pro .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 10px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  background-color: rgba(102, 102, 102, 0.9);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  text-align: center;
}

.mld-pro .item-title a {
  color: #fff;
}

.mld-pro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}

.mld-pro .item-mtext {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding-left: 12.0805369128%;
  padding-right: 12.0805369128%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.mld-pro .item-mtext a {
  color: #fff;
}

.mld-pro .item-mtext a:hover {
  color: #b4ef56;
}

.mld-pro .item-mtitle {
  height: 38px;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mld-pro .item-mdesc {
  margin-top: 40px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.mld-pro .item-mdesc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1219px) {
  .mld-pro .item-mdesc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .mld-pro .item-mtitle {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .mld-pro .list-item1 {
    width: 100%;
    margin-right: 0;
  }

  .mld-pro .list-item2 {
    width: 100%;
  }

  .mld-pro .list-item3 {
    width: 49%;
    margin-right: 2%;
  }
}
.gld-form {
  padding-top: 77px;
  padding-bottom: 77px;
  background: url("../images_land/ldbg1.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .gld-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mld-form {
  padding-left: 22px;
  padding-right: 5.5%;
  padding-top: 52px;
  padding-bottom: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.mld-form .box-left {
  width: 32.9136690647%;
  height: 337px;
  background: url("../images_land/ldbg2.png") no-repeat center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mld-form .box-right {
  width: 52.6079136691%;
}

.mld-form .box-title {
  padding-left: 34px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #b4ef56;
}

.mld-form .box-title:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2px;
  height: 244px;
  background-color: #c2c2c2;
}

.mld-form .form-item {
  position: relative;
  margin-bottom: 10px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.mld-form .form-item.important .item-text {
  background: url("../images_land/star2.png") no-repeat 9px 18px;
  background-color: #fff;
}

.mld-form .form-item-1 {
  width: 49.5726495726%;
}

.mld-form .form-item-2 {
  width: 100%;
}

.mld-form .form-item-2.important .item-text {
  background: url("../images_land/star2.png") no-repeat 9px 18px;
  background-color: #fff;
}

.mld-form .form-item-3 {
  margin-right: 1.7094017094%;
  width: 36.4102564103%;
}

.mld-form .form-item-4 {
  width: 25.641025641%;
  height: 44px;
  padding-left: 0;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.mld-form .form-item-4 img {
  max-height: 42px;
  vertical-align: middle;
}

.mld-form .form-item-5 {
  float: right;
  border: none;
  width: 33.1623931624%;
  padding-left: 0;
}

.mld-form .item-btn1 {
  width: 100%;
  height: 44px;
  padding-left: 0;
  line-height: 44px;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #b4ef56;
  border-radius: 6px;
  text-transform: uppercase;
}

.mld-form .item-text {
  width: 100%;
  height: 44px;
  line-height: 42px;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 4px;
}

.mld-form .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.mld-form .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.mld-form .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.mld-form .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.mld-form .item-text2 {
  height: 100px;
  line-height: 26px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .mld-form {
    padding: 30px 15px;
    display: block;
  }

  .mld-form .box-left,
.mld-form .box-right {
    width: 100%;
  }

  .mld-form .box-left {
    margin-bottom: 30px;
    height: auto;
    background: #333;
    border-radius: 15px;
    padding: 20px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mld-form .box-title {
    padding-left: 0;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .mld-form .box-title:before {
    display: none;
  }

  .mld-form .form-item {
    margin-bottom: 15px;
    width: 100%;
  }

  .mld-form .form-item.important .item-text {
    background-position: 10px 15px;
  }

  .mld-form .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .mld-form .item-text2 {
    padding-top: 0;
    height: 144px;
  }

  .mld-form .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .mld-form .form-item-3 {
    float: left;
    margin-right: 0;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }

  .mld-form .form-item-4 {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 34px;
  }

  .mld-form .form-item-4 img {
    max-height: 34px;
  }
}
.gld-features {
  padding-top: 108px;
  padding-bottom: 60px;
  background: url("../images_land/ldbg3.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .gld-features {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mld-features .box-title {
  margin-bottom: 53px;
  overflow: hidden;
}

.mld-features .box-title span {
  position: relative;
  display: inline-block;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
  color: #fff;
}

.mld-features .box-title span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 22px;
  width: 1200px;
  height: 1px;
  background-color: #fff;
}

.mld-features .box-list {
  max-width: 868px;
}

.mld-features .list-item {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 38px;
  padding-left: 70px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.mld-features .list-item:first-child {
  margin-top: 0;
}

.mld-features .item-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 0;
  font-size: 0;
}

.mld-features .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

.mld-features .item-desc {
  margin-top: 0px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .mld-features .box-title {
    margin-bottom: 30px;
  }

  .mld-features .box-title span {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .mld-features .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .mld-features .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.gld-adva {
  padding-top: 62px;
  padding-bottom: 123px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .gld-adva {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mld-adva {
  margin-bottom: -46px;
  font-size: 0;
  letter-spacing: 0;
}

.mld-adva .box-item {
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 46px;
  width: 25%;
  text-align: center;
}

.mld-adva .item-icon {
  line-height: 0;
  font-size: 0;
}

.mld-adva .item-title {
  margin-top: 11px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
}

.mld-adva .item-desc {
  margin: 9px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .mld-adva .item-icon img {
    width: 40px;
  }

  .mld-adva .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .mld-adva .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .mld-adva .box-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }
}
.gld-ft {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}

.mld-ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mld-ft .box-info {
  padding-right: 158px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.mld-ft .info-item {
  position: relative;
  margin-top: 28px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  padding-left: 50px;
}

.mld-ft .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}

.mld-ft .info-item a {
  color: #fff;
}

.mld-ft .info-item a:hover {
  color: #b4ef56;
}

.mld-ft .info-item:first-child {
  margin-top: 0;
}

.mld-ft .box-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mld-ft .box-link a {
  display: block;
  padding: 30px;
  line-height: 36px;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  background-color: #b4ef56;
  border-radius: 5px;
}

.mld-ft .box-link a:hover {
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .mld-ft .box-info {
    padding-right: 30px;
  }

  .mld-ft .info-item {
    margin-top: 15px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 30px;
  }

  .mld-ft .box-link {
    max-width: 300px;
  }

  .mld-ft .box-link a {
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .mld-ft {
    display: block;
  }

  .mld-ft .box-link {
    margin-top: 30px;
  }

  .mld-ft .box-info {
    padding-right: 0;
  }
}
.mld-banner {
  position: relative;
  overflow: hidden;
}

.mld-banner .box-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 5.2083333333%;
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mld-banner .box-text {
  color: #fff;
  max-width: 635px;
}

.mld-banner .box-title {
  line-height: 62px;
  font-size: 52px;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mld-banner .box-desc {
  margin-top: 20px;
  line-height: 36px;
  font-size: 22px;
  font-size: 2.2rem;
  max-width: 490px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mld-banner .box-img2 {
  display: none;
}

@media screen and (max-width: 1219px) {
  .mld-banner .box-title {
    line-height: 40px;
    font-size: 30px;
    font-size: 3rem;
  }

  .mld-banner .box-desc {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .mld-banner .box-img1 {
    display: none;
  }

  .mld-banner .box-img2 {
    display: block;
  }

  .mld-banner .box-fix {
    display: none;
  }
}
.myj-title {
  position: relative;
  text-align: center;
  margin-bottom: 68px;
}
.myj-title p {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.myj-title p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #b4ef56;
}
.myj-title span, .myj-title a {
  position: relative;
}
@media screen and (max-width: 991px) {
  .myj-title {
    margin-bottom: 30px;
  }
  .myj-title p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gyj-pro {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .gyj-pro {
    padding-top: 30px;
  }
}

.myj-pro {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -33px;
}
.myj-pro .list-item {
  margin-right: 2.8476821192%;
  margin-bottom: 33px;
  display: inline-block;
  width: 22.7814569536%;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #eeeeee;
}
.myj-pro .list-item:nth-child(4n) {
  margin-right: 0;
}
.myj-pro .item-title {
  margin-top: 10px;
  text-align: center;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .myj-pro {
    margin-bottom: -30px;
  }
  .myj-pro .list-item {
    margin-bottom: 30px;
    padding: 5px 10px;
  }
  .myj-pro .item-title {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .myj-pro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .myj-pro .list-item {
    width: 48%;
  }
}

.gyj-form {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .gyj-form {
    padding-top: 30px;
  }
}

.gyj-form2 {
  padding-top: 4.0104166667%;
  padding-bottom: 5.4166666667%;
  background: url("../images_land/yujia_bg2.jpg") no-repeat center;
  background-size: cover;
}

.myj-form {
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 6.4166666667%;
  padding-top: 25px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.myj-form .box-left {
  width: 32.9136690647%;
  height: 337px;
  background: url("../images_land/ldbg2.png") no-repeat center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.myj-form .box-right {
  width: 56.6311713456%;
}
.myj-form .box-title {
  padding-left: 34px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AbrilFatfaceRegular2", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #b4ef56;
}
.myj-form .box-title:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 30px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2px;
  height: 244px;
  background-color: #c2c2c2;
}
.myj-form .form-item {
  position: relative;
  margin-bottom: 10px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.myj-form .form-item.important .item-text {
  background: url("../images_land/star2.png") no-repeat 9px 18px;
  background-color: #fff;
}
.myj-form .form-item-1 {
  width: 49.5726495726%;
}
.myj-form .form-item-2 {
  width: 100%;
}
.myj-form .form-item-2.important .item-text {
  background: url("../images_land/star2.png") no-repeat 9px 18px;
  background-color: #fff;
}
.myj-form .form-item-3 {
  margin-right: 1.7094017094%;
  width: 36.4102564103%;
}
.myj-form .form-item-4 {
  width: 25.641025641%;
  height: 44px;
  padding-left: 0;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.myj-form .form-item-4 img {
  max-height: 42px;
  vertical-align: middle;
}
.myj-form .form-item-5 {
  float: right;
  border: none;
  width: 33.1623931624%;
  padding-left: 0;
}
.myj-form .item-btn1 {
  width: 100%;
  height: 44px;
  padding-left: 0;
  line-height: 44px;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #b4ef56;
  border-radius: 6px;
  text-transform: uppercase;
}
.myj-form .item-text {
  width: 100%;
  height: 44px;
  line-height: 42px;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 4px;
}
.myj-form .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.myj-form .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.myj-form .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.myj-form .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.myj-form .item-text2 {
  height: 100px;
  line-height: 26px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.myj-form .form-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myj-form .file-control {
  position: relative;
  width: 80px;
  overflow: hidden;
}
.myj-form .file-img {
  display: block;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
}
.myj-form .file-img img {
  vertical-align: middle;
}
.myj-form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.myj-form .file-text {
  padding-left: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .myj-form {
    padding: 30px 15px;
    display: block;
  }
  .myj-form .box-left,
.myj-form .box-right {
    width: 100%;
  }
  .myj-form .box-left {
    margin-bottom: 30px;
    height: auto;
    background: #333;
    border-radius: 15px;
    padding: 20px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .myj-form .box-title {
    padding-left: 0;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .myj-form .box-title:before {
    display: none;
  }
  .myj-form .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .myj-form .form-item.important .item-text {
    background-position: 10px 15px;
  }
  .myj-form .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .myj-form .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .myj-form .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .myj-form .form-item-3 {
    float: left;
    margin-right: 0;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .myj-form .form-item-4 {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 34px;
  }
  .myj-form .form-item-4 img {
    max-height: 34px;
  }
}

.gyj-youshi {
  margin-top: 90px;
  background: url("../images_land/yujia_bg1.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .gyj-youshi {
    margin-top: 30px;
  }
}

.myj-youshi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.myj-youshi .box-item {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 77px;
  padding-bottom: 88px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.myj-youshi .box-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.myj-youshi .item-icon {
  position: relative;
  padding-bottom: 20px;
}
.myj-youshi .item-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 46px;
  height: 3px;
  background-color: #b4ef56;
  max-width: 100%;
}
.myj-youshi .item-desc {
  margin-top: 52px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .myj-youshi .item-icon img {
    width: 60px;
  }
  .myj-youshi .item-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .myj-youshi .box-item {
    padding: 20px 15px;
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .myj-youshi .box-item {
    width: 50%;
  }
}

.gyj-process {
  padding-top: 75px;
}
@media screen and (max-width: 991px) {
  .gyj-process {
    padding-top: 30px;
  }
}

.myj-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.myj-process .box-item {
  width: 50%;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 10px;
}
.myj-process .box-item1 {
  text-align: right;
  padding-right: 30px;
}
.myj-process .box-item1:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #cacaca;
}
.myj-process .box-item1:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 25px;
  width: 20px;
  height: 20px;
  background-color: #cacaca;
  border-radius: 50%;
}
.myj-process .box-item2 {
  text-align: left;
  padding-left: 30px;
}
.myj-process .item-num {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.myj-process .item-title {
  margin-top: 3px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.myj-process .item-desc {
  margin-top: 6px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .myj-process .item-num, .myj-process .item-title, .myj-process .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gyj-wys {
  position: relative;
  padding-top: 150px;
  padding-bottom: 95px;
}
.gyj-wys:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 424px;
  background: rgba(180, 239, 86, 0.2);
}
@media screen and (max-width: 991px) {
  .gyj-wys {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.myj-wys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.myj-wys .box-item {
  position: relative;
  margin-right: 1.3245033113%;
  width: 18.5430463576%;
  background-color: #ffffff;
  box-shadow: 0px 9px 20px 0px rgba(32, 31, 125, 0.2);
}
.myj-wys .box-item:nth-child(5n) {
  margin-right: 0;
}
.myj-wys .box-item:nth-child(2n) {
  -webkit-transform: translate(0, 39px);
     -moz-transform: translate(0, 39px);
      -ms-transform: translate(0, 39px);
       -o-transform: translate(0, 39px);
          transform: translate(0, 39px);
}
.myj-wys .box-item:nth-child(1) {
  border-radius: 120px 20px 20px 20px;
}
.myj-wys .box-item:nth-child(2) {
  border-radius: 120px 20px 20px 20px;
}
.myj-wys .box-item:nth-child(3) {
  border-radius: 20px 20px 120px 20px;
}
.myj-wys .box-item:nth-child(4) {
  border-radius: 20px 20px 120px 20px;
}
.myj-wys .box-item:nth-child(5) {
  border-radius: 120px 20px 20px 20px;
}
.myj-wys .item-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 151px;
  padding-bottom: 45px;
}
.myj-wys .item-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.myj-wys .item-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 48.5714285714%;
  border-radius: 50%;
  background-color: rgba(180, 239, 86, 0.4);
}
@media screen and (max-width: 991px) {
  .myj-wys .box-item {
    margin-top: 40px;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
  .myj-wys .box-item:nth-child(1n) {
    border-radius: 20px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .myj-wys .item-icon {
    width: 60px;
  }
  .myj-wys .item-text {
    padding: 20px 15px;
    padding-top: 50px;
  }
  .myj-wys .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .myj-wys .box-item {
    width: 48%;
  }
}