#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 .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}
::selection { color: #fff; background: #00acad; }

#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 .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, -o-transform .4s ease;
  -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  -moz-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  -moz-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  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 .4s ease;
  -o-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  transition: background-color .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: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
main {
  display: block;
}

.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/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.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
  display: none;
}

.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}

.wap-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
  overflow: scroll;
}

.wap-nav .nav span {
  font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 26px;
  border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}

.wap-nav .nav form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: #fff url("../images/sch2.png") no-repeat center center;
}

.wap-nav .nav>ul {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: scroll;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wap-nav .nav>ul>li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
}

.wap-nav .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
  background-image: url("../images/yizi.png");
}

.wap-nav .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}

.wap-nav .nav>ul>li>a {
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.wap-nav .nav>ul>li>a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.wap-nav .nav>ul>li .c-show {
  display: none;
  width: 100%;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
  position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
  position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
  margin-right: 40px;
  padding-left: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  padding-left: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav>ul>dl {
  padding: 20px;
}

.wap-nav .nav>ul>dl dd {
  float: left;
  margin: 0 2px;
}

.wap-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.wap-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #00acad;
}

@media screen and (min-width: 992px) {

  .wap-nav,
  .menubtn {
    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: #00acad;
  }

  .wap-hd-nav-item {
    width: 25%;
  }

  .wap-hd-nav-item a {
    display: block;
    padding: 5px 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: #00acad;
  }
}

.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;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
}
.slide .slideItem {
  position: relative;
}

