#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: 99999999999999980000000000000000000000;
}

#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;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #775232;
  }

  .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: #775232;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #775232;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #775232;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #775232;
  }
  .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: #775232;
  }
}

.clear { clear: both; }
.slideshow { position: relative; }
.slideshow .wp { position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -166.5px; }
.slideshow .wp img { max-width: 100%; max-height: 80%; }
.slideshow .item a img { width: 100%; -webkit-transition: all 6s ease-out; -o-transition: all 6s ease-out; -moz-transition: all 6s ease-out; transition: all 6s ease-out; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 

@media screen and (max-width: 1219px) { .slideshow .wp { margin-left: -490px; } }
@media screen and (max-width: 999px) { .slideshow:hover .slick-prev, .slick-next { display: none !important; }
  .slideshow .wp { width: 100%; left: 0; margin-left: 0; height: 80%; top: 0; margin-top: 20px; } }
@media screen and (max-width: 767px) { .slick-dots { bottom: 10px; } }
.slideshow .item.slick-active.item_one img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.slideshow .item.slick-active.item_one.on img{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-list,.slick-slider,.slick-track{position:relative;display:block}
.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{top:0;left:0} 
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] 
.slick-slide{float:right}.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@charset "UTF-8";
::selection {
  color: #fff;
  background: #775232;
}

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

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "PoppinsRegular", 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: #775232;
}

ol, ul, li {
  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: 1200px;
}

.c-tsn {
  transition: all 550ms;
}

.c-bbx {
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

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

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
    max-width: 96%;
  }
}
/* .f-xx end */
/* @keyframes start */
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy img {
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforex img {
  transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforey img {
  transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
  visibility: visible;
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}
.an-hoverbtn-beforey > * {
  position: relative;
}
.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #775232;
  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: #775232;
  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: #775232;
  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: #775232;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #775232;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p, .m-desc span, .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc p {
    min-height: 24px;
  }
}

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

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

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

  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  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: #775232;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #775232;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#object_one {
  animation: object_one 1.5s infinite;
}

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

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

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  padding-top: 25px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-crm a {
  color: #999;
}
.m-crm a:hover {
  color: #775232;
}
.m-crm a.active {
  color: #775232;
}

.m-oths {
  margin-top: 30px;
}
.m-oths .oths-item {
  padding-left: 22px;
  height: 32px;
  line-height: 32px;
  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: #775232;
}
.m-oths .oths-item-1 {
  background-image: url("../images/oths1.png");
}
.m-oths .oths-item-2 {
  background-image: url("../images/oths2.png");
}

.m-page {
  margin-top: 85px;
  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: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  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: 102px;
}
.m-page a:hover {
  color: white;
  border-color: #775232;
  background-color: #775232;
}
.m-page a.active {
  color: white;
  border-color: #775232;
  background-color: #775232;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  background: url("../images/page1.png") no-repeat right center;
}
.m-page .form-btn {
  min-width: 185px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #775232;
}

.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: #666666;
  border-radius: 5px;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #775232;
}
.m-kf .kf-item.active {
  background-color: #775232;
}
.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: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #775232;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #775232;
}

@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-hhd {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  max-width: 620px;
  text-align: center;
}
.m-hhd .hd-title {
  padding-bottom: 22px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  color: #775232;
  background: url("../images/shuiguan.png") no-repeat center bottom;
}
.m-hhd .hd-title a {
  color: #775232;
}
.m-hhd .hd-title a:hover {
  color: #333;
}
.m-hhd .hd-desc {
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hhd .hd-desc a {
  color: #666;
}
.m-hhd .hd-desc a:hover {
  color: #775232;
}
@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }
  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hhd .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-hpro {
  background: url("../images/hbg1.jpg") no-repeat center top;
  padding-top: 94px;
}
@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 40px;
  }
}

.m-hpro .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -36px;
}
.m-hpro .list-item {
  margin-right: 2.75%;
  margin-bottom: 36px;
  width: 31.25%;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(167, 166, 166, 0.19);
}
.m-hpro .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-hpro .list-item:hover .item-modal {
  transform: scale(1);
}
.m-hpro .item-fix {
  position: relative;
  overflow: hidden;
}
.m-hpro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 82, 50, 0.7);
  transform: scale(0);
  transition: all 550ms;
}
.m-hpro .item-modal i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  line-height: 58px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #775232;
}
.m-hpro .item-text {
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 27px;
}
.m-hpro .item-title {
  position: relative;
  padding-bottom: 17px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hpro .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 4px;
  background-color: #775232;
}
.m-hpro .item-desc {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  max-height: 48px;
  min-height: 48px;
}
.m-hpro .item-desc a {
  color: #666;
}
.m-hpro .item-desc a:hover {
  color: #775232;
}
.m-hpro .item-link {
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #775232;
}
.m-hpro .item-link a {
  color: #775232;
}
.m-hpro .item-link a:hover {
  text-decoration: underline;
}
.m-hpro .box-link {
  margin-top: 65px;
  text-align: center;
}
.m-hpro .box-link a {
  display: inline-block;
  min-width: 258px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #775232;
  border-radius: 0 5px 5px 5px;
}
.m-hpro .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-hpro .box-link {
    margin-top: 30px;
  }
  .m-hpro .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hpro .list-item {
    width: 98%;
  }
}

.g-hwys {
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width: 991px) {
  .g-hwys {
    padding-top: 40px;
  }
}

