@charset "UTF-8";
@font-face {
  font-family: CeraPro;
  src: url("font/CeraPro-Regular.svg") format("svg"), url("font/CeraPro-Regular.woff") format("woff"), url("font/CeraPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  font-family: CeraPro, PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

img,
ul,
li,
p,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
  border: 0;
}

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

a {
  text-decoration: none;
  color: #333333;
}

button {
  background-color: initial;
  border: none;
}

input,
textarea:focus,
textarea {
  outline: none;
  border: none;
  color: #333333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b4b4b4;
}

input::placeholder,
textarea::placeholder {
  color: #b4b4b4;
}

.clear,
.sm-clear,
.xs-clear {
  clear: both;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

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

/*公用间距*/
.spacing {
  padding-top: 4vw;
}

.layui-fluid {
  padding: 0;
  overflow: hidden;
}

.layui-container {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1330px;
}

.contact {
  display: none;
  z-index: 9999;
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.contact-from {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: center;
}
.contact-from .contact-content {
  text-align: left;
  padding: 30px 50px;
  width: 550px;
  margin: 0 auto;
  background-color: #f4f5ee;
  position: absolute;
  /* 绝对定位 */
  top: 50%;
  /* 顶部距离容器高度的50% */
  left: 50%;
  /* 左边距离容器宽度的50% */
  transform: translate(-50%, -50%);
  /* 向左和向上移动自身宽高的50% */
}
.contact-from .contact-content .layui-icon-close {
  font-size: 24px;
  color: #4d522d;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
}
.contact-from .contact-content h1 {
  text-align: center;
  margin-bottom: 15px;
}
.contact-from .contact-content p {
  margin-bottom: 10px;
}

/*
.contact-from img {
  margin-top: 60px;
}
.contact-from a {
  position: absolute;
  right: 50px;
  top: 50px;
}
.contact-from i {
  font-size: 22px;
  color: #4d522d;
  font-weight: bold;
}
*/
.form-style .layui-row {
  margin: -5px -15px;
}

.form-style .form-item {
  padding: 6px 15px;
}

.form-style .form-label {
  margin-bottom: 5px;
  display: block;
}

.form-style .input-block {
  box-shadow: 0px 0px 10px 0px rgba(123, 130, 72, 0.2);
  border-radius: 50px;
  padding: 5px 20px;
  background-color: #ffffff;
}

.form-style input {
  width: 100%;
  height: 25px;
}

.form-style .textarea-block {
  border-radius: 25px;
}

.form-style textarea {
  height: 110px;
  width: 100%;
  max-width: 100%;
}

.form-style .annotation {
  font-size: 14px;
  color: #777777;
  margin-top: 5px;
}

.form-style .verification-code {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form-style .verification-code .input-block {
  width: 65%;
}

.form-style .verification-code button {
  width: 35%;
  padding-left: 15px;
}

.form-style .verification-code button:hover {
  cursor: pointer;
}

.form-style .verification-code button img {
  width: 100%;
  height: 35px;
}

.btn-block {
  display: flex;
  justify-content: center;
  grid-gap: 30px;
  margin-top: 10px;
}

.btn-block .btn {
  color: #ffffff;
  background-color: #eda737;
  line-height: 35px;
  width: 130px;
  border-radius: 50px;
  text-align: center;
}

.btn-block .m_btn:hover {
  background-color: #7b8348;
  cursor: pointer;
}

.layui-form-select dl dd.layui-this {
  color: #eda737;
  background-color: initial;
  font-weight: 700;
  line-height: 35px;
}

.layui-form-select .layui-input {
  box-shadow: 0px 0px 10px 0px rgba(123, 130, 72, 0.2);
  border-radius: 25px;
  border: none;
  top: 36px;
  padding: 0 40px 0 20px;
  height: 35px;
  text-overflow: ellipsis;
}

.layui-form-selected dl {
  border-radius: 25px;
  border: none;
  top: 36px;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
  padding: 0 20px;
}

.layui-form-select .layui-edge {
  right: 20px;
}

.layui-form-checkbox {
  height: 17px;
  line-height: 17px;
  margin-right: 5px;
  padding-right: 17px;
}

.layui-form-checkbox i {
  width: 15px;
  height: 15px;
  font-size: 12px;
  border-radius: 2px;
  top: -2px;
  border: 1px solid #d2d2d2;
}

.layui-form-checkbox:hover i {
  color: #ffffff;
}

.layui-form-checked i,
.layui-form-checked:hover i {
  border: 1px solid #eda737;
  background-color: #eda737;
  color: #ffffff;
  font-weight: bold;
}

.layui-form-radio {
  line-height: 30px;
  margin: 0 10px 0 0;
  padding-right: 0;
}

.layui-form-radio > i {
  margin-right: 0;
  font-size: 18px;
  color: #d2d2d2;
}

.layui-form-radio:hover > i {
  color: #eda737;
}

.layui-form-radioed > i {
  color: #eda737;
}

.option-group {
  display: grid;
  grid-gap: 3px 0;
}

.option-group .item {
  display: flex;
  align-items: center;
}

.page {
  margin-top: 50px;
  text-align: center;
}

.page a {
  display: inline-block;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  height: 40px;
  line-height: 40px;
  min-width: 30px;
  padding: 0 5px;
  border: #4d522d 1px solid;
  color: #4d522d;
}

.page .current {
  display: inline-block;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  height: 40px;
  line-height: 40px;
  min-width: 30px;
  padding: 0 5px;
  background-color: #4d522d;
  color: #fff;
}

.page a:hover {
  background-color: #4d522d;
  color: #fff;
}

#openBtn {
  display: block;
  position: absolute;
  top: 40px;
  right: 3vw;
  cursor: pointer;
}

#openBtn .lcbody {
  position: relative;
  width: 25px;
  height: 20px;
}
#openBtn .lcitem {
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 0;
  transition: 0.6s;
}
#openBtn .lcitem.center {
  top: 9px;
}
#openBtn .lcitem.bottom {
  bottom: 0;
}
#openBtn:hover .lcitem {
  background-color: #7b8348;
}

