#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);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#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;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  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;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */

.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;
    * width:100px;
    * height:49px;
}


.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: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #3ad7c9;
  }
  .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: #3ad7c9;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #3ad7c9;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    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;
    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;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    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;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #3ad7c9;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #3ad7c9;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    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: #3ad7c9;
  }
}

.banner-slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.banner-slide .slideItem .banner-img{width:100%;}
.banner-slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.banner-slide .console{
	height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.banner-slide .dotList{
	    text-align: center;
    margin-top: 20px;
}
.banner-slide .dotList ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.banner-slide .dotList ul li.active{
	 background-position:0px 0px;
}
.banner-slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.banner-slide .carousel-control.left{
	left:0;
	background-position:-38px 0px;
	cursor:pointer;
}
.banner-slide .carousel-control.right{
	right:0;
	background-position:-85px 0px;
	cursor:pointer;
}
.banner-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;
}

::selection {
  color: #fff;
  background: #3ad7c9;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #000000;
  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;
  transition: all 550ms;
}
a:hover {
  color: #3ad7c9;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
  height: auto;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}
input:focus, textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio] {
  cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

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 {
  transition: all 550ms;
}

.c-bbx {
  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%;
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.f-box2 {
  width: 1600px;
}

@media screen and (max-width: 1660px) {
  .f-box {
    width: 1400px;
  }
}
@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;
    max-width: 96%;
  }
}
/* .f-xx end */
/* @keyframes start */
@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;
  transform: scaleX(0);
  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;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy img {
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  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;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforex img {
  transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
  visibility: visible;
  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;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforey img {
  transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
  visibility: visible;
  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%;
  transform: scaleY(0);
  background-color: #3ad7c9;
  transition: all 550ms;
}
.an-hoverbtn-beforey:hover {
  color: #fff;
}
.an-hoverbtn-beforey:hover:before {
  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%;
  transform: scaleX(0);
  background-color: #3ad7c9;
  transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
  color: #fff;
}
.an-hoverbtn-beforex:hover:before {
  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: #3ad7c9;
  transition: all 550ms;
}
.an-hoverbtn-beforer:hover {
  color: #fff;
}
.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  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: #3ad7c9;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #3ad7c9;
  }
  .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: auto;
  }
}
@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 {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}
.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}

.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}
.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}

.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}
.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}

.j-fadein {
  transition: all 750ms;
  opacity: 0;
}
.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-fadein {
    transform: none !important;
  }
}