.m-hwys {
  max-width: 1560px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  background-color: #f9f9f9;
}
.m-hwys .box-img {
  flex: 0 0 auto;
  width: 61.5384615385%;
  line-height: 0;
  font-size: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hwys .box-img a {
  width: 100%;
}
.m-hwys .box-info {
  padding-left: 5.1282051282%;
  padding-right: 5.1282051282%;
  padding-top: 4.0384615385%;
  padding-bottom: 3.8461538462%;
  width: 38.4615384615%;
  box-sizing: border-box;
  background: url("../images/hbg2.jpg") no-repeat center;
  background-size: cover;
}
.m-hwys .info-item:last-child .item-text {
  padding-bottom: 0;
}
.m-hwys .info-item:last-child .item-text:before {
  display: none;
}
.m-hwys .info-item:first-child .item-text {
  padding-top: 0;
}
.m-hwys .item-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hwys .item-wp:hover .item-title {
  color: #775232;
}
.m-hwys .iconfont {
  flex: 0 0 auto;
  width: 73px;
  text-align: left;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  color: #775232;
  padding-top: 20px;
}
.m-hwys .item-text {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-hwys .item-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 32px;
  height: 4px;
  background-color: #775232;
}
.m-hwys .item-title {
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-hwys {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
    display: block;
  }
  .m-hwys .box-img {
    width: 100%;
  }
  .m-hwys .box-info {
    width: 100%;
    padding: 30px 20px;
  }
}

.g-habt {
  margin-top: -184px;
  padding-top: 302px;
  padding-bottom: 90px;
  background: url("../images/hbg3.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .g-habt {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-habt {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-habt .box-img {
  order: 2;
  width: 50%;
  line-height: 0;
  font-size: 0;
}
.m-habt .box-text {
  order: 1;
  width: 47.0833333333%;
}
.m-habt .box-title {
  padding-bottom: 28px;
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  color: #fff;
  background: url("../images/shuiguan2.png") no-repeat left bottom;
}
.m-habt .box-title a {
  color: #fff;
}
.m-habt .box-title a:hover {
  color: #333;
}
.m-habt .box-desc {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.m-habt .box-desc a {
  color: #fff;
}
.m-habt .box-desc a:hover {
  color: #333;
}
.m-habt .box-desc p {
  min-height: 30px;
}
@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-desc p {
    min-height: 0;
  }
}
@media screen and (max-width: 640px) {
  .m-habt {
    display: block;
  }
  .m-habt .box-img {
    width: 100%;
  }
  .m-habt .box-text {
    width: 100%;
    margin-top: 20px;
  }
}

.g-ft {
  background-color: #151515;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.g-ft a {
  color: #fff;
}
.g-ft a:hover {
  color: #775232;
}

.m-ftfix1 {
  padding-top: 88px;
  padding-bottom: 64px;
  background: url("../images/fbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-ftb1 {
  float: left;
  width: 22.5%;
  margin-right: 7.0833333333%;
}

.m-ftb2 {
  float: left;
  width: 25.4166666667%;
  box-sizing: border-box;
  padding-right: 30px;
}

.m-ftb3 {
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 22px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

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

.m-ftnav i {
  font-size: 12px;
  font-size: 1.2rem;
}

.m-ftshare {
  margin-top: 26px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4e5758;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.m-ftshare .share-item:hover {
  color: #775232;
}

.m-ftform .form-bd {
  overflow: hidden;
}
.m-ftform .form-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}
.m-ftform .form-item1 {
  width: 46.6417910448%;
}
.m-ftform .form-item2 {
  width: 100%;
}
.m-ftform .form-item3 {
  margin-right: 6.7164179104%;
  width: 46.6417910448%;
}
.m-ftform .form-item4 {
  width: 21.0820895522%;
  padding-left: 0;
  height: 38px;
  line-height: 36px;
  text-align: center;
  background-color: #f3fbfe;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  overflow: hidden;
  padding-left: 0;
}
.m-ftform .form-item4 img {
  max-height: 36px;
  vertical-align: middle;
}
.m-ftform .form-item5 {
  width: 20.1492537313%;
  background: none;
}
.m-ftform .form-text {
  width: 100%;
  height: 38px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  color: #fff \9 ;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text2 {
  line-height: 36px;
  height: 75px;
  box-sizing: border-box;
}
.m-ftform .iconfont {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.m-ftform .form-btn {
  width: 100%;
  padding: 0 10px;
  height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #775232;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 550ms;
}
.m-ftform .form-btn:hover {
  color: #fff;
  background-color: #775232;
}

.m-ftfix2 {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .m-ftt, .m-ftinfo, .m-ftb2, .m-ftb3, .m-ftlnk {
    display: none;
  }

  .m-ftb1 {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-ftshare {
    justify-content: center;
  }

  .m-ftfix1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -41px;
  width: 41px;
  height: 82px;
  font-size: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: none !important;
}
.banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 24px;
  padding-bottom: 12px;
  bottom: 0;
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
}
.banner .slick-dots li {
  margin: 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  cursor: pointer;
}
.banner .slick-dots li a {
  display: block;
  width: 31px;
  height: 2px;
  font-size: 0;
  background-color: #fff;
}
.banner .slick-dots li.slick-active a {
  background-color: #775232;
}
.banner.hide {
  display: none;
}
@media screen and (max-width: 1219px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 10px;
    background: none;
  }
  .banner .slick-dots li {
    margin: 0 5px;
  }
  .banner .slick-dots li a {
    width: 12px;
    height: 12px;
  }
  .banner.hide {
    display: block;
  }
  .banner.n-banner {
    display: none;
  }
}

.g-hd {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
  }
}

body {
  padding-top: 130px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

.m-hdfix1 {
  position: relative;
  z-index: 9;
  background-color: #eeeeee;
}

.m-hdshare {
  font-size: 0;
  letter-spacing: 0;
}
.m-hdshare .share-item {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hdshare .share-item:hover {
  color: #775232;
}

.m-hdinfo {
  overflow: hidden;
}
.m-hdinfo .info-item {
  float: left;
  margin-right: 25px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hdinfo .info-item a {
  color: #666;
}
.m-hdinfo .info-item a:hover {
  color: #775232;
}
.m-hdinfo .info-item .iconfont {
  margin-right: 5px;
}

.m-hdfix2 {
  background-color: #fff;
}

.m-hdlogo {
  float: left;
  text-align: center;
  line-height: 100px;
}
.m-hdlogo img {
  vertical-align: middle;
}

.m-hdnav {
  float: left;
  max-width: 1226px;
}
.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-right: 60px;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 100px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  bottom: 11px;
  height: 9px;
  width: 28px;
  background: transparent;
  transition: all 550ms;
}
.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #775232;
}
.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  background: url("../images/shuiguan.png") no-repeat center;
  background-size: 100% 100%;
}
.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.m-hdnav .sbnav-wp {
  box-sizing: border-box;
  background-color: #fff;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 225px;
}
.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 228px;
}
.m-hdnav .sbnav-list3 {
  top: 0;
  right: 100%;
  width: 160px;
}
.m-hdnav .sbnav-item {
  position: relative;
}
.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}
.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #fff;
  background-color: #775232;
}
.m-hdnav .nav-item2 {
  position: static;
}
@media screen and (max-width: 1219px) {
  .m-hdnav {
    max-width: 750px;
  }
  .m-hdnav .nav-item > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hdnav .sbnav-item > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav {
    max-width: 660px;
  }
  .m-hdnav .nav-item {
    margin-right: 40px;
  }
}