.pic,
.pic-full {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.pic-full img {
  transform: scale(0.95);
}

.pic-full img,
.pic img {
  /* 裁图，铺满 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 不裁图，显示最短边 */
  /* object-fit: contain; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pic-full img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pic-hover {
  display: block;
}

.pic-hover:hover .pic img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pic-hover:hover .pic-full img {
  transform: scale(1);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pic-hover:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pic-hover img {
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.rotate {
  text-align: center;
}
.rotate ul li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  background-color: #d7dbad;
}
.rotate ul li.on {
  background-color: #7b8348;
}

.load-more {
  text-align: center;
  margin-top: 3.5vw;
}
.load-more button {
  text-transform: uppercase;
  color: #7b8348;
  font-size: 16px;
}
.load-more button i {
  font-family: 20px;
  font-weight: bold;
  margin-left: 5px;
}
.load-more button:hover {
  cursor: pointer;
  color: #eda737;
}

.title01 {
  color: #212121;
  line-height: 100%;
  font-size: 34px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.NoData {
  text-align: center;
  font-size: 38px;
  color: #7b8348;
  margin: 15vh 0;
}

/*header开始*/
.header-position {
  background-color: #ffffff;
  position: fixed;
  z-index: 222;
  width: 100%;
  box-shadow: 0px 0px 49px 0px rgba(36, 36, 36, 0.19);
}
.header-position .search {
  box-shadow: 0px 0px 20px 0px rgba(123, 130, 72, 0.2);
  border-radius: 50px;
  position: relative;
}
.header-position .search input {
  border: 0;
  background-color: #ffffff;
  height: 50px;
  padding: 0 100px 0 30px;
  border-radius: 50px;
  width: 30vw;
}
.header-position .search button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  background-color: #eda737;
  color: #ffffff;
  height: 50px;
  border-radius: 0 50px 50px 0;
  width: 70px;
  font-size: 22px;
}
.header-position .search button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.header-position .login {
  margin-left: 3.5vw;
}
.header-position .login i {
  font-size: 24px;
  color: #7b8348;
  margin-right: 10px;
}

.header-top .content {
  align-items: center;
  height: 120px;
}
.header-top .content .logo img {
  max-width: 206px;
}
.header-top .content .right {
  font-size: 16px;
  justify-content: flex-end;
}

.header-top .popup {
  display: none;
}
.header-top .popup .menu {
  z-index: 2000;
  position: fixed;
  right: -400px;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 400px;
  border-left: 1px solid #f5f5f5;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-top .popup .menu .close {
  text-align: right;
  margin: 0 30px;
  line-height: 100px;
  height: 100px;
}
.header-top .popup .menu .close .layui-icon {
  font-size: 26px;
  font-weight: bold;
}
.header-top .popup .menu .close .layui-icon:hover {
  color: #7b8348;
  cursor: pointer;
}
.header-top .popup .menu.show {
  right: 0;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-top .popup .menu li {
  border-bottom: 1px solid #f5f5f5;
}
.header-top .popup .menu li a {
  padding: 0 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
  text-transform: capitalize;
  height: 60px;
  color: #333333;
}
.header-top .popup .menu li a i {
  margin-right: 40px;
  color: #777777;
  font-size: 15px;
}
.header-top .popup .menu li a:hover {
  background-color: #f8f8f8;
  color: #7b8348;
}
.header-top .popup .menu li .column1 div:first-child {
  padding: 0 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  text-transform: capitalize;
  height: 60px;
  height: 60px;
  color: #333333;
  cursor: pointer;
}
.header-top .popup .menu li .column1 div:first-child i {
  margin-right: 40px;
  color: #777777;
  font-size: 14px;
}
.header-top .popup .menu li .column1 .column2 {
  display: none;
  padding: 10px 0;
}
.header-top .popup .menu li .column1 .column2 a {
  font-size: 16px;
  border: none;
  height: initial;
  line-height: 150%;
  margin: 10px 0 10px 15px;
  color: #777777;
}
.header-top .popup .menu li .column1 .column2 a:hover {
  color: #eda737;
}
.header-top .popup .menu li .column1.active div:first-child {
  background-color: #f8f8f8;
  color: #7b8348;
}
.header-top .popup .menu li .column1.active div:first-child i:before {
  content: "\e619";
}
.header-top .popup .menu li .column1:hover div:first-child {
  background-color: #f8f8f8;
  color: #7b8348;
}
.header-top .popup .menu li .column1:hover .column2 a {
  background-color: #ffffff;
}
.header-top .popup .menu .login {
  padding: 0 0 0 80px;
  line-height: 60px;
}
.header-top .popup .menu .login i {
  font-size: 24px;
  color: #7b8348;
  margin-right: 10px;
}

/*首页banner开始*/
.in-banner {
  padding-top: 180px;
}

.in-banner a {
  display: block;
  height: 100%;
  width: 100%;
}

.slideBoxbanner {
  position: relative;
  padding-top: 33.854%;
}
.slideBoxbanner .bd {
  width: 100% !important;
}
.slideBoxbanner .bd ul {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.slideBoxbanner .bd ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100% !important;
}
.slideBoxbanner .hd {
  bottom: 5%;
  left: 0;
  width: 100%;
  position: absolute;
}
.slideBoxbanner .hd ul {
  text-align: center;
  height: 16px;
}
.slideBoxbanner .hd ul li {
  display: inline-block;
  margin: 0 12px;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.slideBoxbanner .hd ul li.on {
  background-color: #ffffff;
}

.inpart .main {
  padding: 4vw 0;
}

.inpart1 .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.inpart1 .grid-container .grid-item {
  display: flex;
  justify-content: space-between;
  background-color: #7b8348;
  color: #ffffff;
  padding: 15px 8%;
}
.inpart1 .grid-container .grid-item:nth-child(2), .inpart1 .grid-container .grid-item:nth-child(3) {
  background-color: #d7dbad;
}
.inpart1 .grid-container .grid-item:nth-child(2) .box .circle::before, .inpart1 .grid-container .grid-item:nth-child(3) .box .circle::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.inpart1 .grid-container .grid-item .content {
  width: 50%;
  margin-top: 5%;
  position: relative;
}
.inpart1 .grid-container .grid-item .content p {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}
.inpart1 .grid-container .grid-item .content a {
  position: absolute;
  left: 0;
  bottom: 15%;
  display: inline-block;
  color: #7b8348;
  background-color: #ffffff;
  border-radius: 50px;
  line-height: 40px;
  padding: 0 32px;
  font-size: 16px;
}
.inpart1 .grid-container .grid-item .box {
  position: relative;
  width: 47%;
  height: auto;
}
.inpart1 .grid-container .grid-item .box .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inpart1 .grid-container .grid-item .box .circle::before {
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  width: 90%;
  padding-top: 90%;
  border-radius: 50%;
  margin: 5%;
}

.prolist-swiper-content {
  padding-bottom: 50px;
}
.prolist-swiper-content .grid-item {
  background-color: #ffffff;
}
.prolist-swiper-content .grid-item a {
  padding: 1.5vw;
}
.prolist-swiper-content .grid-item a .content {
  margin-top: 1.5vw;
}
.prolist-swiper-content .grid-item a .content .name {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  height: 40px;
}
.prolist-swiper-content .grid-item a .content p {
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #828282;
  margin-top: 5px;
  height: 35px;
}

.prolist-change {
  position: absolute;
  top: 50%;
  background-color: #d7dbad;
  color: #ffffff;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  border: initial;
  font-size: 21px;
  position: absolute;
}
.prolist-change:hover {
  cursor: pointer;
  background-color: #7b8348;
}
.prolist-change.layui-icon-left {
  left: -70px;
}
.prolist-change.layui-icon-right {
  right: -70px;
}

.prolist .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.prolist .grid-container .grid-item {
  background-color: #ffffff;
}
.prolist .grid-container .grid-item a {
  padding: 1.5vw;
}
.prolist .grid-container .grid-item a .content {
  margin-top: 1.5vw;
}
.prolist .grid-container .grid-item a .content .name {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  height: 40px;
}
.prolist .grid-container .grid-item a .content p {
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #828282;
  margin-top: 5px;
  height: 35px;
}

.inpart2 .main {
  padding-bottom: 2.5vw;
}
.inpart2 .main .prolist-swiper-content {
  position: relative;
  overflow: hidden;
}
.inpart2 .main .prolist-swiper-content .change button {
  background-color: #d7dbad;
  color: #ffffff;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  border: initial;
  font-size: 21px;
  position: absolute;
  top: calc(50% - 23px);
  left: -70px;
}
.inpart2 .main .prolist-swiper-content .change button:last-child {
  left: initial;
  right: -70px;
}
.inpart2 .main .prolist {
  position: relative;
}
.inpart2 .main .prolist .change button {
  background-color: #d7dbad;
  color: #ffffff;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  border: initial;
  font-size: 21px;
  position: absolute;
  top: calc(50% - 23px);
  left: -70px;
}
.inpart2 .main .prolist .change button:last-child {
  left: initial;
  right: -70px;
}
.inpart2 .main .rotate {
  margin-top: 2vw;
}

.footer {
  background-color: #fafafa;
  color: #777777;
  font-size: 14px;
  padding: 4vw 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
}
.footer .content ul {
  display: flex;
  grid-gap: 2.5vw;
  width: 50%;
}
.footer .content ul li {
  max-width: 200px;
}
.footer .content ul li strong {
  display: block;
  font-size: 16px;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer .content ul li p {
  line-height: 200%;
}
.footer .content ul li p a {
  color: #777777;
}
.footer .content .right {
  text-align: right;
  font-size: 16px;
  width: 40%;
}
.footer .content .right img {
  width: 100%;
  max-width: 557px;
}
.footer .content .right p {
  margin-top: 30px;
}

/*内页开始*/
.inside-page {
  padding-top: 180px;
}

.all-main {
  padding: 4vw 0;
}

.top-main {
  padding: 30px 0 4vw 0;
}

.current {
  margin-bottom: 40px;
}
.current .active {
  color: #eda737;
}
.current i {
  font-size: 14px;
  color: #a0a0a0;
  margin: 0 8px;
}

.pro-detail {
  display: flex;
  justify-content: space-between;
}
.pro-detail span {
  text-wrap-mode: initial !important;
}
.pro-detail .leftpart {
  width: 50%;
}
.pro-detail .leftpart .big {
  background-color: #ffffff;
  padding: 30px;
}
.pro-detail .leftpart .big .picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-detail .leftpart .big .picture img {
  max-width: 100%;
}
.pro-detail .leftpart .change {
  margin-top: 25px;
  padding: 0 55px;
  position: relative;
}
.pro-detail .leftpart .change ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
.pro-detail .leftpart .change ul .pic-hover {
  padding: 5px;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
}
.pro-detail .leftpart .change ul .active {
  border: 1px solid #eda737;
}
.pro-detail .leftpart .change button {
  cursor: pointer;
  font-size: 21px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #d7dbad;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
}
.pro-detail .pro-detail-swiper {
  position: relative;
}
.pro-detail .pro-detail-swiper .pro-detail-swiper-content {
  overflow: hidden;
}
.pro-detail .pro-detail-swiper .active {
  border: 1px solid #eda737;
}
.pro-detail .pro-detail-swiper .layui-icon-right {
  right: 0;
}
.pro-detail .pro-detail-swiper .layui-icon-left {
  left: 0;
}
.pro-detail .rightpart {
  width: 42%;
  margin-top: 10px;
}
.pro-detail .rightpart h1 {
  color: #7b8348;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.pro-detail .rightpart .content {
  line-height: 200%;
  margin-top: 25px;
}
.pro-detail .rightpart .content ul {
  width: 100% !important;
}
.pro-detail .rightpart .content ul li {
  padding-left: 15px;
  position: relative;
}
.pro-detail .rightpart .content ul li::before {
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eda737;
}
.pro-detail .rightpart .content .list-paddingleft-2 .list-paddingleft-2 {
  padding-left: 30px;
}
.pro-detail .rightpart .content .second li::before {
  background-color: #d2d2d2;
}

.pro-parameter span {
  text-wrap-mode: initial !important;
}
.pro-parameter .data .item {
  display: flex;
  grid-gap: 30px;
  padding: 15px;
}
.pro-parameter .data .item:nth-child(odd) {
  background-color: #f6f8fa;
}
.pro-parameter .data .item .name {
  font-weight: bold;
  width: 30%;
}
.pro-parameter .data .item .right {
  width: calc(70% - 30px);
}
.pro-parameter .data .item .right ul {
  width: initial !important;
  text-wrap-mode: initial !important;
}
.pro-parameter .data .item .right ul li {
  padding-left: 15px;
  position: relative;
}
.pro-parameter .data .item .right ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eda737;
}
.pro-parameter .data .item .right .list-paddingleft-2 .list-paddingleft-2 {
  padding-left: 30px;
}
.pro-parameter table {
  border-collapse: collapse;
  width: 100%;
}
.pro-parameter table td {
  border: 1px solid #f6f8fa;
  min-height: 50px;
  font-size: 14px;
  color: #828282;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
}
.pro-parameter table .blue td {
  background-color: #7b8348;
  color: #ffffff;
}
.pro-parameter table .grey {
  background-color: #f6f8fa;
  color: #333333;
}

.pro-documents .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.pro-documents .grid-container a {
  position: relative;
  color: #333333;
}
.pro-documents .grid-container a::before {
  position: absolute;
  left: 0;
  top: 25%;
  content: "";
  display: block;
  width: 5px;
  height: 50%;
  background-color: #7b8348;
  border-radius: 10px 0 0 10px;
}
.pro-documents .grid-container .grid-item {
  margin-left: 5px;
  background-color: #f4f5ee;
  padding: 25px 25px 0 25px;
  border-radius: 10px;
}
.pro-documents .grid-container .grid-item p {
  -webkit-line-clamp: 3;
  height: 70px;
}
.pro-documents .grid-container .grid-item .flex {
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcdecd;
  margin-top: 20px;
  padding: 18px 0;
}
.pro-documents .grid-container .grid-item .flex span {
  color: #7b8348;
  font-size: 16px;
}
.pro-documents .grid-container .grid-item .flex img {
  width: 21px;
  height: 18px;
}

.about .title01 {
  margin-top: 2vw;
}
.about p {
  line-height: 200%;
  margin-top: 2vw;
}
.about img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.AboutMidea .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.AboutMidea .top .grid-container {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 2.5vw;
}
.AboutMidea .top .grid-container .grid-item {
  text-align: center;
}
.AboutMidea .top .grid-container .grid-item i {
  background-color: #eda737;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.AboutMidea .top .grid-container .grid-item p {
  margin-top: 10px;
  line-height: 160%;
  min-width: 150px;
}
.AboutMidea .top .rightpart {
  padding-left: 10%;
}

.AboutAscend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f6f8fa;
}
.AboutAscend .leftpart {
  display: flex;
  justify-content: flex-end;
}
.AboutAscend .leftpart .content {
  padding: 5vw 0;
  max-width: 665px;
}
.AboutAscend .leftpart .content p {
  padding-right: 10%;
}
.AboutAscend .rightpart {
  height: 100%;
}

.AboutOther .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.AboutOther .content .rightpart {
  padding-left: 10%;
}
.AboutOther .grid-container {
  padding-top: 4vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.training {
  margin-top: 50px;
}
.training .training-box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.training .training-card {
  width: 80%;
}
.training .training-card .item {
  background-color: #f4f5ee;
  border-bottom: 4px solid #7b8348;
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 40px;
}
.training .training-card .item:last-child{
  margin-bottom: 0;
}

.training .training-card .item h2 {
  font-size: 26px;
  color: #7b8348;
}
.training .training-card .item .content {
  position: relative;
  margin: 15px 0 0 0;
  line-height: 165%;
}
.training .training-card .item .content .bottom {
  margin-top: 25px;
  display: grid;
  grid-gap: 5px;
  padding-right: 35%;
}
.training .training-card .item .content .bottom p {
  padding-left: 25px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  background-position-y: 6px;
}
.training .training-card .item .content .bottom p.address {
  background-image: url(../images/location.png);
  background-position-y: 3px;
}
.training .training-card .item .content .bottom p.time {
  background-image: url(../images/time.png);
}
.training .training-card .item .btn-block {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 5px;
}
.training .training-card .item .btn-block .btn {
  background-color: #d7dbad;
  color: #7b8348;
  line-height: 40px;
}
.training .pic-list {
  width: 20%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.training .pic-list .pic-full {
  border: 1px solid #eda737;
  padding-top: 65%;
}
.training .pic-list img {
  width: 100%;
}

.technical .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.technical .nav button {
  color: #212121;
  background-color: #d7dbad;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}
.technical .nav button:hover {
  color: #ffffff;
  background-color: #7b8348;
}
.technical .nav button.active {
  color: #ffffff;
  background-color: #eda737;
  position: relative;
}
.technical .nav button.active::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  /* 左边框 */
  border-right: 15px solid transparent;
  /* 右边框 */
  border-top: 10px solid #eda737;
  /* 上边框，创建倒三角形 */
}
.technical .resources {
  margin-top: 20px;
  border: 1px solid #eda737;
}
.technical .resources .item {
  padding: 0 15px;
  line-height: 150%;
}
.technical .resources .item:nth-child(odd) {
  background-color: #f6f8fa;
}
.technical .resources .item .subject {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 0;
}
.technical .resources .item .subject .layui-icon-down {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}
.technical .resources .item .subject.active {
  color: #eda737;
}
.technical .resources .item .subject.active .layui-icon-down {
  transform: rotate(0deg);
}
.technical .resources .item .subject span {
  width: 85%;
  font-weight: bold;
}
.technical .resources .item .subject i {
  font-weight: bold;
}
.technical .resources .item .list {
  border-top: 1px solid #dcdcdc;
  padding: 15px 0;
  display: none;
}
.technical .resources .item .list .content {
  display: grid;
  grid-gap: 10px;
}
.technical .resources .item .list .content p {
  padding-left: 15px;
  position: relative;
}
.technical .resources .item .list .content p::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eda737;
}
.technical .resources .item .list .content a {
  color: #777777;
}

.contactway .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.contactway .grid-item {
  background-color: #f4f5ee;
  text-align: center;
  padding: 3vw 2vw;
  border-bottom: 4px solid #7b8348;
  border-radius: 10px;
}
.contactway .grid-item i {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.contactway .grid-item h4 {
  font-size: 30px;
}
.contactway .grid-item p {
  font-size: 24px;
  color: #969696;
  margin-top: 10px;
}
.contactway .box-button {
  background-color: #d7dbad;
  color: #7b8348;
  border-radius: 50px;
  line-height: 54px;
  font-size: 24px;
  margin: 15px 10% 0 10%;
}

.offices h1 {
  text-align: center;
}
.offices .content {
  margin-top: 70px;
  display: grid;
  grid-gap: 40px;
}
.offices .content .item {
  display: flex;
  justify-content: space-between;
}
.offices .detail {
  width: 35%;
}
.offices .detail h4 {
  font-size: 26px;
  color: #212121;
  background: url(../images/location.png) no-repeat left top;
  padding-left: 35px;
}
.offices .detail > div {
  padding-left: 35px;
  color: #969696;
  font-size: 20px;
  display: grid;
  grid-gap: 8px;
  margin-top: 10px;
  line-height: 150%;
}
.offices .map {
  width: 56%;
}
.offices .map img {
  border: 2px solid #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 170px;
}

.progress {
  padding: 45px 15% 35px 15%;
  overflow: hidden;
  margin-top: -10px;
}
.progress .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  width: 133%;
}
.progress .item {
  position: relative;
}
.progress .item .circle {
  position: absolute;
  left: -55px;
  bottom: -10px;
  text-align: center;
  width: 110px;
}
.progress .item .circle p {
  margin-bottom: 5px;
}
.progress .item .circle i {
  display: inline-block;
  font-weight: bold;
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
}
.progress .item span {
  background-color: #f0f0f0;
  height: 16px;
  width: 100%;
  display: block;
}
.progress .item.active .circle i {
  color: #ffffff;
  background-color: #ffffff;
  border: 2px solid #eda737;
}
.progress .item.filled .circle i {
  color: #ffffff;
  background-color: #eda737;
  border: 2px solid #eda737;
}
.progress .item.filled span {
  background-color: #eda737;
}

.warranty {
  padding: 0 15%;
  font-size: 16px;
  line-height: 165%;
}
.warranty .bigtitle {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: initial;
}
.warranty .title01 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.warranty h4 {
  font-size: 26px;
  margin-bottom: 5px;
}
.warranty p {
  margin-bottom: 1.2vw;
}
.warranty .btn-block {
  margin-top: 20px;
}
.warranty .note {
  margin-top: 30px;
  display: grid;
  grid-gap: 20px;
  line-height: 135%;
}
.warranty .note input {
  width: 17px;
  height: 17px;
  float: left;
  margin-top: 2px;
}
.warranty .note p {
  margin-left: 25px;
  margin-bottom: 0;
}
.warranty .note p::after {
  display: block;
  content: "";
  clear: both;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.warranty .point {
  margin-bottom: 10px;
}
.warranty .point li {
  position: relative;
  padding-left: 20px;
}
.warranty .point li:before {
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #eda737;
}
.warranty .role {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 490px;
  margin: auto;
  margin-top: 50px;
}
.warranty .role a {
  display: flex;
  align-items: center;
  background-color: #d7dbad;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.warranty .role a i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.warranty .role a.left {
  border-radius: 50px 0 0 50px;
}
.warranty .role a.left i {
  background-image: url(/static/home/images/role01.png);
}
.warranty .role a.left span {
  margin-left: 20px;
}
.warranty .role a.right {
  border-radius: 0 50px 50px 0;
  justify-content: flex-end;
}
.warranty .role a.right i {
  background-image: url(/static/home/images/role02.png);
}
.warranty .role a.right span {
  margin-right: 20px;
}
.warranty .role .on a {
  background-color: #7b8348;
  color: #ffffff;
}
.warranty .role .on a.left i {
  background-image: url(/static/home/images/role01-on.png);
}
.warranty .role .on a.right i {
  background-image: url(/static/home/images/role02-on.png);
}
.warranty .role2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
  grid-gap: 3vw;
}
.warranty .role2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d7dbad;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 10px;
  border-radius: 10px;
}
.warranty .role2 a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.warranty .role2 a span {
  margin-left: 20px;
}
.warranty .role2 a.left i {
  background-image: url(/static/home/images/role01.png);
}
.warranty .role2 a.right i {
  background-image: url(/static/home/images/role02.png);
}
.warranty .role2 .on a {
  background-color: #7b8348;
  color: #ffffff;
}
.warranty .role2 .on a.left i {
  background-image: url(/static/home/images/role01-on.png);
}
.warranty .role2 .on a.right i {
  background-image: url(/static/home/images/role02-on.png);
}
.warranty .install-select {
  font-size: 18px;
}
.warranty .install-select .content {
  background-color: #f4f5ee;
  padding: 35px;
  margin-top: 10px;
  grid-gap: 30px;
  display: grid;
  line-height: initial;
}
.warranty .install-select .content .item {
  display: flex;
  align-items: center;
}
.warranty .information {
  display: grid;
  grid-gap: 20px 6vw;
}
.warranty .information .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 6vw;
}
.warranty .information .grid-container > div {
  position: relative;
}
.warranty .information .grid-container a {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.warranty .information h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
.warranty .information p {
  margin: 0;
}
.warranty .information a {
  display: inline-block;
  margin-top: 10px;
}
.warranty .information a i {
  color: #7b8348;
  font-size: 30px;
}
.warranty .information .download {
  color: #eda737;
  font-weight: bold;
  padding: 10px 35px;
  border: 1px solid #eda737;
  border-radius: 50px;
}
.warranty .layui-icon-edit {
  font-size: 30px;
  color: #7b8348;
}
.warranty .EquipmentList {
  font-size: 18px;
  margin-top: 20px;
}
.warranty .EquipmentList .topic {
  background-color: #7b8348;
  color: #ffffff;
  padding: 0 20px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.warranty .EquipmentList .topic .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.warranty .EquipmentList .topic .right a {
  margin-left: 20px;
  color: #ffffff;
  margin-right: -10px;
}
.warranty .EquipmentList .item {
  position: relative;
  background-color: #f4f5ee;
  padding: 10px 20px;
  margin-bottom: 2px;
}
.warranty .EquipmentList .item .data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
  padding-right: 70px;
}
.warranty .EquipmentList .item button {
  color: #7b8348;
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 20px;
  font-weight: bold;
}
.warranty .EquipmentList .price {
  padding: 5px 20px;
  border-bottom: 1px solid #d7dbad;
}
.warranty .install-date .date {
  position: relative;
  padding-right: 50px;
}
.warranty .install-date .date i {
  position: absolute;
  right: 20px;
  top: 5px;
  background: url(../images/date.png) no-repeat center;
  width: 25px;
  height: 25px;
  background-size: auto 25px;
}
.warranty .form-style {
  font-size: 18px;
  line-height: initial;
}

.credit-application .title01 {
  padding-right: 20%;
}
.credit-application .more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  color: #7b8348;
}
.credit-application .more:hover {
  color: #eda737;
  cursor: pointer;
}

.credit-terms {
  background-color: #f4f5ee;
  max-height: 260px;
  overflow-y: scroll;
  margin: 20px 0 10px 0;
  padding: 20px 30px;
}
.credit-terms p:last-child {
  margin-bottom: 0;
}

#credit-box .contact-content {
  width: 85%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 30px 25px 30px 50px;
}
#credit-box .contact-content .credit-detail {
  margin-top: 30px;
  padding-right: 25px;
  max-height: 58vh;
  overflow-y: scroll;
}
#credit-box .contact-content .credit-detail p {
  font-size: 16px;
  line-height: 165%;
  margin-bottom: 1.2vw;
}

