@charset "UTF-8";


@font-face {
                font-family: "Neutraface";
                font-display: swap;
                src: url("../fonts/NeutrafaceText-Bold.woff") format("woff");
            }

            @font-face {
                font-family: "Akkurat";
                font-display: swap;
                src: url("../fonts/AkkuratStd-Regular.woff") format("woff");
            }

            @font-face {
                font-family: "Gotham";
                font-display: swap;
                src: url("../fonts/Gotham-Book.otf") format("opentype");
            }


@font-face {
    font-family: qanelassoft-extrabold;
    src: url(../fonts/QanelasSoft-ExtraBold-ALT.eot);
    src: url(../fonts/QanelasSoft-ExtraBold-ALT.eot?#iefix) format('embedded-opentype'),url(../fonts/QanelasSoft-ExtraBold-ALT.woff2) format('woff2'),url(../fonts/QanelasSoft-ExtraBold-ALT.woff) format('woff'),url(../fonts/QanelasSoft-ExtraBold-ALT.ttf) format('truetype'),url(../fonts/QanelasSoft-ExtraBold-ALT.svg#QanelasSoft-ExtraBold-ALT) format('svg');
    font-weight: 400!important;
    font-style: normal
}

@font-face {
    font-family: franklingothic-medium;
    src: url(../fonts/ITCFranklinGothicStd-Med.eot);
    src: url(../fonts/ITCFranklinGothicStd-Med.eot?#iefix) format('embedded-opentype'),url(../fonts/ITCFranklinGothicStd-Med.woff2) format('woff2'),url(../fonts/ITCFranklinGothicStd-Med.woff) format('woff'),url(../fonts/ITCFranklinGothicStd-Med.ttf) format('truetype'),url(../fonts/ITCFranklinGothicStd-Med.svg#ITCFranklinGothicStd-Med) format('svg');
    font-weight: 400!important;
    font-style: normal
}


/* #region ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
font-family: 'Akkurat',Helvetica,Arial,Lucida,sans-serif;
  outline: none;
}

body{    font-family: 'Akkurat',Helvetica,Arial,Lucida,sans-serif;}
*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}

html {
  margin: 0 auto;
}

ul,
li,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

button,
input {
  border: 0;
  outline: none;
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
}

i {
  font-style: inherit;
}

#map label {
  max-width: initial;
}

#map img {
  max-width: initial;
}

p {
  margin-bottom: 0
}














/* ==================== 重置默认样式 end ==================== */
/* #endregion */
/* #region ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
  padding: 0;
  margin: 0;
}

/* 外层容器样式 */
section {
  overflow: hidden;
}

/* 通用正文样式 */
article {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  color: #333;
}

/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}

.mxw-image:hover img {
  transform: scale(1.1);
}

.mxw-image img {
  transition: all 0.4s;
  width: 100%;
}

/* ==================== 常用样式 end ==================== */
/* #endregion */
/* #region ==================== 文本行数限制 start ====================*/
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-2 {
  -webkit-line-clamp: 2;
}

.u-line-3 {
  -webkit-line-clamp: 3;
}

.u-line-4 {
  -webkit-line-clamp: 4;
}

.u-line-5 {
  -webkit-line-clamp: 5;
}

.u-line-6 {
  -webkit-line-clamp: 6;
}

t {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ==================== 文本行数限制 end ==================== */
/* #endregion */
/* #region ==================== flex通用布局 start ====================*/
.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-col {
  flex-direction: column;
}

.u-grow-1 {
  flex-grow: 1;
}

.u-col-center {
  align-items: center;
}

.u-col-top {
  align-items: flex-start;
}

.u-col-bottom {
  align-items: flex-end;
}

.u-row-center {
  justify-content: center;
}

.u-row-left {
  justify-content: flex-start;
}

.u-row-right {
  justify-content: flex-end;
}

.u-row-between {
  justify-content: space-between;
}

.u-row-around {
  justify-content: space-around;
}

/* ==================== flex通用布局 end ==================== */
/* #endregion */
/* #region ==================== 通用布局 start ====================*/
@media screen and (min-width: 751px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2>.u-col {
    width: 48%;
  }

  .u-row-2>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-2>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }

  .u-row-3>.u-col {
    width: 32%;
  }

  .u-row-3>.u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .u-row-3>.u-col:nth-child(3)~.u-col {
    margin-top: 2%;
  }

  .u-row-4>.u-col {
    width: 23%;
    margin-right: 2.5%;
  }

  .u-row-4>.u-col:nth-child(4n) {
    margin-right: 0%;
  }

  .u-row-4>.u-col:nth-child(4)~.u-col {}

  .u-row-5>.u-col {
    width: 18.4%;
    margin-right: 2%;
  }

  .u-row-5>.u-col:nth-child(5n) {
    margin-right: 0%;
  }

  .u-row-5>.u-col:nth-child(5)~.u-col {
    margin-top: 2%;
  }

  .u-row-6>.u-col {
    width: 15%;
    margin-right: 2%;
  }

  .u-row-6>.u-col:nth-child(6n) {
    margin-right: 0%;
  }

  .u-row-6>.u-col:nth-child(6)~.u-col {
    margin-top: 1%;
  }
}

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

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2 .u-col {
    width: 100%;
  }

  .u-row-2 .u-col:nth-child(1)~.u-col {
    margin-top: 2%;
  }

  .u-row-3>.u-col,
  .u-row-4>.u-col,
  .u-row-5>.u-col,
  .u-row-6>.u-col {
    width: 32%;
  }


}