.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img {
  transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-title a:hover {
  color: #3ad7c9;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #3ad7c9;
}

.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 {
  animation: object_one 1.5s infinite;
}

#object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s;
}

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  padding-top: 26px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-crm a {
  color: #666;
}
.m-crm a:hover {
  color: #3ad7c9;
}
.m-crm a.active {
  color: #3ad7c9;
}
@media screen and (max-width: 991px) {
  .m-crm {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-oths .oths-item {
  position: relative;
  padding-left: 18px;
  max-width: 49%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}
.m-oths .oths-item a {
  color: #666;
}
.m-oths .oths-item a:hover {
  color: #3ad7c9;
}
.m-oths .oths-item i {
  position: absolute;
  left: 0;
}
.m-oths .oths-item-2 {
  padding-left: 0;
  padding-right: 18px;
}
.m-oths .oths-item-2 i {
  left: auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .m-oths {
    padding: 10px;
  }
  .m-oths .oths-item {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-page {
  margin-top: 86px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-page a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  /*background-color: #eeeeee;*/
  /*border: solid 1px #e5e5e5;*/
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page a:hover {
  color: white;
  border-color: #3ad7c9;
  background-color: #3ad7c9;
}
.m-page a.active {
  color: white;
  border-color: #3ad7c9;
  background-color: #3ad7c9;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-right: 28px;
  background: url("../image/page1.png") no-repeat right center;
}
.m-page .form-btn {
  min-width: 140px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #3ad7c9;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a, .m-page span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
  background-color: #f3f3f3;
  border-radius: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 44px;
  line-height: 40px;
  margin-bottom: 1px;
  font-size: 20px;
  font-size: 2rem;
  color: #a5a5a5;
  text-align: center;
}
.m-kf .kf-item:hover {
  color: #3ad7c9;
}
.m-kf .kf-item.active {
  color: #3ad7c9;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}
.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
    border-radius: 0;
    padding: 0;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  .g-ft {
    padding-bottom: 43px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #3ad7c9;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #3ad7c9;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.g-habt {
  background: url("../image/habt1.jpg") no-repeat center;
  background-size: cover;
  padding-top: 16.3541666667%;
  padding-bottom: 18.75%;
}

.m-habt .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1601px;
  padding-left: 30px; 
  padding-right: 30px;
  padding-top: 34px;
  padding-bottom: 41px;
  text-align: center;
  border-radius: 15px;
  background-color: rgba(227, 229, 235, 0.95);
}
.m-habt .box-title {
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-habt .box-desc {
  margin-top: 21px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-habt .box-desc a {
  color: #666;
}
.m-habt .box-desc a:hover {
  color: #3ad7c9;
}
.m-habt .box-link {
  margin-top: 15px;
}
.m-habt .box-link a {
  display: inline-block;
  min-width: 222px;
  line-height: 30px;
  padding: 10px;
  border-radius: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #3ad7c9;
}
.m-habt .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-habt .box-wp {
    padding: 10% 20px;
  }
  .m-habt .box-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-habt .box-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 48px;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
  .m-habt .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.g-hproc {
  position: relative;
}

.m-hproc {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hproc .box-item {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.m-hproc .box-item:hover .item-text {
  opacity: 1;
  visibility: visible;
}
.m-hproc .item-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  width: calc(100% - 40px);
  height: 98%;
  height: calc(100% - 40px);
  background-color: rgba(227, 229, 235, 0.95);
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all 550ms;
  opacity: 0;
  visibility: hidden;
}
.m-hproc .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 3.4rem;
  width: 100%;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hproc .item-desc {
  margin-top: 20px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  color: #777;
  width: 100%;
}
.m-hproc .item-desc a {
  color: #777;
  display: inline;
}
.m-hproc .item-link {
  margin-top: 48px;
  width: 100%;
}
.m-hproc .item-link a {
  display: inline-block;
  min-width: 132px;
  line-height: 30px;
  padding: 6px;
  border-radius: 21px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #3ad7c9;
}
.m-hproc .item-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1660px) {
  .m-hproc {
    width: 100%;
    /* max-width: 1200px; */
  }
}
@media screen and (max-width: 1219px) {
  .m-hproc .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hproc .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hproc .item-link {
    margin-top: 20px;
  }
  .m-hproc .item-link a {
    min-width: 100px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hproc .item-link {
    display: none;
  }
  .m-hproc .item-text {
    opacity: 1;
    visibility: visible;
    position: unset;
    transform: unset;
    background: none;
    width: 98%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .m-hproc .box-item {
    width: 100%;
  }
}

.m-nextbtn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  z-index: 3;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.m-nextbtn:hover {
  color: #3ad7c9;
}
@media screen and (max-width: 991px) {
  .m-nextbtn {
    display: none;
  }
}

.g-hys {
  position: relative;
  padding-top: 10.9375%;
  padding-bottom: 10.9375%;
  background: url("../image/hysbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-hys .box-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.m-hys .box-title a {
  color: #fff;
}
.m-hys .box-title a:hover {
  color: #3ad7c9;
}
.m-hys .box-desc {
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  max-height: 180px;
}
.m-hys .box-desc p {
  min-height: 30px;
}
.m-hys .box-desc a {
  color: #fff;
}
.m-hys .box-desc a:hover {
  color: #3ad7c9;
}
.m-hys .box-wp {
  margin-top: 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hys .box-item {
  position: relative;
  width: 33.33%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.m-hys .box-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 63px;
  background-color: #fff;
}
.m-hys .box-item:nth-child(3n):before {
  display: none;
}
.m-hys .item-wp {
  color: #fff;
  word-break: break-word;
}
.m-hys .item-wp p {
  color: #fff;
}
.m-hys .item-wp:hover {
  color: #3ad7c9;
}
.m-hys .item-wp:hover p {
  color: #3ad7c9;
}
.m-hys .item-num {
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
.m-hys .item-num sup {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: top;
}
.m-hys .item-title {
  margin-top: 15px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-hys .box-link {
  margin-top: 8.7857142857%;
  text-align: center;
}
.m-hys .box-link a {
  display: inline-block;
  min-width: 222px;
  line-height: 30px;
  padding: 15px;
  border-radius: 30px;
  background-color: #3ad7c9;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.m-hys .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-hys .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hys .box-desc {
    margin-top: 10px;
    line-height: 24px;
    max-height: 120px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .m-hys .box-desc p {
    min-height: 0;
  }
  .m-hys .box-wp {
    margin-top: 20px;
  }
  .m-hys .box-item:before {
    height: 30px;
  }
  .m-hys .item-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hys .item-num sup {
    font-size: 10px;
    font-size: 1rem;
  }
  .m-hys .item-title {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hys .box-link {
    margin-top: 20px;
  }
  .m-hys .box-link a {
    min-width: 100px;
    line-height: 24px;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hys .box-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .m-hys .box-item:before {
    display: none;
  }
  .m-hys .box-wp {
    margin-top: 10px;
  }
}

.g-hnews {
  background: url("../image/hnewsbg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 7.7604166667%;
  padding-bottom: 11.4285714286%;
}

.m-hnews {
  float: left;
  width: 45%;
}
.m-hnews .box-title {
  margin-bottom: 42px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
}
.m-hnews .box-title a {
  color: #fff;
}
.m-hnews .box-title a:hover {
  color: #3ad7c9;
}
.m-hnews .item-wp {
  padding-top: 45px;
  padding-bottom: 31px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(254, 254, 254, 0.2);
}
.m-hnews .item-time {
  flex: 0 0 auto;
  width: 120px;
  margin-right: 30px;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 21px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.m-hnews .item-time span {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.m-hnews .item-text {
  flex: 1 1 auto;
  overflow: hidden;
  color: #fff;
}
.m-hnews .item-text a {
  color: #fff;
}
.m-hnews .item-text a:hover {
  color: #3ad7c9;
}
.m-hnews .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hnews .item-desc {
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-hnews .box-img {
  line-height: 0;
  font-size: 0;
  margin-top: 74px;
}
@media screen and (max-width: 1440px) {
  .m-hnews .box-img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .m-hnews .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hnews .item-wp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-hnews .item-time {
    margin-right: 10px;
    width: 80px;
    padding: 10px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hnews .item-time span {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hnews .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-desc {
    margin-top: 5px;
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .m-hnews .box-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-hnews {
    width: 100%;
    float: none;
  }
}

.m-hcomponent {
  float: right;
  width: 45%;
}
.m-hcomponent .box-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 44px;
  color: #fff;
}
.m-hcomponent .box-title a {
  color: #fff;
}
.m-hcomponent .box-title a:hover {
  color: #3ad7c9;
}
.m-hcomponent .list-item {
  margin-top: 30px;
}
.m-hcomponent .list-item:first-child {
  margin-top: 0;
}
.m-hcomponent .item-wp {
  display: block;
}
.m-hcomponent .item-text {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 23px;
  padding-bottom: 28px;
  background-color: #dddadf;
  position: relative;
}
.m-hcomponent .item-text:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 100%;
  border-top: 12px solid #dddadf;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.m-hcomponent .item-text:hover {
  background-color: #3ad7c9;
}
.m-hcomponent .item-text:hover:before {
  border-top-color: #3ad7c9;
}
.m-hcomponent .item-text:hover .item-desc {
  color: #fff;
}
.m-hcomponent .item-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: content-box;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hcomponent .item-fix {
  margin-top: 22px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hcomponent .item-pic {
  margin-right: 18px;
  width: 70px;
  border-radius: 50%;
}
.m-hcomponent .item-name {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .m-hcomponent .list-item:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .m-hcomponent .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hcomponent .item-text {
    padding: 15px;
  }
  .m-hcomponent .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hcomponent .item-name {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hcomponent .item-pic {
    width: 50px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-hcomponent {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.g-hpartner {
  background-color: #e8e8e8;
  padding-top: 144px;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .g-hpartner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hpartner .box-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.m-hpartner .box-slide {
  position: relative;
}
.m-hpartner .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hpartner .list-item {
  float: left;
  margin-right: 0.0457142857%;
  width: 0.1285714286%;
}
.m-hpartner .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  line-height: 38px;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  font-size: 1.2rem;
  color: #c7c7c7;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
.m-hpartner .box-btn:hover {
  color: #fff;
  background-color: #3ad7c9;
}
.m-hpartner .prev {
  left: -70px;
}
.m-hpartner .next {
  right: -70px;
}
@media screen and (max-width: 1660px) {
  .m-hpartner .box-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-hpartner .box-btn {
    width: 30px;
    line-height: 28px;
  }
  .m-hpartner .prev {
    left: 0;
  }
  .m-hpartner .next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-hpartner .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hpartner .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}

.m-hctus {
  margin-top: 80px;
}
.m-hctus .box-form {
  padding-top: 50px;
  padding-bottom: 35px;
  padding-left: 3.3571428571%;
  padding-right: 7.1428571429%;
  background-color: #f9f9f9;
  border-radius: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-hctus .form-fix1 {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hctus .form-fix2 {
  flex: 0 0 auto;
  margin-left: 10.0558659218%;
  width: 182px;
}
.m-hctus .form-btn {
  width: 100%;
  line-height: 30px;
  padding: 10px;
  background-color: #3ad7c9;
  border-radius: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.m-hctus .form-btn:hover {
  color: #fff;
  background-color: #333;
}
.m-hctus .form-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f0f0f0;
}
.m-hctus .form-text::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.m-hctus .form-text:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.m-hctus .form-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.m-hctus .form-text:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.m-hctus .form-text2 {
  height: 94px;
}
.m-hctus .form-item1 {
  width: 47.5132275132%;
}
.m-hctus .form-item2 {
  width: 100%;
  margin-top: 28px;
}
.m-hctus .star .form-text {
  background: url("../image/star1.png") no-repeat 22px 20px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 991px) {
  .m-hctus {
    margin-top: 30px;
  }
  .m-hctus .box-form {
    padding: 30px 15px;
  }
  .m-hctus .form-fix2 {
    width: 120px;
  }
  .m-hctus .form-btn {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hctus .form-text {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 10px;
  }
  .m-hctus .star .form-text {
    background-position: 5px 15px;
  }
  .m-hctus .form-text {
    height: 36px;
    line-height: 36px;
  }
  .m-hctus .form-text2 {
    height: 72px;
  }
}
@media screen and (max-width: 640px) {
  .m-hctus .box-form {
    display: block;
  }
  .m-hctus .form-fix2 {
    margin-left: 0;
    margin-top: 0;
  }
  .m-hctus .form-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-hctus .form-item2 {
    margin-top: 0;
  }
}

.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .dotList, .banner .carousel-control {
  display: none;
}

.g-fpb7 {
  background-color: #e8e8e8;
}

.g-ft {
  background-color: #e8e8e8;
}

.m-ftfix1 {
  padding-top: 36px;
  padding-bottom: 90px;
}

.m-ftfix2 {
  padding-bottom: 16px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-ftfix2 a {
  color: #999;
}
.m-ftfix2 a:hover {
  color: #3ad7c9;
}

.m-ftb1 {
  float: left;
  width: 29.2857142857%;
  padding-right: 30px;
}

.m-ftb2 {
  float: left;
  width: 13.8571428571%;
  padding-right: 30px;
}

.m-ftb3 {
  float: left;
  width: 16.1428571429%;
  padding-right: 30px;
}

.m-ftb4 {
  float: left;
  width: 12.6428571429%;
  padding-right: 30px;
}

.m-ftb5 {
  overflow: hidden;
}

.m-ftlogo .logo-wp {
  display: block;
}
.m-ftlogo .logo-img {
  line-height: 0;
  font-size: 0;
}
.m-ftlogo .logo-title {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftt {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.m-ftnav {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftinfo .info-item {
  position: relative;
  padding-left: 32px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}
.m-ftinfo .info-item span {
  font-size: 30px;
  font-size: 3rem;
}

.m-ftext {
  margin-top: 4px;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .m-ftfix1, .m-ftlnk {
    display: none;
  }
  .m-ftfix2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.g-hd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fefefe;
  padding-left: 2.6041666667%;
  padding-right: 2.6041666667%;
}
.g-hd.fixed {
  background-color: rgba(51, 51, 51, 0.6);
}

.c-mt100 {
  margin-top: 145px;
}
@media screen and (max-width: 991px) {
  .c-mt100 {
    margin-top: 51px;
  }
}

.g-hd2 {
  background-color: #fff;
  border-color: #f0f0f0;
}
.g-hd2 .m-hdnav .nav-item > a, .g-hd2 .m-hdlang .lang-btn, .g-hd2 .m-hdsch .box-btn {
  color: #333;
}
.g-hd2 .m-hdlogo .logo2 {
  display: block;
}
.g-hd2 .m-hdlogo .logo1 {
  display: none;
}

.m-hdfix1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hdlogo {
  line-height: 0;
  font-size: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.fixed .m-hdlogo{
  padding-top: 17px;
  padding-bottom: 17px;
}

.m-hdlogo .logo2 {
  display: none;
}

.m-hdfix2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hdnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hdnav .nav-item {
  margin-right: 30px;
}
.m-hdnav .nav-item > a {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 98px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.fixed .m-hdnav .nav-item > a {
  line-height: 68px;
}

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
  color: #3ad7c9;
}
.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: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
.m-hdnav .sbnav-list {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 156px;
  padding-top: 12px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.m-hdnav .sbnav-list.show {
  display: block;
}
.m-hdnav .sbnav-item {
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #3ad7c9;
}
@media screen and (max-width: 1440px) {
  .m-hdnav .sbnav-item {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hdlang {
  position: relative;
}
.m-hdlang .lang-btn {
  display: block;
  line-height: 98px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.fixed .m-hdlang .lang-btn{
  line-height: 68px;
}

.m-hdlang .lang-btn i {
  font-size: 10px;
  font-size: 1rem;
}
.m-hdlang .lang-btn:hover {
  color: #3ad7c9;
}
.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 100px;
  padding: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  display: none;
}

.m-hdsch {
  position: relative;
  margin-right: 40px;
}
.m-hdsch .box-btn {
  display: block;
  line-height: 98px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.fixed .m-hdsch .box-btn{
  line-height: 68px;
}


.m-hdsch .box-btn:hover {
  color: #3ad7c9;
}
.m-hdsch .box-form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background-color: #fff;
  padding-right: 46px;
  display: none;
}
.m-hdsch .form-text {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  line-height: 46px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3ad7c9;
}

@media screen and (max-width: 1440px) {
  .m-hdnav .nav-item {
    margin-right: 20px;
  }
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item {
    margin-right: 10px;
  }
  .m-hdsch{ margin-right: 10px; }
  /*.m-hdlogo{ padding-bottom: 0px; }*/
}
@media screen and (max-width: 991px) {
  .g-hd {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .g-hd .m-hdnav .nav-item > a, .g-hd .m-hdlang .lang-btn, .g-hd .m-hdsch .box-btn {
    color: #333;
  }
  .g-hd .m-hdlogo .logo2 {
    display: block;
  }
  .g-hd .m-hdlogo .logo1 {
    display: none;
  }
  .m-hdnav {
    display: none;
  }
  .m-hdfix1 {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .m-hdlogo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-hdlogo img {
    width: 150px;
  }
  .m-hdsch, .m-hdlang {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .m-hdsch {
    margin-right: 0;
  }
  .m-hdlang .lang-btn, .m-hdsch .box-btn {
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hdlang {
    border: none;
    right: 30px;
  }
}
.g-fpb {
  position: relative;
  overflow: hidden;
}

.g-fpb .f-box {
  transition: all 750ms;
  transform: translate(0, 100%);
  opacity: 0;
  transition-delay: 1000ms;
}

.g-fpb.active .f-box {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .g-fpb {
    overflow: visible;
  }
}
@media screen and (max-width: 1024px) {
  .g-fpb {
    height: auto !important;
  }
  .g-fpb .f-box {
    opacity: 1;
    transform: none;
  }
  .g-fpb .fp-tableCell {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .g-fpb {
    height: auto !important;
  }
  .g-fpb .fp-tableCell {
    height: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .g-habt, .g-hproc, .g-hys, .g-hnews, .g-hpartner {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
  }
  .g-habt, .g-hys, .g-hnews, .g-hpartner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner {
    padding-top: 0 !important;
    height: 100%;
  }
  .banner .banner-slide {
    height: 100% !important;
  }
  .banner .carouse {
    height: 100% !important;
  }
  .banner .carouse .slideItem {
    height: 100%;
    top: 50%;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .banner .carouse .slideItem img {
    opacity: 0;
    visibility: hidden;
  }
}
.m-nbanner .box-img {
  position: relative;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.g-wp {
  padding-top: 39px;
  padding-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.c-bg1 {
  background: url("../image/nbg1.jpg") no-repeat center;
}

.m-proc .box-item {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-proc .box-item:first-child {
  margin-top: 0;
}
.m-proc .box-item .item-pic {
  width: 65.7142857143%;
}
.m-proc .box-item .item-fix {
  width: 32.1428571429%;
  padding: 20px 3.5714285714%;
  background-color: #f5f5f5;
  align-self: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-proc .box-item .item-text {
  width: 100%;
}
.m-proc .box-item .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-proc .box-item .item-desc {
  margin-top: 18px;
  max-height: 210px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.m-proc .box-item .item-desc a {
  color: #666;
}
.m-proc .box-item .item-desc a:hover {
  color: #3ad7c9;
}
.m-proc .box-item .item-link {
  margin-top: 27px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-proc .box-item .item-link a {
  margin-right: 7px;
  margin-bottom: 5px;
  min-width: 120px;
  line-height: 24px;
  padding: 4px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3ad7c9;
  text-align: center;
  border: 1px solid #3ad7c9;
  border-radius: 18px;
}
.m-proc .box-item .item-link a:hover {
  color: #fff;
  background-color: #3ad7c9;
}
.m-proc .box-item .item-info {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.m-proc .box-item .item-info span {
  font-size: 26px;
  font-size: 2.6rem;
}
.m-proc .box-item2 .item-pic {
  order: 2;
}
@media screen and (max-width: 1440px) {
  .m-proc .box-item .item-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proc .box-item .item-info span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-proc .box-item .item-link a {
    min-width: 80px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .m-proc .box-item {
    margin-top: 30px;
  }
  .m-proc .box-item .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proc .box-item .item-desc {
    margin-top: 10px;
    max-height: 88px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-proc .box-item .item-link {
    margin-top: 10px;
  }
  .m-proc .box-item .item-info {
    margin-top: 10px;
    line-height: 22px;
    font-size: 10px;
    font-size: 1rem;
  }
  .m-proc .box-item .item-info span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-proc .box-item {
    display: block;
  }
  .m-proc .box-item .item-pic {
    width: 100%;
  }
  .m-proc .box-item .item-fix {
    width: 100%;
  }
}

.m-npartner {
  margin-top: 72px;
  margin-bottom: 58px;
}
@media screen and (max-width: 991px) {
  .m-npartner {
    margin-top: 30px;
  }
}

.m-ftctus {
  background-color: #3ad7c9;
  padding-top: 66px;
  padding-bottom: 55px;
}
.m-ftctus .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-ftctus .box-hd {
  flex: 0 0 auto;
  margin-right: 5%;
  color: #fff;
}
.m-ftctus .hd-title {
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
.m-ftctus .hd-desc {
  margin-top: 9px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ftctus .box-form {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.m-ftctus .form-item1, .m-ftctus .form-item2, .m-ftctus .form-item3 {
  width: 13.3111480865%;
}
.m-ftctus .form-item4 {
  width: 19.9667221298%;
}
.m-ftctus .form-item {
  margin-top: 10px;
}
.m-ftctus .form-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.m-ftctus .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftctus .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftctus .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftctus .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftctus .form-item3 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.m-ftctus .form-item3 img {
  vertical-align: middle;
  max-height: 40px;
}
.m-ftctus .form-btn {
  width: 100%;
  line-height: 30px;
  padding: 18px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.m-ftctus .form-btn i {
  vertical-align: middle;
}
.m-ftctus .form-btn:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-ftctus {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-ftctus .box-wp {
    display: block;
  }
  .m-ftctus .hd-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-ftctus .hd-desc {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ftctus .form-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-ftctus .form-btn {
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ftctus .form-item {
    width: 32%;
  }
}

.m-clstext {
  margin-bottom: 50px;
}
.m-clstext .box-title {
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
.m-clstext .box-desc {
  margin-top: 14px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-clstext .box-desc:first-child {
  margin-top: 0;
}
.m-clstext .box-link {
  margin-top: 21px;
}
.m-clstext .box-link a {
  display: inline-block;
  min-width: 120px;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #3ad7c9;
  border-radius: 18px;
}
.m-clstext .box-link a:hover {
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-clstext {
    margin-bottom: 30px;
  }
  .m-clstext .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-clstext .box-desc {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .m-clstext .box-link {
    margin-top: 10px;
  }
  .m-clstext .box-link a {
    min-width: 80px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-prolinfo {
  margin-bottom: 41px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.m-prolinfo .box-item {
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 210px;
  max-width: 23%;
  text-align: center;
}
.m-prolinfo .item-icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.m-prolinfo .item-title {
  margin-top: 15px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-prolinfo .item-desc {
  margin-top: 8px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-prolinfo {
    margin-bottom: 10px;
  }
  .m-prolinfo .item-icon {
    width: 66px;
  }
  .m-prolinfo .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prolinfo .item-desc {
    margin-top: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prolinfo .box-item {
    max-width: 48%;
  }
}

.m-prol1 .list-item {
  margin-top: 22px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fcfcfc;
  border: solid 1px #d6d6d6;
}
.m-prol1 .list-item:first-child {
  margin-top: 0;
}
.m-prol1 .item-pic {
  flex: 0 0 auto;
  width: 406px;
}
.m-prol1 .item-text {
  flex: 1 1 auto;
  padding: 10px 35px;
  overflow: hidden;
}
.m-prol1 .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol1 .item-desc {
  margin-top: 9px;
  max-height: 210px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.m-prol1 .item-desc a {
  color: #666;
}
.m-prol1 .item-desc a:hover {
  color: #3ad7c9;
}
.m-prol1 .item-link {
  margin-top: 23px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-prol1 .item-link a {
  margin-right: 7px;
  margin-bottom: 5px;
  min-width: 120px;
  line-height: 24px;
  padding: 4px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border: 1px solid #3ad7c9;
  background-color: #3ad7c9;
  border-radius: 18px;
}
.m-prol1 .item-link a:hover {
  color: #fff;
  background-color: #333;
}
.m-prol1 .item-info {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.m-prol1 .item-info span {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .m-prol1 .item-pic {
    width: 250px;
  }
  .m-prol1 .item-text {
    padding: 10px;
  }
  .m-prol1 .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol1 .item-desc {
    margin-top: 10px;
    max-height: 44px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .m-prol1 .item-link {
    margin-top: 10px;
    display: none;
  }
  .m-prol1 .item-info {
    margin-top: 10px;
    line-height: 22px;
    font-size: 10px;
    font-size: 1rem;
  }
  .m-prol1 .item-info span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol1 .list-item {
    display: block;
  }
  .m-prol1 .item-pic {
    width: 100%;
  }
}

.m-prol2 {
  margin-bottom: -57px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-prol2 .list-item {
  margin-right: 3.8571428571%;
  margin-bottom: 57px;
  width: 30.7142857143%;
  border: solid 1px #dddddd;
  padding: 17px 15px 28px;
}
.m-prol2 .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol2 .list-item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.m-prol2 .item-title {
  margin-top: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol2 .item-info {
  margin-top: 12px;
  max-height: 120px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}
.m-prol2 .item-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol2 .item-link {
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-prol2 .item-link input {
  margin-bottom: 5px;
  margin-right: 20px;
}
.m-prol2 .item-link a {
  min-width: 154px;
  line-height: 24px;
  padding: 4px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3ad7c9;
  text-align: center;
  border: 1px solid #3ad7c9;
  border-radius: 18px;
  margin-bottom: 5px;
  margin-right: 35px;
}
.m-prol2 .item-link a:last-child {
  margin-right: 0;
}
.m-prol2 .item-link a:hover {
  color: #fff;
  background-color: #3ad7c9;
}
@media screen and (max-width: 1440px) {
  .m-prol2 .item-link input, .m-prol2 .item-link a {
    margin-right: 10px;
  }
  .m-prol2 .item-link a {
    min-width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol2 .item-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 104px;
  }
}
@media screen and (max-width: 991px) {
  .m-prol2 {
    margin-bottom: -20px;
  }
  .m-prol2 .list-item {
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  .m-prol2 .item-link {
    margin-top: 10px;
  }
  .m-prol2 .item-link a {
    min-width: 70px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-prol2 .item-info {
    margin-top: 5px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    max-height: 96px;
  }
  .m-prol2 .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-prol2 .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .m-prol2 .list-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
  }
}

.m-protag {
  margin-top: 49px;
}
.m-protag .box-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.m-protag .box-tag {
  margin-top: 14px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-protag .box-tag a {
  margin-right: 13px;
  margin-bottom: 5px;
  padding: 5px 18px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  background-color: #f5f5f5;
}
.m-protag .box-tag a:hover {
  color: #fff;
  background-color: #3ad7c9;
}
@media screen and (max-width: 991px) {
  .m-protag {
    margin-top: 20px;
  }
  .m-protag .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-protag .box-tag {
    margin-top: 10px;
  }
  .m-protag .box-tag a {
    padding: 5px 10px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-prob1 {
  margin-bottom: 62px;
}
.m-prob1 .prob-pic {
  margin-right: 5.7142857143%;
  width: 678px;
}
.m-prob1 .prob-pic-big {
  position: relative;
  float: right;
  width: 550px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  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 .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 .zoomWrapperImage img {
  max-width: 1200px;
}
.m-prob1 .prob-pic-small {
  position: relative;
  float: left;
  width: 100px;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  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: #3ad7c9;
}
.m-prob1 .prob-pic-list {
  height: 309px;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
  height: 1000%;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
  margin-bottom: 28px;
}
.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
  border: 1px solid #888888;
  overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #3ad7c9;
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #3ad7c9;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-info {
  overflow: hidden;
}
.m-prob1 .prob-title {
  padding-bottom: 22px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.m-prob1 .prob-link {
  margin-top: -28px;
  margin-left: 187px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}
.m-prob1 .prob-link a {
  margin-right: 50px;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 260px;
  padding: 10px;
  line-height: 28px;
  font-size: 20px;
  font-size: 2rem;
  color: #3ad7c9;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #3ad7c9;
}
.m-prob1 .prob-link a:hover {
  color: white;
  background-color: #3ad7c9;
}
.m-prob1 .prob-link a:last-child {
  margin-right: 0;
}
.m-prob1 .prob-share {
  padding-top: 30px;
}
.m-prob1 .prob-desc {
  margin-top: 29px;
  line-height: 36px;
  color: #666;
}
.m-prob1 .prob-desc p, .m-prob1 .prob-desc span, .m-prob1 .prob-desc b {
  line-height: 36px;
}
.m-prob1 .prob-desc p {
  min-height: 36px;
}
.m-prob1 .prob-tel {
  margin-top: 14px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3ad7c9;
}
.m-prob1 .prob-tel span {
  font-size: 24px;
  font-size: 2.4rem;
}

.m-proshare .share-font {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  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 {
    padding-top: 25px;
  }
  .m-prob1 .prob-link {
    margin-top: 30px;
  }
  .m-prob1 .prob-link a {
    margin-right: 20px;
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-tel {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-tel span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@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 {
    padding-top: 20px;
  }
  .m-prob1 .prob-link {
    margin-top: 20px;
  }
  .m-prob1 .prob-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
    min-width: 100px;
  }
}
.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: #3ad7c9;
    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: 10000%;
    overflow: hidden;
  }
  .m-propic .list-item {
    position: relative;
    float: left;
    margin-right: 0.02%;
    width: 0.32%;
    overflow: hidden;
  }
  .m-propic .list-item iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .m-propic .item-pic {
    border: 1px solid #3ad7c9;
  }
}
@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prott {
  padding-bottom: 6px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 45px;
  border-bottom: 2px solid #e2e2e2;
}
@media screen and (max-width: 991px) {
  .m-prott {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-prob2, .m-mpro {
  margin-top: -42px;
  margin-bottom: 78px;
}
@media screen and (max-width: 991px) {
  .m-prob2, .m-mpro {
    margin-top: 30px;
  }
}

.m-mpro .item-link {
  justify-content: center;
}

.m-abtb1 {
  padding-left: 13.5416666667%;
}
.m-abtb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb1 .box-text {
  width: 87.759036%;
}
.m-abtb1 .box-video {
  width: 55.0602409639%;
  line-height: 0;
  font-size: 0;
  order: 2;
}
.m-abtb1 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.m-abtb1 .box-desc {
  margin-top: 23px;
  color: #666;
  line-height: 32px;
}
.m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b {
  line-height: 32px;
}
.m-abtb1 .box-desc p {
  text-indent: 2em;
}
@media screen and (max-width: 1219px){
	.m-abtb1 .box-wp{
		display: block;
	}
	
	.m-abtb1 .box-video{
		float: right;
		margin-left: 20px;
	}
	
	.m-abtb1 .box-text{
		width: auto;
	}
}
@media screen and (max-width: 991px) {
  .m-abtb1 {
    padding-left: 0;
  }
  .m-abtb1 .box-wp {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-abtb1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb1 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-video {
    margin-top: 20px;
    width: 100%;
    float: none;
    margin-left: 0;
    order: 3;
  }
  .m-abtb1 .box-text {
    width: 100%;
    order: 2;
  }
}

.m-abtb2 {
  margin-top: 88px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-abtb2 .box-item {
  margin-left: 1%;
  margin-right: 1% !important;
  margin-bottom: 20px;
  max-width: 23%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  word-break: break-word;
}
.m-abtb2 .item-icon {
  flex: 0 0 auto;
  margin-right: 12px;
  line-height: 0;
  font-size: 0;
}
.m-abtb2 .item-text {
  overflow: hidden;
}
.m-abtb2 .item-title {
  line-height: 1;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  color: #3ad7c9;
}
.m-abtb2 .item-title span {
  font-size: 16px;
  font-size: 1.6rem;
}
.m-abtb2 .item-desc {
  margin-top: 11px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .m-abtb2 .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .m-abtb2 .item-title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 30px;
  }
  .m-abtb2 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb2 .item-title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-abtb2 .item-desc {
    margin-top: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-abtb2 .item-icon img {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb2 .box-item {
    max-width: 48%;
    width: 48%;
  }
}

.m-abtb3 {
  margin-top: 135px;
  background: url("../image/abtb3bg1.png") no-repeat left center;
}
.m-abtb3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb3 .box-text {
  width: 41.4285714286%;
  padding-top: 65px;
}
.m-abtb3 .box-img {
  order: 2;
  width: 58.285714%;
  line-height: 0;
  font-size: 0;
}
.m-abtb3 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.m-abtb3 .box-info {
  margin-top: 47px;
}
.m-abtb3 .info-item {
  position: relative;
  padding-left: 46px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #666;
  margin-top: 30px;
}
.m-abtb3 .info-item:first-child {
  margin-top: 0;
}
.m-abtb3 .item-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.m-abtb3 .box-link {
  margin-top: 72px;
}
.m-abtb3 .box-link a {
  display: inline-block;
  min-width: 195px;
  line-height: 30px;
  padding: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #3ad7c9;
  border-radius: 4px;
}
.m-abtb3 .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1219px) {
  .m-abtb3 .box-text{ padding-top: 0; }
  .m-abtb3 .box-info{ margin-top: 26px; }
  .m-abtb3 .info-item{ margin-top: 20px; font-size: 16px; font-size: 1.6rem;}
  .m-abtb3 .box-link{ margin-top: 26px; }
}
@media screen and (max-width: 991px) {
  .m-abtb3 {
    margin-top: 30px;
  }
  .m-abtb3 .box-text {
    padding-top: 20px;
  }
  .m-abtb3 .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb3 .box-info {
    margin-top: 10px;
  }
  .m-abtb3 .info-item {
    margin-top: 5px;
    padding-left: 30px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb3 .item-icon {
    width: 20px;
  }
  .m-abtb3 .box-link {
    margin-top: 20px;
  }
  .m-abtb3 .box-link a {
    min-width: 100px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb3 .box-img {
    width: 100%;
  }
  .m-abtb3 .box-text {
    order: 2;
    width: 100%;
  }
}

.m-abtb4 {
  margin-top: 104px;
}
.m-abtb4 .box-title {
  margin-bottom: 34px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.m-abtb4 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -20px;
}
.m-abtb4 .box-item {
  margin-right: 2.8571428571%;
  margin-bottom: 20px;
  width: 31.4285714286%;
  background-color: #f5f5f5;
}
.m-abtb4 .box-item:nth-child(3n) {
  margin-right: 0;
}
.m-abtb4 .box-item:hover {
  background-color: #3ad7c9;
}
.m-abtb4 .box-item:hover .item-title, .m-abtb4 .box-item:hover .item-desc {
  color: #fff;
}
.m-abtb4 .item-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px;
  padding-bottom: 26px;
  text-align: center;
}
.m-abtb4 .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.m-abtb4 .item-desc {
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-abtb4 {
    margin-top: 30px;
  }
  .m-abtb4 .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb4 .item-text {
    padding: 15px 10px;
  }
  .m-abtb4 .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb4 .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb4 .box-item {
    width: 100%;
  }
}

.m-history .box-title {
  margin-bottom: 28px;
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
.m-history .box-wp {
  position: relative;
  padding-top: 22px;
}
.m-history .box-wp:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d4d4d4;
}
.m-history .box-item {
  margin-top: 44px;
  position: relative;
  padding-left: 47px;
}
.m-history .box-item:first-child {
  margin-top: 0;
}
.m-history .item-time {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #3ad7c9;
}
.m-history .item-time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  background: url("../image/dot1.png") no-repeat center;
  background-size: cover;
}
.m-history .item-text {
  margin-top: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-history .item-pic {
  order: 2;
  flex: 0 0 auto;
  margin-left: 30px;
  width: 240px;
  align-self: top;
}
.m-history .item-desc {
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-history .item-desc a {
  display: inline;
}
@media screen and (max-width: 991px) {
  .m-history .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-history .box-item {
    margin-top: 20px;
  }
  .m-history .item-time {
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-history .item-time:before {
    top: 5px;
  }
  .m-history .item-text {
    margin-top: 10px;
    padding: 10px;
  }
  .m-history .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .m-history .item-text {
    display: block;
  }
  .m-history .item-pic {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.m-ntt {
  margin-bottom: 48px;
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-ntt {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-factb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-factb1 .box-video {
  width: 58.5625%;
  line-height: 0;
  font-size: 0;
}
.m-factb1 .box-video a {
  display: inline-block;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border: solid 5px #ffffff;
}
.m-factb1 .box-text {
  width: 41.4375%;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 49px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.m-factb1 .box-desc {
  line-height: 32px;
  color: #666;
}
.m-factb1 .box-desc p, .m-factb1 .box-desc span, .m-factb1 .box-desc b {
  line-height: 32px;
}
.m-factb1 .box-desc p {
  min-height: 32px;
  text-indent: 2em;
}
@media screen and (max-width: 1440px) {
  .m-factb1 .box-text {
    padding: 20px 15px;
  }
  .m-factb1 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-factb1 .box-desc p, .m-factb1 .box-desc span, .m-factb1 .box-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-factb1 .box-desc p {
    min-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .m-factb1 .box-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-factb1 .box-desc p, .m-factb1 .box-desc span, .m-factb1 .box-desc b {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-factb1 .box-desc p {
    min-height: 22px;
  }
}
@media screen and (max-width: 640px) {
  .m-factb1 .box-video {
    width: 100%;
  }
  .m-factb1 .box-text {
    width: 100%;
  }
}

.m-factb2 {
  margin-top: 45px;
}
.m-factb2 .box-tabhd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
}
.m-factb2 .tabhd-item {
  width: 32.4%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 27px 15px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #fcfcfc;
  cursor: pointer;
  margin-right: 1.4%;
}
.m-factb2 .tabhd-item:nth-child(3){margin-right: 0;}

.m-factb2 .tabhd-item i {
  margin-right: 5px;
}
.m-factb2 .tabhd-item:hover, .m-factb2 .tabhd-item.active {
  background-color: #3ad7c9;
  color: #fff;
}
.m-factb2 .tabbd-item {
  display: none;
}
.m-factb2 .tabbd-item.show {
  display: block;
}
.m-factb2 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -27px;
}
.m-factb2 .list-item {
  position: relative;
  margin-right: 1.25%;
  margin-bottom: 27px;
  width: 32.5%;
  overflow: hidden;
}
.m-factb2 .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-factb2 .list-item:hover .item-title {
  display: none;
}
.m-factb2 .list-item:hover .item-modal {
  display: block;
}
.m-factb2 .item-wp {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  border: solid 3px #ffffff;
}
.m-factb2 .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: rgba(58, 215, 201, 0.8);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-factb2 .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 215, 201, 0.8);
  display: none;
}
.m-factb2 .item-modal i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .m-factb2 {
    margin-top: 30px;
  }
  .m-factb2 .tabhd-item {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-factb2 .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-factb2 .box-tabhd {
    margin-bottom: 20px;
  }
  .m-factb2 .box-list {
    margin-bottom: -20px;
  }
  .m-factb2 .list-item {
    margin-bottom: 20px;
  }
  .m-factb2 .item-modal i {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-factb2 .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
  .m-factb2 .tabhd-item {
    width: 50%;
  }
}

.m-zhl .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -27px;
}
.m-zhl .list-item {
  margin-right: 1.5714285714%;
  margin-bottom: 27px;
  width: 32.2857142857%;
}
.m-zhl .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-zhl .item-title {
  margin-top: 7px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-zhl .item-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #bfbfbf;
}
@media screen and (max-width: 991px) {
  .m-zhl .box-list {
    margin-bottom: -20px;
  }
  .m-zhl .list-item {
    margin-bottom: 20px;
  }
  .m-zhl .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-zhl .item-time {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-zhl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-gswh .box-item {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-gswh .box-item:first-child {
  margin-top: 0;
}
.m-gswh .item-pic {
  width: 50%;
}
.m-gswh .item-text {
  width: 46.0714285714%;
}
.m-gswh .item-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.m-gswh .item-title img {
  vertical-align: middle;
  margin-right: 5px;
}
.m-gswh .item-info {
  margin-top: 6px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-gswh .item-desc {
  margin-top: 7px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-gswh .item-pic2 {
  order: 2;
}
@media screen and (max-width: 991px) {
  .m-gswh .box-item {
    margin-top: 20px;
  }
  .m-gswh .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-gswh .item-title img {
    width: 22px;
  }
  .m-gswh .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-gswh .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-gswh .item-pic {
    width: 100%;
  }
  .m-gswh .item-text {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
}

.m-cert .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -47px;
}
.m-cert .list-item {
  margin-right: 2.8571428571%;
  margin-bottom: 47px;
  width: 22.8571428571%;
}
.m-cert .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-cert .item-title {
  margin-top: 11px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-cert .item-title {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cert .box-list {
    margin-bottom: -20px;
  }
  .m-cert .list-item {
    margin-bottom: 20px;
  }
}

.m-newsl .list-item {
  padding-top: 68px;
  padding-bottom: 48px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d7d7d7;
}
.m-newsl .list-item:first-child {
  padding-top: 0;
}
.m-newsl .item-time {
  margin-right: 40px;
  flex: 0 0 auto;
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 26px;
  padding-bottom: 21px;
  text-align: center;
  background-color: rgba(58, 213, 199, 0.2);
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-newsl .item-time span {
  display: block;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.m-newsl .item-pic {
  margin-right: 4.1428571429%;
  flex: 0 0 auto;
  width: 37.5%;
}
.m-newsl .item-text {
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 14px;
}
.m-newsl .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-newsl .item-desc {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-newsl .item-desc a {
  color: #666;
}
.m-newsl .item-desc a:hover {
  color: #3ad7c9;
}
.m-newsl .item-link {
  margin-top: 43px;
}
.m-newsl .item-link a {
  display: inline-block;
  min-width: 120px;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3ad7c9;
  text-align: center;
  border: 1px solid #3ad7c9;
  border-radius: 18px;
}
.m-newsl .item-link a:hover {
  color: #fff;
  background-color: #3ad7c9;
}
@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-newsl .item-time {
    margin-right: 10px;
    width: 70px;
    padding: 10px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .item-time span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .m-newsl .item-pic {
    margin-right: 20px;
  }
  .m-newsl .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-desc {
    margin-top: 10px;
    max-height: 66px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .item-link {
    display: none;
  }
  .m-newsl .item-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .m-newsl .list-item {
    display: block;
  }
  .m-newsl .item-pic {
    width: 100%;
  }
  .m-newsl .item-text {
    width: 100%;
  }
  .m-newsl .item-pic, .m-newsl .item-text {
    margin-top: 10px;
  }
}

.m-news .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}
.m-news .box-info {
  padding-top: 27px;
  padding-bottom: 30px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.m-news .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding-left: 24px;
  vertical-align: top;
}
.m-news .box-time .iconfont {
  position: absolute;
  left: 0;
}
.m-news .box-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-news .share-title {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-news .box-desc {
  margin-top: 50px;
  padding-bottom: 0;
}
.m-news .box-desc p {
  text-indent: 2em;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-news .box-desc {
    margin-top: 20px;
  }
  .m-news .box-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.m-serv {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background: url("../image/servbg1.png") no-repeat right center;
  background-size: 48.2857142857%;
}
.m-serv .box-img {
  width: 50%;
  line-height: 0;
  font-size: 0;
}
.m-serv .box-text {
  width: 48.2857142857%;
  padding-left: 36px;
}
.m-serv .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.m-serv .box-desc1 {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #3ad7c9;
}
.m-serv .box-desc2 {
  margin-top: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
}
.m-serv .info-item {
  margin-top: 36px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-serv .info-item span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.m-serv .info-item a {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .m-serv .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-serv .box-desc1 {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-serv .box-desc2 {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-serv .info-item {
    margin-top: 10px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-serv .info-item span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-serv .box-img {
    width: 100%;
  }
  .m-serv .box-text {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
  }
}

.m-downl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-downl .list-item {
  margin-right: 2.8571428571%;
  margin-bottom: 20px;
  width: 48.5714285714%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.m-downl .list-item:nth-child(2n) {
  margin-right: 0;
}
.m-downl .item-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.m-downl .item-wp:hover .item-title {
  color: #3ad7c9;
}
.m-downl .item-wp:hover .item-link {
  color: #3ad7c9;
  border-color: #3ad7c9;
}
.m-downl .item-title {
  flex: 1 1 auto;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-downl .item-link {
  flex: 0 0 auto;
  margin-left: 20px;
  min-width: 140px;
  line-height: 24px;
  padding: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-align: center;
  border-radius: 6px;
  border: solid 1px #999999;
}
@media screen and (max-width: 991px) {
  .m-downl .item-wp {
    padding: 10px;
  }
  .m-downl .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-downl .item-link {
    min-width: 80px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .m-downl .list-item {
    margin-right: 0;
    width: 100%;
  }
}

.m-ctusform {
  padding-left: 45px;
  padding-right: 65px;
  padding-top: 32px;
  padding-bottom: 35px;
  background-color: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}
.m-ctusform .box-title {
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
.m-ctusform .box-desc {
  margin-top: 21px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}
.m-ctusform .box-form {
  margin-top: 34px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ctusform .form-item {
  margin-bottom: 28px;
}
.m-ctusform .form-item1 {
  width: 31.007751938%;
}
.m-ctusform .form-item2 {
  width: 100%;
}
.m-ctusform .form-item3 {
  width: 22.8682170543%;
}
.m-ctusform .form-item4 {
  width: 19.1472868217%;
}
.m-ctusform .form-item5 {
  width: 14.3410852713%;
}
.m-ctusform .form-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f0f0f0;
}
.m-ctusform .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text2 {
  height: 96px;
}
.m-ctusform .form-code {
  display: block;
  line-height: 50px;
  overflow: hidden;
  height: 50px;
  text-align: center;
  background-color: #f3fbfe;
}
.m-ctusform .form-code img {
  max-height: 50px;
  vertical-align: middle;
}
.m-ctusform .form-btn {
  width: 100%;
  line-height: 30px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #3ad7c9;
  border-radius: 25px;
}
.m-ctusform .form-btn:hover {
  color: #fff;
  background-color: #333;
}
.m-ctusform .star .form-text {
  background: url("../image/star1.png") no-repeat 23px 18px;
  background-color: #f0f0f0;
}
.m-ctusform .form-file {
  position: relative;
}
.m-ctusform .file-text {
  color: #999;
  position: relative;
  padding-right: 40px;
}
.m-ctusform .file-text i {
  position: absolute;
  right: 10px;
  color: #333;
}
.m-ctusform .file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    padding: 20px 15px 5px;
  }
  .m-ctusform .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-ctusform .box-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .box-form {
    margin-top: 20px;
  }
  .m-ctusform .form-item {
    margin-bottom: 15px;
  }
  .m-ctusform .form-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .star .form-text {
    background-position-x: 5px;
  }
  .m-ctusform .form-item {
    width: 100%;
  }
  .m-ctusform .form-item3 {
    width: calc(100% - 120px);
  }
  .m-ctusform .form-item4 {
    width: 100px;
  }
  .m-ctusform .form-btn {
    line-height: 24px;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-ctusmap {
  margin-top: 52px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  background-color: #3ad7c9;
  overflow: hidden;
}
.m-ctusmap .box-map {
  width: 66.8571428571%;
  line-height: 0;
  font-size: 0;
}
.m-ctusmap .box-info {
  width: 33.0714285714%;
  padding: 20px 30px;
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-word;
}
.m-ctusmap .box-info a {
  color: #fff;
}
.m-ctusmap .box-info a:hover {
  color: #cfcfcf;
}
.m-ctusmap .box-info .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-ctusmap .box-info .tel {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
  .m-ctusmap .box-info {
    padding: 20px 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusmap .box-info .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusmap .box-info .tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusmap .box-info {
    width: 100%;
  }
  .m-ctusmap .box-map {
    width: 100%;
    order: 2;
  }
}

.m-ctustel {
  margin-top: 58px;
  background-color: #3ad7c9;
  padding: 30px;
  border-radius: 16px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .m-ctustel {
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
  }
}

.m-ctusmodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}
.m-ctusmodal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
  opacity: 0.5;
  cursor: pointer;
}
.m-ctusmodal .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.m-ctusmodal .modal-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1400px;
  max-height: 96%;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}
.m-ctusmodal .modal-fix {
  box-shadow: none;
}

.m-joblist {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-joblist .list-item {
  margin-right: 2.8571428571%;
  margin-bottom: 20px;
  width: 45%;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(6, 0, 1, 0.07);
  border-radius: 8px;
  overflow: hidden;
}
.m-joblist .list-item:nth-child(2n) {
  margin-right: 0;
}
.m-joblist .item-title {
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #fafafa;
}
.m-joblist .item-title i {
  position: absolute;
  right: 10px;
  top: 18px;
}
.m-joblist .item-title .icon-jia2 {
  display: none;
}
.m-joblist .active .icon-jia2 {
  display: block;
}
.m-joblist .item-info {
  padding: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-joblist .info-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-joblist .info-item span {
  flex: 0 0 auto;
  padding-right: 10px;
  width: 85px;
  color: #333;
}
@media screen and (max-width: 991px) {
  .m-joblist .item-title {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-joblist .item-title i {
    top: 10px;
  }
  .m-joblist .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-joblist .list-item {
    width: 100%;
    margin-right: 0;
  }
}

.m-jobinfo {
  margin-top: 64px;
  text-align: center;
}
.m-jobinfo .box-info {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-jobinfo .box-info a {
  color: #666;
}
.m-jobinfo .box-info a:hover {
  color: #3ad7c9;
}
.m-jobinfo .box-link {
  margin-top: 18px;
}
.m-jobinfo .box-link span {
  display: inline-block;
  min-width: 180px;
  line-height: 30px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  background-color: #3ad7c9;
}
.m-jobinfo .box-link span:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-jobinfo {
    margin-top: 30px;
  }
  .m-jobinfo .box-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jobinfo .box-link span {
    min-width: 100px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-hdsbnav {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding-top: 38px;
  padding-bottom: 25px;
  width: 100%;
  display: none;
}
.m-hdsbnav2{
	background-color: rgba(255,255,255,.9);
}
.m-hdsbnav.show {
  display: block;
}
.m-hdsbnav .hdsbnav-list1 {
  display: flex;
  flex-flow: nowrap;
  /*justify-content: flex-start;*/
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-hdsbnav .hdsbnav-item {
  margin-right: 8.5714285714%;
  margin-bottom: 20px;
  width: 18.5714285714%;
}
.m-hdsbnav2 .hdsbnav-item{
	margin-right: 1.7%;
}
.m-hdsbnav1 .hdsbnav-item:nth-child(4n) {
  margin-right: 0;
}
.m-hdsbnav2 .hdsbnav-item:nth-child(5n) {
	margin-right: 0;
}
 
.m-hdsbnav .item-title {
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-hdsbnav .hdsbnav-list2 {
  margin-top: 7px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hdsbnav .hdsbnav-list2 a {
  color: #666;
}
.m-hdsbnav .hdsbnav-list2 a:hover {
  color: #3ad7c9;
}
@font-face {
  font-family: "iconfont"; /* Project id 3903229 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-delete1:before {
  content: "\e7d4";
}

.icon-gongchang:before {
  content: "\e627";
}

.icon-gongchang1:before {
  content: "\e638";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon--yuangong:before {
  content: "\e603";
}

.icon-keyan:before {
  content: "\e726";
}

.icon-shezhi:before {
  content: "\e61c";
}

.icon-gongchang_factory-building:before {
  content: "\e661";
}

.m-hdsch .form-btn{ z-index: 2; }

.m-ftinfo .info-item i{ font-weight: normal; }

.itemdesc table { border: none; }
.itemdesc table tr td { border: none; }
.itemdesc table tr td:first-child { color: #333; font-size: 16px; width: 100px; }

.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: #eee!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    color: #3ad7c9;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 16px;
    border: solid 1px #3ad7c9;
    background-color: #fff;
    box-sizing: border-box;
    }
    .listcart a:hover {color: #fff;  background: #3ad7c9;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc .table table{margin-top: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 3px;}
    .xunpanc table tr td a:hover{color: #3ad7c9;}

.itemcontent .table table tr td{
    font-size: 15px;
    text-align: center;
}

.itemcontent .table table tr:nth-child(2n) td{
    background: #C0F2EC;
}

.itemcontent .table table tr:nth-child(1) td, .itemcontent .table table tr:nth-child(2) td{
    background: #E7E6E6;
}

.itemcontent .table table tr:nth-child(1) td p { line-height: 22px; min-height: auto; }

/*.m-ftlogo .logo-wp{ text-align: center; }*/
.logo-ewm{ margin-top: 20px;max-width: 120px; }

.m-hdnav .hassbnav{
  position: relative;
}