.DealerLogin {
  font-size: 16px;
  height: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #fbfbf9, #f4f5ee, #d7dbad);
}
.DealerLogin h1 {
  text-align: center;
  color: #7b8348;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 40px;
}
.DealerLogin .form-style .btn-block .btn {
  width: initial;
  line-height: 45px;
  padding: 0 5vw;
}
.DealerLogin .form-style .code {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}
.DealerLogin .form-style .code .content {
  width: calc(100% - 160px);
}
.DealerLogin .form-style .code button {
  width: 150px;
}
.DealerLogin .form-style .code button img {
  height: 35px;
  width: 100%;
}
.DealerLogin .left-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  min-height: calc(100vh - 230px);
}
.DealerLogin .left-container .logincontent {
  width: 70%;
  max-width: 800px;
  margin-left: 15%;
}
.DealerLogin .right-container {
  height: 100%;
}
.DealerLogin .right-container img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.WarrantyLogin h1 {
  margin-bottom: 15px;
}
.WarrantyLogin .left-container .logincontent {
  width: 80%;
  margin-left: 10%;
}

@media screen and (max-width: 1500px) {
  .prolist-change.layui-icon-left {
    left: -33px;
  }
  .prolist-change.layui-icon-right {
    right: -33px;
  }
  .inpart2 .main .prolist-swiper-content {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .inpart2 .main .prolist-swiper-content .change button {
    left: -35px;
  }
  .inpart2 .main .prolist-swiper-content .change button:last-child {
    right: -35px;
  }
  .inpart2 .main .prolist {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .inpart2 .main .prolist .change button {
    left: -35px;
  }
  .inpart2 .main .prolist .change button:last-child {
    right: -35px;
  }
  .AboutAscend .leftpart .content {
    max-width: initial;
    padding-left: 10%;
  }
  .WarrantyLogin {
    grid-template-columns: 70% 30%;
  }
  .WarrantyLogin .left-container .logincontent {
    width: 85%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1400px) {
  .inpart1 .grid-container .grid-item .content p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .AboutOther .content .rightpart p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .inpart1 .grid-container .grid-item .content a {
    line-height: 35px;
    padding: 0 25px;
    bottom: 10%;
    font-size: 14px;
  }
  .prolist .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .attention {
    text-align: center;
    color: #fff;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  .attention img {
    width: 30px;
    padding-right: 10px;
  }
  .AboutMidea .top {
    display: block;
  }
  .AboutMidea .top .rightpart {
    padding: 0;
    margin-top: 2.5vw;
  }
  .AboutMidea .top .grid-container {
    display: grid;
    grid-gap: 3vw;
  }
  .AboutMidea .top .grid-container .grid-item p {
    min-width: initial;
  }
  .AboutAscend {
    display: block;
  }
  .AboutAscend .leftpart {
    display: block;
  }
  .AboutAscend .leftpart .content {
    width: 90%;
    margin: 0 auto;
    padding: 4vw 0;
    max-width: initial;
  }
  .AboutAscend .leftpart .content p {
    padding-right: 0%;
  }
  .AboutAscend .rightpart {
    width: 90%;
    margin: 0 auto;
  }
  .AboutOther .content {
    display: block;
  }
  .AboutOther .content .rightpart {
    padding-left: 0;
  }
  .contactway .grid-item {
    padding: 35px 25px;
  }
  .contactway .grid-item i {
    width: 50px;
    height: 50px;
    background-size: 50px;
    margin-bottom: 5px;
  }
  .contactway .grid-item h4 {
    font-size: 24px;
  }
  .contactway .grid-item p {
    font-size: 18px;
  }
  .contactway .box-button {
    line-height: 45px;
    font-size: 18px;
    margin-top: 10px;
  }
  .offices .detail {
    width: 45%;
  }
  .offices .map {
    width: 50%;
  }
  .progress {
    padding-left: 8%;
    padding-right: 8%;
  }
  .warranty {
    padding: 0;
  }
  .warranty .role {
    margin-top: 30px;
  }
  .WarrantyLogin {
    display: block;
  }
  .WarrantyLogin .left-container .logincontent {
    width: 80%;
    margin-left: 0;
  }
  .WarrantyLogin .right-container {
    display: none;
  }
  .training .training-card {
    width: 70%;
  }
  .training .pic-list {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .header-position .search {
    margin: 0 30px 30px 30px;
  }
  .header-position .search input {
    width: 70%;
    padding: 0 22% 0 8%;
  }
  .header-position .search button {
    width: 20%;
  }
  .header-top .content {
    height: 70px;
  }
  .header-top .content .logo img {
    height: 50px;
  }
  .header-top .content .right {
    display: none;
  }
  .header-top .popup {
    display: block;
  }
  .header-top .popup .menu .close {
    line-height: 70px;
    height: 70px;
  }
  .header-nav {
    display: none;
  }
  .title01 {
    font-size: 24px;
  }
  .in-banner {
    padding-top: 70px;
  }
  #openBtn {
    top: 25px;
  }
  .inpart1 .grid-container .grid-item .content p {
    font-size: 18px;
  }
  .inside-page {
    padding-top: 70px;
  }
  .pro-detail .rightpart h1 {
    font-size: 30px;
  }
  .DealerLogin {
    display: block;
  }
  .DealerLogin .form-style .btn-block .btn {
    padding: 0 12vw;
  }
  .DealerLogin .left-container {
    min-height: calc(100vh - 120px);
  }
  .DealerLogin .left-container .logincontent {
    width: 70%;
    margin-left: 0;
  }
  .DealerLogin .right-container {
    display: none;
  }
  .WarrantyLogin .left-container .logincontent {
    width: 92%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .inpart1 .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .inpart1 .grid-container .grid-item:nth-child(odd) {
    background-color: #7b8348;
  }
  .inpart1 .grid-container .grid-item:nth-child(odd) .box .circle::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .inpart1 .grid-container .grid-item:nth-child(even) {
    background-color: #d7dbad;
  }
  .inpart1 .grid-container .grid-item:nth-child(even) .box .circle::before {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .prolist-change.layui-icon-left {
    left: -20px;
  }
  .prolist-change.layui-icon-right {
    right: -20px;
  }
  .inpart2 .main .prolist-swiper-content {
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .inpart2 .main .prolist-swiper-content .grid-item a {
    padding: 2vw;
  }
  .inpart2 .main .prolist-swiper-content .change button {
    left: -15px;
  }
  .inpart2 .main .prolist-swiper-content .change button:last-child {
    right: -15px;
  }
  .inpart2 .main .prolist {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .inpart2 .main .prolist .change button {
    left: -15px;
  }
  .inpart2 .main .prolist .change button:last-child {
    right: -15px;
  }
  .prolist .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .prolist .grid-container .grid-item a {
    padding: 2vw;
  }
  .footer .content {
    display: block;
  }
  .footer .content ul {
    justify-content: center;
    grid-gap: 5vw;
    width: 100%;
  }
  .footer .content ul li {
    max-width: initial;
  }
  .footer .content .right {
    border-top: 1px solid #f0f0f0;
    margin-top: 3vw;
    padding-top: 3vw;
    text-align: center;
    width: 100%;
  }
  .footer .content .right img {
    width: 100%;
    max-width: 557px;
  }
  .footer .content .right p {
    margin-top: 20px;
  }
  .pro-detail {
    display: initial;
  }
  .pro-detail .leftpart {
    width: initial;
  }
  .pro-detail .rightpart {
    width: initial;
    margin-top: 40px;
  }
  .pro-documents .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .AboutOther .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .warranty .EquipmentList .item .data {
    grid-template-columns: repeat(2, 1fr);
  }
  .training .training-box {
    display: block;
  }
  .training .training-card {
    width: 100%;
  }
  .training .pic-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
/*电脑版*/
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    color: #7b8348;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .layui-container {
    overflow: visible;
  }
  .header-nav {
    background-color: #4d522d;
    height: 60px;
  }
  .header-nav ul {
    display: flex;
    grid-gap: 15px;
  }
  .header-nav ul li {
    position: relative;
    height: 60px;
  }
  .header-nav ul li > a {
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    padding: 0 20px;
    display: inline-block;
  }
  .header-nav ul li > a:hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #eda737;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header-nav ul li.active > a:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #eda737;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header-nav ul li.xiala > a > i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
  }
  .header-nav ul li.xiala .secondnav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #f5f5f5;
    display: none;
    padding: 20px 0;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  }
  .header-nav ul li.xiala .secondnav a {
    display: block;
    padding: 12px 45px 12px 20px;
    position: relative;
  }
  .header-nav ul li.xiala .secondnav a:hover {
    background-color: #ffffff;
  }
  .header-nav ul li.xiala .secondnav i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-10px, -50%);
  }
  .inpart1 .grid-container .grid-item .content a:hover {
    color: #eda737;
  }
  .prolist-swiper-content {
    overflow: hidden;
  }
  .prolist-swiper-content .grid-item a:hover {
    box-shadow: 0px 0px 20px 0px rgba(123, 130, 72, 0.2);
  }
  .prolist-swiper-content .grid-item a:hover .name {
    color: #7b8348;
  }
  .prolist .grid-container .grid-item a:hover {
    box-shadow: 0px 0px 20px 0px rgba(123, 130, 72, 0.2);
  }
  .prolist .grid-container .grid-item a:hover .name {
    color: #7b8348;
  }
  .pro-documents .grid-container a:hover .grid-item {
    box-shadow: 0px 0px 20px 0px rgba(123, 130, 72, 0.2);
    background-color: #ffffff;
  }
  .inpart2 .main .prolist .change button:hover {
    cursor: pointer;
    background-color: #7b8348;
  }
  .footer .content ul li p a:hover {
    color: #eda737;
  }
  .pro-detail .leftpart .change button:hover {
    color: #ffffff;
    background-color: #d7dbad;
  }
  .training .training-card .btn-block .btn:hover {
    cursor: pointer;
    background-color: #eda737;
    color: #ffffff;
  }
  .technical .resources .item .subject:hover {
    color: #eda737;
  }
  .technical .resources .item .list .content a:hover {
    color: #7b8348;
  }
  .contactway .box-button:hover {
    cursor: pointer;
    background-color: #7b8348;
    color: #ffffff;
  }
  .contact-from .contact-content .layui-icon-close:hover {
    color: #eda737;
    cursor: pointer;
  }
  .btn-block .btn:hover {
    background-color: #7b8348;
    cursor: pointer;
  }
  .warranty .role .on:hover span,
  .warranty .role2 .on:hover span {
    color: #d7dbad;
  }
  .warranty .layui-icon-edit:hover {
    color: #eda737;
    cursor: pointer;
  }
  .warranty .information .download:hover {
    color: #ffffff;
    background-color: #eda737;
    cursor: pointer;
  }
  .warranty .EquipmentList .topic .right a:hover {
    color: #eda737;
  }
  .warranty .EquipmentList .item button:hover {
    color: #eda737;
    cursor: pointer;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav ul {
    grid-gap: 30px;
  }
}
/*手机版*/
@media screen and (max-width: 767.98px) {
  html,
  body {
    font-size: 16px;
  }
  a:hover {
    color: #333333;
  }
  /*公用间距*/
  .spacing {
    padding-top: 5.5vw;
  }
  .attention img {
    width: 20px;
  }
  .title01 {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
  .load-more {
    margin-top: 5vw;
  }
  .NoData {
    font-size: 24px;
  }
  .in-banner {
    padding-top: 54px;
  }
  .in-banner .slideBoxbanner {
    padding-top: 33.854%;
  }
  .in-banner .slideBoxbanner .bd ul li {
    background-size: 100%;
  }
  .slideBoxbanner {
    padding-top: 45%;
  }
  .slideBoxbanner .bd ul li {
    background-size: 115%;
  }
  .slideBoxbanner .hd ul {
    height: 12px;
  }
  .slideBoxbanner .hd ul li {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
  }
  .header-position .search {
    margin: 0 0 20px;
  }
  .header-position .search input {
    width: 70%;
    padding: 0 0 0 20px;
  }
  .header-position .search button {
    width: 70px;
  }
  .header-top .content {
    height: 54px;
  }
  .header-top .content .logo img {
    height: 40px;
  }
  .header-top .popup .menu {
    width: 90%;
    padding: 0 5%;
    right: -100%;
  }
  .header-top .popup .menu .close {
    margin: 0 0 20px 0;
    line-height: 54px;
    height: 54px;
  }
  .header-top .popup .menu li a {
    padding: 0 15px;
    height: 50px;
  }
  .header-top .popup .menu li a:first-child {
    border: none;
  }
  .header-top .popup .menu li a i {
    margin: 0;
  }
  .header-top .popup .menu li .column1 div:first-child {
    padding: 0 15px;
    height: 50px;
  }
  .header-top .popup .menu li .column1 div:first-child i {
    margin: 0;
  }
  .header-top .popup .menu li .column1 .column2 a {
    line-height: 180%;
  }
  .header-top .popup .menu li i {
    margin: 0;
  }
  #openBtn {
    top: 17px;
    right: 5%;
  }
  .inpart .main {
    padding: 5.5vw 0;
  }
  .prolist .grid-container {
    grid-gap: 15px;
  }
  .prolist .grid-container .grid-item a {
    padding: 5vw;
  }
  .prolist .grid-container .grid-item a .content {
    margin-top: 5vw;
  }
  .inpart2 .main .prolist-swiper-content .grid-item a {
    padding: 5vw;
  }
  .inpart2 .main .prolist {
    padding: 0 12vw;
  }
  .inpart2 .main .prolist .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .inpart2 .main .prolist .change button {
    left: 0px;
  }
  .inpart2 .main .prolist .change button:last-child {
    right: 0px;
  }
  .inpart2 .main .rotate {
    margin-top: 4vw;
  }
  .footer {
    padding: 5.5vw 0;
  }
  .footer .content .right {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer .content .right p {
    margin-top: 20px;
  }
  .inside-page {
    padding-top: 54px;
  }
  .all-main {
    padding: 5.5vw 0;
  }
  .top-main {
    padding: 4vw 0 5.5vw 0;
  }
  .current {
    margin-bottom: 5vw;
    font-size: 14px;
  }
  .current i {
    font-size: 12px;
    margin: 0;
  }
  .pro-detail .leftpart .change {
    margin-top: 25px;
    padding: 0 45px;
  }
  .pro-detail .leftpart .change ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .pro-detail .leftpart .change button {
    font-size: 18px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .pro-detail .rightpart {
    margin-top: 30px;
  }
  .pro-detail .rightpart h1 {
    font-size: 22px;
  }
  .pro-detail .rightpart .content {
    margin-top: 10px;
  }
  .pro-documents .grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .about .title01 {
    margin-top: 25px;
  }
  .about p {
    margin: 25px 0 0 0;
  }
  .AboutMidea .top .grid-container .grid-item i {
    height: 50px;
    width: 50px;
    background-size: 60%;
  }
  .AboutAscend .leftpart .content {
    padding: 5.5vw 0;
    max-width: initial;
  }
  .AboutOther .grid-container {
    grid-gap: 15px;
    padding-top: 5.5vw;
  }
  .pro-parameter .data .item {
    font-size: 14px;
    grid-gap: 15px;
  }
  .pro-parameter .data .item .name {
    width: 40%;
  }
  .pro-parameter .data .item .right {
    width: 60%;
  }
  .pro-parameter .data .item > div {
    word-break: break-word;
  }
  .training {
    margin-top: 5.5vw;
  }
  .training .training-card {
    grid-gap: 20px;
  }
  .training .training-card .item {
    padding: 8%;
  }
  .training .training-card .item h2 {
    font-size: 20px;
  }
  .training .training-card .item .content .bottom {
    margin-top: 20px;
    padding-right: 0;
  }
  .training .training-card .item .btn-block {
    position: initial;
    margin-top: 25px;
  }
  .training .training-card .item .btn-block .btn {
    line-height: 35px;
  }
  .technical .nav {
    grid-gap: 5px;
  }
  .technical .nav button {
    font-size: 16px;
    padding: 15px;
  }
  .technical .nav button.active::after {
    border-left: 10px solid transparent;
    /* 左边框 */
    border-right: 10px solid transparent;
    /* 右边框 */
  }
  .contactway .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .offices .content {
    margin-top: 5vw;
    grid-gap: 40px;
  }
  .offices .content .item {
    display: grid;
    grid-gap: 20px;
    justify-content: initial;
  }
  .offices .detail {
    width: initial;
  }
  .offices .detail h4 {
    font-size: 20px;
    background-size: 18px;
    padding-left: 25px;
  }
  .offices .detail p {
    font-size: 16px;
    line-height: initial;
  }
  .offices .detail > div {
    padding-left: 25px;
  }
  .offices .map {
    width: initial;
  }
  .contact-from .contact-content {
    width: 84%;
    padding: 30px 3%;
  }
  .contact-from .contact-content .layui-icon-close {
    right: 10px;
  }
  .contact-from .contact-content .title01 {
    padding: 0 20px;
  }
  .contact-from .contact-content p {
    padding: 0 15px;
  }
  .contact-from .contact-content .m-position {
    height: 54vh;
    overflow: auto;
  }
  .contact-from .contact-content .m-position .layui-row {
    margin: -5px 0px;
  }
  #credit-box .contact-content {
    width: 84%;
    padding: 40px 3% 30px 3%;
  }
  #credit-box .contact-content .credit-detail {
    padding-right: 15px;
    margin-top: 20px;
  }
  .progress {
    padding-left: 12%;
    padding-right: 12%;
    margin-top: -20px;
  }
  .progress .item .circle {
    bottom: -8px;
  }
  .progress .item .circle i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .progress .item span {
    height: 10px;
  }
  .warranty .bigtitle {
    font-size: 23px;
  }
  .warranty .title01 {
    font-size: 18px;
  }
  .warranty h4 {
    font-size: 20px;
  }
  .warranty p {
    margin-bottom: 25px;
  }
  .warranty .role {
    width: 90%;
  }
  .warranty .role a {
    font-size: 16px;
    padding: 6px;
  }
  .warranty .role a i {
    width: 35px;
    height: 35px;
    background-size: 24px;
  }
  .warranty .role a.left span {
    margin-left: 10%;
  }
  .warranty .role a.right span {
    margin-right: 10%;
  }
  .warranty .role2 a {
    display: grid;
    justify-items: center;
    font-size: 16px;
    padding: 20px 0;
  }
  .warranty .role2 a span {
    margin: 5px 0 0 0;
  }
  .warranty .install-select {
    font-size: 16px;
  }
  .warranty .install-select .content {
    grid-gap: 20px;
  }
  .warranty .information {
    margin-top: 20px;
    grid-gap: 20px;
  }
  .warranty .information .grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .warranty .information h3 {
    font-size: initial;
  }
  .warranty .EquipmentList {
    font-size: 16px;
  }
  .warranty .EquipmentList .topic .right a {
    margin-left: 10px;
  }
  .warranty .form-style {
    font-size: 16px;
  }
  .DealerLogin h1 {
    font-size: 30px;
  }
  .DealerLogin .form-style .code .content {
    width: calc(100% - 100px);
  }
  .DealerLogin .form-style .btn-block .btn {
    padding: 0 15vw;
  }
  .DealerLogin .left-container {
    min-height: calc(100vh - 104px);
  }
  .DealerLogin .left-container .logincontent {
    width: 80%;
  }
}
@media screen and (max-width: 540px) {
  /*公用间距*/
  .spacing {
    padding-top: 10vw;
  }
  .load-more {
    margin-top: 8vw;
  }
  .inpart .main {
    padding: 10vw 0;
  }
  .inpart1 .grid-container .grid-item {
    padding: 15px 5% 20px 8%;
  }
  .inpart1 .grid-container .grid-item .content {
    width: 55%;
  }
  .inpart1 .grid-container .grid-item .content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .inpart1 .grid-container .grid-item .content a {
    line-height: 30px;
    bottom: 0;
  }
  .inpart1 .grid-container .grid-item .box {
    width: 45%;
  }
  .inpart2 .main .prolist-swiper-content {
    margin-left: 12vw;
    margin-right: 12vw;
  }
  .prolist-change {
    height: 40px;
    width: 40px;
  }
  .prolist-change.layui-icon-left {
    left: -5px;
  }
  .prolist-change.layui-icon-right {
    right: -5px;
  }
  .footer {
    padding: 10vw 0;
  }
  .footer .content ul {
    display: grid;
    justify-content: start;
    grid-gap: 20px;
  }
  .footer .content ul li strong {
    margin-bottom: 5px;
  }
  .footer .content ul li > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 5vw;
  }
  .footer .content .right {
    text-align: left;
    font-size: 14px;
  }
  .all-main {
    padding: 10vw 0;
  }
  .top-main {
    padding: 6vw 0 10vw 0;
  }
  .AboutMidea .top .grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin: 30px 0;
  }
  .AboutMidea .top .grid-container .grid-item {
    display: flex;
    text-align: left;
    position: relative;
  }
  .AboutMidea .top .grid-container .grid-item i {
    height: 50px;
    width: 50px;
    background-size: 60%;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
  }
  .AboutMidea .top .grid-container .grid-item p {
    width: initial;
    padding-left: 70px;
    margin: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .AboutAscend .leftpart .content {
    padding: 10vw 0;
    max-width: initial;
  }
  .AboutOther .grid-container {
    padding-top: 10vw;
  }
  .btn-block {
    grid-gap: 20px;
  }
  .btn-block .btn {
    width: 120px;
  }
  .progress {
    padding-left: 0;
    padding-right: 0;
    margin-top: -15px;
    font-size: 13px;
  }
  .progress .content {
    width: 100%;
    padding: 0 15%;
  }
  .progress .item .circle {
    width: 90px;
  }
  .warranty .role {
    width: 100%;
  }
  .warranty .role a {
    font-size: 15px;
  }
  .warranty .information .download {
    width: 100%;
    padding: 10px 0;
  }
  .warranty .EquipmentList .item .data {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 50px;
  }
}/*# sourceMappingURL=common.css.map */