/* ==================== 通用布局 end ==================== */
/* #endregion */
/* #region ==================== 分页样式 start ====================*/
.mxw-pagination {
  margin-top: 50px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mxw-pagination>a,
.mxw-pagination>span {
  padding: 6px 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
  border: 1px solid #ccc;
  display: block;
  margin: 4px;
}

.mxw-pagination>a.active,
.mxw-pagination>a:hover {
  background-color: #82b128;
  color: #fff !important;
}

.mxw-pagination>a:first-child {
  margin-left: 0;
}

.mxw-pagination>a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 751px) {
  .mxw-pagination {
    margin-top: 30px;
  }

  .mxw-pagination>a {
    font-size: 12px;
    margin: 2px;
    padding: 8px 10px;
  }
}

/* ==================== 分页样式 end ==================== */
/* #endregion */
/* #region ==================== 通用标签页 start ====================*/
/* 标签页 */
.mxw-tabs {
  padding-left: 0;
  padding-right: 0;
}

.mxw-tabs .mxw-tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.833rem;
}

.mxw-tabs .mxw-tabs-wrap {
  position: relative;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mxw-tabs .mxw-tabs-wrap::-webkit-scrollbar {
  display: none;
}

.mxw-tabs .mxw-tabs-item {
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  font-size: .3rem;
  white-space: nowrap;
  color: #f9f9f9;
  padding: 0.1667rem .58rem;
}

.mxw-tabs .mxw-tabs-item:last-child {
  margin-right: 0;
}

.mxw-tabs .mxw-tabs-item.active {
  color: #f9f9f9;
  background-color: #82b128;
  border-radius: 0.333rem;
}

@media screen and (max-width: 751px) {
  .mxw-tabs .mxw-tabs-header {
    margin-bottom: .3333rem;
  }

  .mxw-tabs .mxw-tabs-header .mxw-box {
    padding: 0;
  }

  .mxw-tabs .mxw-tabs-item {
    font-size: 16px;
    padding: 7px 0;
    margin-right: 2%;
    width: 49%;
    text-align: center;
    justify-content: center;
  }

  .mxw-tabs .mxw-tabs-item:nth-child(2n) {
    margin-right: 0;
  }

  .mxw-tabs .mxw-tabs-item:last-child {
    margin-right: 0;
  }
}

/* ==================== 通用标签页 end ==================== */
/* #endregion */
/* #region ==================== 关键词 start ==================== */
.mxw-keywords {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #f6f6f6;
}

.mxw-keywords .mxw-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.mxw-keywords .left {
  position: relative;
  flex-grow: 1;
  font-size: .2667rem;
  line-height: 1.2;
  color: #666;
  display: flex;
  align-items: center;
}

.mxw-keywords .left strong {
  vertical-align: inherit;
}

.mxw-keywords .left .hotkey {
  vertical-align: inherit;
  font-weight: bold;
  font-size: .2667rem;
  color: #333333;
}

.mxw-keywords .left .hotkey a {
  color: #666666;
  font-weight: initial;
}

.mxw-keywords .left a:after {
  content: "";
  padding-left: .3333rem;
}

.mxw-keywords .left a:hover {
  color: #82b128;
}

.mxw-keywords .left a:last-child {
  padding-right: 0;
}

.mxw-keywords .left a:last-child::after {
  display: none;
}

.mxw-keywords .right form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.mxw-keywords .right form:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mxw-keywords .right input#keyword {
  width: 5.6667rem;
  height: 48px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e2e2e2;
  border-right: 0;
  background-color: #ffffff;
  border-top-left-radius: .4rem;
  border-bottom-left-radius: .4rem;
}

.mxw-keywords .right input::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #999;
}

.mxw-keywords .right input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #999;
}

.mxw-keywords .right input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #999;
}

.mxw-keywords .right input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #999;
}

.mxw-keywords .right #s_btn {
  outline: none;
  border-width: 0;
  cursor: pointer;
  background: url(../images/icon_search_h.png) no-repeat center #fff;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .9rem;
  border: 1px solid #e2e2e2;
  border-left: none;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.mxw-keywords .right #s_btn .icon {
  display: block;
  width: .3333rem;
  height: .3333rem;
  overflow: hidden;
  font-size: 0;
}

.mxw-keywords .right #s_btn .text {
  font-size: 14px;
  padding-left: 5px;
}

/* ==================== 关键词 end ==================== */
/* #endregion */
/* ==================== 动画 start ==================== */
@keyframes arrowAnimate {
  0% {
    transform: translate(0rem, 0rem);
  }

  50% {
    transform: translate(0rem, -0.1667rem);
  }

  100% {
    transform: translate(0rem, 0rem);
  }
}

/* ==================== 动画 end ==================== */
/* #region ==================== 通用 - 无缝滚动 end ==================== */
.mxw-scroll {
  overflow: hidden;
}

.mxw-scroll .scroll-wrap {
  display: flex;
  align-items: stretch;
}

.mxw-scroll .scroll-item {
  flex-shrink: 0;
}

@media screen and (min-width: 751px) {
  .mxw-scroll .scroll-item {
    width: 23.5%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 751px) {
  .mxw-scroll .scroll-item {
    width: 48%;
    margin-right: 4%;
  }
}

/* #endregion ==================== 通用 - 无缝滚动 end ==================== */
/* #region ==================== 头部 start ==================== */
header {
  position: relative;
  z-index: 99;
  width: 100%;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .pc-nav .welcome {
  border-bottom: 1px solid #e5e5e5;
  background: #000000;
}

header .pc-nav .welcome>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  width: 1490px;
  color: #b1b1b1;
  font-size: 14px;
}

header .pc-nav .welcome>.mxw-box .left {
  font-size: 0.266rem;    font-family: franklingothic-medium,Arial,sans-serif;
}

header .pc-nav .welcome>.mxw-box .right {
  font-size: 0.233rem;
}

header .pc-nav .welcome>.mxw-box .right img {
  height: .2667rem;
  margin-left: .3333rem;
}

header .pc-nav .welcome a:hover {
  color: #619646;
}

header .pc-nav .search {
  position: relative;
  top: .1667rem;
  display: flex;
  align-items: stretch;
  font-size: 0;
}


header .pc-nav .search:hover form {
  opacity: 1;
  right: 0px;
  visibility: visible;
}

header .pc-nav .search form input#keyword {
  background: #fff;
  padding: .1333rem .1667rem;
  padding-right: .5rem;
  outline: none;
  width: 3.7833rem;
  border: 1px solid #ddd;
  height: .5167rem;
  line-height: .5167rem;
  font-size: .2rem;
  color: #888888;
}