.m-hdsch {
  position: relative;
  float: right;
  z-index: 3;
}
.m-hdsch .sch-btn {
  display: block;
  line-height: 96px;
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  text-align: center;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 176px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 550ms;
}
.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}
.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #775232;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdsch .sch-btn {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
    border-top-width: 2px;
  }

  .m-hdinfo, .m-hdshare {
    display: none;
  }

  .m-hdnav {
    display: none;
  }

  .m-hdfix1 {
    background: none;
    padding-top: 40px;
  }

  .m-hdlang {
    position: absolute;
    right: 30px;
    top: 0;
  }

  .m-hdsch {
    position: absolute;
    right: 15px;
    top: 5px;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 9;
  }
  .m-hdsch .sch-btn {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    color: #775232;
  }

  .m-hdlogo {
    padding: 5px 0 10px;
    width: 100%;
  }
  .m-hdlogo img {
    max-width: 180px;
  }
}
.g-hnews {
  padding-top: 102px;
}
@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 40px;
  }
}

.m-hnews .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hnews .list-wp {
  float: left;
  width: 1%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hnews .list-item1 {
  margin-right: 2.0833333333%;
  width: 45.5%;
}
.m-hnews .list-item1 .item-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-hnews .list-item1 .item-time {
  flex: 0 0 auto;
  width: 86px;
  padding-top: 11px;
  padding-bottom: 13px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #775232;
}
.m-hnews .list-item1 .item-time span {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
}
.m-hnews .list-item1 .item-text {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  background-color: #f3f2f2;
}
.m-hnews .list-item1 .item-title {
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}
.m-hnews .list-item1 .item-link {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hnews .list-item1 .item-link a {
  color: #666;
  text-decoration: underline;
}
.m-hnews .list-item1 .item-link a:hover {
  color: #775232;
}
.m-hnews .list-item2 {
  position: relative;
  margin-right: 2.1666666667%;
  width: 25%;
  background: url("../images/hnewsbg1.png") no-repeat center;
  background-size: cover;
}
.m-hnews .list-item2 .item-wp {
  display: block;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 32px;
  padding-bottom: 68px;
}
.m-hnews .list-item2 .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-hnews .list-item2 .item-time span {
  display: block;
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  color: #666;
  margin-bottom: 2px;
}
.m-hnews .list-item2 .item-title {
  margin-top: 12px;
  line-height: 30px;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}
.m-hnews .list-item2 .item-desc {
  margin-top: 37px;
  height: 120px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hnews .list-item2:hover {
  background-image: url("../images/hnewsbg2.png");
}
.m-hnews .list-item2:hover .item-title, .m-hnews .list-item2:hover .item-time, .m-hnews .list-item2:hover .item-desc {
  color: #fff;
}
.m-hnews .list-item2:hover .item-title span, .m-hnews .list-item2:hover .item-time span, .m-hnews .list-item2:hover .item-desc span {
  color: #fff;
}
.m-hnews .list-item2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 30px solid #e60012;
  border-bottom: 30px solid transparent;
}
.m-hnews .list-item:last-child {
  margin-right: 0;
}
.m-hnews .box-page {
  margin-top: 41px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hnews .page-item {
  margin: 0 4px;
  width: 27px;
  height: 2px;
  background-color: #666;
}
.m-hnews .page-item.active {
  background-color: #775232;
}
@media screen and (max-width: 991px) {
  .m-hnews .list-item2 .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m-hnews .list-item2 .item-desc {
    margin-top: 15px;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .list-item2 .item-time span {
    line-height: 1;
    font-size: 34px;
    font-size: 3.4rem;
  }
  .m-hnews .list-item1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews .list-wp {
    flex-flow: row wrap;
  }
  .m-hnews .list-item1 {
    width: 98%;
  }
  .m-hnews .list-item2 {
    width: 48%;
  }
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}

.g-hctus {
  padding-top: 92px;
  padding-bottom: 108px;
}
@media screen and (max-width: 991px) {
  .g-hctus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hctus {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #775232;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.m-hctus .box-text {
  flex: 1 1 auto;
  max-width: 480px;
  padding-left: 240px;
  box-sizing: border-box;
  background: url("../images/ctusicon1.png") no-repeat left center;
}
.m-hctus .box-name {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.m-hctus .box-title {
  margin-top: 11px;
  line-height: 52px;
  font-size: 36px;
  font-size: 3.6rem;
}
.m-hctus .box-link {
  margin-left: 20px;
}
.m-hctus .box-link a {
  display: inline-block;
  min-width: 160px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #775232;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0px 5px 5px 5px;
}
.m-hctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-hctus {
    padding: 30px 10%;
  }
  .m-hctus .box-text {
    padding-left: 80px;
    background-size: 50px;
  }
  .m-hctus .box-name {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hctus .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hctus {
    display: block;
  }
  .m-hctus .box-text {
    width: 100%;
  }
  .m-hctus .box-link {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.g-wp {
  padding-top: 70px;
  padding-bottom: 106px;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.g-mn1 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 338px;
}
@media screen and (max-width: 1219px) {
  .g-mn1 {
    padding-left: 280px;
  }
}
@media screen and (max-width: 991px) {
  .g-mn1 {
    float: none;
    padding-left: 0;
  }
}

.g-mn2 {
  float: left;
  width: 100%;
  padding-right: 315px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .g-mn2 {
    float: none;
    padding-right: 0;
  }
}

.g-sd1 {
  float: left;
  margin-left: -100%;
  width: 304px;
}
@media screen and (max-width: 1219px) {
  .g-sd1 {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .g-sd1 {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.g-sd2 {
  float: left;
  margin-left: -276px;
  width: 276px;
}
@media screen and (max-width: 991px) {
  .g-sd2 {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.m-abtb1 {
  background: url("../images/abtbg1.jpg") no-repeat center top;
}
.m-abtb1 .box-text {
  float: right;
  width: 53.3333333333%;
  padding-top: 86px;
  padding-bottom: 160px;
}
.m-abtb1 .box-title {
  position: relative;
  padding-bottom: 30px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}
.m-abtb1 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 5px;
  background-color: #775232;
}
.m-abtb1 .box-desc {
  margin-top: 65px;
  color: #666;
  max-width: 595px;
}
@media screen and (max-width: 991px) {
  .m-abtb1 .box-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb1 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-abtb1 .box-desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb1 {
    background: none;
  }
  .m-abtb1 .box-text {
    width: 100%;
  }
}

.m-abtb2 {
  padding-top: 100px;
  padding-bottom: 85px;
  background: url("../images/abtbg2.jpg") no-repeat center;
  background-size: cover;
}
.m-abtb2 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb2 .box-img {
  order: 2;
  flex: 0 0 auto;
  width: 45%;
  margin-left: 30px;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0px 0px 81px 0px rgba(205, 195, 187, 0.93);
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}
.m-abtb2 .box-text {
  flex: 1 1 auto;
}
.m-abtb2 .box-title {
  margin-bottom: 61px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}
.m-abtb2 .info-item {
  margin-top: 69px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.m-abtb2 .info-item:first-child {
  margin-top: 0;
}
.m-abtb2 .iconfont {
  flex: 0 0 auto;
  width: 70px;
  line-height: 1;
  font-size: 34px;
  font-size: 3.4rem;
  color: #775232;
}
.m-abtb2 .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-abtb2 .item-title {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb2 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-abtb2 .info-item {
    margin-top: 30px;
  }
  .m-abtb2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb2 .box-img {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb2 .box-wp {
    display: block;
  }
  .m-abtb2 .box-img {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}

.m-sdpronav .nav-name {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
}
.m-sdpronav .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: #775232;
  box-sizing: border-box;
}
.m-sdpronav .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.m-sdpronav .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}
.m-sdpronav .nav-list {
  margin-top: 0;
}
.m-sdpronav .nav-item {
  margin-top: 5px;
}
.m-sdpronav .nav-item > a {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 50px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #775232;
}
.m-sdpronav .nav-item > a .iconfont {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #775232;
}
.m-sdpronav .nav-item > a:hover, .m-sdpronav .nav-item > a.active {
  color: #fff;
  background-color: #775232;
}
.m-sdpronav .nav-item > a:hover .iconfont, .m-sdpronav .nav-item > a.active .iconfont {
  color: #fff;
}
.m-sdpronav .nav-item:first-child {
  margin-top: 0;
}
.m-sdpronav .sbnav-list {
  background-color: #ede0d5;
  display: none;
}
.m-sdpronav .sbnav-list.show {
  display: block;
}
.m-sdpronav .sbnav-list1 {
  padding-top: 14px;
  padding-bottom: 21px;
  padding-left: 12px;
  padding-right: 10px;
}
.m-sdpronav .sbnav-list2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.m-sdpronav .sbnav-item {
  padding: 5px 0;
}
.m-sdpronav .sbnav-item a {
  display: block;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.m-sdpronav .sbnav-item a.active, .m-sdpronav .sbnav-item a:hover {
  color: #775232;
}

@media screen and (max-width: 991px) {
  .m-sdpronav {
    margin-top: 30px;
  }
  .m-sdpronav .nav-name {
    display: none;
  }
  .m-sdpronav .nav-btn {
    display: block;
  }
  .m-sdpronav .nav-list {
    display: none;
  }
  .m-sdpronav .nav-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdpronav .nav-item > a .iconfont {
    top: 10px;
  }
  .m-sdpronav .sbnav-list1 {
    padding-left: 35px;
  }
  .m-sdpronav .sbnav-item a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-sdtag {
  margin-top: 30px;
  border-top: 23px solid #775232;
  border-bottom: 23px solid #775232;
  border-left: 17px solid #775232;
  border-right: 17px solid #775232;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 27px;
  padding-bottom: 30px;
  background-color: #ede0d5;
}
.m-sdtag .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.m-sdtag .box-tags {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .m-sdtag {
    margin-top: 30px;
    border-width: 10px;
  }
}

.m-prol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -50px;
}
.m-prol .list-item {
  margin-right: 1.9774011299%;
  margin-bottom: 50px;
  width: 32.0150659134%;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(167, 166, 166, 0.19);
}
.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol .list-item:hover .item-modal {
  transform: scale(1);
}
.m-prol .item-fix {
  position: relative;
  overflow: hidden;
}
.m-prol .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 82, 50, 0.7);
  transform: scale(0);
  transition: all 550ms;
}
.m-prol .item-modal i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  line-height: 58px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #775232;
}
.m-prol .item-text {
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.m-prol .item-title {
  position: relative;
  padding-bottom: 17px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 4px;
  background-color: #775232;
}
.m-prol .item-desc {
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  max-height: 48px;
}
.m-prol .item-desc a {
  color: #666;
}
.m-prol .item-desc a:hover {
  color: #775232;
}
.m-prol .item-link {
  margin-top: 23px;
  text-align: center;
}
.m-prol .item-link input {
  vertical-align: middle;
  margin-right: 5px;
}
.m-prol .item-link a {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  line-height: 28px;
  background-color: #333;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.m-prol .item-link a:hover {
  color: #fff;
  background-color: #775232;
}
@media screen and (max-width: 1219px) {
  .m-prol .item-link a {
    min-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .m-prol .item-text {
    padding: 20px 15px;
  }
  .m-prol .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-prol .list-item {
    width: 98%;
  }
}

.m-protop {
  background: url("../images/probg1.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 70px;
}
.m-protop .m-crm {
  margin-bottom: 46px;
}
@media screen and (max-width: 991px) {
  .m-protop .m-crm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-protop {
    padding-bottom: 40px;
  }
}

.m-prob1 .prob-pic {
  margin-right: 4.6666666667%;
  width: 673px;
}
.m-prob1 .prob-pic-big {
  position: relative;
  float: left;
  width: 515px;
  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: 140px;
  padding-bottom: 46px;
  overflow: hidden;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  bottom: 0;
  display: block;
  width: 50%;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background-color: #cfcfcf;
  text-align: center;
}
.m-prob1 .prob-pic-btn.prev {
  left: 0;
}
.m-prob1 .prob-pic-btn.next {
  right: 0;
}
.m-prob1 .prob-pic-btn:hover {
  color: #fff;
  background-color: #775232;
}
.m-prob1 .prob-pic-list {
  height: 469px;
  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: 2px solid #fff;
  overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #775232;
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #775232;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-info {
  padding-top: 54px;
  overflow: hidden;
}
.m-prob1 .prob-title {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-prob1 .prob-link {
  margin-top: 36px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}
.m-prob1 .prob-link a {
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 196px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #9d9d9d;
}
.m-prob1 .prob-link a:hover {
  color: white;
  background-color: #775232;
}
.m-prob1 .prob-link a:first-child {
  margin-right: 12px;
}
.m-prob1 .prob-share {
  padding-top: 30px;
}
.m-prob1 .prob-desc {
  margin-top: 28px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.m-prob1 .prob-desc .title {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  color: #775232;
}

.m-prob1 .prob-desc p strong {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  color: #775232;
  font-weight: normal;
}

.m-proshare .share-font {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.m-proshare .share-img {
  float: left;
  height: 26px;
}

@media screen and (max-width: 1219px) {
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }
  .m-prob1 .prob-info {
    padding-top: 0;
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .m-prob1 .prob-desc {
    margin-top: 25px;
  }
  .m-prob1 .prob-share {
    padding-top: 25px;
  }
  .m-prob1 .prob-link {
    margin-top: 30px;
  }
  .m-prob1 .prob-link a:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    display: none;
  }
  .m-prob1 .prob-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-prob1 .prob-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prob1 .prob-share {
    padding-top: 20px;
  }
  .m-prob1 .prob-link {
    margin-top: 20px;
  }
  .m-prob1 .prob-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.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: #775232;
    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 #775232;
  }
}
@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prott {
  margin-bottom: 23px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  color: #775232;
  background: url("../images/shuiguan3.png") no-repeat left center;
}
@media screen and (max-width: 991px) {
  .m-prott {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-prob2 {
  margin-top: 63px;
}
.m-prob2 .box-item1 {
  margin-top: 43px;
}
.m-prob2 .box-fix {
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-prob2 .box-item2 {
  width: 55%;
}
.m-prob2 .box-item3 {
  width: 40.5%;
}
@media screen and (max-width: 991px) {
  .m-prob2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob2 .box-fix {
    display: block;
  }
  .m-prob2 .box-item2, .m-prob2 .box-item3 {
    width: 100%;
    margin-top: 30px;
  }
  .m-prob2 .box-item2:first-child, .m-prob2 .box-item3:first-child {
    margin-top: 0;
  }
}

.m-proform .form-item {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}
.m-proform .form-item.important .item-text {
  background: url("../images/star1.png") no-repeat 7px 14px;
  background-color: #f0f1f3;
}
.m-proform .form-item.important .item-text3 {
  background: url("../images/star1.png") no-repeat 14px 7px;
  background-color: #f0f1f3;
}
.m-proform .form-item-1 {
  width: 48.3333333333%;
}
.m-proform .form-item-2 {
  width: 100%;
}
.m-proform .form-item-3 {
  margin-right: 2.9166666667%;
  width: 48.3333333333%;
}
.m-proform .form-item-4 {
  width: 12.3333333333%;
  height: 40px;
  padding-left: 0;
  line-height: 38px;
  text-align: center;
  background-color: #f3fbfe;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
.m-proform .form-item-4 img {
  max-height: 38px;
  vertical-align: middle;
}
.m-proform .form-item-5 {
  float: left;
  border: none;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}
.m-proform .item-btn1 {
  width: 100%;
  height: 60px;
  padding-left: 0;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #775232;
}
.m-proform .item-btn1:hover {
  background-color: #333;
}
.m-proform .item-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: #f0f1f3;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}
.m-proform .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-proform .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-proform .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-proform .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-proform .item-text2 {
  height: 120px;
  line-height: 30px;
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-proform {
    width: 100%;
  }
  .m-proform .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-proform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-proform .form-item.important .item-text {
    background-position: 10px 15px;
  }
  .m-proform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proform .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-proform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proform .form-item-3 {
    float: left;
    margin-right: 0;
    width: calc(100% - 140px);
  }
  .m-proform .form-item-4 {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 34px;
  }
  .m-proform .form-item-4 img {
    max-height: 34px;
  }
}

.m-mpro {
  margin-top: 68px;
  padding-top: 45px;
  padding-bottom: 53px;
  background: linear-gradient(to bottom, #f7f7f7, #ffffff);
}
.m-mpro .box-title {
  margin-bottom: 38px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-align: center;
  color: #775232;
}
.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-mpro .list-item {
  float: left;
  margin-right: 0.0275%;
  width: 0.2283333333%;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
.m-mpro .item-fix {
  position: relative;
  overflow: hidden;
}
.m-mpro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 82, 50, 0.7);
  transform: scale(0);
  transition: all 550ms;
}
.m-mpro .item-modal i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  line-height: 58px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #775232;
}
.m-mpro .item-text {
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 27px;
}
.m-mpro .item-title {
  position: relative;
  padding-bottom: 12px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-mpro .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 4px;
  background-color: #775232;
}
.m-mpro .item-desc {
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  max-height: 48px;
}
.m-mpro .item-desc a {
  color: #666;
}
.m-mpro .item-desc a:hover {
  color: #775232;
}
.m-mpro .btn-wp {
  margin-top: 86px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-mpro .box-btn {
  margin: 0 8px;
  width: 32px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b6b6b6;
  text-align: center;
  border: 2px solid #b6b6b6;
  border-radius: 50%;
  box-sizing: border-box;
}
.m-mpro .box-btn:hover {
  color: #333;
  border-color: #333;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-mpro .btn-wp {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-mpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
  .m-mpro .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    width: 0.49%;
  }
}

.m-downav {
  margin-bottom: 75px;
  /*display: flex;*/
  /*flex-flow: row wrap;*/
  /*justify-content: flex-start;*/
  /*align-items: flex-start;*/
}
.m-downav .nav-item {
  position: relative;
  margin-right: 2.3333333333%;
  margin-bottom: 22px;
  /*width: 14.6666666667%;*/
  width: auto;
  display: inline-block;
}
.m-downav .nav-item a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
  border: solid 1px #999999;
  word-break: break-word;
}
/*.m-downav .nav-item:nth-child(6n) {*/
/*  margin-right: 0;*/
/*}*/
.m-downav .nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  /*padding-top: 36.9318181818%;*/
  /*background: url("../images/yy1.png") no-repeat center top;*/
  background-size: 100% 100%;
  display: none;
}
.m-downav .nav-item:hover a, .m-downav .nav-item.active a {
  color: #fff;
  background-color: #775232;
}
.m-downav .nav-item:hover:before, .m-downav .nav-item.active:before {
  display: block;
}
@media screen and (max-width: 1219px) {
  .m-downav .nav-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-downav .nav-item {
    margin-left: 1%;
    margin-right: 1%;
    /*width: 23%;*/
  }
}
@media screen and (max-width: 640px) {
  .m-downav .nav-item {
    width: 98%;
  }
}

.m-downl .list-item {
  margin-top: 59px;
  padding-bottom: 13px;
  overflow: hidden;
  border-bottom: 1px dashed #d1d1d1;
}
.m-downl .list-item a {
  cursor: pointer;
}
.m-downl .list-item:first-child {
  margin-top: 0;
}
.m-downl .item-fix {
  float: left;
}
.m-downl .item-fix1 {
  width: 100%;
  padding-right: 300px;
  box-sizing: border-box;
}
.m-downl .item-fix2 {
  margin-left: -206px;
  width: 206px;
  padding-top: 22px;
  overflow: hidden;
}
.m-downl .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-downl .item-title i {
  font-size: 20px;
  font-size: 2rem;
  color: #6b6b6b;
}
.m-downl .item-desc {
  margin-top: 15px;
}
.m-downl .item-desc a {
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}
.m-downl .item-icon {
  float: left;
  width: 40px;
}
.m-downl .item-link {
  float: right;
  width: 128px;
  padding: 5px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #775232;
}
.m-downl .item-link:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-downl .list-item {
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .m-downl .item-fix {
    float: none;
  }
  .m-downl .item-fix1 {
    padding-right: 0;
  }
  .m-downl .item-fix2 {
    margin-left: 0;
    padding-top: 15px;
  }
  .m-downl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-downl .item-desc {
    margin-top: 18px;
  }
  .m-downl .item-desc a {
    height: auto;
    max-height: 48px;
    line-height: 24px;
  }
}
.m-newsl .list-item {
  padding-top: 43px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3f2f2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-newsl .list-item:first-child {
  padding-top: 0;
}
.m-newsl .item-pic {
  order: 3;
  flex: 0 0 auto;
  margin-left: 5.8333333333%;
  width: 25.5833333333%;
}
.m-newsl .item-time {
  margin-right: 45px;
  order: 1;
  flex: 0 0 auto;
  text-align: center;
}
.m-newsl .item-time .time {
  position: relative;
  padding-bottom: 11px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}
.m-newsl .item-time .time:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 9px;
  height: 2px;
  background-color: #775232;
}
.m-newsl .item-time .link {
  margin-top: 20px;
}
.m-newsl .item-time .link a {
  display: inline-block;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #775232;
}
.m-newsl .item-text {
  flex: 1 1 auto;
  order: 2;
  overflow: hidden;
}
.m-newsl .item-title {
  line-height: 32px;
  max-height: 64px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-newsl .item-desc {
  margin-top: 15px;
  line-height: 30px;
  max-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.m-newsl .item-desc a {
  color: #666;
}
.m-newsl .item-desc a:hover {
  color: #775232;
}
@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-newsl .item-time .time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-title, .m-newsl .item-desc {
    line-height: 24px;
    max-height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .m-newsl .list-item {
    display: block;
  }
  .m-newsl .item-pic {
    margin-left: 0;
    width: 100%;
  }
  .m-newsl .item-time {
    margin-top: 20px;
    margin-right: 0;
  }
  .m-newsl .item-time .link {
    display: none;
  }
  .m-newsl .item-text {
    margin-top: 20px;
  }
}

.m-news {
  padding-bottom: 30px;
  background: url("../images/jtbg.png") repeat-x left bottom;
}
.m-news .box-title {
  line-height: 32px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-news .box-info {
  margin-top: 24px;
  background: url("../images/jtbg.png") repeat-x left center;
}
.m-news .info-wp {
  display: inline-block;
  background-color: #fff;
  padding-right: 30px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-news .box-time {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.m-news .box-share, .m-news .share-title, .m-news .share-img {
  display: inline-block;
  vertical-align: middle;
}
.m-news .share-title {
  margin-right: 10px;
}
.m-news .share-img {
  line-height: 0;
  font-size: 0;
}
.m-news .box-desc {
  margin-top: 55px;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-news .info-wp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-sdtt {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 17px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/jtbg2.png") no-repeat center 40px;
  background-color: #775232;
}

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

@media screen and (max-width: 991px) {
  .m-sdtt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-sdnews .box-list {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.m-sdnews .list-item {
  padding-top: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}
.m-sdnews .item-title {
  max-height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
.m-sdnews .item-link {
  margin-top: 12px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-sdnews .item-link a {
  color: #999;
}
.m-sdnews .item-link a:hover {
  color: #775232;
}

.m-sdpro {
  margin-top: 23px;
}
.m-sdpro .box-list {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.m-sdpro .list-item {
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
.m-sdpro .item-pic {
  width: 115px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.m-sdpro .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-sdpro .item-title {
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-sdpro .item-link {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #775232;
}
.m-sdpro .item-link a {
  color: #775232;
}
.m-sdpro .item-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-sdpro .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .m-sdpro .list-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .m-sdpro .list-item {
    width: 98%;
  }
}

.c-bg1 {
  background: url("../images/ctusbg1.jpg") no-repeat center top;
}

.m-ctusfix .box-hd {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
  max-width: 560px;
}
.m-ctusfix .hd-title {
  line-height: 70px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  color: #775232;
}
.m-ctusfix .hd-desc {
  margin-top: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ctusfix .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .m-ctusfix .box-wp {
    display: block;
  }
  .m-ctusfix .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-ctusfix .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.m-ctusinfo {
  position: relative;
  width: 34.9166666667%;
  flex: 0 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 32px;
  padding-bottom: 130px;
  background: url("../images/ctusinfobg.jpg") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
}
.m-ctusinfo:before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 27px;
  height: 27px;
  background-color: #ffcda4;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo:before {
    display: none;
  }
}
.m-ctusinfo a {
  color: #fff;
}
.m-ctusinfo a:hover {
  color: #333;
}
.m-ctusinfo .box-title {
  position: relative;
  padding-bottom: 10px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.m-ctusinfo .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9px;
  height: 3px;
  background-color: #ffffff;
}
.m-ctusinfo .info-item {
  margin-top: 28px;
  position: relative;
  padding-left: 44px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}
.m-ctusinfo .info-item i {
  position: absolute;
  left: 10px;
  top: 0;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo {
    width: 100%;
    padding: 30px 20px;
  }
}

.m-ctusform {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5.6666666667%;
  padding-top: 70px;
  padding-bottom: 36px;
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(201, 205, 207, 0.6);
}
.m-ctusform .form-item {
  position: relative;
  margin-bottom: 23px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}
.m-ctusform .form-item.important .item-text {
  background: url("../images/star1.png") no-repeat 7px 14px;
  background-color: #f0f1f3;
}
.m-ctusform .form-item.important .item-text3 {
  background: url("../images/star1.png") no-repeat 14px 7px;
  background-color: #f0f1f3;
}
.m-ctusform .form-item-1 {
  width: 48.4057971014%;
}
.m-ctusform .form-item-2 {
  width: 100%;
}
.m-ctusform .form-item-3 {
  margin-right: 3.6231884058%;
  width: 48.4057971014%;
}
.m-ctusform .form-item-4 {
  width: 21.4492753623%;
  height: 40px;
  padding-left: 0;
  line-height: 38px;
  text-align: center;
  background-color: #f3fbfe;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
.m-ctusform .form-item-4 img {
  max-height: 38px;
  vertical-align: middle;
}
.m-ctusform .form-item-5 {
  float: left;
  border: none;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}
.m-ctusform .item-btn1 {
  width: 100%;
  height: 48px;
  padding-left: 0;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #775232;
}
.m-ctusform .item-btn1:hover {
  background-color: #333;
}
.m-ctusform .item-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
  background-color: #f0f1f3;
}
.m-ctusform .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text2 {
  height: 120px;
  line-height: 30px;
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    padding: 30px 20px;
  }
  .m-ctusform .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-ctusform .form-item.important .item-text {
    background-position: 10px 15px;
  }
  .m-ctusform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-ctusform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-item-3 {
    float: left;
    margin-right: 0;
    width: calc(100% - 140px);
  }
  .m-ctusform .form-item-4 {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 34px;
  }
  .m-ctusform .form-item-4 img {
    max-height: 34px;
  }
}

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

.m-hdpronav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 1400px;
  max-width: 96%;
  padding-top: 22px;
  padding-bottom: 30px;
  background-color: #fff;
  display: none;
}
.m-hdpronav .pronav-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-hdpronav .pronav-fix {
  width: 20%;
  padding-left: 40px;
  padding-right: 20px;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.m-hdpronav .pronav-fix:nth-child(5n) {
  border-right: none;
}
.m-hdpronav .pronav-title {
  position: relative;
  padding-left: 14px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "PoppinsMedium", arial, helvetica, sans-serif;
}
.m-hdpronav .pronav-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 6px solid #775232;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.m-hdpronav .pronav-list {
  padding-left: 13px;
  padding-top: 21px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hdpronav .pronav-list a {
  color: #666;
}
.m-hdpronav .pronav-list a:hover {
  color: #775232;
}
.m-hdpronav .pronav-list .item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-hdpronav.show {
  display: block;
}
@media screen and (max-width: 1440px) {
  .m-hdpronav .pronav-fix {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face {
  font-family: 'PoppinsRegular';
  src: url('../fonts/PoppinsRegular.eot');
  src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
       url('../fonts/PoppinsRegular.woff2') format('woff2'),
       url('../fonts/PoppinsRegular.woff') format('woff'),
       url('../fonts/PoppinsRegular.ttf') format('truetype'),
       url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsSemiBold';
  src: url('../fonts/PoppinsSemiBold.eot');
  src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
       url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
       url('../fonts/PoppinsSemiBold.woff') format('woff'),
       url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
       url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsMedium';
  src: url('../fonts/PoppinsMedium.eot');
  src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
       url('../fonts/PoppinsMedium.woff2') format('woff2'),
       url('../fonts/PoppinsMedium.woff') format('woff'),
       url('../fonts/PoppinsMedium.ttf') format('truetype'),
       url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
  font-display: swap;
}

@font-face {
  font-family: "iconfont"; /* Project id 3441673 */
  src: url('../fonts/iconfont.eot?t=1654069010210'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1654069010210#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont.woff2?t=1654069010210') format('woff2'),
       url('../fonts/iconfont.woff?t=1654069010210') format('woff'),
       url('../fonts/iconfont.ttf?t=1654069010210') format('truetype'),
       url('../fonts/iconfont.svg?t=1654069010210#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.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-20xiaoshifuwurexian:before {
  content: "\e796";
}

.icon-shilifenxi:before {
  content: "\e61a";
}

.icon-chengxinbaozhengjin:before {
  content: "\e680";
}

.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: #fff!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 9px;
    border: solid 1px #999999;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    }
    .listcart a:hover {color: #fff; border-color: rgba(119, 82, 50, 0.7); background: rgba(119, 82, 50, 0.7);}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc .table table{margin-top: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 3px;}
    .xunpanc table tr td a:hover{color: #775232;}

.keywds{ margin-bottom: 30px; }



.m-hdlang {
  position: relative;
  z-index: 4;
 left:60px;
}
.m-hdlang .lang-btn {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color:#666;
  box-sizing: border-box;    line-height: 30px
  
}
.m-hdlang .lang-btn span {
 
}
.m-hdlang .lang-btn .icon-bottom7 {
  font-size: 10px;
  font-size: 1rem;
}
.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 112px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 5px;
  padding-top: 14px;
  background-color: #775232;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
  border-radius: 0px 0px 10px 10px;
}
.m-hdlang .lang-list.active {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.m-hdlang .lang-item {
  display: block;
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
align-items: center;
}
.m-hdlang .lang-item img{
    margin-left:5px;
}
.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #fff;
}
.m-hdlang .lang-item:first-child {
  margin-top: 0;
}

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