.slide iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList { bottom: 15px; }
  .slide .dotList li { margin: 0 4px; }
  .slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Montserrat-Regular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

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: #00acad;
}

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-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 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 {
  padding-left: 53px;
  padding-right: 53px;
  max-width: 1306px;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
  .f-box {
    max-width: 1036px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .f-box {
    margin: 0 auto;
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}

/* .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: #00acad;
  -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: #00acad;
  -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: #00acad;
  -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: #00acad;
}

.m-desc a:hover {
  text-decoration: underline;
}

.m-desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc img {
  max-width: 100%;
}

.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc table {
  width: 90%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-desc table tr td {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 3px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }

  .table table {
    width: 991px;
  }
}

@media screen and (max-width: 991px) {
  .m-tt1 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }

  .m-tt2 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }

  .m-tt3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .m-desc1 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .m-desc2 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }

  [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;
}

.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;
}

.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;
}

.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;
}

.j-lazy {
  min-width: 20%;
}

/* .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: #00acad;
}

[class*="-item"] .item-desc {
  overflow: hidden;
}

[class*="-item"] .item-desc a {
  display: block;
}

[class*="-item"] .item-desc a:hover {
  color: #00acad;
}

#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 {
  background: url("../images/crmbg1.jpg") no-repeat center;
  background-size: cover;
  background-color: #00acad;
  color: #fff;
}

.m-crm .box-cell {
  display: table-cell;
  width: 1200px;
  height: 185px;
  vertical-align: middle;
  text-align: center;
}

.m-crm .box-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
}

.m-crm .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 41px;
  height: 3px;
  background-color: #fff;
}

.m-crm .box-desc {
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-crm a {
  color: #fff;
}

.m-crm a:hover,
.m-crm .active {
  color: #333;
}

@media screen and (max-width: 991px) {
  .m-crm .box-cell {
    height: 170px;
  }

  .m-crm .box-title {
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-crm .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 32px;
}

.m-oths .oths-item {

  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  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: #00acad;
}

.m-oths .oths-item a.none:hover {
  color: #666;
}

.m-oths .item-name {
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 82px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #00acad;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00acad;
}

.m-oths .oths-item-1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .m-oths {
    margin-top: 30px;
  }

  .m-oths .oths-item {

    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-oths .item-name {

    line-height: 24px;
  }
}

.m-page {
  margin-top: 46px;
  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;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  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 {
  width: 31px;
}

.m-page a:hover {
  color: #00acad;
}

.m-page a.big.none:hover {
  color: #888 !important;
}

.m-page a.active {
  color: #00acad;
}

.m-page2 {
  position: relative;
}

.m-page2 .page-form {
  margin-left: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-page2 .form-btn {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  color: #00acad;
  background: none; cursor:pointer;
}

@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;
  }
}

.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  background: url("../images/gotop.png") no-repeat center;
  background-color: #00acad;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .returntop {
    right: 0;
    bottom: 80px;
    width: 36px;
    height: 36px;
  }
}

.g-hd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 375px;
  min-height: 100%;
  background-color: #f5f5f5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1419px) {
  .g-hd {
    width: 275px;
  }
}

@media screen and (max-width: 1219px) {
  .g-hd {
    width: 205px;
  }
}

@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
    width: auto;
    min-height: auto;
    background: none;
  }
}

body {
  position: relative;
  padding-left: 375px;
  min-height: 700px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1419px) {
  body {
    padding-left: 275px;
  }
}

@media screen and (max-width: 1219px) {
  body {
    padding-left: 205px;
  }
}

@media screen and (max-width: 991px) {
  body {
    min-height: 0;
    padding-left: 0;
  }
}

.m-hdwp {
  padding-top: 56px;
  padding-bottom: 30px;
  text-align: center;
}

.m-hdlogo {
  padding: 0 60px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.m-hdlogo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-hdlang {
  position: relative;
  z-index: 2;
  padding: 0 60px;
  margin-top: 35px;
}

.m-hdlang .lang-btn {
  display: inline-block;
  min-width: 100px;
  padding: 4px 5px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-family: "Montserrat-Light", arial, helvetica, sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdlang .lang-btn i {
  margin-left: 10px;
  font-size: 10px;
  font-size: 1rem;
}

.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 160%;
  width: 50%;
  min-width: 120px;
  padding: 5px 5px;
  border: 1px solid #ccc;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hdlang .lang-list.active {
  visibility: visible;
  opacity: 1;
  top: 110%;
}

.m-hdlang .lang-item a {
  display: block;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.m-hdlang .lang-item a:hover {
  color: #fff;
  background-color: #00acad;
}

.m-hdnav {
  margin-top: 39px;
}

.m-hdnav .nav-item {
  position: relative;
  margin-top: 30px;
  text-align: left;
}

.m-hdnav .nav-item .item-fix {
  padding-left: 60px;
  padding-right: 60px;
}

.m-hdnav .nav-item .item-fix>a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
}

.m-hdnav .nav-item .item-fix>a:hover,
.m-hdnav .nav-item .item-fix>a.active,
.m-hdnav .nav-item .item-fix>a.current {
  color: #fff;
  background-color: #00acad;
}

.m-hdnav .nav-item:first-child {
  margin-top: 0;
}

.m-hdnav .sbnav-list {
  display: none;
}

.m-hdnav .sbnav-list1 {
  margin-top: 12px;
  padding: 11px 0;
  background-color: #fff;
}

.m-hdnav .sbnav-item1 {
  position: relative;
}

.m-hdnav .sbnav-item1>a {
  display: block;
  padding: 6px 10px 6px 95px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-hdnav .sbnav-item1>a:hover,
.m-hdnav .sbnav-item1>a.active {
  color: #00acad;
}

.m-hdnav .sbnav-list2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 222px;
  padding: 11px 0;
  background-color: #00acad;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.m-hdnav .sbnav-item2 {
  position: relative;
}

.m-hdnav .sbnav-item2>a {
  display: block;
  padding: 5px 20px;
  line-height: 30px;
  color: #fff;
}

.m-hdnav .sbnav-item2>a:hover,
.m-hdnav .sbnav-item2>a.active {
  color: #00acad;
  background-color: #fff;
}

.m-hdsch {
  position: relative;
  margin-top: 49px;
  z-index: 3;
}

.m-hdsch .sch-btn {
  display: none;
  width: 100px;
  line-height: 100px;
  height: 100px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.m-hdsch .sch-form {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 255px;
  max-width: 90%;
  padding-right: 30px;
  background-color: #00acad;
  -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: 16px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-btn,
.m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  width: 30px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}

.m-hdsch .sch-form .form-btn {
  z-index: 2;
}

.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1219px) {

  .m-hdlogo,
  .m-hdlang,
  .m-hdnav .nav-item .item-fix {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m-hdnav .sbnav-item1>a {
    padding-left: 60px;
  }

  .m-hdnav .sbnav-item>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdnav .nav-item .item-fix>a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {

  .m-hdnav,
  .m-hdsch {
    display: none;
  }

  .m-hdwp {
    padding: 0;
  }

  .m-hdlogo {
    padding: 50px 0 30px;
  }

  .m-hdlang {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    margin-top: 0;
  }
}

.wap-hd-nav {
  display: none;
}

.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}

.wap-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
  overflow: scroll;
}

.wap-nav .nav span {
  font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 26px;
  border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}

.wap-nav .nav form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: #fff url("../images/sch2.png") no-repeat center center;
}

.wap-nav .nav>ul {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: scroll;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wap-nav .nav>ul>li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
}

.wap-nav .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
  background-image: url("../images/yizi.png");
}

.wap-nav .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}

.wap-nav .nav>ul>li>a {
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.wap-nav .nav>ul>li>a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.wap-nav .nav>ul>li .c-show {
  display: none;
  width: 100%;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
  position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
  position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
  margin-right: 40px;
  padding-left: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  padding-left: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav>ul>dl {
  padding: 20px;
}

.wap-nav .nav>ul>dl dd {
  float: left;
  margin: 0 2px;
}

.wap-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.wap-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #00acad;
}

@media screen and (min-width: 992px) {

  .wap-nav,
  .menubtn {
    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: #00acad;
  }

  .wap-hd-nav-item {
    width: 25%;
  }

  .wap-hd-nav-item a {
    display: block;
    padding: 5px 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: #00acad;
  }
}

.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .dotList {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 31px;
  text-align: right;
  width: 90%;
  max-width: 1200px;
}

.banner .dotList ul li {
  margin-left: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}

.banner .dotList ul li.active {
  background-color: #00acad;
}

@media screen and (max-width: 991px) {
  .banner .dotList {
    bottom: 20px;
    text-align: center;
  }

  .banner .dotList ul li {
    width: 10px;
    height: 10px;
  }

  .banner .dotList ul li:first-child {
    margin-left: 0;
  }
}

.g-habt {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .g-habt {
    margin-top: 30px;
  }
}

.m-habt {
  position: relative;
}

.m-habt .box-fix {
  position: relative;
  float: left;
  margin-right: 7.66667%;
  width: 58.75%;
  padding-top: 11.41667%;
  padding-bottom: 28px;
}

.m-habt .box-video {
  position: relative;
  margin-left: 26.95035%;
  line-height: 0;
  font-size: 0;
  padding-top: 54.60993%;
  overflow: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  border-radius: 10px;
}

.m-habt .box-video iframe,
.m-habt .box-video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-habt .box-video:hover {
  box-shadow: 6px 10px 24px 0px rgba(0, 0, 0, 0.35);
}

.m-habt .box-info {
  margin-bottom: -10px;
  margin-top: 42px;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 74.46809%;
}

.m-habt .box-info .info-item {
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 13px;
  text-align: center;
}

.m-habt .box-info .item-title {
  margin-top: 6px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f5f5f5;
}

.m-habt .box-info .item-title a {
  color: #f5f5f5;
}

.m-habt .box-info .item-title a:hover {
  color: #fff;
  text-decoration: underline;
}

.m-habt .box-text {
  padding-top: 8.08333%;
  overflow: hidden;
}

.m-habt .box-title {
  position: relative;
  padding-bottom: 21px;
  line-height: 64px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  color: #00acad;
}

.m-habt .box-title a {
  color: #00acad;
}

.m-habt .box-title a:hover {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.m-habt .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background-color: #00acad;
}

.m-habt .box-desc {
  margin-top: 33px;
  max-height: 196px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-habt .box-desc a {
  display: block;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
}

.m-habt .box-link {
  margin-top: 53px;
  margin-bottom: 1px;
}

.m-habt .box-link a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 160px;
  padding: 5px 10px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00acad;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #00acad;
  background-color: #333 \9;
  color: #fff \9;
}

.m-habt .box-link a:hover {
  color: #fff;
}

.m-habt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43.75%;
  height: 100%;
  border-radius: 10px;
  background-color: #00acad;
}

@media screen and (max-width: 1419px) {
  .m-habt .info-item .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .m-habt .box-fix {
    float: none;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }

  .m-habt .box-video {
    margin-left: 0;
    max-width: 514px;
    padding-top: 51.33333%;
  }

  .m-habt .box-info {
    display: none;
  }

  .m-habt .box-text {
    padding-top: 30px;
  }

  .m-habt .box-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-habt .box-title br {
    display: none;
  }

  .m-habt .box-desc {
    max-height: 144px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-habt .box-link {
    margin-top: 30px;
  }

  .m-habt .box-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-habt:before {
    display: none;
  }
}

.g-hpro {
  padding-top: 68px;
  padding-bottom: 89px;
}

@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hpro .box-title {
  position: relative;
  margin-bottom: 19px;
  padding-bottom: 21px;
  line-height: 64px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  color: #00acad;
  text-align: center;
}

.m-hpro .box-title a {
  color: #00acad;
}

.m-hpro .box-title a:hover {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.m-hpro .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 48px;
  height: 3px;
  background-color: #00acad;
}

.m-hpro .box-desc {
  margin-bottom: 67px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.m-hpro .box-list {
  width: 1000%;
  overflow: hidden;
}

.m-hpro .list-item {
  float: left;
  margin-right: 1.05833%;
  width: 2.61667%;
}

.m-hpro .item-pic {
  border-radius: 50%;
}

.m-hpro .item-text {
  text-align: center;
}

.m-hpro .item-title {
  margin-top: 13px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-desc {
  margin-top: 11px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-hpro .item-desc a {
  display: block;
  color: #666;
}

.m-hpro .item-desc a:hover {
  color: #00acad;
}

.m-hpro .box-ft {
  margin-top: 23px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-hpro .box-btn {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hpro .box-btn:hover {
  color: #fff;
  background-color: #00acad;
  border-color: #00acad;
}

@media screen and (max-width: 991px) {
  .m-hpro .box-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hpro .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hpro .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    height: 24px;
    line-height: 24px;
  }

  .m-hpro .item-desc {
    margin-top: 5px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-right: .2%;
    width: 4.9%;
  }
}

@media screen and (max-width: 375px) {
  .m-hpro .list-item {
    width: 10%;
  }
}

.g-ft {
  background-color: #1b1b1b;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  word-break: break-word;
}

.g-ft a {
  color: #fff;
}

.g-ft a:hover {
  color: #00acad;
}

.m-ftfix1 {
  padding-top: 34px;
  padding-bottom: 33px;
  background: url("../images/fbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-ftb {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb1 {
  margin-right: 5.25%;
  width: 17.91667%;
}

.m-ftb2 {
  padding-right: 20px;
  width: 13.83333%;
}

.m-ftb3 {
  margin-right: 3.33333%;
  width: 19.16667%;
}

.m-ftb4 {
  float: none;
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 31px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
}

.m-ftinfo .info-item {
  position: relative;
  word-break: break-word;
  line-height: 28px;
  margin-top: 2px;
}

.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftshare {
  margin-top: 27px;
  margin-bottom: -10px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}

.m-ftshare .share-item {
  margin-bottom: 10px;
  margin-right: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.m-ftshare .share-item:last-child{
  margin-right: 0;
}

.m-ftshare .share-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
}

.m-ftnews .list-item {
  margin-top: 26px;
}

.m-ftnews .list-item:first-child {
  margin-top: 0;
}

.m-ftnews .item-title {
  height: 24px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-ftnews .item-time {
  margin-top: 0;
  line-height: 24px;
}

.m-ftnews .item-desc {
  margin-top: 5px;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.m-ftnews .item-desc a{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.m-ftform .form-bd {
  overflow: hidden;
}

.m-ftform .form-item {
  position: relative;
  margin-bottom: 14px;
  padding-left: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}

.m-ftform .form-item.important {
  background: url("../images/star1.png") no-repeat 4px 19px;
}

.m-ftform .form-item1 {
  width: 50%;
}

.m-ftform .form-item2 {
  width: 100%;
}

.m-ftform .form-item3 {
  margin-right: 2.04918%;
  width: 42.21311%;
}

.m-ftform .form-item3 input {
  padding-left: 10px;
}

.m-ftform .form-item4 {
  cursor: pointer;
  width: 20.90164%;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  overflow: hidden;
  padding-left: 0;
}

.m-ftform .form-item4 img {
  max-height: 42px;
  vertical-align: middle;
}

.m-ftform .form-item5 {
  float: right;
  width: 32.78689%;
  padding-left: 0;
}

.m-ftform .form-text {
  width: 100%;
  height: 44px;
  padding-left: 36px;
  padding-right: 12px;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  color: #fff \9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.m-ftform .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.m-ftform .form-text2 {
  line-height: 42px;
  height: 128px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.m-ftform .iconfont {
  position: absolute;
  top: 0;
  left: 26px;
  line-height: 42px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.m-ftform .form-btn {
  cursor: pointer;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #00acad;
  text-transform: uppercase;
}

.m-ftfix2 {
  padding-top: 10px;
  padding-bottom: 4px;
}

.m-ftlnk {
  margin-top: 3px;
  overflow: hidden;
  text-transform: uppercase;
}

.m-ftlnk .list-item {
  float: left;
  margin-right: 30px;
}

.m-ftext {
  overflow: hidden;
}

.m-ftext img {
  vertical-align: middle;
}

@media screen and (max-width: 1419px) {
  .m-ftb3 {
    display: none;
  }

  .m-ftb1 {
    width: 25%;
  }

  .m-ftb2 {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {

  .m-ftb1,
  .m-ftb4,
  .m-ftb2,
  .m-ftb3,
  .m-ftb1,
  .m-ftt,
  .m-ftlnk,
  .m-ftinfo,
  .m-ftnav,
  .m-ftfix3 {
    display: none;
  }

  .m-ftfix2 {
    padding: 20px 0 30px;
  }

  .m-ftfix1 {
    background: none;
    padding: 0;
    padding-top: 30px;
  }

  .m-ftshare {
    margin-top: 0;
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .m-ftext {
    text-align: center;
  }
}

.g-wp {
  padding-top: 63px;
  padding-bottom: 118px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-abtext {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 77px;
}

.m-abtext p,
.m-abtext span,
.m-abtext strong,
.m-abtext b {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtext p {
  min-height: 28px;
}

.m-abtext .box-title {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.m-abtext .info-item {
  margin-top: 26px;
}

.m-abtext .info-item:first-child {
  margin-top: 0;
}

.m-abtext .info-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
}

.m-abtext .info-desc {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-abtext .info-desc a {
  color: #666;
}

.m-abtext .info-desc a:hover {
  color: #00acad;
}

@media screen and (max-width: 991px) {
  .m-abtext {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
  }

  .m-abtext p,
  .m-abtext span,
  .m-abtext strong,
  .m-abtext b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abtext p {
    min-height: 14px;
  }

  .m-abtext .box-title {
    line-height: 1.2;
  }

  .m-abtext .info-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .m-abtext .info-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .g-ft { padding-bottom: 40px;

  }
}
.m-ctusform {
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1029px;
  padding-top: 96px;
  padding-bottom: 79px;
  background-color: #ebebeb;
  border-radius: 20px;
}

.m-ctusform .box-form {
  margin: 0 auto;
  width: 809px;
  max-width: 90%;
}

.m-ctusform .boxform-bd {
  padding: 0;
  margin-bottom: -23px;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 23px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-ctusform .form-item.important .item-text {
  background: url("../images/star1.png") no-repeat 8px 15px;
  background-color: #fff;
}

.m-ctusform .form-item-1 {
  width: 46%; margin-left:2%; margin-right:2%;
}

.m-ctusform .form-item-2 {
  width: 96%;margin-left:2%; margin-right:2%;
}

.m-ctusform .form-item-2.important .item-text {
  background: url("../images/star1.png") no-repeat 8px 19px;
  background-color: #fff;
}

.m-ctusform .form-item-3 {
  margin-right: 2.22497%;
  width: 30.90235%;
}
.m-ctusform .sange_lx{ width:96%; clear:both; margin-left:2%; margin-right:2%}

.m-ctusform .form-item-4 {
  width: 20.14833%;
  height: 44px;
  padding-left: 0;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
 
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
}

.m-ctusform .form-item-4 img {
  max-height: 42px;
  vertical-align: middle;
}

.m-ctusform .form-item-5 {
  float: right;
  border: none;
  width: 44.37577%;
  padding-left: 0;
}

.m-ctusform .item-btn1 {
  cursor: pointer;
  width: 100%;
  height: 44px;
  padding-left: 0;
  line-height: 44px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #00acad;
  border-radius: 5px;
  box-shadow: 0 -5px 5px #333 inset;
}

.m-ctusform .item-text {
  width: 100%;
  height: 44px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.m-ctusform .item-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .item-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .item-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .item-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .item-text2 {
  height: 184px;
  line-height: 18px;
  padding-top: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .m-ctusform {
    margin-top: 30px;
    padding: 30px 0;
  }

  .m-ctusform .box-form {
    padding: 0;
  }

  .m-ctusform .boxform-bd {
    padding: 0;
    margin-bottom: -15px;
  }

  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 96%; box-sizing:border-box; margin-left:2%; margin-right:2%
  }

  .m-ctusform .form-item.important .item-text {
    background-position: 10px 15px;
  }

  .m-ctusform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 144px;
  }

  .m-ctusform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-ctusform .form-item-3 {
    float: left; box-sizing:border-box;
    margin-right: 0;
    width: -moz-calc(96% - 150px);
    width: calc(96% - 150px); 
  }

  .m-ctusform .form-item-4 {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 34px;
  }

  .m-ctusform .form-item-4 img {
    max-height: 34px;
  }
}



/*.m-ctusmap { margin-top: 65px; }*/

@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
	.m-ctusform .form-item-3 {
    margin-right: 0%;
    float: none;
    clear: both; width:96%
}
}

.g-mn {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g-mn1 {
  padding-right: 325px;
}

.g-mn2 {
  padding-right: 295px;
}

.g-mn3 {
  padding-right: 370px;
}

@media screen and (max-width: 1419px) {
  .g-mn1 {
    padding-right: 260px;
  }
}

@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.g-sd1 {
  float: left;
  width: 245px;
  margin-left: -245px;
}

.g-sd2 {
  float: left;
  width: 245px;
  margin-left: -245px;
}

.g-sd3 {
  float: left;
  width: 245px;
  margin-left: -245px;
}

@media screen and (max-width: 1419px) {
  .g-sd1 {
    margin-left: -210px;
    width: 210px;
  }
}

@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.m-sdtt {
  margin-bottom: 5px;
}

.m-sdtt a {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
  line-height: 30px;
  background-color: #333333;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
}

.m-sdtt a:hover {
  color: #fff;
  background-color: #00acad;
}

.m-sdtt a.tagtitle:hover {
  background-color: #333333;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .m-sdtt a {
    line-height: 26px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-sdnav {
  overflow: hidden;
}

.m-sdnav .sdnav-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: white;
  text-transform: uppercase;
  background-color: #00acad;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-sdnav .sdnav-btn>p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdnav .sdnav-btn>p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: white;
}

.m-sdnav .nav-list {
  margin-top: 0;
}

.m-sdnav .nav-item {
  margin-top: 8px;
  background-color: #fff;
}

.m-sdnav .nav-item>a {
  position: relative;
  display: block;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #333;
}

.m-sdnav .nav-item>a:hover {
  color: #fff;
  background-color: #00acad;
}

.m-sdnav .nav-item>a.active {
  color: #fff;
  background-color: #00acad;
}

.m-sdnav .sbnav-list {
  background-color: #fff;
  display: none;
}

.m-sdnav .sbnav-list.show {
  display: block;
}

.m-sdnav .sbnav-list1 {
  padding: 5px 0;
}
.m-sdnav .sbnav-list1 a.active{ color: #00acad;}
.m-sdnav .sbnav-item {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333;
  padding-left: 34px;
  padding-right: 10px;
  line-height: 26px;
}

.m-sdnav .sbnav-item:hover {
  color: #00acad;
}

.m-sdnav .sbnav-item2 {
  padding-left: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .m-sdnav .nav-name {
    display: none;
  }

  .m-sdnav .sdnav-btn {
    display: block;
  }

  .m-sdnav .nav-list {
    display: none;
  }
}

.m-sdtag {
  margin-top: 80px;
}

.m-sdtag .list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border-bottom: 1px solid #a9a9a9;
}

.m-sdtag .list-item a {
  color: #666;
}

.m-sdtag .list-item a:hover {
  color: #00acad;
}

.m-sdtag .box-title {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .m-sdtag {
    margin-top: 30px;
  }

  .m-sdtag .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prol .list-item {
  margin-top: 29px;
}

.m-prol .list-item:first-child {
  margin-top: 0;
}

.m-prol .item-pic {
  float: left;
  margin-right: 40px;
  width: 282px;
  border: solid 1px #ccc;
}

.m-prol .item-text {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}

.m-prol .item-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-title input {
  margin-right: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.m-prol .item-desc {
  margin-top: 22px;
  max-height: 140px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-prol .item-desc a {
  display: block;
  color: #666;
}

.m-prol .item-desc a:hover {
  color: #00acad;
}

.m-prol .item-link {
  margin-top: 26px;
}

.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 230px;
  padding: 7px 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666666;
}

.m-prol .item-link a:hover {
  color: #fff;
  background-color: #00acad;
  border-color: #00acad;
}

@media screen and (max-width: 1219px) {
  .m-prol {
    margin-bottom: -25px;
  }

  .m-prol .list-item {
    float: left;
    margin-left: 1%;
    margin-right: 1% !important;
    margin-top: 0;
    margin-bottom: 30px;
    width: 48%;
  }

  .m-prol .item-pic {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-prol .item-desc {
    height: 96px;
    line-height: 24px;
  }

  .m-prol .item-link a {
    min-width: 140px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1219px) {
  .m-prol .item-link {
    margin-top: 15px;
  }

  .m-prol .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-prol .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .m-prol .item-pic {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 475px;
  }
}

@media screen and (max-width: 375px) {
  .m-prol .list-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.m-keytext {
  margin-bottom: 53px;
}

.m-keytext .box-title {
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
}

.m-keytext .box-desc {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-keytext .more-btn{
  text-align: right;
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .m-keytext {
    margin-bottom: 30px;
  }

  .m-keytext .box-title {
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-propic {
  margin: 0 auto;
  width: 627px;
  max-width: 100%;
}

.m-propic .pic-big {
  position: relative;
  float: left;
  width: 472px;
  border: 1px solid #e1e1e1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.m-propic .prob-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	z-index: 8;
	display: none;
  }
  
  .m-propic .prob-video iframe{
	position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
  }
  .m-propic .prob-video.show {
    display: block;
    }

.m-propic .zoomWrapperImage img {
  max-width: 1200px;
}

.m-propic .pic-small {
  position: relative;
  float: right;
  width: 129px;
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: hidden;
}

.m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 24px;
  line-height: 22px;
  border: 1px solid #333333;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  color: #333;
  text-align: center;
}

.m-propic .pic-btn.prev {
  top: 0;
}

.m-propic .pic-btn.next {
  bottom: 0;
}

.m-propic .pic-btn:hover {
  color: #00acad;
  border-color: #00acad;
}

.m-propic .pic-list {
  height: 408px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 2000px;
}

.m-propic .list-item {
  margin-bottom: 10px;
  margin-bottom: 9px \9;
}

.m-propic .item-box {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: visible;
}

.m-propic .item-box img {
  width: 100%;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  border: 1px solid #e1e1e1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-propic .item-box:hover img {
  border-color: #00acad;
}

.m-propic .item-box.zoomThumbActive img, .m-propic .item-box.active img {
  border-color: #00acad;
}

.m-propic .zoomPad {
  cursor: default !important;
}

.m-propic .zoomPup {
  display: none !important;
}

.m-propic .zoomWindow {
  display: none !important;
}

.m-propic .zoomPreload {
  display: none !important;
}

.m-propic2 {
  display: none;
}

@media screen and (max-width: 1219px) {
  .m-propic {
    max-width: 100%;
  }
}

@media screen and (max-width: 1419px) {
  .m-propic {
    width: 567px;
  }

  .m-propic .pic-big {
    width: 428px;
  }

  .m-propic .pic-small {
    width: 79px;
  }

  .m-propic .pic-list {
    height: 348px;
  }
}

@media screen and (max-width: 1219px) {
  .m-propic1 {
    display: none;
  }

  .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    color: #888;
    text-align: center;
  }

  .m-propic2 .box-btn.prev {
    left: 0;
  }

  .m-propic2 .box-btn.next {
    right: 0;
  }

  .m-propic2 .box-btn:hover {
    color: #00acad;
  }

  .m-propic2 .box-list {
    overflow: hidden;
  }

  .m-propic2 .box-list ul {
    width: 1000%;
  }

  .m-propic2 .list-item {
    position: relative;
    float: left;
    margin-left: .13%;
    margin-right: .13% !important;
    width: 3.1%;
    margin-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  .m-propic2 .list-item .shipin{ position: relative; padding-bottom: 100%;overflow: hidden;}
  .m-propic2 .list-item iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .m-propic2 .item-pic:before {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .m-propic2 .list-item {
    margin: 0;
    width: 10%;
  }
}

.m-proinfo {
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
}

.m-proinfo .box-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.m-proinfo .box-desc {
  margin-top: 12px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-proinfo .box-share {
  margin-top: 18px;
  text-align: center;
}

.m-proinfo .share-title {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-proinfo .share-bd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}

.m-proinfo .box-link {
  margin-top: 24px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-proinfo .link-item {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 166px;
  padding: 10px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666666;
}

.m-proinfo .link-item.none:hover {
  border: 1px solid #666666 !important;
  color: #333 !important;
  background: #fff !important;
}

.m-proinfo .link-item:hover {
  color: #fff;
  background-color: #00acad;
  border-color: #00acad;
}

.m-proinfo .link-item3 {
  color: #fff;
  background-color: #666666;
}

.m-prob2 {
  margin-top: 98px;
  border: solid 1px #949494;
}

.m-prob2 .box-tabhd {
  margin-bottom: 31px;
  font-size: 0;
  letter-spacing: 0;
}

.m-prob2 .tabhd-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;

  padding: 15px 5px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #949494;
  border-bottom: 1px solid #949494;
  background-color: #f8f8f8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob2 .tabhd-item:last-child {
  border-right: none;
}

.m-prob2 .tabhd-item.active {
  color: #00acad;
  border-bottom-color: #fff;
  background-color: #fff;
}

.m-prob2 .tabbd-item {
  display: none;
  padding: 30px;
  padding-top: 0;
}

.m-prob2 .tabbd-item.show {
  display: block;
}

.m-prob2 .box-title {
  display: none;
}

.m-protext1 {
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-protext1 p,
.m-protext1 span,
.m-protext1 b {
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1219px) {
  .m-prob2 .tabhd-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .m-prob2 {
    border: none;
  }

  .m-prob2 .box-tabhd {
    display: none;
  }

  .m-prob2 .tabbd-item {
    display: block;
    margin-top: 30px;
    padding: 0;
  }

  .m-prob2 .tabbd-item:first-child {
    margin-top: 0;
  }

  .m-prob2 .box-title {
    display: block;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    color: #00acad;
    padding-bottom: 10px;
    border-bottom: 1px solid #00acad;
  }
}

.m-tag {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -10px;
  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-tag .tag-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 5px 10px;
  margin-right: 1%;
  margin-left: 1%;
  width: 18%;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #b7b7b7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-tag .tag-item:hover {
  color: #fff;
  background-color: #00acad;
  border-color: #00acad;
}

@media screen and (max-width: 1219px) {
  .m-tag .tag-item {
    width: 31.33%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .m-tag .tag-item {
    width: 48%;
  }
}

.m-rebox {
  margin-top: 97px;
}

.m-rebox .box-title {
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 19px;
  line-height: 40px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #00acad;
}

.m-rebox .box-title a {
  color: #00acad;
}

.m-rebox .box-title a:hover {
  color: #333;
}

.m-rebox .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 49px;
  height: 4px;
  background-color: #00acad;
}

.m-mpro .box-list {
  margin-bottom: -30px;
}

.m-mpro .list-item {
  float: left;
  margin-right: 10.58333%;
  margin-bottom: 30px;
  width: 26.16667%;
}

.m-mpro .item-pic {
  border-radius: 50%;
}

.m-mpro .item-text {
  text-align: center;
}

.m-mpro .item-title {
  margin-top: 13px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mpro .item-desc {
  margin-top: 11px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-mpro .item-desc a {
  display: block;
  color: #666;
}

.m-mpro .item-desc a:hover {
  color: #00acad;
}

@media screen and (max-width: 991px) {
  .m-rebox {
    margin-top: 30px;
  }

  .m-rebox .box-title {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-mpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.3%;
  }

  .m-mpro .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    height: 24px;
    line-height: 24px;
  }

  .m-mpro .item-desc {
    margin-top: 5px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .m-mpro .list-item {
    width: 48%;
  }
}

@media screen and (max-width: 375px) {
  .m-mpro .list-item {
    width: 98%;
  }
}

.m-htnews {
  padding: 4.16667% 4.58333%;
  border: solid 1px #f6f6f6;
}

.m-htnews .item-pic {
  float: right;
  margin-left: 7.65027%;
  width: 400px;
  border: solid 1px #bfbfbf;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-htnews .item-text {
  overflow: hidden;
}

.m-htnews .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00acad;
}

.m-htnews .item-title a {
  color: #00acad;
}

.m-htnews .item-title a:hover {
  color: #333;
}

.m-htnews .item-desc {
  margin-top: 26px;

  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.m-htnews .item-desc a {
  display: block;
  color: #666;
}

.m-htnews .item-desc a:hover {
  color: #00acad;
}

.m-htnews .item-fix {
  margin-top: 57px;
}

.m-htnews .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 280px;
  padding: 10px;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00acad;
}

.m-htnews .item-link a:hover {
  background-color: #333;
}

.m-htnews .item-time {
  float: right;
  margin-left: 10px;
  padding: 10px 0;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-htnews .item-time .iconfont {
  margin-right: 5px;
  color: #00acad;
}

@media screen and (max-width: 1519px) {
  .m-htnews .item-pic {
    width: 300px;
  }

  .m-htnews .item-title {
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-htnews .item-desc {
    margin-top: 20px;
  
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-htnews .item-fix {
    margin-top: 20px;
  }

  .m-htnews .item-link a {
    min-width: 150px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-htnews .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1219px) {
  .m-htnews .item-time {
    float: none;
    margin-left: 0;
  }

  .m-htnews .item-fix {
    margin-top: 10px;
  }

  .m-htnews .item-link {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .m-htnews .item-pic {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 400px;
  }

  .m-htnews .item-text {
    padding-top: 30px;
  }
}

.m-newsl {
  margin-top: 0;
}

.m-newsl .list-item {
  padding-top: 43px;
  padding-bottom: 33px;
  border-bottom: 1px dashed #bfbfbf;
}

.m-newsl .list-item:first-child {
  border-top: none;
}

.m-newsl .item-title a {
  display: block;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
}

.m-newsl .item-time {
  margin-top: 28px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    padding: 30px 0;
  }

  .m-newsl .item-title a {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-newsl .item-time {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.m-news {
  padding-bottom: 30px;
}

.m-news .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  color: #00acad;
}

.m-news .box-info {
  margin-top: 19px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.m-news .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c7c7c7;
  vertical-align: top;
}

.m-news .box-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}

.m-news .share-font {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
  color: #00acad;
}

.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-news .box-desc {
  margin-top: 43px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-news .box-desc p,
.m-news .box-desc span,
.m-news .box-desc a {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-news .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m-news .box-desc p,
  .m-news .box-desc span,
  .m-news .box-desc a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.m-downlst {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -59px;
}

.m-downlst .list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 5%;
  margin-bottom: 59px;
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3.58333%;
  padding-bottom: 3.83333%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-downlst .list-item a {
  cursor: pointer;
}

.m-downlst .item-text {
  text-align: center;
}

.m-downlst .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-downlst .item-desc {
  margin-top: 24px;
  padding: 0 30px;

  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;

}

.m-downlst .item-desc a {
  display: block;
  color: #666;
}

.m-downlst .item-desc a:hover {
  color: #00acad;
}

.m-downlst .item-link {
  margin-top: 30px;
}

.m-downlst .item-link .iconfont {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 32px;
  font-size: 3.2rem;
  color: #00acad;
}

.m-downlst .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 120px;
  padding: 3px 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-downlst .item-link a:hover {
  color: #fff;
  background-color: #00acad;
  border-color: #00acad;
}

@media screen and (max-width: 1419px) {
  .m-downlst .item-link .iconfont {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .m-downlst .item-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .m-downlst {
    margin-bottom: -30px;
  }

  .m-downlst .list-item {
    margin-bottom: 30px;
    padding: 25px 15px;
  }

  .m-downlst .item-title {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-downlst .item-desc {
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-downlst .item-link {
    margin-top: 20px;
  }

  .m-downlst .item-link .iconfont {
    font-size: 20px;
    font-size: 2rem;
    display: none;
  }

  .m-downlst .item-link a {
    min-width: 140px;
  }
}

@media screen and (max-width: 640px) {
  .m-downlst .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .m-downlst .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}

.m-applst {
  margin-bottom: -45px;
}

.m-applst .list-item {
  position: relative;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 45px;
  width: 31.58333%;
  overflow: hidden;
}

.m-applst .list-item:hover .item-title {
  opacity: 0;
  visibility: hidden;
}

.m-applst .list-item:hover .item-modal {
  opacity: 1;
  visibility: visible;
}

.m-applst .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #00acad;
  background-color: rgba(0, 172, 173, 0.9);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-applst .item-title a {
  color: #fff;
}

.m-applst .item-title:hover {
  color: #fff;
  background-color: #333;
}

.m-applst .item-title:hover a {
  color: #fff;
}

.m-applst .item-modal {
  position: absolute;
  top: 0;
  left: 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;
  opacity: 0;
  visibility: hidden;
}

.m-applst .item-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.m-applst .item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.m-applst .item-mtext {
  padding: 0 30px;
  color: #fff;
}

.m-applst .item-mtext a {
  color: #fff;
}

.m-applst .item-mtext a:hover {
  color: #00acad;
}

.m-applst .item-mtt {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-applst .item-mdesc {
  margin-top: 20px;
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-applst .item-mdesc a {
  display: block;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;
}

.m-applst .item-mlink {
  margin-top: 48px;
  border-left: 5px solid #fff;
}

.m-applst .item-mlink a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 113px;
  padding: 7px 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.m-applst .item-mlink a:hover {
  background-color: #fff;
}

@media screen and (max-width: 1519px) {
  .m-applst .item-mlink {
    display: none;
  }
}

@media screen and (max-width: 1219px) {
  .m-applst .item-mtt {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-applst .item-mdesc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .m-applst {
    margin-bottom: -30px;
  }

  .m-applst .item-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .m-applst .item-modal {
    display: none;
  }

  .m-applst .list-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .m-applst .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

@media screen and (max-width: 375px) {
  .m-applst .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.eot") format("embedded-opentype"), url("../fonts/Montserrat-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1577177071995");
  /* IE9 */
  src: url("../fonts/iconfont.eot?t=1577177071995#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=1577177071995") format("woff"), url("../fonts/iconfont.ttf?t=1577177071995") format("truetype"), url("../fonts/iconfont.svg?t=1577177071995#iconfont") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "iconfont2"; /* Project id 2696524 */
  src: url('../fonts/iconfont2.eot?t=1631686184916'); /* IE9 */
  src: url('../fonts/iconfont2.eot?t=1631686184916#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont2.woff2?t=1631686184916') format('woff2'),
       url('../fonts/iconfont2.woff?t=1631686184916') format('woff'),
       url('../fonts/iconfont2.ttf?t=1631686184916') format('truetype'),
       url('../fonts/iconfont2.svg?t=1631686184916#iconfont2') format('svg');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-vk:before {
  content: "\ec70";
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-0601bianji:before {
  content: "\e611";
}

.icon-web3:before {
  content: "\e6fd";
}

.icon-yes:before {
  content: "\e982";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up10:before {
  content: "\e72e";
}

.icon-bottom10:before {
  content: "\e72f";
}

.icon-left10:before {
  content: "\e730";
}

.icon-right10:before {
  content: "\e731";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-up18:before {
  content: "\e74e";
}

.icon-left18:before {
  content: "\e750";
}

.icon-right18:before {
  content: "\e751";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download1:before {
  content: "\e7a0";
}

.icon-download8: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-delete1:before {
  content: "\e7d4";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-calendar5:before {
  content: "\e7e3";
}

.icon-top10:before {
  content: "\e7ed";
}

.xunpanc {
  margin-top: 25px;
  margin-bottom: 14px;
}

.xunpanc table {
  border: 1px solid #00acad;
}

.xunpanc table tr:first-child td {
  color: #fff !important
}

.xunpanc table tr:first-child {
  height: 40px;
  color: #fff !important;
  background-color: #00acad;
}

.xunpanc table tr .td1 {
  width: 50%;
}

.xunpanc table tr .td1 a:hover,
.xunpanc table tr .td3:hover a {
  color: #00acad;
}

.xunpanc table tr .td2 {
  width: 30%;
}

.xunpanc table tr .td3 {
  width: 20%;
}

.xunpanc table tr td {
  padding: 11px;
  border-top: 1px solid #00acad;
}

.xunpanc table tr .td2 {
  font-size: 0;
  line-height: 0
}

.listcart {
  margin-top: 60px;
}

.listcart a.l {
  float: left;
}

.listcart a.r {
  float: left;
}

.listcart a {
  background: #00acad;
  display: inline-block;
  height: 34px;
  min-width: 200px;
  padding: 0 15px;
  margin-bottom: 10px;
  line-height: 34px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border: 1px solid #00acad;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
}

.listcart a:hover {
  border: #00acad solid 1px;
  background: #fff;
  color: #00acad !important;
}

@media screen and (max-width:999px) {
  .listcart a {
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }

  .listcart {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width:450px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
  }
}

.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;
}

@media only screen and (max-width: 1200px) {
  .gaodeditu .iframe {
    overflow: scroll
  }
}

.attribute { font-size: 16px; margin-top: 50px; margin-bottom: 19px; }

.attribute .box { margin-top: 20px; }

.attribute .name span { display: inline-block; color: #333; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name { line-height: 36px; padding: 10px; padding-right: 30px; background: #eaeaea; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #333; margin-bottom: 5px; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name i { color: #999999; position: absolute; right: 10px; top: 50%; margin-top: -10px; line-height: 20px; font-size: 12px; font-size: 1.2rem; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name.active { background: #00acad; }

.attribute .name.active span { color: #fff; }

.attribute .name.active i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); color: #fff; }

.attribute .item-box { -moz-box-sizing: border-box; box-sizing: border-box; /*max-height: 180px;overflow-y: auto;*/ display: none; cursor: pointer; }

.attribute .item-box label { display: block; cursor: pointer; }

.attribute .item-box > div { color: #666f66; background: #eaeaea; padding: 20px; margin-bottom: 5px; position: relative; }

.attribute .item-box div span { overflow-y: hidden; display: inline-block; vertical-align: middle; max-height: 24px; font-size: 16px; font-size: 1.6rem; color: #1f1e19; }

.attribute .check-box-div { position: absolute !important; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.attribute .check-box-div .icon { font-size: 18px; }

.attribute .item-box.active { display: block; }

.prat { margin-bottom: 33px; margin-top: 30px; }

.des { font-weight: bold; text-transform: uppercase; }

.atbiao { color: #202020; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.atn {  margin-top: 8px; }

.atsp {  color: #000000; font-size: 16px; font-size: 1.6rem; line-height: 30px; display:inline-block; }

.atn label { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; cursor: pointer; }

.atn span { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-right:20px }

@media screen and (max-width: 991px){
  .attribute { margin-top: 30px; }
}


.m-hdmenu { 
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.m-hdmenu .menu-btn { display: block; width: 42px; line-height: 28px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #333; }

.m-hdmenu .menu-btn img{ vertical-align: middle; }

.m-hdmenu .menu-btn.active { color: #333; background-color: #00acad; }

.m-hdmenu .menu-list { position: absolute; left: 100%; top: 100%; width: 186px; display: none; }

.m-hdmenu .menu-item { padding-top: 2px; }

.m-hdmenu .menu-item a { display: block; line-height: 26px; padding: 5px 12px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #150f03; background-color: rgba(21, 15, 3, 0.5); }

.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active { color: #fff; background-color: #00acad; }

.m-hdmenu li { position: relative; padding-top: 2px; }

.m-hdmenu li:hover > a { background: #00acad; color: #fff; }

.m-hdmenu li:hover > ul { display: block; }

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 { position: absolute; left: 100%; top: 0; width: 100%; display: none; }

@media screen and (max-width: 991px) { .m-hdmenu { display: none; } }


.m-cert {  overflow: hidden; font-size:0; letter-spacing:0; }

.m-cert .list-item { float: none; display:inline-block; vertical-align:top; margin-right: 2.78571%; margin-top: 30px; width: 22.85714%; }

.m-cert .item-top { position: relative; padding-top: 100%; overflow: hidden; border: 1px solid #ccc; }

.m-cert .item-top:hover .item-modal { top: 0; }

.m-cert .item-pic{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.m-cert .item-pic img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) !important; max-width: 100%; max-height: 100%; }

.m-cert .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000000; background-color: rgba(0, 0, 0, 0.5); }

.m-cert .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 20px; font-size: 2rem; color: #fff; }

.m-cert .item-title { margin-top: 18px;  line-height: 20px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #333; text-align: center;  }

@media screen and (max-width: 1024px) { .m-cert .item-modal { display: block; top: 0; background: none; } }

@media screen and (max-width: 991px) { 
  .m-cert .item-title { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-cert .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }

.m-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }

.m-videolist { overflow: hidden; font-size: 0; letter-spacing: 0; }

.m-videolist .list-item { float: none; display: inline-block; vertical-align: top; margin-right: 2.71429%; margin-top: 50px; width: 22.85714%; }

.m-videolist .list-item .item-top { position: relative; overflow: hidden; padding-bottom:100%; }

.m-videolist .list-item iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.m-videolist .list-item .item-title { margin-top: 20px; line-height: 24px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; color: #333333;
  font-weight: bold; text-align: center; overflow: hidden; }

.m-videolist .list-item .item-title a { color: #333333; }

.m-videolist .list-item .item-title a:hover { color: #00acad; }

@media screen and (max-width: 991px) {
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-top: 25px; width: 31.33%; }
  .m-videolist .list-item .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-videolist .list-item { width: 48%; } }
.m-faq { overflow: hidden;  margin-top: 0; }

.m-faq .list-item { margin-top: 22px; overflow: hidden; }

.m-faq .list-item:first-child { margin-top: 0; }

.m-faq .item-title { background-color: #eeeeee; }

.m-faq .item-title a { position: relative; display: block; cursor: pointer; padding-top: 10px; padding-bottom: 10px; padding-left: 55px; padding-right: 40px; line-height: 22px; font-size: 16px; font-size: 1.6rem; white-space:pre-wrap }

.m-faq .item-title a i { position: absolute; left: 15px; top: 6px; /*width: 30px;*/ height: 30px; line-height: 30px; color: #fff; font-size: 20px; font-size: 2rem; text-align: center; background-color: #3d3d3d; padding: 0 5px; }

.m-faq .item-title a:before { content: ""; position: absolute; right: 20px; top: 50%; margin-top: -7px; display: block; width: 14px; height: 14px; background: url("../images/faq1.png") no-repeat center center; }

.m-faq .item-title a:hover { color: #00acad; }

.m-faq .item-title.active a:before { background: url("../images/faq2.png") no-repeat center center; }

.m-faq .item-desc { position: relative; display: none; padding-top: 20px; padding-left: 55px; padding-right: 26px; padding-bottom: 20px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; background: #fafafa; white-space:pre-wrap  }

.m-faq .item-desc i { position: absolute; left: 15px; top: 20px; /*width: 30px;*/ height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #00acad; padding: 0 5px; }

.m-faq .item-desc.show { display: block; }

@media screen and (max-width: 480px) { .m-faq .list-item { margin-top: 20px; }
  .m-faq .item-title, .m-faq .item-desc { font-size: 14px; font-size: 1.4rem; }
  .m-faq .item-title a, .m-faq .item-desc a { font-size: 14px; font-size: 1.4rem; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }
.m-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }
.m-videomodal .close {position: absolute;right: 10px;top: 10px;z-index: 9;}

.m-mnews {
	margin-bottom: -30px;
}

.m-mnews .list-item {
	position: relative;
	float: left;
	margin-right: 4.16667%;
	margin-bottom: 30px;
	padding-top: 18px;
	width: 30.41667%;
}

.m-mnews .item-time {
	position: absolute;
	left: 6px;
	top: 0;
	width: 111px;
	line-height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #00acad;
}

.m-mnews .item-text {
	padding-top: 11px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 16px;
	background-color: #fafafa;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-mnews .item-text:hover {
	color: #fff;
	background-color: #00acad;
}

.m-mnews .item-text:hover a {
	color: #fff;
}

.m-mnews .item-title {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-mnews .item-desc {
	margin-top: 5px;
}

.m-mnews .item-desc a {
	display: block;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	overflow: hidden;
}

.m-mnews .item-link {
	margin-top: 15px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #00acad;
}

.m-mnews .item-link a {
	color: #00acad;
}

@media screen and (max-width: 640px) {
	.m-mnews .list-item {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
}

@media screen and (max-width: 375px) {
	.m-mnews .list-item {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.m-ctusform .attachment.important{    background: url(../images/star1.png) no-repeat 8px 35px;}
.m-ctusform .attachment { clear: both; box-sizing:border-box; width:96%; margin-left:2%; margin-right:2%; }

.m-ctusform .attachment span { float: left; }

.m-ctusform .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-ctusform .attachment .file-group { float: left; margin: 20px 20px; min-width: 215px; height: 43px; position: relative; overflow: hidden; }

.m-ctusform .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #00acad; border: 1px solid #00acad; color: #FFFFFF; font-size: 16px; font-size: 1.6rem; font-weight: bold; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.m-ctusform .attachment .file-group .file-single { width: 100%; height: 100%; line-height: 42px; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; font-size:0px; }

.m-ctusform .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.m-ctusform .attachment .file-name-p { height: 70px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; line-height: 50px; }

.m-ctusform .attachment .file-name-p i { cursor: pointer; }

.m-ctusform .attachment .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.m-ctusform .attachment .file-group:hover .file-btn { background-color: #fff; color: #00acad; }

.g-hbox {
	padding-top: 43px;
	padding-bottom: 65px;
}

.g-hbox .box-hd {
	margin-bottom: 61px;
}

@media screen and (max-width: 991px) {
	.g-hbox {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.g-hbox .box-hd {
		margin-bottom: 30px;
	}
}

.m-hhd .hd-title {
  position: relative;
  margin-bottom: 19px;
  padding-bottom: 21px;
  line-height: 64px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  color: #00acad;
  text-align: center;
}

.m-hhd .hd-title a {
  color: #00acad;
}

.m-hhd .hd-title a:hover {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.m-hhd .hd-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 48px;
  height: 3px;
  background-color: #00acad;
}


@media screen and (max-width: 991px){
  .m-hhd .box-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px){
  .m-ctusform .attachment .file-name-p{ float:none;height: auto; }
  .m-ctusform .attachment .file-group{ float:none; box-sizing:border-box;}
  .m-ctusform .attachment.important {
    background: url(../images/star1.png) no-repeat 8px 15px;
}
}
  .zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:10px; margin-bottom:10px; clear: both; width: 100%}
.disnone{ display:none}


 .inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
        .inquiry-success p i{font-size: 60px; font-size:6rem;color:#00acad}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #00acad;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#00acad}

.listcart2{ margin-top:30px; width:100%; clear:both;font-family: "Montserrat-Light"}

.listcart2 a,.listcart2 button{display:inline-block; color:#fff;height: 34px;
min-width: 200px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:10px; background:#666; padding-left:5px; padding-right:5px; border:none; cursor:pointer; background:#00acad; color:#fff; border:#00acad solid 1px;line-height: 34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#00acad;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}}


/*xun pan tijiao*/

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table p{ margin-bottom:0 !important}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#00acad; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}

.xunpanlb .table .tbody .td a:hover{color: #00acad;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.pages-btn{ display:inline-block}
.m-kf5 .kf-item span{ font-family:Arial, Helvetica, sans-serif}
.back-top { position: fixed; right: 70px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; width:40px; height:40px; line-height: 40px; background-color: #00acad; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }


/* .pro1-top start */
.pro1-top .item-title { font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 9px; }

@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .pro1-top .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 18px; font-size: 1.8rem; } }

.pro1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 20px; }


@media screen and (max-width: 991px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem;  } }

@media screen and (max-width: 767px) { .pro1-top .item-desc { font-size: 12px; font-size: 1.2rem;} }
.pro1-spec{
	overflow: hidden;
	margin-bottom: 30px;
}
.more-btn{
	float: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: underline;
}