header .pc-nav .search form input#s_btn {
  width: 1.2167rem;
  height: .5167rem;
  background: url(../images/s_so.png) no-repeat center #619646;
}

header .pc-nav .search form button img {
  width: .2667rem;
}

header .pc-nav .nav-top>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .pc-nav .nav-top .logo {
  flex-shrink: 0;
}

header .pc-menu {
  display: flex;
  align-items: center;
  min-width: 0;
  justify-content: space-between;
}

header .pc-menu>li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  flex-grow: 1;
}

header .pc-menu>li:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-image: linear-gradient(to top, transparent, #ffffff, transparent);
}

header .pc-menu>li:hover>a,
header .pc-menu>li.active>a {
  color: #619646;
  border-bottom: 3px solid #619646;
}

header .pc-menu>li:hover>a:before,
header .pc-menu>li:hover>a:after {}

header .pc-menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

header .pc-menu>li ul {
  background-color: #fff;
  width: 3.3333rem;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s, visibility 0s;
}

header .pc-menu>li ul:hover {
  opacity: 1;
  visibility: visible;
}

header .pc-menu>li ul li.active>ul,
header .pc-menu>li ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  color: #fff
}

header .pc-menu>li ul li a {
  position: relative;text-transform: capitalize;
}

header .pc-menu>li ul li a:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

header .pc-menu>li ul a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-size: 0.2333rem;
  color: #333;
  line-height: 1.2;
  padding: 0.2333rem;text-transform: capitalize;
}

header .pc-menu>li ul li:hover>a {
  color: #619646;
}

header .pc-menu>li>a {
  font-size: .3rem;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  line-height: 1.2;    text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-weight: bold;
  padding-bottom: .08333rem;
  margin: .9rem .467rem .6rem .467rem;
}

header .pc-menu>li>a:before,
header .pc-menu>li>a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #c4250f;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
}

header .pc-menu>li>a:before {
  top: 30px;
  transform: translateX(-10px);
}

header .pc-menu>li>a:after {
  bottom: 30px;
  transform: translateX(10px);
}

header .pc-menu>li>ul {
  border-top: 2px solid #619646;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

header .pc-menu>li>ul>li>a.active,
header .pc-menu>li>ul>li>a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

header .pc-menu>li>ul>li>a.active:after,
header .pc-menu>li>ul>li>a:hover:after {
  display: none;
}

header .pc-menu>li>ul>li>a:last-child:after {
  display: none;
}

header .pc-menu>li>ul>li>ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 1px solid #ddd;
min-height:100%;
}

header .pc-menu>li>ul>li>ul>li>ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 1740px) {
  header .pc-nav .mxw-box {
    max-width: 96%;
  }
}

@media screen and (max-width: 1500px) {
  header .pc-nav .search form input {
    width: 1.1167rem;
  }

  header .pc-nav .search {
    margin-left: 0;
  }

  header .pc-menu>li>a {
    font-size: .25rem;
    margin: .9rem .5rem .6rem .5rem;
  }

  header .pc-menu>li>a:before {
    top: 20px;
  }

  header .pc-menu>li>a:after {
    bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  header .pc-nav .search{
    display: none;
  }
  header .pc-menu>li>a{
    margin: .9rem .3rem .6rem .3rem;
  }
}


/* #endregion ==================== 头部 end ==================== */

/* #region ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    z-index: 99999;
  }

  .mxw-mob-nav .head {
    font-size: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    max-width: 750px;
    width: 100%;
    transform: translateX(-50%);
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    background-color: #fff;
  }

  .mxw-mob-nav .logo {
    display: block;
    flex-shrink: 0;
  }

  .mxw-mob-nav .logo img {
    height: 35px;
  }

  .mxw-mob-nav .menu-btn {
    flex-shrink: 0;
    width: 26px;
    height: 20px;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .mxw-mob-nav .menu-btn i {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: #333;
  }

  .mxw-mob-nav .menus-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 50%;
    max-width: 450px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
  }

  .mxw-mob-nav .menus-box.active {
    visibility: visible;
    opacity: 1;
  }

  .mxw-mob-nav .menus-box.active .menus {
    transform: translateX(0);
  }

  .mxw-mob-nav .menus {
    width: 60%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.5s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
  }

  .mxw-mob-nav .menus>ul {
    width: 100%;
    overflow: auto;
  }

  .mxw-mob-nav .menus>ul>li.active>ul {
    display: block;
  }

  .mxw-mob-nav .menus>ul>li>a {
    display: block;
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mxw-mob-nav .menus>ul>li>a.sub:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid #555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    margin-left: 10px;
  }

  .mxw-mob-nav .menus>ul>li>ul {
    display: none;
    padding: 0px 24px;
  }

  .mxw-mob-nav .menus>ul>li>ul>li>a {
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #f3f3f3;
  }

  .mxw-mob-nav .menus-head {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    border-bottom: 0.6px solid #eee;
    font-size: 16.8px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mxw-mob-nav .menus-head .text {
    color: #333;
    line-height: 1.2;
  }

  .mxw-mob-nav .menus-head .mxw-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    transform: rotate(45deg);
  }

  .mxw-mob-nav .menus-head .mxw-close:before,
  .mxw-mob-nav .menus-head .mxw-close:after {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }

  .mxw-mob-nav .menus-head .mxw-close:before {
    width: 2px;
    height: 100%;
  }

  .mxw-mob-nav .menus-head .mxw-close:after {
    width: 100%;
    height: 2px;
  }
}

/* ==================== 移动端头部 end ==================== */
/* #endregion */
/* #region ==================== 轮播图 start ==================== */
.mxw-banner {
  font-size: 0;
  position: relative;
}

.mxw-banner .swiper-slide {
  overflow: hidden;
}

.mxw-banner .swiper-slide img {
  width: 100%;
}

.mxw-banner .swiper-pagination {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  background: none;
  border-radius: 5px;
  position: relative;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ffffff;
  background: #ffffff;
}

.mxw-banner .swiper-button-next,
.mxw-banner .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  outline: none;
  z-index: 99;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
}

