﻿#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;
}

#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: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .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: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../image/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;
}

@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: #21bdc6;
  }

  .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: #21bdc6;
  }
}

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #21bdc6;
  }

  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }

  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-item>a {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }

  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  .m-mobilenav .mbnav-item>a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: .5s .1s;
    -o-transition: .5s .1s;
    -moz-transition: .5s .1s;
    transition: .5s .1s;
  }

  .m-mobilenav .mbnav-item>a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-item>a.active {
    color: #21bdc6;
  }

  .m-mobilenav .mbnav-item>a.active:after {
    background-color: #21bdc6;
  }

  .m-mobilenav .mbnav-item:nth-child(1)>a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .m-mobilenav .mbnav-item:nth-child(2)>a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .m-mobilenav .mbnav-item:nth-child(3)>a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  .m-mobilenav .mbnav-item:nth-child(4)>a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .m-mobilenav .mbnav-item:nth-child(5)>a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .m-mobilenav .mbnav-item:nth-child(6)>a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .m-mobilenav .mbnav-item:nth-child(7)>a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }

  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }

  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }

  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }

  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .m-mobilenav .mbsbnav-item a.active {
    color: #21bdc6;
  }
}

.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 .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 video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: -38px 0px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: -85px 0px;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}

.imgtoVideo img {
  width: 100%;
}

.imgtoVideo>div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo>div:hover .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}

.imgtoVideo .imgtoVideoDetail>div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
  background: #0C2D47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}

#picturetoVideo .carouse .slideItem>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

::-moz-selection {
  color: #fff;
  background: #21bdc6;
}

::selection {
  color: #fff;
  background: #21bdc6;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Montserrat-Light", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background-color: #fff;
  line-height: 1.2;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

a:hover {
  color: #21bdc6;
}

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: 1400px;
}

.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 {
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .f-box {
    width: 1200px;
  }
}

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}

@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}

@-moz-keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}

@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-xy:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforex img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforey img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}

.an-hoverbtn-beforey>* {
  position: relative;
}

.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #21bdc6;
  -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: #21bdc6;
  -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: #21bdc6;
  -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: #333;
}

.m-desc a:hover {
  color: #21bdc6;
  text-decoration: underline;
}

.m-desc p,
.m-desc span,
.m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc p {
  min-height: 30px;
}

.m-desc img {
  max-width: 100%;
}

.m-desc iframe {
  display: block;
  max-width: 720px;
  width:100%;
  height:450px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-desc iframe {
    max-width: 100%;
  }
}

.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m-desc a {
    color: #21bdc6;
  }

  .m-desc a:hover {
    text-decoration: underline;
  }

  .m-desc p,
  .m-desc span,
  .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m-desc p {
    min-height: 24px;
  }
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }

  .table>div {
    width: 991px !important;
    max-width: 991px;
  }
}

@media screen and (max-width: 991px) {
  [class*="-item"] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  [class*="-item"] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }

  [class*="-item"] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }

  [class*="-item"] .item-modal {
    display: none;
  }
}

