#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;
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #e0b588;
  }
  .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: #e0b588;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #e0b588;
  }
  .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;
    right: 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;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    right: 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: #e0b588;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #e0b588;
  }
  .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: #e0b588;
  }
}

.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.slide .console{
	height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.slide .dotList{
	    text-align: center;
    margin-top: 20px;
}
.slide .dotList ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.slide .dotList ul li.active{
	 background-position:0px 0px;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.slide .carousel-control.left{
	left:0;
	background-position:-38px 0px;
	cursor:pointer;
}
.slide .carousel-control.right{
	right:0;
	background-position:-85px 0px;
	cursor:pointer;
}
.slide .slidedetail{display:none;}


.imgtoVideo img{width:100%;}
.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;    display: inline-block;}
.imgtoVideo>div:hover .imgtoVideoDetail{display:block}
.imgtoVideo .imgtoVideoDetail{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:1px;
    display:none
}
.imgtoVideo .imgtoVideoDetail >div{
	 background: rgba(0, 98, 197,0.8);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
	 width: 100%;
     height: 100%;
     text-align:center;
}
.imgtoVideo .tovideo .imgtoVideoDetail{
	display:block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div{
	    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search{
	color: #fff;
    font-size: 25px;
    margin-top: 21%;
}
.contentIV{
	position: fixed;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    margin:0 auto;
    z-index:-999;
    max-width:1024px;
    display:none;
}

#picturetoVideo .carouse .slideItem{display:table;height:100%}
#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align: middle;text-align: center;}
#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}
.closeContentIV{
	    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    z-index: 999;
}

::selection {
  color: #fff;
  background: #e0b588;
}

* {
  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: "AkzidenzGroteskLight", arial, helvetica, sans-serif;
  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: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  transition: all 550ms;
}
a:hover {
  color: #e0b588;
}

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 {
  width: calc(100% - 120px);
  max-width: 1400px;
  margin: auto;
}

.f-box2 {
  max-width: 1600px;
}

@media screen and (max-width: 991px) {
  .f-box {
    max-width: 96%;
    width: 100%;
  }
}
/* .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: #e0b588;
  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: #e0b588;
  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: #e0b588;
  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: #e0b588;
}
.m-desc a:hover {
  text-decoration: underline;
}
.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: 1219px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #e0b588;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .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: #e0b588;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #e0b588;
}

.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 {
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-crm a {
  color: #666;
}
.m-crm a:hover {
  color: #e0b588;
}
.m-crm a.active {
  color: #e0b588;
}

.m-oths {
  margin-top: 30px;
  padding-top: 38px;
  border-top: 1px solid #e3e3e3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-oths .oths-item {
  position: relative;
  max-width: 48%;
  height: 48px;
  line-height: 48px;
  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: #e0b588;
}
.m-oths .oths-item .item-name {
  font-size: 20px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-oths .oths-item .iconfont {
  position: absolute;
  top: 0;
  width: 48px;
  color: #fff;
  text-align: center;
  background-color: #e0b588;
}
.m-oths .oths-item-1 {
  padding-left: 75px;
}
.m-oths .oths-item-1 .iconfont {
  left: 0;
}
.m-oths .oths-item-2 {
  padding-right: 75px;
}
.m-oths .oths-item-2 .iconfont {
  right: 0;
}
@media screen and (max-width: 1219px) {
  .m-oths {
    padding-top: 20px;
  }
  .m-oths .oths-item-1 {
    padding-left: 45px;
  }
  .m-oths .oths-item-1 .iconfont {
    left: 0;
  }
  .m-oths .oths-item-2 {
    padding-right: 45px;
  }
  .m-oths .oths-item-2 .iconfont {
    right: 0;
  }
  .m-oths .oths-item {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-oths .oths-item .item-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-oths .oths-item .iconfont {
    width: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .m-oths .oths-item {
    width: 100%;
    max-width: 100%;
  }
  .m-oths .oths-item-2 {
    margin-top: 10px;
  }
}

.m-page {
  margin-top: 77px;
  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, .m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page a.big, .m-page span.big {
  min-width: 74px;
}
.m-page a:hover {
  color: white;
  border-color: #e0b588;
  background-color: #e0b588;
}
.m-page a.active {
  color: white;
  border-color: #e0b588;
  background-color: #e0b588;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-right: 38px;
  background: url("../images/page1.png") no-repeat right center;
}
.m-page .form-btn {
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e0b588;
}

.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 {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 40px;
  line-height: 40px;
  margin-bottom: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 5px;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #e0b588;
}
.m-kf .kf-item.active {
  color: #fff;
  background-color: #e0b588;
}
.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;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  .g-ft {
    padding-bottom: 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: #e0b588;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #e0b588;
}

@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%;
}

.m-htt {
  display: flex;
  justify-content: center;
}
.m-htt .title {
  position: relative;
  padding-left: 22px;
  line-height: 80px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-htt .title a, .m-htt .title span {
  position: relative;
}
.m-htt .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  background: url("../images/htt-bg1.png") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 1219px) {
  .m-htt .title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-htt .title:before {
    width: 40px;
    height: 40px;
  }
}

.g-hproc {
  padding-top: 93px;
  padding-bottom: 46px;
}
@media screen and (max-width: 1219px) {
  .g-hproc {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.m-hproc .box-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #eeeeee;
}
.m-hproc .box-title {
  flex: 0 0 auto;
  margin-right: 20px;
}
.m-hproc .box-tabhd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hproc .tabhd-item {
  position: relative;
  margin-right: 80px;
  padding-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.m-hproc .tabhd-item .icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
}
.m-hproc .tabhd-item .title {
  margin-top: 4px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-hproc .tabhd-item:last-child {
  margin-right: 0;
}
.m-hproc .tabhd-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
}
.m-hproc .tabhd-item.active:before {
  background-color: #e0b588;
}
.m-hproc .box-tabbd {
  margin-top: 86px;
}
.m-hproc .tabbd-item {
  display: none;
}
.m-hproc .tabbd-item.show {
  display: block;
}
.m-hproc .box-list {
  overflow: hidden;
}
.m-hproc .box-item {
  float: left;
  position: relative;
  margin-bottom: 2.1428571429%;
  margin-right: 2.1428571429%;
}
.m-hproc .box-item .item-pic {
  background-color: #fff;
}
.m-hproc .box-item .item-title {
    position: relative;
    /* left: 10px; */
    /* right: 10px; */
    /* top: 20px; */
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "monbaiti", arial, helvetica, sans-serif;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding: 10px;
}
.m-hproc .box-item .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 181, 136, 0.6);
  opacity: 0;
  visibility: hidden;
}
.m-hproc .box-item .modal-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.m-hproc .box-item .modal-title {
  line-height: 30px;
  max-height: 60px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-hproc .box-item .modal-title a {
  color: #fff;
}
.m-hproc .box-item .modal-title a:hover {
  color: #333;
}
.m-hproc .box-item .modal-link {
  margin-top: 24px;
}
.m-hproc .box-item .modal-link a {
  display: inline-block;
  min-width: 120px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #fff;
}
.m-hproc .box-item .modal-link a:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.m-hproc .box-item .item-pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.m-hproc .box-item .item-pic:hover img {
  transform: scale(1.1) translate(-50%, -50%);
}
.m-hproc .box-item:hover .item-modal {
  opacity: 1;
  visibility: visible;
}
.m-hproc .box-item1 {
  width: 48.9285714286%;
}
.m-hproc .box-item1 .item-pic {
  padding-top: 100%;
}
.m-hproc .box-item2 {
  width: 23.3571428571%;
}
.m-hproc .box-item2 .item-pic {
  padding-top: 100%;
}
.m-hproc .box-item3 {
  width: 48.9285714286%;
}
.m-hproc .box-item3 .item-pic {
  padding-top: 47.7372262774%;
}
@media screen and (max-width: 1440px) {
  .m-hproc .tabhd-item {
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .m-hproc .tabhd-item .icon {
    width: 40px;
    height: 40px;
  }
  .m-hproc .tabhd-item .title {
    margin-top: 5px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hproc .tabhd-item {
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .m-hproc .tabhd-item .icon {
    width: 40px;
    height: 40px;
  }
  .m-hproc .tabhd-item .title {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hproc .box-tabbd {
    margin-top: 30px;
  }
  .m-hproc .box-item .item-title, .m-hproc .box-item .modal-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hproc .box-item .modal-title{
      max-height: 52px;
  }
  .m-hproc .box-item .modal-link {
    margin-top: 20px;
  }
  .m-hproc .box-item .modal-link a {
    min-width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hproc .box-item .item-title {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-hproc .box-fix {
    display: block;
  }
  .m-hproc .box-tabhd {
    margin-top: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .m-hproc .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
  .m-hproc .box-item .item-pic {
    padding-top: 100%;
  }
}

.m-happl .box-title {
  margin-bottom: 37px;
}
.m-happl .box-wp {
  position: relative;
}
.m-happl .box-bg{
  position: relative;
  padding-top: 46.875%;
}
.m-happl .box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.m-happl .box-bg .bg:first-child{
  display: block;
}
.m-happl .box-fix {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.m-happl .box-list {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 1500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-happl .box-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  width: 25%;
  text-align: center;
}
.m-happl .box-item .icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 0;
  font-size: 0;
}
.m-happl .box-item .title {
  margin-top: 8px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #fff;
}
.m-happl .box-item:hover, .m-happl .box-item.active {
  background-color: #e0b588;
}
@media screen and (max-width: 1219px) {
  .m-happl .box-title {
    margin-bottom: 20px;
  }
  .m-happl .box-item .icon {
    width: 30px;
    height: 30px;
  }
  .m-happl .box-item .title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-happl .box-fix {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .m-happl .box-fix {
    overflow-y: auto;
  }
  .m-happl .box-list {
    width: 640px;
  }
}

.g-habt {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .g-habt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-habt {
  background-color: #faf9f5;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-habt .box-img {
  width: 50%;
}
.m-habt .box-text {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-habt .box-title {
  line-height: 48px;
  font-size: 36px;
  font-size: 3.6rem;
  max-height: 144px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-habt .box-title a {
  display: block;
}
.m-habt .box-desc {
  margin-top: 40px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  max-height: 210px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.m-habt .box-desc > a {
  display: block;
  color: #666;
}
.m-habt .box-desc > a:hover {
  color: #e0b588;
}
.m-habt .box-desc p {
  min-height: 30px;
}
.m-habt .box-link {
  margin-top: 52px;
}
.m-habt .box-link a {
  display: inline-block;
  min-width: 180px;
  line-height: 30px;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #666;
}
.m-habt .box-link a:hover {
  color: #fff;
  background-color: #e0b588;
}
@media screen and (max-width: 1219px) {
  .m-habt .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    max-height: 84px;
  }
  .m-habt .box-desc {
    margin-top: 20px;
    max-height: 168px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-desc p {
    min-height: 0;
  }
  .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;
  }
  .m-habt .box-text {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-habt .box-img {
    width: 100%;
  }
  .m-habt .box-text {
    width: 100%;
    margin-top: 0;
  }
}

.g-hserv {
  position: relative;
  overflow: hidden;
  padding-bottom: 52px;
}
.g-hserv .box-name {
  position: absolute;
  left: 25px;
  top: 284px;
  line-height: 1;
  font-size: 5.2083333333vw;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  opacity: 0.04;
}
.g-hserv:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 162px);
  background-color: #faf9f5;
}
@media screen and (max-width: 991px) {
  .g-hserv {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #faf9f5;
  }
}

.m-hserv {
  position: relative;
}
.m-hserv .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hserv .box-img {
  position: relative;
  z-index: 2;
  width: 50%;
  line-height: 0;
  font-size: 0;
  order: 2;
}
.m-hserv .box-img a {
  display: inline-block;
}
.m-hserv .box-text {
  width: 43.5714285714%;
  padding-top: 40px;
}
.m-hserv .box-title {
  justify-content: flex-start;
}
.m-hserv .box-fix {
  margin-top: 170px;
}
.m-hserv .box-name1 {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-hserv .box-desc {
  margin-top: 14px;
  max-height: 120px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.m-hserv .box-desc > a {
  display: block;
  color: #666;
}
.m-hserv .box-desc > a:hover {
  color: #e0b588;
}
.m-hserv .box-info {
  margin-top: 57px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-hserv .info-item {
  margin-right: 7.1428571429%;
  margin-bottom: 20px;
  width: 28.5714285714%;
}
.m-hserv .info-item:nth-child(3n) {
  margin-right: 0;
}
.m-hserv .item-wp {
  display: block;
}
.m-hserv a.item-wp:hover .item-title, .m-hserv a.item-wp:hover .item-desc {
  color: #e0b588;
}
.m-hserv .item-icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
}
.m-hserv .item-title {
  margin-top: 22px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hserv .item-desc {
  margin-top: 4px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .m-hserv .box-fix {
    margin-top: 30px;
  }
  .m-hserv .box-name1 {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hserv .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 96px;
  }
  .m-hserv .box-info {
    margin-top: 30px;
  }
  .m-hserv .item-icon {
    width: 35px;
    height: 35px;
  }
  .m-hserv .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hserv .item-desc {
    max-height: 96px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hserv .box-text {
    padding-top: 0;
  }
  .m-hserv .box-fix {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-hserv .box-img {
    width: 100%;
  }
  .m-hserv .box-text {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .m-hserv .info-item {
    width: 100%;
    margin-right: 0;
  }
}

.g-hcase {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .g-hcase {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hcase {
  position: relative;
}
.m-hcase .btn-wp {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hcase .box-btn {
  width: 40px;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #eee;
  text-align: center;
  cursor: pointer;
}
.m-hcase .box-btn:hover {
  color: #fff;
  background-color: #e0b588;
}
.m-hcase .prev {
  margin-right: 15px;
}
.m-hcase .box-title {
  margin-bottom: 37px;
}
.m-hcase .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hcase .list-item {
  position: relative;
  float: left;
  margin-right: 0.0214285714%;
  width: 0.3185714286%;
  border: solid 1px #faf9f5;
  overflow: hidden;
}
.m-hcase .list-item:hover .item-pic2 {
  opacity: 1;
  visibility: visible;
}
.m-hcase .item-pic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1219px) {
  .m-hcase .box-btn {
    width: 34px;
    line-height: 32px;
  }
  .m-hcase .box-title {
    margin-bottom: 30px;
  }
}

.m-hoem {
  padding-top: 200px;
  padding-bottom: 199px;
  background: url("../images/hoem-bg1.jpg") no-repeat center;
  background-size: cover;
}
.m-hoem .box-text {
  max-width: 800px;
  color: #fff;
}
.m-hoem .box-text a {
  color: #fff;
}
.m-hoem .box-text a:hover {
  color: #e0b588;
}
.m-hoem .box-title {
  line-height: 70px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hoem .box-info {
  margin-top: 10px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
}
.m-hoem .box-desc {
  margin-top: 18px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.m-hoem .box-desc a {
  display: block;
}
@media screen and (max-width: 1219px) {
  .m-hoem {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-hoem .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hoem .box-info {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hoem .box-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-hctus {
  background-color: #faf9f5;
}

.m-hctus {
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-hctus:before {
  content: "";
  position: absolute;
  left: 64.2857142857%;
  top: 35px;
  width: 1px;
  height: calc(100% - 70px);
  background-color: rgba(153, 153, 153, 0.26);
}
.m-hctus .box-form {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 64.2857142857%;
  text-align: center;
}
.m-hctus .form-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-hctus .form-desc {
  margin-top: 27px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
.m-hctus .form-desc a {
  color: #666;
}
.m-hctus .form-desc a:hover {
  color: #e0b588;
}
.m-hctus .form-wp {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
  position: relative;
  /*padding-right: 185px;*/
}
.m-hctus .form-wp img{
  position: absolute;
  right: 20%;
  top: 0;
  width: 20%;
  height: 60px;
}
.m-hctus .form-text {
  display: block;
  width: 39%;
  height: 60px;
  line-height: 76px;
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  background-color: #fff;
  border: #ccc solid 1px;
    margin-right: 5px;
    float: left;
}
.m-hctus .form-text3{
    width:20%;
    /*position: absolute;*/
    /*right: 40%;*/
    /*top: 0;*/
}
.m-hctus .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hctus .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hctus .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hctus .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hctus .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 60px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #666;
}
.m-hctus .form-btn:hover {
  color: #fff;
  background-color: #e0b588;
}
.m-hctus .form-info {
  margin-top: 14px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-hctus .box-share {
  width: 35.7142857143%;
  padding: 15px;
  text-align: center;
}
.m-hctus .share-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  margin-bottom: 42px;
}
.m-hctus .share-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-hctus .share-item {
  margin-right: 12px;
  margin-bottom: 10px;
  width: 36px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #222;
}
.m-hctus .share-item:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.m-hctus .share-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .m-hctus .form-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hctus .form-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hctus .form-wp {
    margin-top: 20px;
    /*padding-right: 120px;*/
  }
  .m-hctus .form-btn {
    width: 20%;
    top: 0;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .form-text {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .form-info {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .share-title {
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hctus .form-wp img {
    position: absolute;
    right: 20%;
    top: 0;
    width: 20%;
    height: 46px;
}
}
@media screen and (max-width: 991px) {
  .m-hctus .box-form {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
  }
  .m-hctus .box-share {
    width: 100%;
  }
  .m-hctus:before {
    display: none;
  }
}
@media screen and (max-width: 640px){
    .m-hctus .form-text{ padding:0 10px; font-size: 12px;
    font-size: 1.2rem;}
    
}

@media screen and (max-width: 555px){
   .m-hctus .form-text{ width: 29%;}
    
}
@media screen and (max-width: 480px){
   .m-hctus .form-text{padding: 0px 3px;  }
    
}
.g-hnews {
  padding-top: 60px;
  padding-bottom: 118px;
}
@media screen and (max-width: 1219px) {
  .g-hnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hnews .box-title {
  margin-bottom: 37px;
}
.m-hnews .box-wp {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-hnews .box-left {
  width: 53.5714285714%;
}
.m-hnews .box-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 40.7142857143%;
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
.m-hnews .box-right::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eeeeee;
}
.m-hnews .box-right::-webkit-scrollbar-thumb {
  background-color: #e0b588;
}
.m-hnews .box-list .item-pic {
  margin-bottom: 20px;
}
.m-hnews .box-list .item-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hnews .box-list .item-desc {
  margin-top: 4px;
  height: 60px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hnews .box-list .item-desc a {
  color: #666;
}
.m-hnews .box-list .item-desc a:hover {
  color: #e0b588;
}
.m-hnews .box-list .item-fix {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-hnews .box-list .item-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-hnews .box-list .item-link {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-hnews .box-list1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-hnews .box-list1 .list-item {
  margin-bottom: 20px;
  width: 44.6666666667%;
}
.m-hnews .box-list2 .list-item {
  margin-top: 18px;
}
.m-hnews .box-list2 .list-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1219px) {
  .m-hnews .box-title {
    margin-bottom: 30px;
  }
  .m-hnews .box-list .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hnews .box-list .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .box-list .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .box-list1 .list-item {
    width: 47%;
  }
  .m-hnews .box-list1 .item-pic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-hnews .box-left {
    width: 100%;
  }
  .m-hnews .box-right {
    width: 100%;
    position: relative;
    height: auto;
    max-height: 300px;
    margin-top: 30px;
  }
}

.g-ft {
  background-color: #333333;
  color: #fff;
}
.g-ft a {
  color: #fff;
}
.g-ft a:hover {
  color: #e0b588;
}

.m-ftfix1 {
  padding-top: 98px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.m-ftb1 {
  float: left;
  width: 34.8571428571%;
  padding-right: 30px;
}

.m-ftb2 {
  float: left;
  width: 40%;
  padding-right: 30px;
}

.m-ftb3 {
  float: left;
  width: 25%;
}

.m-ftt {
  margin-bottom: 27px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #fff;
}
.m-ftt a {
  color: #fff;
}
.m-ftt a:hover {
  color: #e0b588;
}

.m-ftnav {
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-ftinfo .info-item {
  margin-top: 13px;
  position: relative;
  padding-left: 28px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}
.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftshare {
  margin-top: 108px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.m-ftshare .share-item:last-child {
  margin-right: 0;
}
.m-ftshare .share-item:hover {
  color: #fff;
  background-color: #e0b588;
}

.m-ftform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ftform .form-item {
  margin-bottom: 10px;
}
.m-ftform .form-item1 {
  width: 48.5714285714%;
}
.m-ftform .form-item2 {
  width: 100%;
}
.m-ftform .form-item3 {
  position: relative;
  width: 48.5714285714%;
}
.m-ftform .form-item4 {
  width: 48.5714285714%;
}
.m-ftform .form-text {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background-color: #fbfbfb;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-ftform .form-text2 {
  height: 90px;
}
.m-ftform .form-text3 {
  padding-right: 85px;
}
.m-ftform .form-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
}
.m-ftform .form-code img {
  max-height: 44px;
  vertical-align: middle;
}
.m-ftform .form-btn {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #e0b588;
  border-radius: 6px;
}
.m-ftform .form-btn:hover {
  color: #e0b588;
  background-color: #fff;
}

.m-ftfix2 {
  padding-top: 26px;
  padding-bottom: 19px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-ftext {
  padding-top: 10px;
  padding-bottom: 8px;
}
.m-ftext img{
    max-width: 80px;
}

@media screen and (max-width: 1440px) {
  .m-ftform .form-item3, .m-ftform .form-item4 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .m-ftb1, .m-ftt, .m-ftinfo, .m-ftb3, .m-ftlnk {
    display: none;
  }
  .m-ftb2 {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .m-ftshare {
    margin-top: 0;
    justify-content: center;
  }
  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .m-ftext {
    text-align: center;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin-top: 100px;
}
.banner .carousel-control {
  display: none;
}
.banner .dotList {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.banner .dotList ul {
  text-align: center;
  letter-spacing: 0;
}
.banner .dotList ul li {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #f2e7dd;
  background-color: #f2e7dd;
}
.banner .dotList ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #e0b588;
  border-radius: 50%;
}
.banner .dotList ul li.active {
  border-color: #e0b588;
  background-color: transparent;
}
@media screen and (max-width: 1219px) {
  .banner .dotList {
    bottom: 10px;
  }
}
@media screen and (max-width: 991px){
  .banner{
    margin-top: 0;
  }
}

.g-hd {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 550ms;
}

@media screen and (max-width: 991px) {
  .f-hdpt {
    padding-top: 54px;
  }
}

.m-hdfix1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hdlogo {
  text-align: center;
}
.m-hdlogo a {
  display: inline-block;
  line-height: 100px;
}
.m-hdlogo img {
  vertical-align: middle;
}

.m-hdfix2, .m-hdnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hdnav .nav-item {
  position: relative;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
  color: #fff;
  background-color: #e0b588;
  text-decoration: underline;
}
.m-hdnav .sbnav-list {
  position: absolute;
  width: 280px;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 25px;
  display: none;
}
.m-hdnav .sbnav-list.show {
  display: block;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
}
.m-hdnav .sbnav-item {
  position: relative;
  padding-top: 25px;
}
.m-hdnav .sbnav-item a {
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #e0b588;
}
.m-hdnav .sbnav-list2 {
  left: 100%;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .m-hdnav .sbnav-list {
    width: 220px;
  }
  .m-hdnav .sbnav-item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.m-hdsch {
  position: relative;
  margin-left: 10px;
}
.m-hdsch .sch-btn {
  line-height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.m-hdsch .sch-form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 226px;
  border-radius: 20px;
  border: solid 1px #e8e8e8;
  padding-right: 28px;
  display: none;
  background-color: #fff;
}
.m-hdsch .form-text {
  width: 100%;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-hdsch .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e0b588;
  text-align: left;
}
.m-hdsch .form-btn {
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .m-hdsch .sch-form{
    width: 400px;
    border-radius: 60px;
  }
  .m-hdsch .form-text {
    line-height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hdsch .form-btn, .m-hdsch .form-icon {
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-hdlang {
  position: relative;
  margin-left: 20px;
}
.m-hdlang .lang-btn {
  line-height: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #666;
}
.m-hdlang .lang-btn .icon-bottom13 {
  font-size: 10px;
  font-size: 1rem;
}
.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 100px;
  background-color: #fff;
  padding: 5px;
  display: none;
}
.m-hdlang .lang-item {
  display: block;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #fff;
  background-color: #e0b588;
}

.m-hdinfo {
  margin-left: 20px;
  line-height: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-hdlogo img {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .m-hdnav, .m-hdlnk, .m-hdinfo {
    display: none;
  }
  .m-hdsch {
    position: absolute;
    right: 60px;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-hdsch .sch-btn {
    line-height: 34px;
  }
  .m-hdlang {
    position: absolute;
    right: 90px;
  }
  .m-hdlang .lang-btn {
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdlang .lang-btn .icon-bottom1 {
    display: none;
  }
  .m-hdlogo a {
    line-height: 54px;
  }
  .m-hdlogo img {
    width: 100px;
  }
}
.m-nbanner {
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.m-nbanner .box-text {
  padding-top: 14.4285714286%;
  padding-bottom: 14.5714285714%;
  text-align: center;
  color: #fff;

}
.m-nbanner .box-text a {
  color: #fff;
}
.m-nbanner .box-text a:hover {
  color: #e0b588;
}
.m-nbanner .box-text .active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.m-nbanner .box-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-nbanner .box-desc {
  margin-top: 16px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-nbanner .box-desc >*{
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1219px) {
  .m-nbanner .box-title {
    line-height: 28px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-nbanner .box-desc {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-nbanner {
    display: none;
  }
}

.g-wp {
  padding-top: 80px;
  padding-bottom: 88px;
}
@media screen and (max-width: 1219px) {
  .g-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.g-mn {
  float: left;
  width: 100%;
  padding-left: 350px;
}
@media screen and (max-width: 1219px) {
  .g-mn {
    padding-left: 260px;
  }
}
@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.g-sd {
  float: left;
  width: 290px;
  margin-left: -100%;
}
@media screen and (max-width: 1219px) {
  .g-sd {
    width: 230px;
  }
}
@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.m-sdnav1 {
  border: solid 1px #faf9f5;
}
.m-sdnav1 .nav-name {
  margin-bottom: 1px;
  padding-left: 17px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #e0b588;
  color: #fff;
}
.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #e0b588;
  box-sizing: border-box;
}
.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}
.m-sdnav1 .nav-list {
  margin-top: 0;
}
.m-sdnav1 .nav-item, .m-sdnav1 .sbnav-item {
  margin-bottom: 1px;
}
.m-sdnav1 .nav-item > a, .m-sdnav1 .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #e0b588;
}
.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active, .m-sdnav1 .sbnav-item > a:hover, .m-sdnav1 .sbnav-item > a.active {
  color: #fff;
  background-color: #e0b588;
}
.m-sdnav1 .nav-item .active:before, .m-sdnav1 .sbnav-item .active:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.m-sdnav1 .nav-item:first-child, .m-sdnav1 .sbnav-item:first-child {
  margin-top: 0;
}
.m-sdnav1 .sbnav-list {
  display: none;
}
.m-sdnav1 .sbnav-list.show {
  display: block;
}
.m-sdnav1 .sbnav-item1 a {
  color: #fff;
  background-color: #e9cbab;
}
.m-sdnav1 .sbnav-item1 a:hover, .m-sdnav1 .sbnav-item1 a.active {
  color: #fff;
  background-color: #e9cbab;
}
.m-sdnav1 .sbnav-item2 a {
  background-color: #faf9f5;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-sdnav1 .nav-item > a, .m-sdnav1 .sbnav-item > a {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-sdnav1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-sdnav1 .nav-name {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
  }
}
.m-prol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -25px;
}
.m-prol .list-item {
  margin-right: 2%;
  margin-bottom: 25px;
  width: 23.36%;
}
.m-prol .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-prol .item-pic {
  border: solid 1px #dcdcdc;
}
.m-prol .item-text {
  text-align: center;
}
.m-prol .item-title {
  margin-top: 17px;
  max-height: 64px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  
}
.m-prol .item-link {
  margin-top: 11px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prol .item-link input {
  vertical-align: middle;
  margin-right: 10px;
}
.m-prol .item-link a {
  color: #666;
}
.m-prol .item-link a:hover {
  color: #e0b588;
}
.m-prol .item-top {
  position: relative;
  overflow: hidden;
}
.m-prol .item-top:hover .item-modal {
  opacity: 1;
  transform: scale(1);
}
.m-prol .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 181, 136, 0.6);
  opacity: 0;
  transform: scale(0);
  transition: all 550ms;
}
.m-prol .modal-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.m-prol .modal-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .modal-title a {
  color: #fff;
}
.m-prol .modal-title a:hover {
  color: #333;
}
.m-prol .modal-link {
  margin-top: 18px;
}
.m-prol .modal-link a {
  display: inline-block;
  min-width: 110px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #fff;
}
.m-prol .modal-link a:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
@media screen and (max-width: 1219px) {
  .m-prol .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol .item-link {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .modal-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 52px;
  }
  .m-prol .modal-link {
    margin-top: 10px;
  }
  .m-prol .modal-link a {
    min-width: 100px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
}

.m-protag {
  background-color: #e0b588;
  padding-top: 25px;
  padding-bottom: 29px;
  color: #fff;
}
.m-protag a {
  color: #fff;
}
.m-protag a:hover {
  color: #fff;
  text-decoration: underline;
}
.m-protag .box-title {
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-protag .box-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  .m-protag .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-protag .box-desc {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-craftt {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .m-craftt {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-craftb1 .box-desc {
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .m-craftb1 .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-craftb2 {
  margin-top: 43px;
}
.m-craftb2 .box-title {
  margin-bottom: 22px;
}
.m-craftb2 .box-wp {
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-craftb2 .box-item {
  margin-bottom: 20px;
  width: 47.8571428571%;
}
.m-craftb2 .item-desc {
  margin-top: 24px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
@media screen and (max-width: 1219px) {
  .m-craftb2 {
    margin-top: 30px;
  }
  .m-craftb2 .item-desc {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-craftb2 .box-item {
    width: 100%;
  }
}

.m-craftb3 {
  margin-top: 42px;
}
.m-craftb3 .box-item {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-craftb3 .box-item .item-pic {
  width: 50%;
}
.m-craftb3 .box-item .item-text {
  width: 50%;
  padding: 30px 40px;
}
.m-craftb3 .box-item .item-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-craftb3 .box-item .item-desc {
  margin-top: 44px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
.m-craftb3 .box-item .item-desc a {
  display: inline;
}
.m-craftb3 .box-item:first-child {
  margin-top: 0;
}
.m-craftb3 .box-item1 {
  background-color: #faf9f5;
}
.m-craftb3 .box-item2 .item-pic {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-craftb3 {
    margin-top: 30px;
  }
  .m-craftb3 .box-item {
    margin-top: 30px;
  }
  .m-craftb3 .box-item .item-text {
    padding: 30px 20px;
  }
  .m-craftb3 .box-item .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-craftb3 .box-item .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-craftb3 .box-item {
    background-color: #faf9f5;
  }
  .m-craftb3 .box-item .item-pic {
    width: 100%;
  }
  .m-craftb3 .box-item .item-text {
    width: 100%;
    order: 2;
  }
}

.m-mtealb1 .box-item {
  margin-top: 60px;
  border: 1px solid #e0b588;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-mtealb1 .box-item .item-pic {
  width: 42.8571428571%;
}
.m-mtealb1 .box-item .item-text {
  width: 57.1428571429%;
  padding: 30px 3.9285714286%;
}
.m-mtealb1 .box-item .item-title1 {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  color: #e0b588;
}
.m-mtealb1 .box-item .item-title2 {
  margin-top: 13px;
  line-height: 40px;
  font-size: 36px;
  font-size: 3.6rem;
}
.m-mtealb1 .box-item .item-desc {
  margin-top: 16px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
.m-mtealb1 .box-item .item-desc a {
  display: inline;
}
.m-mtealb1 .box-item:first-child {
  margin-top: 0;
}
.m-mtealb1 .box-item1 .item-pic {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-mtealb1 .box-item {
    margin-top: 30px;
  }
  .m-mtealb1 .box-item .item-title1 {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-mtealb1 .box-item .item-title2 {
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-mtealb1 .box-item .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-mtealb1 .box-item .item-pic {
    width: 100%;
  }
  .m-mtealb1 .box-item .item-text {
    width: 100%;
    order: 2;
  }
}

.m-fabric {
  position: relative;
}
.m-fabric:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  border-left: 1px dashed #e0b588;
}
.m-fabric .box-item {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.m-fabric .box-item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px dashed #e0b588;
  border-radius: 50%;
  background-color: #fff;
}
.m-fabric .box-item .item-pic {
  width: 35.7142857143%;
}
.m-fabric .box-item .item-text {
  width: 45.7142857143%;
}
.m-fabric .box-item .item-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-fabric .box-item .item-desc {
  margin-top: 16px;
  font-size: 20px;
  font-size: 2rem;
}
.m-fabric .box-item .item-desc p {
  min-height: 0;
}
.m-fabric .box-item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28.5714285714%;
  border: 1px dashed #e0b588;
}
.m-fabric .box-item:first-child {
  margin-top: 0;
}
.m-fabric .box-item1:before {
  left: 16.8571428571%;
}
.m-fabric .box-item2:before {
  right: 16.8571428571%;
}
.m-fabric .box-item2 .item-pic {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-fabric .box-item {
    margin-top: 30px;
  }
  .m-fabric .box-item .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-fabric .box-item .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-fabric:before {
    display: none;
  }
  .m-fabric .box-item {
    display: block;
  }
  .m-fabric .box-item .item-pic {
    width: 100%;
  }
  .m-fabric .box-item .item-text {
    width: 100%;
    margin-top: 10px;
  }
}

.m-moldb1 .box-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-align: center;
  margin-bottom: 47px;
}
.m-moldb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-moldb1 .box-item {
  width: 48.5714285714%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .m-moldb1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.m-moldb2 {
  margin-top: 44px;
  background-color: #faf9f5;
  padding-top: 34px;
  padding-bottom: 36px;
}
.m-moldb2 .box-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-size: 20px;
  font-size: 2rem;
}
.m-moldb2 .box-desc p{
  min-height: 10px;
}
@media screen and (max-width: 1219px) {
  .m-moldb2 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-moldb2 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-moldb3 {
  margin-top: 30px;
}
.m-moldb3 .box-slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.m-moldb3 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-moldb3 .list-item {
  float: left;
  width: 1%;
}
.m-moldb3 .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #eee;
  text-align: center;
  cursor: pointer;
}
.m-moldb3 .box-btn:hover {
  color: #fff;
  background-color: #e0b588;
}
.m-moldb3 .prev {
  left: -100px;
}
.m-moldb3 .next {
  right: -100px;
}
.m-moldb3 .box-desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
  max-width: 1200px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
.m-moldb3 .box-desc em {
  color: #333;
}
@media screen and (max-width: 1440px) {
  .m-moldb3 .prev {
    left: -55px;
  }
  .m-moldb3 .next {
    right: -55px;
  }
}
@media screen and (max-width: 1219px) {
  .m-moldb3 .box-desc {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-moldb3 .prev {
    left: 10px;
  }
  .m-moldb3 .next {
    right: 10px;
  }
}

.m-servb1 {
  padding-top: 98px;
  padding-bottom: 98px;
  background-color: #faf9f5;
}
.m-servb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-servb1 .box-img {
  width: 50%;
  line-height: 0;
  font-size: 0;
}
.m-servb1 .box-text {
  width: 45%;
}
.m-servb1 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-servb1 .box-desc {
  margin-top: 16px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
.m-servb1 .box-desc em {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .m-servb1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-servb1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-servb1 .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-servb1 .box-wp {
    display: block;
    overflow: hidden;
  }
  .m-servb1 .box-img {
    float: left;
    margin-right: 20px;
  }
  .m-servb1 .box-text {
    width: auto;
  }
}

.m-servb2 {
  padding-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-servb2 .box-img {
  width: 28.5714285714%;
  line-height: 0;
  font-size: 0;
  order: 2;
}
.m-servb2 .box-text {
  width: 66.4285714286%;
}
.m-servb2 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-servb2 .box-desc {
  margin-top: 6px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1219px) {
  .m-servb2 {
    padding-top: 30px;
  }
  .m-servb2 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-servb2 .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-servb2 {
    display: block;
    overflow: hidden;
  }
  .m-servb2 .box-img {
    float: right;
    margin-left: 20px;
  }
  .m-servb2 .box-text {
    width: auto;
  }
}

.m-servb3 {
  margin-top: 70px;
}
.m-servb3 .box-title {
  margin-bottom: 45px;
}
.m-servb3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -20px;
}
.m-servb3 .box-item {
  margin-right: 3%;
  margin-bottom: 20px;
  width: 22.7142857143%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 107px;
  padding-bottom: 78px;
  background-color: rgba(250, 249, 245, 0.3);
  text-align: center;
  background-color: #fff;
  box-shadow: -1px 5px 10px 0px rgba(109, 109, 109, 0.26);
}
.m-servb3 .box-item:nth-child(4n) {
  margin-right: 0;
}
.m-servb3 .box-item:hover {
  background-color: #fff;
  box-shadow: -1px 5px 10px 0px rgba(109, 109, 109, 0.26);
}
.m-servb3 .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-servb3 .item-desc {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
@media screen and (max-width: 1219px) {
  .m-servb3 {
    margin-top: 30px;
  }
  .m-servb3 .box-title {
    margin-bottom: 20px;
  }
  .m-servb3 .box-item {
    padding: 30px 15px;
  }
  .m-servb3 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-servb3 .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-servb3 .box-item {
    padding: 20px 15px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
    box-shadow: -1px 5px 10px 0px rgba(109, 109, 109, 0.26);
  }
}
@media screen and (max-width: 480px){
    .m-servb3 .box-item{
        width: 98%;
    }
}

.m-servb4 {
  margin-top: 72px;
}
.m-servb4 .box-desc {
  margin-top: 18px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
.m-servb4 .box-wp {
  margin-top: 54px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 44px;
  padding-bottom: 44px;
  border: solid 1px #cccccc;
}
.m-servb4 .box-fix {
  margin-bottom: -5.3929121726%;
  overflow: hidden;
}
.m-servb4 .box-item {
  float: left;
  margin-right: 3.9291217257%;
  margin-bottom: 5.3929121726%;
}
.m-servb4 .box-item1 {
  width: 38.5208012327%;
}
.m-servb4 .box-item2 {
  width: 16.56394453%;
}
@media screen and (max-width: 1219px) {
  .m-servb4 {
    margin-top: 30px;
  }
  .m-servb4 .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-servb4 .box-wp {
    margin-top: 20px;
    padding: 15px;
  }
}

.m-servb5 {
  padding-top: 80px;
}
.m-servb5 .box-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.m-servb5 .box-item:first-child {
  margin-top: 0;
}
.m-servb5 .box-item .item-pic {
  width: 28.5714285714%;
  line-height: 0;
  font-size: 0;
}
.m-servb5 .box-item .item-text {
  width: 66.4285714286%;
}
.m-servb5 .box-item .item-title {
  line-height: 28px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-servb5 .box-item .item-desc {
  margin-top: 16px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
.m-servb5 .box-item2 .item-pic {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-servb5 {
    padding-top: 30px;
  }
  .m-servb5 .box-item .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-servb5 .box-item {
    display: block;
    overflow: hidden;
  }
  .m-servb5 .box-item .item-text {
    width: auto;
  }
  .m-servb5 .box-item .item-title, .m-servb5 .box-item .item-desc {
    overflow: visible;
  }
  .m-servb5 .box-item1 .item-pic {
    float: left;
    margin-right: 20px;
  }
  .m-servb5 .box-item2 .item-pic {
    float: right;
    margin-left: 20px;
  }
}

.m-servb6 {
  margin-top: 52px;
}
.m-servb6 .box-title {
  margin-bottom: 18px;
}
.m-servb6 .box-desc {
  color: #666;
  margin-bottom: 53px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.m-servb6 .box-slide {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.m-servb6 .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
}
.m-servb6 .box-btn:hover {
  color: #333;
  background-color: #fff;
}
.m-servb6 .prev {
  left: 0;
}
.m-servb6 .next {
  right: 0;
}
.m-servb6 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-servb6 .list-item {
  float: left;
  margin-right: 0.02109375%;
  width: 0.31875%;
}
@media screen and (max-width: 1219px) {
  .m-servb6 {
    margin-top: 30px;
  }
  .m-servb6 .box-desc {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-servb6 .box-btn {
    width: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .m-servb6 .box-btn {
    position: relative;
    top: auto;
    transform: none;
  }
  .m-servb6 .box-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .m-servb6 .btn-wp {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .m-servb6 .prev {
    margin-right: 20px;
  }
}

.m-abtb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb1 .box-video {
  order: 2;
  line-height: 0;
  font-size: 0;
  width: 50%;
}
.m-abtb1 .box-video a {
  position: relative;
  display: inline-block;
}
.m-abtb1 .box-video a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: url("../images/play1.png") no-repeat center;
}
.m-abtb1 .box-text {
  width: 43.5714285714%;
}
.m-abtb1 .box-title {
  text-align: left;
}
.m-abtb1 .box-desc {
  margin-top: 14px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
.m-abtb1 .box-list {
  margin-top: 30px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-abtb1 .box-item {
  margin-right: 2.1428571429%;
  margin-bottom: 20px;
  width: 31.8571428571%;
}
.m-abtb1 .box-item:nth-child(3n) {
  margin-right: 0;
}
.m-abtb1 .box-desc2 {
  margin-top: 53px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
.m-abtb1 .box-info {
  margin-top: 61px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-abtb1 .info-item {
  margin-bottom: 20px;
  width: 48.5714285714%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #faf9f5;
}
.m-abtb1 .info-item .item-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-abtb1 .info-item .item-desc {
  margin-top: 12px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
.m-abtb1 .info-item .item-desc a {
  display: inline;
}
@media screen and (max-width: 1219px) {
  .m-abtb1 .box-info, .m-abtb1 .box-desc2, .m-abtb1 .box-list {
    margin-top: 30px;
  }
  .m-abtb1 .info-item {
    padding: 20px 15px;
  }
  .m-abtb1 .info-item .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb1 .info-item .item-desc {
    margin-top: 10px;
  }
  .m-abtb1 .info-item .item-desc, .m-abtb1 .box-desc, .m-abtb1 .box-desc2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb1 .box-video {
    width: 100%;
  }
  .m-abtb1 .box-text {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}

.m-abtb2 {
  margin-top: 52px;
}
.m-abtb2 .box-title {
  margin-bottom: 20px;
  text-align: left;
}
.m-abtb2 .box-wp {
  background-color: #faf9f5;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-abtb2 .box-slide {
  position: relative;
  width: 50%;
}
.m-abtb2 .btn-wp {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
}
.m-abtb2 .box-btn {
  width: 40px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-align: center;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 50%;
  cursor: pointer;
}
.m-abtb2 .box-btn:hover {
  color: #e0b588;
  background-color: #fff;
  border-color: #e0b588;
}
.m-abtb2 .prev {
  margin-right: 16px;
}
.m-abtb2 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-abtb2 .list-item {
  float: left;
  width: 1%;
}
.m-abtb2 .box-text {
  width: 50%;
  padding-left: 4.2857142857%;
  padding-right: 3.2142857143%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-abtb2 .box-name {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-abtb2 .box-desc {
  margin-top: 11px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1219px) {
  .m-abtb2 .box-btn {
    width: 34px;
    line-height: 34px;
  }
  .m-abtb2 .btn-wp {
    right: 20px;
    bottom: 20px;
  }
  .m-abtb2 .box-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb2 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb2 .box-wp {
    display: block;
    overflow: hidden;
  }
  .m-abtb2 .box-slide {
    float: left;
    margin-right: 20px;
  }
  .m-abtb2 .box-text {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb2 .box-slide {
    width: 100%;
  }
  .m-abtb2 .box-text {
    width: 100%;
  }
}

.m-abtb3 {
  margin-top: 52px;
}
.m-abtb3 .box-title {
  text-align: left;
}
.m-abtb3 .box-desc {
  margin-top: 15px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1219px) {
  .m-abtb3 {
    margin-top: 30px;
  }
  .m-abtb3 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-abtctus {
  background-color: #faf9f5;
}

.m-abtctus .box-wp{
  padding-top: 37px;
  padding-bottom: 37px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

}
.m-abtctus .box-title {
  margin-right: 8.7591240876%;
  flex: 0 1 auto;
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-abtctus .box-link {
  flex: 0 0 auto;
}
.m-abtctus .box-link a {
  display: inline-block;
  min-width: 180px;
  line-height: 30px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #e0b588;
}
.m-abtctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1219px) {
  .m-abtctus .box-wp{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-abtctus .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtctus .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 375px) {
  .m-abtctus {
    display: block;
  }
  .m-abtctus .box-title {
    margin-right: 0;
  }
  .m-abtctus .box-link {
    margin-top: 10px;
  }
}

.m-htnews .list-item {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #faf9f5;
}
.m-htnews .item-left {
  position: relative;
  width: 23.9285714286%;
}
.m-htnews .item-time {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(224, 181, 136, 0.7);
}
.m-htnews .item-time span {
  font-size: 18px;
  font-size: 1.8rem;
}
.m-htnews .item-text {
  width: 76.0714285714%;
  padding-left: 4.2857142857%;
  padding-right: 5.7142857143%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-htnews .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-htnews .item-desc {
  margin-top: 35px;
  max-height: 60px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-htnews .item-desc a {
  color: 3666;
}
.m-htnews .item-desc a:hover {
  color: #e0b588;
}
.m-htnews .item-link {
  margin-top: 75px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0b588;
}
.m-htnews .item-link a {
  color: #e0b588;
}
.m-htnews .item-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .m-htnews .item-time {
    width: 60px;
    height: 60px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-htnews .item-time span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-htnews .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-htnews .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-htnews .item-link {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-htnews .item-link {
    display: none;
  }
  .m-htnews .item-left {
    width: 40%;
  }
  .m-htnews .item-text {
    width: 60%;
  }
}

.m-newsl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -30px;
}
.m-newsl .list-item {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 48.5714285714%;
}
.m-newsl .item-left {
  position: relative;
  width: 49.2647058824%;
}
.m-newsl .item-time {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(224, 181, 136, 0.7);
}
.m-newsl .item-time span {
  font-size: 18px;
  font-size: 1.8rem;
}
.m-newsl .item-text {
  width: 44.1176470588%;
}
.m-newsl .item-title {
  max-height: 60px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-newsl .item-title a {
  display: block;
}
.m-newsl .item-desc {
  margin-top: 45px;
  max-height: 90px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-newsl .item-desc a {
  color: 3666;
}
.m-newsl .item-desc a:hover {
  color: #e0b588;
}
.m-newsl .item-link {
  margin-top: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0b588;
}
.m-newsl .item-link a {
  color: #e0b588;
}
.m-newsl .item-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .m-newsl .item-time {
    width: 60px;
    height: 60px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .item-time span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-newsl .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-link {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-newsl .list-item {
    width: 100%;
  }
  .m-newsl .item-link {
    display: none;
  }
  .m-newsl .item-left {
    width: 40%;
  }
  .m-newsl .item-text {
    width: 56%;
  }
}

.m-news .box-title {
  line-height: 34px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-news .box-info {
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-news .box-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e0b588;
}
.m-news .share-title {
  margin-right: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-news .box-desc {
  margin-top: 22px;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
}

@media screen and (max-width: 1219px) {
  .m-news .box-desc{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.m-ctusinfo .box-title {
  margin-bottom: 52px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  text-align: center;
}
.m-ctusinfo .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-ctusinfo .box-item {
  margin-bottom: 20px;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.m-ctusinfo .item-icon {
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
.m-ctusinfo .item-info {
  margin-top: 27px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  word-break: break-word;
}
.m-ctusinfo .item-info a {
  color: #666;
}
.m-ctusinfo .item-info a:hover {
  color: #e0b588;
}
@media screen and (max-width: 1219px) {
  .m-ctusinfo .box-title {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .item-icon {
    line-height: 1;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .m-ctusinfo .item-info {
    margin-top: 18px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusinfo .box-item {
    width: 50%;
  }
}

.m-ctusform {
    margin-top: 72px;
    background-color: #faf9f5;
    padding-left: 0;
    padding-right: 0;
}
.m-ctusform .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-ctusform .box-map {
  width: 47%;
  line-height: 0;
  font-size: 0;
  align-self: stretch;
}
@media screen and (min-width: 641px){
  .m-ctusform .box-map iframe{
    height: 100%;
  }
}
.m-ctusform .box-fix {
    width: 42%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 4%;
}
.m-ctusform .box-title {
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  margin-bottom: 22px;
}
.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ctusform .form-item {
  margin-bottom: 15px;
}
.m-ctusform .form-item1 {
  width: 48.9795918367%;
}
.m-ctusform .form-item2, .m-ctusform .form-item3 {
  width: 100%;
}
.m-ctusform .form-text, .m-ctusform .form-select {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #dedede;
}
.m-ctusform .form-text::-webkit-input-placeholder, .m-ctusform .form-select::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text:-moz-placeholder, .m-ctusform .form-select:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text::-moz-placeholder, .m-ctusform .form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-text:-ms-input-placeholder, .m-ctusform .form-select:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-ctusform .form-select {
  color: #999;
  padding-left: 15px;
}
.m-ctusform .form-text2 {
  height: 136px;
}
.m-ctusform .form-item3 {
  position: relative;
}
.m-ctusform .form-item3 input {
  padding-right: 120px;
}
.m-ctusform .form-code {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 114px;
  height: 52px;
  line-height: 52px;
  background-color: #f3fbfe;
  text-align: center;
  overflow: hidden;
}
.m-ctusform .form-code img {
  max-height: 52px;
  vertical-align: middle;
}
.m-ctusform .form-btn {
  width: 100%;
  max-width: 230px;
  line-height: 54px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #e0b588;
}
.m-ctusform .form-btn:hover {
  color: #fff;
  background-color: #333;
}
.m-ctusform .star{
    position: relative;
}
.m-ctusform .star:before{
    content: '*';
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 54px;
    font-size: 14px;
    color: red;
}
@media screen and (max-width: 1219px) {
    .m-ctusform{
        margin-top: 30px;
    }
  .m-ctusform .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .form-text, .m-ctusform .form-select{
      font-size: 14px;
      font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusform .box-map {
    width: 100%;
  }
  .m-ctusform .box-fix {
    width: 100%;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.m-prob1 {
  margin-bottom: 92px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-prob1 .prob-pic {
  width: 660px;
  margin-right: 40px;
  flex: 0 0 auto;
}
.m-prob1 .prob-pic-big {
  position: relative;
  float: left;
  width: 520px;
  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: right;
  width: 115px;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  display: block;
  width: 40px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #eee;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #eee;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.m-prob1 .prob-pic-btn.prev {
  left: 15px;
}
.m-prob1 .prob-pic-btn.next {
  right: 15px;
}
.m-prob1 .prob-pic-btn:hover {
  color: #e0b588;
  border-color: #e0b588;
}
.m-prob1 .prob-pic-list {
  height: 520px;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
  height: 1000%;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
  margin-bottom: 18px;
}
.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
  border: 3px solid #e6e6e6;
  overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #e0b588;
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #e0b588;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-info {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.m-prob1 .prob-info-fix, .m-prob1 .prob-info form{
  width: 100%;
}
.m-prob1 .prob-title {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  font-weight: normal;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-prob1 .prob-desc {
  margin-top: 36px;
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-prob1 .prob-share {
    margin-top: 0;
    margin-bottom: 32px;
}
.m-prob1 .prob-link {
  margin-top: 30px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}
.m-prob1 .prob-link a, .m-prob1 .prob-link input {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 294px;
  padding: 10px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #666;
  text-transform: uppercase;
}
.m-prob1 .prob-link a:hover ,.m-prob1 .prob-link input:hover {
  color: white;
  background-color: #e0b588;
}
.m-prob1 .prob-link a:last-child {
  margin-right: 0;
}

.m-proshare {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-proshare .share-title {
  margin-right: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-proshare .share-img {
  height: 26px;
}
@media screen and (max-width: 1219px) {
  .m-proshare .share-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  
}

@media screen and (max-width: 1440px) {
  .m-prob1 .prob-pic {
    width: 600px;
  }
  .m-prob1 .prob-pic-big {
    width: 500px;
  }
  .m-prob1 .prob-pic-small {
    width: 78px;
  }
  .m-prob1 .prob-pic-list {
    height: 495px;
  }
  .m-prob1 .prob-color .item img {
    width: 30px;
  }
  .m-prob1 .prob-color .item span {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-prob1 .prob-serv .item {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-prob1 {
    margin-bottom: 30px;
  }
  .m-prob1 .prob-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prob1 .prob-desc {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-link {
    margin-top: 20px;
  }
  .m-prob1 .prob-link a ,.m-prob1 .prob-link input{
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }

}
@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 {
    margin-bottom: 30px;
  }
  .m-prob1 .prob-pic {
    display: none;
  }
  .m-prob1 .prob-color .item {
    width: 23%;
  }
  .m-prob1 .prob-info {
    margin-top: 30px;
    width: 100%;
    display: block;
  }
  .m-prob1 .prob-share {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-prob1 .prob-color .item {
    width: 48%;
  }
}
.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: #e0b588;
    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 #e0b588;
  }
}
@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prott {
  position: relative;
  display: flex;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
  margin-bottom: 22px;
}
.m-prott p {
  position: relative;
}
.m-prott p:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(15px, -50%);
  width: 1400px;
  height: 1px;
  background-color: #e0b588;
}
@media screen and (max-width: 1219px) {
  .m-prott {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-prob2 .box-desc {
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
}
.m-prob2 .box-desc table {
  border: none;
}
.m-prob2 .box-desc table tr td {
  border: none;
  text-align: center;
  background-color: rgba(250, 249, 245, 0.63);
}
.m-prob2 .box-desc table tr:first-child td {
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-prob2 .box-desc table tr:nth-child(2n) td {
  background-color: #fff;
}

@media screen and (max-width: 1219px){
  .m-prob2 .box-desc{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.m-prob3 {
  margin-top: 42px;
}
.m-prob3 .box-desc em {
  display: block;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "monbaiti", arial, helvetica, sans-serif;
}
.m-prob3 .box-img1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-prob3 .box-img1 .img-item {
  width: 48.5714285714%;
  margin-bottom: 20px;
}
.m-prob3 .box-img2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-prob3 .box-img2 .img-item {
  margin-right: 1.8571428571%;
  width: 23.5714285714%;
  margin-bottom: 20px;
}
.m-prob3 .box-img2 .img-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .m-prob3 {
    margin-top: 30px;
  }
  .m-prob3 .box-desc em {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-prob4 {
  margin-top: 42px;
}
.m-prob4 .box-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-prob4 .box-fix .img {
  width: 50%;
}
.m-prob4 .box-fix .desc {
  width: 45.7142857143%;
}
@media screen and (max-width: 1219px) {
  .m-prob4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob4 .box-fix {
    overflow: hidden;
    display: block;
  }
  .m-prob4 .box-fix .img {
    float: left;
    margin-right: 20px;
  }
  .m-prob4 .box-fix .desc {
    width: auto;
  }
}

.m-mpro {
  margin-top: 62px;
}
.m-mpro .box-list {
  width: 10000%;
  margin-bottom: 0;
}
.m-mpro .list-item {
  margin-right: 0.0207142857%;
  margin-bottom: 0;
  width: 0.2342857143%;
}
.m-mpro .item-pic {
  background-color: #faf9f5;
}
.m-mpro .box-slide {
  position: relative;
}
.m-mpro .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  line-height: 38px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #eee;
  text-align: center;
  cursor: pointer;
  margin-top: -20px;
}
.m-mpro .box-btn:hover {
  color: #e0b588;
  border-color: #e0b588;
}
.m-mpro .prev {
  left: -55px;
}
.m-mpro .next {
  right: -55px;
}
@media screen and (max-width: 1219px) {
  .m-mpro {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-mpro .btn-wp {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .m-mpro .box-btn {
    position: relative;
    top: auto;
    transform: none;
    width: 36px;
    line-height: 34px;
    margin-top: 0;
  }
  .m-mpro .prev {
    margin-right: 20px;
    left: auto;
  }
  .m-mpro .next {
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    margin-left: 0;
    margin-right: 0.02% !important;
    width: 0.49%;
  }
}
@font-face {
  font-family: 'monbaiti';
  src: url('../fonts/monbaiti.eot');
  src: url('../fonts/monbaiti.eot') format('embedded-opentype'),
       url('../fonts/monbaiti.woff2') format('woff2'),
       url('../fonts/monbaiti.woff') format('woff'),
       url('../fonts/monbaiti.ttf') format('truetype'),
       url('../fonts/monbaiti.svg#monbaiti') format('svg');
       font-display: swap;
}

@font-face {
  font-family: 'AkzidenzGroteskLight';
  src: url('../fonts/AkzidenzGroteskLight.eot');
  src: url('../fonts/AkzidenzGroteskLight.eot') format('embedded-opentype'),
       url('../fonts/AkzidenzGroteskLight.woff2') format('woff2'),
       url('../fonts/AkzidenzGroteskLight.woff') format('woff'),
       url('../fonts/AkzidenzGroteskLight.ttf') format('truetype'),
       url('../fonts/AkzidenzGroteskLight.svg#AkzidenzGroteskLight') format('svg');
       font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 4295123 */
  src: url('../fonts/iconfont.woff2?t=1698131877873') format('woff2'),
       url('../fonts/iconfont.woff?t=1698131877873') format('woff'),
       url('../fonts/iconfont.ttf?t=1698131877873') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dingding:before {
  content: "\e63e";
}

.icon-language:before {
  content: "\ebdf";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.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-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