.mxw-banner .swiper-button-next:after,
.mxw-banner .swiper-button-prev:after {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}

.mxw-banner .swiper-button-next {
  right: 40px;
}

.mxw-banner .swiper-button-prev {
  left: 40px;
}

.mxw-banner .banner-swiper {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}

@media screen and (max-width: 751px) {
  .mxw-banner .swiper-pagination {
    padding-right: 0px;
    bottom: 10px;
    max-width: 80%;
  }

  .mxw-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    font-size: 14px;
    width: 8px;
    height: 8px;
  }

  .mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 18px;
  }

  .mxw-banner .swiper-button-next,
  .mxw-banner .swiper-button-prev {
    display: none;
  }
}

/* ==================== 轮播图 end ==================== */
/* #endregion */
/* #region ==================== 通用标题 start ==================== */
.mxw-title {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mxw-title .text1 {
  font-size: 0.666rem;
  text-transform: uppercase;
  color: #333333;
  position: relative;
}


.mxw-title .text1 span {
  color: #82b128;
}

.mxw-title .text2 {
  font-size: 1.3417rem;
  line-height: 1;
  color: #f9f9f9;
}


.mxw-title .text3 {
  font-size: 16px;
  color: #666666;
}

.mxw-title .text1:before,
.mxw-title .text1:after {
  content: "";
  display: block;
  background: url(../images/linearrow.png) no-repeat center;
  background-size: 100%;
  width: 2.6333rem;
  height: .2667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mxw-title .text1:before {
  left: -3rem;
}

.mxw-title .text1:after {
  right: -3rem;
  transform: rotateY(-180deg) translateY(-50%);
}




@media screen and (max-width: 751px) {
  .mxw-title {
    margin-bottom: 30px;
  }

  .mxw-title .text1 {
    font-weight: bold;
    font-size: 20px;
  }

  .mxw-title .desc {
    font-size: 12px;
    padding: 0 20px;
    line-height: 1.8;
    color: #888;
  }
}

/* ==================== 通用标题 end ==================== */
/* #endregion */
/* #region */
/* 容器大小 */
.mxw-box {
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  width: 86%;
  max-width: 1500px;
  min-width: 20rem;
}

/* 内页 banner */
.ny-banner img {
  width: 100%;
}
.news-swiper1.swiper-container .swiper-wrapper{
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* #endregion */
/* #region ==================== 页面自定义样式 start ==================== */
.mxw-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/slidericonActvie.png) no-repeat center;
  background-size: 100%;
  width: 0.633rem;
  height: 1rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

.mxw-swiper-btn.swiper-button-disabled {
  background: url(../images/slidericon.png) no-repeat center;
}

.mxw-swiper-btn.mxw-swiper-prev {
  left: -1.3rem;
  transform: translateY(-50%) rotateY(0);
}

.mxw-swiper-btn.mxw-swiper-next {
  right: -1.3rem;
  transform: translateY(-50%) rotateY(180deg);
}

@media screen and (min-width: 1680px) {

  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 60px !important;
  }
}

@media screen and (max-width: 1680px) {
  .mxw-box {
    max-width: 86%;
  }
}

@media screen and (min-width: 751px) {

  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }

  .mxw-ny-box {
    max-width: 1400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1680px) {
  .mxw-ny-box {
    max-width: 90%;
  }
}

@media screen and (max-width: 751px) {
  .mxw-ny-box {
    max-width: 100%;
    font-size: 0;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 751px) {
  body {
    margin-top: 60px;
  }

  html {
    font-size: 50px;
  }

  .m-none,
  .pc-nav {
    display: none !important;
  }

  .mxw-box {
    padding: 20px 0;
    max-width: 100%;
    min-width: auto;
    width: 95%;
  }

  .mxw-section {
    padding-left: 0;
    padding-right: 0;
  }

  article {
    font-size: 15px;
  }
}

/* #endregion ==================== 页面自定义样式 end ==================== */

/* #region ==================== 通用细节调整 start ==================== */
.page-banner .nybt {
  z-index: 3;
  display: none;
}

.page-banner .nybt h3 {
  font-size: 0.6rem;
}

#toolbar .online-one li.phone .tel-phone {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
  display: none;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
  color: #fff;
}

.product-detail-tab .product-detail-tabli li {
  background: #82b128;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.product-detail-tabcon {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

.page-banner .nybt {
  display: none;
}

.ueditor_baidumap {
  width: 100%;
}

/* 相册调整 */
.xypg-album-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.xypg-album-list li {
  padding: 10px;
  border: 1px solid #eaeaea;
  padding-bottom: 0;
  margin: 0;
  width: 32%;
}

.xypg-album-list li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}

.xypg-album-list li:nth-child(3)~li {
  margin-top: 2%;
}

.xypg-album-list li h3 {
  position: static;
  color: #666;
  font-size: 16px;
  background: none;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

@media screen and (min-width: 751px) {

  /* .page-wrap{padding-top:30px;} */
  .easyzoom-flyout img {
    max-width: inherit;
  }

  .container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
}

@media screen and (max-width: 751px) {
  body {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }

  .page-product-detail-effect .big-img {
    pointer-events: none;
  }

  .page-banner .nybt h3 {
    font-size: 20px;
  }

  .page-product-detail-effect .big-img a {
    height: auto;
  }

  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-product-detail-effect .big-img {
    height: auto;
  }

  .page-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .page-banner>img {
    max-width: 240%;
    width: 240%;
  }

  .xypg-product-list,
  .xypg-case-list {
    display: flex;
    flex-wrap: wrap;
  }

  .xypg-product-list li,
  .xypg-case-list li {
    width: 48%;
    margin: 0;
  }

  .xypg-product-list li:nth-child(2n),
  .xypg-case-list li:nth-child(2n) {
    margin-left: 4%;
  }

  .xypg-product-list li:nth-child(2)~li,
  .xypg-case-list li:nth-child(2)~li {
    margin-top: 4%;
  }

  .xypg-pagination>div {
    margin-bottom: 10px;
  }

  .xypg-case-list li h3 a {
    padding-bottom: 0;
  }

  .xypg-news-list li {
    padding: 15px;
    margin-bottom: 15px;
  }

  .xypg-news-list li .more {
    text-align: center;
    margin-top: 0px;
  }

  .xypg-news-list li .more span {
    width: 90px;
    margin: 0 auto;
  }

  .product-detail-tabcon {
    font-size: 16px;
  }

  .product-detail-tab .product-detail-tabli li {
    padding: 8px 15px;
    width: auto;
    line-height: 1.2;
    height: auto;
  }

  .product-detail-tab .product-detail-tabli {
    height: auto;
  }

  /* 相册调整 */
  .xypg-album-list {
    justify-content: space-between;
  }

  .xypg-album-list:before,
  .xypg-album-list:after {
    display: none;
  }

  .xypg-album-list li {
    width: 48%;
    margin: 0;
  }

  .xypg-album-list li:nth-child(2)~li {
    margin-top: 2%;
  }
}

/* ==================== 通用细节调整 end ==================== */
/* #endregion */

/* #region ==================== 搜索 start ==================== */
.mxw-keywords .tel {
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 0.6667rem;
}

.mxw-keywords .tel p {
  font-size: 20px;
}

.mxw-keywords .tel img {
  width: 38px;
  margin-right: 18px;
}

.mxw-keywords .tel strong {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  color: #82b128;
}

@media screen and (max-width:1680px) {
  .mxw-keywords .tel {
    margin-left: 0;
    padding-left: 0;
  }

  .mxw-keywords .tel p {
    font-size: 16px;
  }

  .mxw-keywords .tel strong {
    font-size: 26px;
    margin-top: 5px;
  }
}

/* #endregion */

/* #region ==================== 产品中心 start ==================== */
.mxw-product {
  overflow: hidden;
  background: url(../images/productbg14.jpg) no-repeat center;
  background-size: cover;
}

.mxw-product .mxw-title .text1 {
  color: #fff;
}

.mxw-product .mxw-title .text1:before,
.mxw-product .mxw-title .text1:after,
.mxw-news .mxw-title .text1:before,
.mxw-news .mxw-title .text1:after {
  filter: invert(100%);
}

.mxw-product .body {
  position: relative;
  margin: auto;
  margin-top: 1.5rem;
  max-width: 1450px;
}

.mxw-product .body .swiper-slide {
  width: 7.667rem;
  margin-right: 35px;
}

.mxw-product .item {
  display: block;
  background: #fff;
}

.mxw-product .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  position: relative;
  padding-bottom: 66.6667%;
}

.mxw-product .item .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mxw-product .item .info {
  background-color: #f7f7f7;
  border-top: solid 1px #e9e9e9;
  display: flex;
  flex-flow: column;
}

.mxw-product .item .name {
  width: 100%;
  height: .7667rem;
  line-height: .7667rem;
  text-align: center;
  padding: 0 .3333rem;
  color: #666666;
  font-weight: bold;
  font-size: .3rem;
  transition: .4s;
}

.mxw-product .item .fname {
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: 0.233rem;
  text-decoration-line: underline;
  transition: .4s;
}

.mxw-product .item .mxw-more {
  background-color: #666666;
  border-radius: 3px;
  display: block;
  color: #ffffff;
  margin: 10px auto 10px;
  font-size: 0.2rem;
  padding: 0.16rem 0.333rem;
  transition: .4s;
}

.mxw-product .body .swiper-slide:hover .item .name {
  color: #222222;
}

.mxw-product .body .swiper-slide:hover .item .fname {
  color: #444444;
}

.mxw-product .body .swiper-slide:hover .item .mxw-more {
  background-color: #222222;
  border-radius: 3px;
}

@media screen and (min-width: 751px) {
  .mxw-product .mxw-box {
    overflow: visible;
    padding-top: 1.5rem;
    padding-bottom: 1.4667rem;
  }

}

@media screen and (max-width: 751px) {
  .mxw-product .body{
    margin-top: .5rem;
  }
  .mxw-product .item .name {
    line-height: inherit;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* #endregion ==================== 产品中心 end ==================== */

/* #region ==================== 关于我们 start ==================== */
.mxw-about {
  background: #f9f9f9;
}

.mxw-about .mxw-title .text1 {
  font-size: .6333rem;
  color: #333;
  padding-bottom: .3rem;    font-weight: bold;
}

.mxw-about>.mxw-box {
  display: flex;
  align-items: center;
}

.mxw-about .mxw-title {
  text-align: left;
  margin-top: 0.3333rem;
  margin-bottom: 0.6667rem;
  display: initial;
}

.mxw-about .mxw-title .icon {
  justify-content: flex-start;
  margin-bottom: .4rem;
  width: 1.0667rem;
	height: .05rem;
	background-color: #000000;
}

.mxw-about .mxw-title .text1::before,
.mxw-about .mxw-title .text1::after {
  display: none;
}

.mxw-about .info {
  position: relative;
  margin-left: 1.3rem;
  margin-top: .4rem;
}

.mxw-about .info .desc {
  font-size: .3333rem;
  color: #787878;
  margin-bottom: 0.66667rem;
  line-height: 1.5;
}

.mxw-about .info .desc a {
  color: #5c9b4a
}

.mxw-about .honorbox {
  align-items: stretch;
}

.mxw-about .honorbox .honoritem {
  margin-right: .3333rem;
}
.mxw-about .honorbox .honor2 .honoritem:nth-child(2n){
  margin-right: 0;
}

.mxw-about .honorbox .honor2 img {
  width: .8333rem;
}

.mxw-about .info .itembox {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 0 0.1667rem -0.0333rem rgba(0, 0, 0, 0.02);
  border-radius: 1.6667rem;
    background-color: rgb(92 155 74);
  width: 100%;

  position: relative;
  z-index: 1;
  margin-top: .667rem;
  padding-left: .7rem;
  padding-right: .7rem;
}

.mxw-about .info .item {
  display: block;
  width: 25%;
  position: relative;
  text-align: center;
  padding-top: 0.2667rem;
  padding-bottom: 0.2667rem;
  transition: .4s;
}

.mxw-about .info .item:hover {
  transform: translateY(-10px);
}

.mxw-about .info .item:last-child:after {
  display: none;
}

.mxw-about .info .item .icon {
  width: 0.6667rem;
  margin-bottom: 0.1667rem;
}

.mxw-about .info .item:after {
  content: "";
  display: block;
  width: 0.0167rem;
  height: 0.6667rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mxw-about .info .item .text {
  font-size: 0.2334rem;
  color: #ffffff;
  line-height: 1.2;
}

.mxw-about .info .item .textbold {
  font-size: 0.6rem;
  color: #ffffff;
  font-weight: bold;
}

.mxw-about .info .item .textbold span {
  font-size: .4rem;
  vertical-align: top;
}

@media screen and (min-width: 751px) {
  .mxw-about .mxw-box {
    padding-top: 1.1333rem;
    padding-bottom: 1.4167rem;
    display: flex;
    align-items: flex-start;
  }

  .mxw-about .image {
    height: auto;
    width: 15.1rem;
    flex-shrink: 0;
    margin-left: -3.21rem;
    overflow: hidden;
  }
}

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

  .mxw-about .info .item {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1680px) {
  .mxw-about .mxw-title {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .mxw-about .info .desc {
    margin-bottom: .4rem;
  }

  .mxw-about .info .item {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .mxw-about .honorbox .honoritem {
    margin-right: .2rem;
  }
}
@media screen and (max-width: 1440px) {
  .mxw-about .honorbox .honoritem {
    margin-right: .1rem;
  }
  .mxw-about .honorbox .honor2 img{
    width: .6rem;
  }
}
@media screen and (max-width: 751px) {
  
  .mxw-about>.mxw-box {
    flex-wrap: wrap;
  }

  .mxw-about .mxw-title {
    margin-bottom: 20px;
  }
  .mxw-about .mxw-title .icon{
    margin:0
  }

  .mxw-about .image {
    order: 2;
    margin-top: 20px;
  }
  .mxw-about .info{
    margin: 0;
  }

  .mxw-about .info .desc {
    margin-bottom: 0;
    width: 100%;
  }
  .mxw-about .honorbox .honor2 img{
    width: auto;
  }
  .mxw-about .honorbox .honor2 .honoritem:nth-child(2n){
    margin-right: 10px;
  }
  .mxw-about .info .itembox {
    position: static;
    width: 100%;
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .mxw-about .info .item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mxw-about .info .item .text {
    font-size: 12px;
  }

  .mxw-about .info .item .textbold {
    font-size: .5rem;
  }
  .mxw-about .honorbox{    
    flex-direction: column;
  }
  .mxw-about .honorbox .honor1{
    margin:5px 0;
  }
  .mxw-about .honorbox .honor2{
    margin:5px 0;
    flex-wrap: nowrap;
  }
  .mxw-about .honorbox .honoritem{
    margin-right:10px;
  }

}

/* #endregion ==================== 关于我们 end ==================== */

/* #region ==================== 工程案例 start ==================== */
.mxw-case {
  overflow: hidden;
  background: #f9f9f9;
}

.mxw-case .body {
  position: relative;
  margin: auto;
  margin-top: 1.5rem;
  max-width: 1450px;
}

.mxw-case .body .swiper-slide {
  width: 7.667rem;
  margin-right: .5833rem;
}

.mxw-case .body .swiper-slide:hover .item .name {
  color: #619646;
}

.mxw-case .item {
  display: block;
  background: #fff;
}

.mxw-case .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.mxw-case .item .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mxw-case .item .info {
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 .6667rem;
}

.mxw-case .item .name {
  width: 100%;
  height: .7667rem;
  line-height: .7667rem;
  color: #666666;
  font-weight: bold;
  font-size: .3rem;
}

.mxw-case .item .fname {
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: 0.233rem;
  text-decoration-line: underline;
}

.mxw-case .item .mxw-more {
  display: flex;
  flex-shrink: 0;
}

.mxw-case .mxw-swiper-btn.swiper-button-disabled {
  box-shadow: 0px 3px 7px 0px rgba(102, 102, 102, 0.35);
}

@media screen and (min-width: 751px) {
  .mxw-case .mxw-box {
    overflow: visible;
    padding-top: 1.5rem;
    padding-bottom: 1.6667rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-case .body{
    margin-top: .5rem;
  }
  .mxw-case .item .name {
    line-height: inherit;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
  }
  .mxw-case .item .info{
    padding: 0;
  }
}

/* #endregion ==================== 工程案例 end ==================== */

/* #region ==================== 新闻中心 start ==================== */
.mxw-news {
  overflow: hidden;
  background: url(../images/newsbg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1.5rem;
  padding-bottom: .9167rem;
}

.mxw-news .mxw-title .text1 {
  color: #fff;
}

.mxw-news .body {
  padding-top: 1.3333rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.mxw-news .leftbox {
  border: solid 1px rgba(171, 167, 167, .7);
  width: 14.6rem;
  background: #fff;
}

.mxw-news .lefttop {
  height: 1.1167rem;
  line-height: 1.1167rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  border-bottom: 1px solid #c4c4c4;
}

.mxw-news .btn-grou {
  display: flex;
  align-items: center;

}

.mxw-news .btn-grou li a {
  font-size: 0.333rem;
  color: #222222;
  font-weight: bold;
  position: relative;
}

.mxw-news .btn-grou li:hover a {
  color: #619646;
}

.mxw-news .leftbody {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0;
}

.mxw-news .btn-grou2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.mxw-news .btn-grou2 h3 {
  width: 2.4667rem;
  height: 2.34rem;
  margin-left: .4167rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #619646;
  font-size: .6302rem;
  color: #ffffff;
  position: absolute;
}

.mxw-news .btn-grou2 div.img {
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0;
}

.mxw-news .btn-grou2 div.img img {
  height: 100%;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0;
}


.mxw-news .newsbox .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #000000;
  height: 1.4rem;
  line-height: 1.2833rem;
  padding: 0 .5rem;

}
.newsbox .swiper-slide a h3 {
  font-size: 0.266rem;
  color: #26211f;
  font-weight: 400;
  width: 85%;
  transition: .4s;
}

.mxw-news .newsbox .swiper-slide:hover a h3 {
  color: #619646;
  transform: translateX(10px);
}

.mxw-news .newsbox .swiper-slide a h3 span {
  font-size: 0.2167rem;
}

.newsbox .swiper-slide a>span {
  font-size: 0.216rem;
  color: #222222;
}

.mxw-news .rightbox {
  width: 9.7rem;
  border: solid 1px rgba(171, 167, 167, .7);
  background: #fff;
}

.mxw-news .rightbox .lefttop {
  padding-right: 0.7rem;
}

.mxw-news .rightbox .btn-grou li a::after {
  display: none !important;
}


.mxw-news .newsrbox div.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.mxw-news .rightlist a {
  display: block;
}

.mxw-news .rightlist a h3 {
  font-size: 0.266rem;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-left: .9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: .55rem;
  line-height: .55rem;
  background-color: #619646;
  transition: .4s;
}

.mxw-news .rightlist a:hover h3 {
  /* font-weight: bold; */
  font-size: 0.283rem;
}

.mxw-news .rightlist a:hover h3::before {
  font-weight: bold;
}

.mxw-news .rightlist a:hover p {
  color: #619646;
}

.mxw-news .rightlist a:hover p::before {
  color: #619646;
}

.mxw-news .rightlist a h3::before {
  content: ">";
  text-align: center;
  font-size: 0.216rem;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: .5rem;
}

.mxw-news .rightlist a p {
  font-size: 0.266rem;
  color: #222222;
  position: relative;
  padding-left: 0.9rem;
  height: .55rem;
  line-height: .55rem;
}

.mxw-news .rightlist a p::before {
  content: ">";
  text-align: center;
  font-size: 0.216rem;
  color: #222222;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: .5rem;
}

.mxw-news .rightlist .swiper-slide:last-child a {
  margin-bottom: 0;
}

.mxw-news .index-more {
  width: 1.7167rem;
  height: .3333rem;
  line-height: .3333rem;
  background: url(../images/idx_more.png) no-repeat center center;
  background-size: cover;
  font-size: .2667rem;
  color: #fffefe;
  display: flex;
  justify-content: space-evenly;
}

.mxw-news .index-more span {
  margin-left: 8px;
}

.mxw-news .news-swiper1,
.mxw-news .news-swiper2 {
  height: 3.9667rem;    width: 100%;
}

.mxw-news .leftbody .bd{ padding-top: 0 }

.hez .case_item:nth-child(4n){ margin-right:0}
.contents img{    max-width: 100%;    height: auto !important;}

@media(max-width: 1780px) {  
  .mxw-news .rightbox{
    margin-left: .1667rem;
  }
  .mxw-news .btn-grou2 h3{
    height: 2.2rem;
  }
}
@media(max-width: 1024px) {
  .mxw-news .newsbox li a {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .newsbox .swiper-slide a h3{
    width: 75%;
  }
  .mxw-news .body{
    flex-wrap: wrap;
  }
  .mxw-news .rightbox{
    margin-left: 0;
    width: 100%;
  }
  .mxw-news .leftbox{
    width: 100%;
  }
}

@media(max-width:751px) {
  .mxw-news{
    padding-top: 0;
  }
  .mxw-news .body{
    padding-top: 0;
  }
  .mxw-news .leftbox {
    width: 100%;
    margin-bottom: 4%;
  }

  .mxw-news .rightbox {
    width: 100%;
  }
  .newsbox .swiper-slide a h3{
    width: 70%;
  }
  .mxw-news .btn-grou li a {
    font-size: 18px;
  }

  .mxw-news .btn-grou2 h3 {
    width: 29.8%;
    padding: 8px 15px; font-size: 18px;  height: 1.14rem;
  }

  .mxw-news .btn-grou2 div.img img {
    height: auto;
  }

  .mxw-news .newsbox li a {
    height: 3rem;
    line-height: 3rem;
  }

  .mxw-news .newsbox li a h3 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mxw-news .rightlist a h3 {
    font-size: 14px;
  }

  .mxw-news .rightlist a h3::before {
    font-size: 14px;
  }

  .mxw-news .rightlist a p::before {
    font-size: 14px;
  }

  .mxw-news .rightlist a p {
    font-size: 14px;
  }
}

/* #endregion ==================== 新闻中心 end ==================== */


/* #region ==================== 底部样式 start ==================== */
footer .foot-top {
  background: url(../images/footerbg.jpg);
  padding-top: 1.1667rem;
  padding-bottom: 0.8333rem;
}

footer .foot-body-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .foot-body-top .head {
  display: block;
  width: 100%;
  margin-bottom: 0.366rem;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 1.2;
}

footer .foot-body-top .desc {
  font-size: 0.23333rem;
  color: #fff;
  line-height: 2;
  display: flex;
  flex-flow: column;
  letter-spacing: .5px;
}
footer .foot-body-top .desc p{ color:#fff}
footer .foot-about {
  width: 9.1rem;
  flex-shrink: 0;
}

footer .foot-product {
  width: 5.6667rem;
  flex-shrink: 0;
}

footer .foot-product li {
  display: flex;
  align-items: center;
}

footer .foot-product li:nth-child(2)~li {
  margin-top: 0.25rem;
}

footer .foot-product li:before {
  content: ">";
  color: #fff;
  font-size: 0.2333rem;
  margin-right: 0.1667rem;
  flex-shrink: 0;
}

footer .foot-product li a {
  font-size: 0.2333rem;
  color: #fff;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
}

footer .foot-qr {
  width: 3.8333rem;
  flex-shrink: 0;
  text-align: center;
}

footer .foot-qr img {
  width: 1.9333rem;
  flex-shrink: 0;
}

footer .mxw-copyright {
  background-color: #111;
}

footer .mxw-copyright .mxw-box {
  text-align: center;
  color: #666;
  padding: 0.1rem 0;
  font-size: 0.2rem;
}

footer .mxw-copyright .mxw-box a {
  color: inherit;
}




.mxw-about .image{    margin-left: 0;    flex-shrink: initial;    flex-grow: 1;
    min-width: 0;}
.mxw-about .info{    width: 70%;}


.backto{
padding: 0.333rem 0.867rem;
    background: #619646;    color: #fff;
    margin: 25px auto;
    display: block;
    width: max-content;
border:1px solid  #619646;
}
.backto:hover{
color: #619646;
    background:none; 
}


@media screen and (min-width: 751px) {
  footer .mxw-copyright .mxw-box {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 751px) {
  footer .foot-body-top {
    flex-wrap: wrap;
  }

  footer .foot-body-top .head {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  footer .foot-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  footer .foot-about {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  footer .mxw-copyright .mxw-box {
    padding: 15px;
    line-height: 2;
  }
}




@media screen and (max-width: 751px) {
  .footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
  }

  .footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
  }

  .footer3 ul li a {
    display: block;
    color: #ffffff;
  }

  .footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;    margin-top: -5px;
  }

  .footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
  }

  .footer3 ul li::after {
    content: "";
    display: block;
  }
.mxw-about .info{width:100%;}
.mxw-about .mxw-title .text1{    font-size: 24px;}
.mxw-about .info .desc{ font-size: 14px;}
.mxw-news .newsbox .swiper-slide a{     padding: 0;    height: 45px;line-height: 45px;}
.mxw-news .news-swiper1{ height:120px;    margin-top: 5px;}
.mxw-about .mxw-title .text1{    padding-bottom: 10px;}
.mxw-about .info .desc,.mxw-about .honorbox{    margin-top: 15px;    margin-bottom: 20px;}
.mxw-product,.mxw-case{ padding:20px 0}
.mxw-news{ padding:20px 0 30px}
.lv3{ padding: 10px 0;    font-size: 14px;    display: none;
        color: #888;}
    .lv3 li{ padding: 5px 0;}
    .lv3 a{font-size: 14px;
        color: #999;}
.lv3.active {
    display: block;
}
.tms2> li>a.sub:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid #555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    margin-left: 10px;
}



}

/* #endregion ==================== 底部样式 end ==================== */


.privacy-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 800px;
  padding: 20px 20px 60px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 0;
  box-shadow: 0 -4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
}

.notice-content {
  max-height: 300px;
  overflow-y: auto;
}
.notice-content::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
.notice-content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #0064FF;
  cursor: pointer;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

.buttons {
  display: flex;
 justify-content: flex-start;
     position: absolute;
    z-index: 10001;
    bottom: 0;
	background:#fff;padding-bottom:10px;padding-top: 10px; 
}

button {
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 150px;
  margin-right:30px
}

button.accept {
  background-color: #619646;
  color: white;
}

button.accept:hover {
  background-color: #607357;
}

button.decline {
  background-color: #DC3545;
  color: white;
}

button.decline:hover {
  background-color: #c82333;
}
@media screen and (max-width: 768px) {
  .privacy-notice {
    width: 100%;
    border-radius: 0;
  }

  button {
    width: 100%;
    margin-bottom: 10px;
	margin:initial;
	width:48%;
  }

  .buttons {
        justify-content: space-between;

  }
}