/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-top {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

.j-offset-left {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-left {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

.j-offset-right {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-right {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

.j-fadein {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  opacity: 0;
}

.j-fadein.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-fadein {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

.j-lazy {
  min-width: 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: #21bdc6;
}

[class*="-item"] .item-desc {
  overflow: hidden;
}

[class*="-item"] .item-desc a {
  display: block;
}

[class*="-item"] .item-desc a:hover {
  color: #21bdc6;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  -moz-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  -moz-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  -webkit-animation: object_three 1.5s infinite;
  -moz-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes object_one {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes object_two {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes object_three {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

.site-welcome {
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-crm {
  padding-top: 65px;
  padding-bottom: 40px;
  text-align: center;
  background: url("../image/crmbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-crm .box-title {
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  color: #666;
  text-transform: uppercase;
}

.m-crm .box-desc {
  margin-top: 28px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-crm .box-desc a {
  color: #666;
}

.m-crm .box-desc a:hover {
  color: #21bdc6;
}

.m-crm .box-desc .active {
  color: #21bdc6;
}

@media screen and (max-width: 991px) {
  .m-crm {
    padding: 30px 0;
  }

  .m-crm .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-crm .box-desc {
    margin-top: 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 18px;
  overflow: hidden;
}

.m-oths .oths-item {
  max-width: 48%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;

  background-repeat: no-repeat;
  background-position: left center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-oths .oths-item a {
  color: #666;     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.m-oths .oths-item a:hover {
  color: #21bdc6;
}

.m-oths .oths-item-1 {
  float: left;
  padding-left: 26px;
  background-image: url("../image/oths1.png");
}

.m-oths .oths-item-2 {
  float: right;
  padding-right: 26px;
  text-align: right;
  background-position: right center;
  background-image: url("../image/oths2.png");
}

.m-oths a {
  color: #666666;
}

.m-page {
  margin-top: 56px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.m-page a {
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 26px;
  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:hover {
  color: #21bdc6;
}

.m-page a.active {
  color: #21bdc6;
}

.m-page input,.m-page button {
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #21bdc6; border: none; cursor: pointer;
}

.m-page2 {
  position: relative;
}

@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: 86px;
  bottom: 116px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #21bdc6;
  border-radius: 5px;
  display: none;
}

.returntop:hover {
  color: #fff;
  background-color: #21bdc6;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}

.g-hd {
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.m-hdlogo {
  float: left;
  display: block;
  width: 247px;
  line-height: 106px;
  text-align: center;
}

.m-hdlogo img {
  vertical-align: middle;
  max-height: 106px;
}

.m-hdfix2 {
  float: right;
}

.m-hdfix3 {
  position: relative;
  z-index: 2;
  float: right;
  padding-top: 5px;
}

.m-hdlang {
  position: relative;
}

.m-hdlang .lang-btn {
  display: block;
  width: 100px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-hdlang .lang-btn i {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
}

.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 160%;
  width: 100%;
  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: #21bdc6;
}

.m-hdsch {
  position: relative;
  padding-top: 20px;
  padding-bottom: 25px;
}

.m-hdsch .box-btn {
  position: relative;
  display: block;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}

.m-hdsch .box-form {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  display: none;
  width: 180px;
  height: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #21bdc6;
  border-radius: 5px;
  background-color: #fff;
}

.m-hdsch .form-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdsch .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../image/sch2.png") no-repeat center;
}

.m-hdnav {
  margin-right: 10px;
  max-width: 905px;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
}

.m-hdnav .nav-item>a {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.m-hdnav .nav-item>a:hover,
.m-hdnav .nav-item>a.active,
.m-hdnav .nav-item>a.current {
  color: #21bdc6;
}

.m-hdnav .nav-item>a:hover:before,
.m-hdnav .nav-item>a.active:before,
.m-hdnav .nav-item>a.current:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  right: 0;
  margin: 0 auto;
  width: 25px;
  height: 2px;
  background-color: #21bdc6;
}

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #21bdc6;
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 50%;
  margin-left: -133px;
  width: 266px;
}

.m-hdnav .sbnav-list2 {
  left: 100%;
  top: 0;
  width: 266px;
}

.m-hdnav .sbnav-item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 12px;
}

.m-hdnav .sbnav-item a {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-hdnav .sbnav-item a:hover,
.m-hdnav .sbnav-item a.active {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1219px) {
  .m-hdlogo {
    width: 200px;
  }

  .m-hdnav {
    max-width: 702px;
  }

  .m-hdnav .nav-item>a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-hdnav .sbnav-list {
    width: 190px;
  }

  .m-hdnav .sbnav-list1 {
    margin-left: -95px;
  }

  .m-hdnav .sbnav-item>a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {

  .m-hdnav,
  .m-hdkey,
  .m-hdinfo {
    display: none;
  }

  .m-hdfix3 {
    position: static;
    padding: 0;
  }

  .m-hdlang {
    position: absolute;
    right: 25px;
    top: 5px;
  }

  .m-hdlang .lang-btn {
    height: 30px;
    line-height: 28px;
  }

  .m-hdlang .lang-btn .iconfont {
    margin-left: 5px;
  }

  .m-hdsch {
    position: absolute;
    right: 5px;
    top: 5px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .m-hdlogo {
    float: none;
    width: 100%;
    height: auto;
    line-height: 0;
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
  }

  .m-hdlogo img {
    max-width: 180px;
  }
  .m-hdlogo{
    width: 180px;
    display: block;
    margin: 0 auto;
  }
}

.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .carousel-control {
  display: none;
}

.banner .dotList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.banner .dotList ul li {
  margin: 0 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-color: #b3b3b3;
  border-radius: 50%;
}

.banner .dotList ul li.active {
  border: 5px solid #efefef;
  background-color: #21bdc6;
  box-shadow: 0 0 0 1px #21bdc6;
}

@media screen and (max-width: 991px) {
  .banner .dotList {
    bottom: 15px;
  }

  .banner .dotList ul li {
    margin: 0 6px;
    width: 12px;
    height: 12px;
  }

  .banner .dotList ul li.active {
    border-width: 2px;
  }
}

.m-hhd {
  margin: 0 auto;
  margin-bottom: 56px;
  width: 96%;
  max-width: 980px;
  text-align: center;
}

.m-hhd .hd-title {
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-hhd .hd-desc {
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;

}

.m-hhd .hd-desc a {
  color: #666;
}

.m-hhd .hd-desc a:hover {
  color: #21bdc6;
}

.m-hhd .hd-desc:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }

  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hhd .hd-desc {
    margin-top: 15px;

    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-hpro {
  padding-top: 67px;
  padding-bottom: 100px;
}

.g-hpro .box-wp {
  float: right;
  width: 96%;
  max-width: 1500px;
}

@media screen and (max-width: 1219px) {
  .g-hpro .box-wp {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hpro {
  margin-bottom: -70px;
  font-size: 0;
  letter-spacing: 0;
}

.m-hpro .list-item {
  display: inline-block;
  margin-right: 2.53333%;
  margin-bottom: 70px;
  width: 22.93333%;
  vertical-align: top;
}

.m-hpro .item-top {
  background-color: #f6f6f6;
}

.m-hpro .item-title {
  height: 100px;
  line-height: 100px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  text-align: center;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-link {
  margin-top: 16px;
  text-align: center;
}

.m-hpro .item-link input {
  margin-right: 10px;
  vertical-align: middle;
}

.m-hpro .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 120px;
  line-height: 28px;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #21bdc6;
  text-align: center;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #21bdc6;
}

.m-hpro .item-link a:hover {
  color: #fff;
  background-color: #21bdc6;
}

@media screen and (max-width: 1219px) {
  .m-hpro .item-title {
    height: 66px;
    line-height: 66px;
  }
}

@media screen and (max-width: 991px) {
  .m-hpro {
    margin-bottom: -30px;
  }

  .m-hpro .list-item {
    margin-bottom: 30px;
  }

  .m-hpro .item-link a {
    min-width: 80px;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hpro .item-title {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-habt {
  background-color: #f8fafa;
}

@media screen and (max-width: 991px) {
  .g-habt {
    max-width: 720px;
    margin: 0 auto;
    width: 96%;
  }
}

.m-habt .box-img {
  float: left;
  width: 767px;
  line-height: 0;
  font-size: 0;
}

.m-habt .box-fix {
  padding-left: 3.64583%;
  padding-right: 3.64583%;
  padding-top: 3.90625%;
  padding-bottom: 30px;
  overflow: hidden;
}

.m-habt .box-text {
  float: left;
  max-width: 815px;
}

.m-habt .box-title {
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-habt .box-desc {
  margin-top: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-habt .box-desc a {
  color: #666;
}

.m-habt .box-desc a:hover {
  color: #21bdc6;
}

.m-habt .box-info {
  margin-top: 83px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}

.m-habt .info-item {
  margin-right: 9.20245%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25.76687%;
}

.m-habt .item-icon {
  line-height: 54px;
}

.m-habt .item-icon img {
  max-height: 54px;
  vertical-align: middle;
}

.m-habt .item-title {
  margin-top: 25px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  color: #21bdc6;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-habt .item-title a {
  color: #21bdc6;
}

.m-habt .item-title:hover {
  color: #333;
}

.m-habt .item-title:hover a {
  color: #333;
}

.m-habt .item-desc {
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;

}

.m-habt .item-desc a {
  color: #666;
}

.m-habt .item-desc a:hover {
  color: #21bdc6;
}

@media screen and (max-width: 1366px) {
  .m-habt .box-img {
    width: 600px;
  }

  .m-habt .box-title {
    line-height: 38px;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .m-habt .box-desc {
    margin-top: 25px;

    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-habt .box-info {
    margin-top: 40px;
  }

  .m-habt .item-title {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-habt .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .m-habt .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-habt .box-fix {
    padding: 30px 15px;
  }

  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-habt .box-desc {
    margin-top: 15px;

    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-habt .info-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }

  .m-habt .item-icon {
    line-height: 40px;
  }

  .m-habt .item-icon img {
    max-height: 40px;
  }

  .m-habt .item-title,
  .m-habt .item-desc {
    margin-top: 10px;
  }

  .m-habt .item-desc {

    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .m-habt .info-item {
    margin-top: 30px;
    width: 98%;
  }

  .m-habt .info-item:first-child {
    margin-top: 0;
  }
}

.g-hproj {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .g-hproj {
    padding-top: 30px;
  }
}

.m-hproj {
  margin-bottom: -20px;
}

.m-hproj .list-item {
  position: relative;
  float: left;
  margin-right: 0.67708%;
  margin-bottom: 20px;
  width: 24.47917%;
  overflow: hidden;
}

.m-hproj .list-item:hover .item-modal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.m-hproj .list-item:hover .item-title {
  color: #21bdc6;
}

.m-hproj .item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  z-index: 2;
  text-align: center;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap; color: #21bdc6; display: block;
}

.m-hproj .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hproj .item-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
}

.m-hproj .item-title {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hproj .item-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 30px;
  font-size: 3rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .m-hproj .item-btn {
    display: none;
  }

  .m-hproj .item-modal {
    display: block;
    height: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    height: 40px;
  }

  .m-hproj .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .m-hproj .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-hnews {
  padding-top: 78px;
  padding-bottom: 89px;
}

@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hnews {
  margin-bottom: -78px;
  font-size: 0;
  letter-spacing: 0;
}

.m-hnews .list-item {
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 78px;
  width: 30%;
  vertical-align: top;
}

.m-hnews .item-text {
  padding-top: 15px;
}

.m-hnews .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hnews .item-desc {
  margin-top: 7px;
  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: #666;
  overflow: hidden;
}

.m-hnews .item-desc a {
  color: #666;
}

.m-hnews .item-desc a:hover {
  color: #21bdc6;
}

.m-hnews .item-time {
  margin-top: 9px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

@media screen and (max-width: 991px) {
  .m-hnews {
    margin-bottom: -30px;
  }

  .m-hnews .list-item {
    margin-bottom: 30px;
  }

  .m-hnews .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hnews .item-desc {
    margin-top: 5px;

    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hnews .item-time {
    margin-top: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

@media screen and (max-width: 320px) {
  .m-hnews .list-item {
    width: 98%;
  }
}

.g-ft {
  position: relative;
  background-color: #182837;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #d5d5d5;
}

.g-ft a {
  color: #d5d5d5;
}

.g-ft a:hover {
  color: #fff;
}

.m-ftfix1 {
  padding-top: 63px;
  padding-bottom: 7px;
}

.m-ftb {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb1 {
  padding-right: 20px;
  width: 30.42857%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb2 {
  width: 26.42857%;
}

.m-ftb3 {
  float: right;
  width: 300px;
}

.m-fttt {
  position: relative;
  margin-bottom: 22px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  color: #fff;
}

.m-fttt a {
  color: #fff;
}

.m-fttt a:hover {
  color: #21bdc6;
}

.m-ftshare {
  margin-bottom: 30px;
  line-height: 0;
  font-size: 0;
  letter-spacing: 0;
}

.m-ftshare .share-item {
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 13px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 20px;
  font-size: 20px;
  color: #fff;
}

.m-ftshare .share-item svg {
  width: 100%;
}

.m-ftshare .share-item:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.m-ftctus {
  word-break: break-word;
}

.m-ftinfo .info-item {
  position: relative;
}

.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}

.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftform .form-title {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d5d5d5;
}

.m-ftform .form-item {
  margin-bottom: 16px;
}

.m-ftform .form-item2 {
  position: relative;
  padding-right: 110px;
}

.m-ftform .form-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-ftform .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-ftform .form-code img {
  max-height: 40px;
  vertical-align: middle;
}

.m-ftform .form-btn {
  width: 100%;
  height: 40px;
  background-color: #21bdc6;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.m-fttext {
  font-size: 14px;
  font-size: 1.4rem;
}
.m-fttext img{ display: inline-block; vertical-align: middle;}
.m-ftkey1 {
  margin-top: 55px;
}

.m-ftkey,
.m-fttext {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
}

.m-ftkey a,
.m-fttext a {
  color: #999;
}

.m-ftkey a:hover,
.m-fttext a:hover {
  color: #21bdc6;
}

.m-ftext {
  margin-top: 4px;
}

.m-ftkey2 {
  margin-top: 3px;
}

.m-ftkey2 a {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .g-ft {
    padding-top: 0;
  }

  /*.m-ftb1,*/
  /*.m-ftb2,*/
  /*.m-fttt,*/
  /*.m-ftkey,*/
  /*.m-ftform {*/
  /*  display: none;*/
  /*}*/
  .m-ftb1, .m-ftb2{width: 50%}

  .m-ftfix1 {
    padding: 30px 0;
  }

  .m-ftb3 {
    /*float: none;*/
    width: 100%;
    text-align: center;
  }

  .m-ftshare {
    margin-bottom: 5px;
  }

  .m-ftshare .share-item {
    margin-right: 10px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-fttext {
    margin-top: 0;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-ftb1,
  .m-ftb2,
  .m-ftb3{
    position: relative;
    width: 100%;
    margin-top: 16px;
    float: none;
    padding-right: 0;
  }

  .m-fttt{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 32px;
  }
  .m-fttt::before{position: absolute;right: 2px;top: 50%;transform: translateY(-50%);margin-top: -10px;
    font-family: iconfont;content: "\e731";font-size: 18px; font-size: 1.8rem;}

  .m-ftnav,
  .m-ftinfo,
  .m-ftkey,
  .m-ftform {
    display: none;
  }

  .m-ftb3 {
    text-align: left;
  }

  .m-ftshare {
    text-align: center;
    margin-bottom: 5px;
  }
}
.g-wp {
  padding-top: 82px;
  padding-bottom: 104px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
	.m-fttext {
    padding-bottom:20px;
}
}
.m-pronav {
  margin-bottom: 26px;
  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-pronav .nav-item {
  margin-right: 1.85714%;
  margin-bottom: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 14.78571%;
  padding: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-pronav .nav-item >a { display: block}

.m-pronav .nav-item ul {
  top: 100%;
  left: 0px;
  position: absolute;
  display: block;
  z-index: 999;
  background: #eee;
  display: none;
}

.m-pronav .nav-item>div {
  display: table-cell;
  vertical-align: middle;
  width: 500px;
  height: 60px
}

.m-pronav .nav-item:hover ul {
  display: block
}

.m-pronav .nav-item:hover,
.m-pronav .nav-item.active {
  color: #fff !important;
  background-color: #21bdc6;
}

@media screen and (max-width: 1219px) {
  .m-pronav .nav-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .m-pronav .nav-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 23%;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-pronav .nav-item>div {
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    height: 48px
  }
}

@media screen and (max-width:767px) {
  .m-pronav .nav-item:hover ul {
    display: none
  }
}

@media screen and (max-width: 375px) {
  .m-pronav .nav-item {
    width: 48%;
  }
}

.m-clstext {
  margin-bottom: 39px;
}

.m-clstext .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-clstext .box-desc {
  margin-top: 18px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-clstext .more-btn{
  margin-top: 10px;
  text-align: right;
  cursor: pointer;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .m-clstext {
    margin-bottom: 30px;
  }

  .m-clstext .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-clstext .box-desc {
    margin-top: 15px;
  }
}

.m-protag {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid #dfdfdf;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-protag span {
  color: #21bdc6;
}

@media screen and (max-width: 991px) {
  .m-protag {
    margin-top: 30px;
    padding-top: 15px;
  }
}

.m-prob1 {
  margin-bottom: 70px;
}

.m-prob1 .prob-pic {
  margin-right: 5.28571%;
  width: 674px;
}

.m-prob1 .prob-pic-big {
  position: relative;
  float: right;
  width: 550px;
  border: 1px solid #ececec;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}
.m-prob1 .prob-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-prob1 .prob-video iframe{
	position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
  }

  .m-prob1 .prob-video.show {
	display: block;
  }
.m-prob1 .prob-pic-small {
  position: relative;
  float: left;
  width: 110px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  line-height: 30px;
  font-size: 30px;
  font-size: 3rem;
  color: #2d3d48;
  text-align: center;
}

.m-prob1 .prob-pic-btn.prev {
  top: 0;
}

.m-prob1 .prob-pic-btn.next {
  bottom: 0;
}

.m-prob1 .prob-pic-btn:hover {
  color: #21bdc6;
}

.m-prob1 .prob-pic-list {
  height: 450px;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  height: 1000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  margin-bottom: 55px;
}

.m-prob1 .prob-pic-item .item-box {
  border: 1px solid #ececec;
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.m-prob1 .prob-pic-item .item-box:hover {
  border-color: #21bdc6;
}

.m-prob1 .prob-pic-item .item-box.active {
  border-color: #21bdc6;
}

.m-prob1 .prob-info {
  padding-top: 0;
  overflow: hidden;
}

.m-prob1 .prob-title {
  position: relative;
  padding-bottom: 18px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #d1d1d1;
}

.m-prob1 .prob-link {
  margin-top: 35px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.m-prob1 .prob-link a {
  margin-bottom: 10px;
  margin-right: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #21bdc6;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
  border: 1px solid #21bdc6;
  box-sizing: border-box;
}

.m-prob1 .prob-link a:hover {
  color: white;
  background-color: #21bdc6;
  border-color: #21bdc6;
}

.m-prob1 .prob-link a:last-child {
  margin-right: 0;
}

.m-prob1 .prob-share {
  margin-top: 63px;
  padding-top: 35px;
  padding-bottom: 10px;
  border-top: 1px solid #d1d1d1;
}

.m-prob1 .prob-desc {
  margin-top: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-prob1 .prob-desc p,
.m-prob1 .prob-desc span,
.m-prob1 .prob-desc b {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-proshare .share-font {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-proshare .share-img {
  float: left;
  height: 26px;
}

@media screen and (max-width: 1219px) {
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    padding-top: 0;
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-desc {
    margin-top: 25px;
  }

  .m-prob1 .prob-share {
    margin-top: 25px;
  }

  .m-prob1 .prob-link {
    margin-top: 30px;
  }

  .m-prob1 .prob-link a:first-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .m-prob1 {
    margin-bottom: 30px;
  }

  .m-prob1 .prob-pic {
    display: none;
  }

  .m-prob1 .prob-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-prob1 .prob-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-prob1 .prob-share {
    margin-top: 20px;
  }

  .m-prob1 .prob-link {
    margin-top: 20px;
  }

  .m-prob1 .prob-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-propic {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }

  .m-propic .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #21bdc6;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .m-propic .box-btn.prev {
    left: 0;
  }

  .m-propic .box-btn.next {
    right: 0;
  }

  .m-propic .box-bd {
    overflow: hidden;
  }

  .m-propic .box-list {
    width: 1000%;
    overflow: hidden;
  }

  .m-propic .list-item {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: .2%;
    width: 3.2%;
  }

  .m-propic .list-item iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .m-propic .item-pic {
    border: 1px solid #21bdc6;
  }
  .m-propic .item-xinzvideo{ position: relative; padding-bottom: 100%; overflow: hidden}
}

@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 4.9%;
  }
}

@media screen and (max-width: 375px) {
  .m-propic .list-item {
    width: 10%;
  }
}

.m-prob2 .box-tabhd {
  margin-bottom: 31px;
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 2px solid #21bdc6;
}

.m-prob2 .tabhd-item {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 220px;
  line-height: 30px;
  padding: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-align: center;
  background-color: #ececec;
  border-radius: 6px 6px 0px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob2 .tabhd-item.active {
  color: #fff;
  background-color: #21bdc6;
}

.m-prob2 .tabbd-item {
  display: none;
}

.m-prob2 .tabbd-item.show {
  display: block;
}

@media screen and (max-width: 1440px) {
  .m-prob2 .tabhd-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-mpro {
  margin-top: 87px;
}

@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
}

.m-appl {
  margin-bottom: -78px;
}

.m-appl .list-item {
  float: left;
  margin-right: 5.71429%;
  margin-bottom: 78px;
  width: 46.78571%;
  overflow: hidden;
}

.m-appl .item-pic {
  float: left;
  margin-right: 35px;
  width: 295px;
}

.m-appl .item-text {
  padding-top: 9px;
  overflow: hidden;
}

.m-appl .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-appl .item-desc {
  margin-top: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-appl .item-desc a {
  color: #666;
}

.m-appl .item-desc a:hover {
  color: #21bdc6;
}

.m-appl .item-link {
  margin-top: 36px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #21bdc6;
}

.m-appl .item-link a {
  color: #21bdc6;
}

.m-appl .item-link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1219px) {
  .m-appl .item-pic {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .m-appl {
    margin-bottom: -30px;
  }

  .m-appl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-bottom: 30px;
  }

  .m-appl .item-pic {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-appl .item-text {
    padding-top: 10px;
  }

  .m-appl .item-desc,
  .m-appl .item-link {
    margin-top: 5px;
  }

  .m-appl .item-desc {

    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-appl .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-news {
  padding-bottom: 30px;
  border-bottom: 1px dotted #cfcfcf;
}

.m-news .box-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  text-align: center;
  font-weight: normal;
}

.m-news .box-info {
  margin-top: 23px;
  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: #999;
  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: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  color: #999;
}

.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-news .box-desc {
  margin-top: 38px;
}

@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-news .box-info {
    margin-top: 20px;
  }

  .m-news .box-time,
  .m-news .share-font {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-news .box-desc {
    margin-top: 30px;
  }
}

.m-downl .list-item {
  position: relative;
  padding-left: 124px;
  padding-right: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.m-downl .list-item2 {
  background-color: #f9f9f9;
}

.m-downl .item-num {
  position: absolute;
  left: 25px;
  top: 22px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-downl .item-title {
  float: left;
  width: 100%;
  padding: 5px 0;
  padding-right: 130px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-downl .item-link {
  float: left;
  margin-left: -120px;
}

.m-downl .item-link a {
  display: block;
  width: 120px;
  line-height: 26px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #21bdc6;
  border-radius: 18px;
}

.m-downl .item-link a:hover {
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-downl .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 20px;
  }

  .m-downl .item-num {
    top: 10px;
    left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-downl .item-title {
    float: none;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-downl .item-link {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }

  .m-downl .item-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-ctusform {
  margin-top: 67px;
  background-color: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
}

.m-ctusform .box-wp {
  padding-left: 11.07143%;
  padding-right: 11.07143%;
  padding-top: 37px;
  padding-bottom: 34px;
}

.m-ctusform .box-title {
  position: relative;
  padding-bottom: 18px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Montserrat-Regular_0", arial, helvetica, sans-serif;
  color: #21bdc6;
  text-align: center;
}

.m-ctusform .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 119px;
  height: 4px;
  background-color: #21bdc6;
}

.m-ctusform .box-form {
  margin-top: 39px;
  overflow: hidden;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 26px;
  padding-left: 0;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-ctusform .form-item.important input {
  background: url("../image/star1.png") no-repeat 15px 17px;
  background-color: #fff;
}

.m-ctusform .form-item-1 {
  width: 48%; margin-left: 1%; margin-right: 1%;
}

.m-ctusform .form-item-2 {
  width: 98%; box-sizing:border-box;; margin-left: 1%; margin-right: 1%;
}

.m-ctusform .form-item-2.important textarea {
  background: url("../image/star1.png") no-repeat 15px 17px;
  background-color: #fff;
}

.m-ctusform .form-item-3 {
  margin-right: 4.68807%; margin-left: 1%;
  width: 27.79817%;
}

.m-ctusform .form-item-4 {
  width: 12.38532%;
  height: 48px;
  padding-left: 0;
  line-height: 46px;
  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: 46px;
  vertical-align: middle;
}

.m-ctusform .form-item-5 {
  float: right;
  border: none;
  width: 47.07339%;
  padding-left: 0; margin-right: 1%;
}

.m-ctusform .item-btn1 {
  width: 100%;
  height: 48px;
  padding-left: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #21bdc6;
}

.m-ctusform .item-text {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.m-ctusform .item-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.m-ctusform .item-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-ctusform .item-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-ctusform .item-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.m-ctusform .item-text2 {
  height: 120px;
  line-height: 30px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .m-ctusform {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-ctusform {
    margin-top: 30px;
  }

  .m-ctusform .box-wp {
    padding: 25px 10px;
  }

  .m-ctusform .box-form {
    margin-bottom: -15px;
  }

  .m-ctusform .box-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
    padding-left: 0; margin-left: 0px; margin-right: 0px;
  }

  .m-ctusform .form-item.important input,
  .m-ctusform .form-item.important textarea {
    background-position: 10px 10px;
  }

  .m-ctusform .item-text {
    height: 36px;
    line-height: 36px;
    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-5 {
    padding-left: 0;
  }

  .m-ctusform .form-item-3 {
    margin-right: 0;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }

  .m-ctusform .form-item-4 {
    float: right;
    width: 100px;
    height: 36px;
    line-height: 34px;
  }

  .m-ctusform .form-item-4 img {
    max-height: 34px;
  }

}

.m-ctusmap {
  margin-top: 67px;
}

@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.eot") format("embedded-opentype"), url("../font/Montserrat-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype"), url("../font/Montserrat-Bold.eot") format("embedded-opentype"), url("../font/Montserrat-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular_0";
  src: url("../font/Montserrat-Regular_0.woff2") format("woff2"), url("../font/Montserrat-Regular_0.woff") format("woff"), url("../font/Montserrat-Regular_0.ttf") format("truetype"), url("../font/Montserrat-Regular_0.eot") format("embedded-opentype"), url("../font/Montserrat-Regular_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont-1590026270686.eot");
  /* IE9 */
  src: url("../font/iconfont-1590026270686.eot") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../font/iconfont-1590026270686.woff") format("woff"), url("../font/iconfont-1590026270686.ttf") format("truetype"), url("../font/iconfont-1590026270686.svg") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "iconfont2"; /* Project id 2696524 */
  src: url('../font/iconfont2.eot'); /* IE9 */
  src: url('../font/iconfont2.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/iconfont2.woff2') format('woff2'),
       url('../font/iconfont2.woff') format('woff'),
       url('../font/iconfont2.ttf') format('truetype'),
       url('../font/iconfont2.svg') 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-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}


/*bijia*/
.listcart {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.listcart a {
  background: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #23a3af;
  cursor: pointer;
  border: 1px solid #23a3af;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}

.listcart a:hover {
  border: #23a3af solid 1px;
  background: #23a3af;
  color: #fff !important;
}

@media screen and (max-width:999px) {
  .listcart a {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .listcart {
    width: 100%;
  }
}

@media screen and (max-width:420px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
}

.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;
}

/*xunpan */
.xunpanc a:hover {
  color: #23a3af;
}

.xunpanc {
  margin-top: 25px;
  margin-bottom: 14px;
}

.xunpanc table {
  border: 1px solid #23a3af;
}

.xunpanc table tr:first-child td {
  color: #fff !important
}

.xunpanc table tr:first-child {
  height: 40px;
  color: #fff !important;
  background-color: #23a3af;
}

.xunpanc table tr .td1 {
  width: 50%;
}

.xunpanc table tr .td1 a:hover,
.xunpanc table tr .td3:hover a {
  color: #23a3af;
}

.xunpanc table tr .td2 {
  width: 30%;
}

.xunpanc table tr .td3 {
  width: 20%;
}

.xunpanc table tr td {
  padding: 11px;
  border-top: 1px solid #23a3af;
}

.xunpanc table tr .td2 {
  font-size: 0;
  line-height: 0
}

.ppp {
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ppp,
.shuxp_c {
  font-size: 16px;
}

.fl a.no:hover {
  color: #333;
}

.shuxp_c a:hover {
  color: #23a3af;
}

@media screen and (max-width: 1920px) {
  .m-kefu-chat.mobile-hide {
    right: 0px !important;
  }
}

.m-kefu-chat.mobile-hide .mobile-logo,
[type=button],
.submit {
  cursor: pointer !important;
}

.down_file_content .submit {
  width: 31% !important;
}

@media screen and (max-width: 767px) {
  .m-kf .kf-item {
    width: auto !important;
  }
}

.inno a.none:hover {
  background: #fff;
  border: solid 1px #23a3af;
  color: #333;
}





.m-page a.none {
  color: #888;
}

.m-page2 a.none {
  color: #888;
}
.m-page2 .pages-btn{ display: inline-block}
.m-oths a.none:hover {
  color: #666;
}


.c-clearfix a.none:hover {
  color: #21bdc6;
  background: #fff;
  border: 1px solid #21bdc6;
}

.m-ctusform .form-item-4 {
  background: #f3fbfe;
}


@media screen and (max-width: 959px) {
  .returntop {

    bottom: 110px !important;
    width: 36px;
    height: 36px; line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .returntop {
    display: block !important;
  }
}

.m-pronav .nav-item>a:hover {
  color: #333 !important
}

.attribute { font-size: 16px; margin-bottom: 29px; }

.attribute .title1 { margin-bottom: 11px; display: inline-block; }

.attribute .title1 span { display: inline-block; min-width: 170px; height: 43px; line-height: 43px; background: #21bdc6; color: #fff; font-size: 16px; font-size: 1.6rem; text-align: center; }


.attribute .name span { display: inline-block; overflow-y: hidden; color: #666; font-size: 16px; font-size: 1.6rem; }

.attribute .name { height: 32px; line-height: 32px; display: inline-block; vertical-align: middle; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #666666; font-size: 16px; font-size: 1.6rem; }

.attribute .name i { color: #999999; position: absolute; right: 5px; top: 0; }

.attribute .name.active { border: 1px solid #21bdc6; }

.attribute .name.active span { color: #21bdc6; }

.attribute .item-box { -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block; }

.attribute .item-box div { padding: 0px 2px; color: #999999; display: inline-block; vertical-align: middle; margin-right: 9px; cursor: pointer; }

.attribute .item-box p input { display: inline-block; margin-right: 15px; position: relative; top: 1px; }

.attribute .item-box div span { overflow-y: hidden; display: inline-block; vertical-align: middle; max-height: 32px; font-size: 14px; font-size: 1.4rem; color: #999; }

.attribute .check-box-div { display: inline-block; vertical-align: middle; margin-right: 5px; }

.attribute .check-box-div .icon { font-size: 18px; }

.attribute .item-box.active { display: block; }


.prat { margin-bottom: 33px; margin-top: 30px; }

.atbiao { color: #202020; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.atn { position: relative; padding-left: 50px; margin-top: 8px; }

.atsp { position: absolute; display: block; left: 0px; top: 0px; color: #000000; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.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; }


.m-hdmenu {
  position: relative;
  float: right;
  z-index: 2;
  margin-left: 15px;
  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: #21bdc6; }

.m-hdmenu .menu-list { position: absolute; right: 0; 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: #21bdc6; }

.m-hdmenu li { position: relative; padding-top: 2px; }

.m-hdmenu li:hover > a { background: #21bdc6; color: #fff; }

.m-hdmenu li:hover > ul { display: block; }

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 { position: absolute; right: 100%; top: 0; width: 100%; display: none; }

@media screen and (max-width: 991px) { .m-hdmenu { display: none; } }


.m-cert {  overflow: hidden; margin-bottom: -30px; font-size: 0; letter-spacing: 0}

.m-cert .list-item { display: inline-block; vertical-align: top; margin-right: 2.78571%; margin-bottom: 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: 767px) {
  .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; margin-bottom: -50px; font-size: 0; letter-spacing: 0px}

.m-videolist .list-item { display: inline-block; vertical-align: top; margin-right: 2.71429%; margin-bottom: 50px; width: 22.85714%; }

.m-videolist .list-item .item-top { position: relative; overflow: hidden; }

.m-videolist .list-item iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }
.m-videolist .list-item .shipin{ position: relative; padding-bottom: 75%;
  overflow: hidden; }
.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; text-overflow: ellipsis; white-space: nowrap; }

.m-videolist .list-item .item-title a { color: #333333; }

.m-videolist .list-item .item-title a:hover { color: #21bdc6; }

@media screen and (max-width: 991px) {
  .m-videolist { margin-bottom: -25px; }
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 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; white-space: pre-wrap; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 55px; padding-right: 40px; line-height: 22px; font-size: 16px; font-size: 1.6rem; }

.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("../image/faq1.png") no-repeat center center; }

.m-faq .item-title a:hover { color: #21bdc6; }

.m-faq .item-title.active a:before { background: url("../image/faq2.png") no-repeat center center; }

.m-faq .item-desc { position: relative; display: none;white-space: pre-wrap;  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; }

.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: #21bdc6; 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-ctusform .attachment { clear: both; }
.m-ctusform  .attachment.important {
  background: url(../image/star1.png) no-repeat 0px 35px;}
.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 0 0 0px; min-width: 215px; height: 43px; position: relative; overflow: hidden; margin-left: 1%; }

.m-ctusform .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #21bdc6; border: 1px solid #21bdc6; 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%; font-size: 0; line-height: 42px; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.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: #21bdc6; }
@media screen and (max-width: 767px) {
  .m-ctusform .attachment .file-group {
    margin-left: 2%
  }
}
.g-hbox {
	padding-top: 63px;
	padding-bottom: 45px;
}

.g-hbox .box-hd {
	margin-bottom: 51px;
}

@media screen and (max-width: 991px) {
	.g-hbox {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.g-hbox .box-hd {
		margin-bottom: 30px;
	}
}
 .zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.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:#21bdc6}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #21bdc6;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#21bdc6}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block;
min-width: 200px; box-sizing:border-box; color: #fff;  font-size:16px;font-size: 1.6rem; margin-right:10px;text-align: center;margin-bottom:10px;
  padding-left:5px; padding-right:5px; border:none; cursor:pointer; background:#21bdc6;  border:#21bdc6 solid 1px;line-height: 34px;box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6); border-radius: 5px; line-height:34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#21bdc6;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}



}


/*xun pan tijiao*/

.xunpanlb{padding-top: 30px; clear:both; padding-bottom: 30px}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#21bdc6; }
.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: #21bdc6;}
@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;}
}
.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}



.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}
.cart-list .cart-quantity .simulate-select{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .m-mobilenav {
    display: none !important;
  }

  #common_chat_and_returntop .m-kf1,
  #common_chat_and_returntop .chatsBox {
    display: none !important;
  }
}
