/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex {
  display: flex;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-tl h2 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #956e47;
}
.common-tl p {
  font-size: 0.25rem;
  color: #956e47;
  margin-top: 0.15rem;
}

/* 头部 */
.header {
  width: 100%;
  height: 1.2125rem;
  padding: 0 0.25rem;
}

.header .logo {
  display: inline-block;
  width: auto;
  height: 0.8rem;
  margin-right: 0.25rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header ul {
  flex: 1;
}
.header li a {
  font-size: 0.2625rem;
  color: #000000;
}
.header li span {
  font-size: 0.3rem;
  font-weight: bold;
  color: #956e47;
}
/* <!-- 轮播 --> */

.headerSwiper {
 position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    /* height: 700px; */
    background-color: #f7f7f7;
}
.headerSwiper video{
  display: block;
  width: 20rem;
  max-width: 100%;
  margin: 0 auto;
}

/* .headerSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  display: flex;
  justify-content: end;
  position: absolute;
  z-index: 888;
  bottom: 2% !important;
  padding-right: 2rem;
}
.header-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #e1c27d;
}*/
/* 产品中心 */
.productCenter {
  width: 100%;
  background-color: #f7f7f7;
  height: auto;
  padding: 0.625rem 0 0.875rem 0;
}
.productCenter .common-card {
  position: relative;
}
.productSwiper {
  position: relative;
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  margin: 0.4375rem 0 0.3125rem 0;
}
.productSwiper a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0.6rem;
  background-color: #956e47;
  font-size: 0.25rem;
  text-align: center;
  color: #faeed8;
}
.product-button-next {
  top: 1.5625rem;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: -0.5rem;
  cursor: pointer;
  background: url(../img/ic1.png) no-repeat;
  background-size: cover;
  z-index: 9999;
}
.product-button-prev {
  top: 1.5625rem;
  width: 0.4rem;
  cursor: pointer;
  height: 0.4rem;
  position: absolute;
  right: -0.5rem;
  background: url(../img/ic1-1.png) no-repeat;
  background-size: cover;
  z-index: 9999;
}

.product-con {
  width: 100%;
  height: auto;
}
.productItem li {
  width: 4.9rem;
  height: auto;
  margin: 0 0.125rem 0.375rem 0;
}
.productItem li:nth-child(4n) {
  margin-right: 0;
}
.productItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productItem .img {
  width: 100%;
  height: 3.9rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1875rem;
}
.productItem .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productItem .name,
.productRt .name {
  width: 100%;
  height: 0.675rem;
  border-top: 1px solid #e1c27d;
  background-color: #fff;
  padding: 0 0.1625rem;
}
.productItem .name span,
.productRt .name span {
  /* display: inline-block; */
  font-size: 0.25rem;
  flex: 1;
  line-height: 0.675rem;
  color: #333333;
}
.productItem .name::after,
.productRt .name::after {
  display: block;
  content: '';
  width: 0.4625rem;
  background: url(../img/ic2-1.png) no-repeat;
  background-size: cover;
  height: 0.4625rem;
}
/* 应用案例 */
.case {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #e8e0cf;
}
.common-tl.b h2,
.common-tl.b p {
  color: #000;
}

.caseSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}
.caseSwiper a {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.15rem 0.15rem 0 0.15rem;
}
.caseSwiper img,
.applicationCase li img {
  width: 100%;
  height: 4.875rem;
  object-fit: cover;
}
.caseSwiper .name,
.applicationCase li .name {
  width: 100%;
  height: 0.8375rem;
  line-height: 0.8375rem;
  font-size: 0.2625rem;
  text-align: center;
  color: #000000;
}
.case-pagination {
  margin-top: 0.625rem;
}
.case-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #956e47;
}
/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.25rem 0;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}

.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

.about-con {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.about-con .text {
  font-size: 0.225rem;
  line-height: 0.475rem;
  flex: 1;
  color: #ffffff;
}
.aboutSwiper1 {
  width: 9.9125rem;
  height: 7.55rem;
  overflow: hidden;
  margin-left: 0.5rem;
}
.aboutSwiper1 .swiper-slide {
  position: relative;
}
.aboutSwiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutSwiper1 .ls {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: url(../img/ic5-1.png) center no-repeat;
  background-size: cover;
  width: 5.075rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 3.825rem;
}
.aboutSwiper1 .ls h6 {
  font-size: 0.45rem;
  color: #ffffff;
}
.aboutSwiper1 .ls .lss {
  font-size: 0.35rem;
  line-height: 0.625rem;
  margin-top: 0.125rem;
  color: #ffffff;
}

.aboutSwiper2 {
  position: absolute;
  bottom: 0.375rem;
  left: 0;
  width: 11.5rem;
  height: 2.775rem;
  overflow: hidden;
}
.aboutSwiper2 .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.11);
  padding: 0.3125rem 0.15rem;
}
.aboutSwiper2 .swiper-slide:hover img {
  transform: scale(1.2);
}
.aboutSwiper2 img {
  width: auto;
  height: 0.675rem;
  object-fit: contain;
  margin: 0.125rem 0;
  transition: all 0.3s;
}
.aboutSwiper2 p {
  font-size: 0.375rem;
  color: #956e47;
}
.aboutSwiper2 .ls {
  font-size: 0.2375rem;
  text-align: center;
  line-height: 0.3625rem;
  color: #333333;
}
.aboutSwiper2 .swiper-slide-thumb-active {
  border: 3px solid #956e47;
}
/* 大理由 */
.argument {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background-color: #f8f0e7;
}
.argument .common-tl h2 {
  position: relative;
}
.argument .common-tl h2::after {
  position: absolute;
  left: 50%;
  top: 0.125rem;
  transform: translateX(-50%);
  display: block;
  content: 'ADVANTAGE';
  font-size: 0.775rem;
  font-weight: bold;
  color: #666666;
  opacity: 0.1;
}
.argument ul {
  margin-top: 0.625rem;
}
.argument li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 0.375rem 0.375rem 0.375rem;
  width: 4.9rem;
  height: 6.2125rem;
  background-color: #ffffff;
  transition: all 0.5s;
}
.argument li img {
  width: 1.1625rem;
  height: 1.05rem;
  object-fit: cover;
  transition: all 0.5s;
}
.argument li h6 {
  font-size: 0.2875rem;
  color: #956e47;
  margin: 0.375rem 0 0.25rem 0;
}
.argument li .ls {
  font-size: 0.2625rem;
  line-height: 0.5875rem;
  color: #666666;
}
.argument li:hover img {
  transform: rotateY(180deg);
}
.argument li:hover {
  cursor: pointer;
  box-shadow: 2px 2px 10px 2px #956e47;
}
/* 应用行业 */
.industry {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
}
.industrySwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.3625rem;
}
.industrySwiper a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.industrySwiper img {
  width: 100%;
  height: 5.875rem;
  object-fit: cover;
  vertical-align: bottom;
}
.industrySwiper .name,
.industry li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  background-color: rgba(174, 122, 76, 0.8);
  font-size: 0.325rem;
  line-height: 0.8rem;
  color: #ffffff;
}
/* 新闻资讯 */
.new {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.25rem 0;
  background-color: #f5f5f5;
}

.new-con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.new-con img {
  width: 9.75rem;
  height: 5.8125rem;
  margin-right: 0.625rem;
}
.new-con ul {
  flex: 1;
}
.new-con li {
  width: 100%;
  border-bottom: 1px solid #90adc7;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.375rem;
}
.new-con .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.325rem;
  height: auto;
  margin-right: 0.5rem;
}
.new-con .time p {
  font-size: 0.3rem;
  color: #000000;
}
.new-con .time span {
  font-size: 0.425rem;
  color: #000000;
}
.new-con .text {
  flex: 1;
}
.new-con .text h6 {
  width: 100%;
  font-size: 0.25rem;
  font-weight: normal;
  color: #000000;
}
.new-con .text .ls {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.425rem;
  margin-top: 0.125rem;
  color: #333333;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #956e47;
  padding-top: 0.75rem;
}
.footer .lt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
}
.footer .lt img {
  width: fit-content;
  height: 0.8rem;
  object-fit: contain;
}
.footer .lt p {
  font-size: 0.7625rem;
  letter-spacing: 0.3625rem;
  margin-top: 0.5rem;
  color: #ffffff;
}
.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li p {
  font-size: 0.2rem;
  margin-bottom: 0.125rem;
  color: #ffffff;
}
.footer li a,
.footer li span {
  font-size: 0.1875rem;
  line-height: 0.5125rem;
  color: #ffffff;
}
.footer li img {
  width: 2.4rem;
  margin-top: 0.125rem;
  height: 2.4rem;
  object-fit: cover;
}

.footer .bto {
  font-size: 0.2rem;
  line-height: 0.4625rem;
  text-align: center;
  padding: 1% 2%;
  margin-top: 0.25rem;
  color: #ffffff;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.productList {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 0.25rem 0;
}
.productList .lt {
  width: 4.875rem;
  height: auto;
  margin-right: 0.1375rem;
}
.productRt {
  flex: 1;
}
.productList .lt .tl {
  width: 100%;
  height: 2.2rem;
  background-color: #956e47;
}
.productList .tl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.productList .tl p {
  font-size: 0.45rem;
  color: #ffffff;
}
.productList .tl span {
  font-size: 0.3rem;
  margin-top: 0.25rem;
  color: #ffffff;
}
.menu {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.menu li .name {
  cursor: pointer;
  width: 100%;
  height: 1rem;
  font-size: 0.25rem;
  color: #000000;
  padding: 0 0.125rem;
  border-bottom: 1px solid #bfbfbf;
}
.menu li .name::after {
  display: block;
  content: '';
  width: 0.15rem;
  height: 0.225rem;
  background: url(../img/ic14.png) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.pulldown {
  display: none;
}
.pulldown a {
  font-size: 0.25rem;
  line-height: 0.875rem;
  padding: 0 0.125rem 0 0.5rem;
  color: #333333;
}

.menu li.active .name::after {
  transform: rotate(90deg);
}
.menu li:hover .name,
.pulldown a:hover,
.pulldown a.active {
  color: #956e47;
}
.menu li.active .pulldown a:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.productList .lt .us {
  height: 3.9375rem;
  background-color: #956e47;
  font-size: 0.2rem;
  line-height: 0.525rem;
  padding: 0.25rem;
  color: #ffffff;
}

.productRt li {
  width: 4.9rem;
  height: auto;
  margin: 0 0.1125rem 0.2375rem 0;
  background-color: #ffffff;
}
.productRt li:nth-child(3n) {
  margin-right: 0;
}
.productRt li .img {
  display: flex;
  padding: 0.25rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.2125rem;
}
.productRt li .img img {
  width: 100%;
object-fit: fill;
  height: 100%;
}
.productRt ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.productDetail {
  flex: 1;
  height: auto;
}
.productDetail .top {
  width: 100%;
  height: 5.9125rem;
  background-color: #fff;
  padding: 0.375rem;
}
.productDetail .top img {
  width: 7.175rem;
  object-fit: cover;
  height: 4.7875rem;
  margin-right: 0.375rem;
}
.productDetail .top .text {
  flex: 1;
}
.productDetail .top .text h6 {
  font-size: 0.25rem;
  font-weight: normal;
  color: #000000;
}
.productDetail .top .text .ls {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #666666;
  margin: 0.1875rem 0;
}
.productDetail .top .more {
  display: inline-block;
  width: 1.3625rem;
  height: 0.3875rem;
  background-color: #956e47;
  border-radius: 0.1875rem;
  font-size: 0.175rem;
  text-align: center;
  line-height: 0.3875rem;
  color: #ffffff;
}

.comtl {
  width: 100%;
  height: 0.675rem;
  background-color: #fff;
  margin: 0.125rem 0;
}
.comtl .name {
  width: fit-content;
  background-color: #956e47;
  height: 100%;
  line-height: 0.675rem;
  font-size: 0.225rem;
  text-align: center;
  padding: 0 0.25rem;
  color: #ffffff;
}
.argument {
  font-size: 0.2875rem;
  line-height: 0.675rem;
  color: #666666;
}

/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 0.375rem 0;
}
.contactUs .top {
  width: 100%;
  height: 6.45rem;
  margin: 0.4375rem 0 0.0625rem 0;
  background-color: #956e47;
}
.contactUs .top img {
  width: 9.8375rem;
  object-fit: cover;
  height: 100%;
}
.contactUs .top .text {
  flex: 1;
  padding: 0.75rem;
  font-size: 0.325rem;
  line-height: 0.8rem;
  color: #ffffff;
}
#map {
  width: 100%;
  height: 6.975rem;
}
.BMap_bubble_title {
  font-size: 15px;
}
.BMap_bubble_content {
  font-size: 14px;
}
.contactUs h3 {
  text-align: center;
  font-weight: normal;
  margin: 0.375rem 0;
  font-size: 0.2625rem;
  color: #656565;
}

.form {
  width: 100%;
  height: auto;
}
.form input[type='text'] {
  width: calc((100% - 0.0875rem) / 2);
  height: 0.7625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  color: #656565;
  padding-left: 0.1875rem;
  margin-bottom: 0.175rem;
  margin-right: 0.0875rem;
}
.form .item input[type='text']:last-child {
  margin-right: 0;
}
.form input[type='submit'] {
  height: 0.7625rem;
  line-height: 0.7625rem;
  width: 52%;
  background-color: #956e47;
  border: solid 1px #d2d2d2;
  font-size: 0.2875rem;
  text-align: center;

  color: #ffffff;
}
.form textarea {
  width: 100%;
  height: 2.2625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.125rem 0 0 0.1875rem;
  color: #656565;
  margin-bottom: 0.375rem;
}
.newsDetail {
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
}
.newsDetail-con {
  font-size: 0.225rem;
  line-height: 0.6875rem;
  margin-top: 0.25rem;
  color: #333333;
}
.newsInformation {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 0.375rem 0;
}
.newsInformation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}

.newsInformation li {
  height: 3.5rem;
  padding: 0.1875rem;
  background-color: #fff;
  width: calc((100% - 0.15rem) / 2);
  margin: 0 0.15rem 0.3125rem 0;
  transition: all 0.3s;
}
.newsInformation li:hover,
.applicationCase li:hover,
.industry li:hover {
  cursor: pointer;
  box-shadow: 0.025rem 0.025rem 0.125rem 0.025rem #956e47;
}
.newsInformation li:nth-child(2n) {
  margin-right: 0;
}
.newsInformation .time {
  width: 100%;

  justify-content: end;
}
.newsInformation .time span {
  font-size: 0.3125rem;
  color: #666666;
}
.newsInformation .time i {
  font-size: 0.1625rem;
  color: #666666;
}
.newsInformation .text h6 {
  font-size: 0.2125rem;
  color: #000000;
  width: 100%;
}
.newsInformation .text .ls {
  font-size: 0.1875rem;
  line-height: 0.4375rem;
  width: 100%;
  color: #666666;
}
.newsInformation .text {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: end;
}
.newsInformation .text .more {
  width: 1.1375rem;
  height: 0.3875rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.1875rem;
  font-size: 0.175rem;
  text-align: center;
  line-height: 0.3875rem;
  color: #000000;
}
.newsInformation li img {
  width: 3.6375rem;
  height: 3.1rem;
  object-fit: cover;
  margin-right: 0.25rem;
}
.applicationCase,
.industry {
  width: 100%;
  background-color: #f7f7f7;
  height: auto;
  padding: 0.45rem 0;
}
.applicationCase ul,
.industry ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
 margin-left:.8rem;
}
.applicationCase li {
  width: 6.5rem;
  transition: all 0.3s;
  height: auto;
  margin: 0 0.25rem 0.3rem 0;
  padding: 0.1875rem 0.1875rem 0 0.1875rem;
  background-color: #ffffff;
}
.applicationCase li:nth-child(3n) {
  margin-right: 0;
}

.industry li {
  position: relative;
  width: 4.4875rem;
  margin: 0 0.2625rem 0.225rem 0;
  height: 4.4875rem;
  transition: all 0.3s;
}
.industry li a {
  display: inline-block;
  width: 100%;
}
.industry li:nth-child(2n) {
  margin-right: 14px;
  margin-top:14px;
}
.industry li:nth-child(2n-1) {
  margin-right: 14px;
  margin-top:14px;
}
.industry li:nth-child(3n) {
  margin-right: 14px;
margin-top:14px;
}
.industry li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.aboutinner {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.5rem 0;
  background-color: #f7f7f7;
}
.aboutinner-con {
  width: 100%;
  height: 7.125rem;
  background-color: #ffffff;
  padding: 0.2875rem;
  margin-top: 0.375rem;
}
.aboutinner-con .ls {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #666666;
  margin-top: 0.625rem;
}
.aboutinner-con img {
  width: 10rem;
  margin-right: 0.375rem;
  height: 6.5375rem;
  object-fit: cover;
}
.aboutinner-con .text {
  flex: 1;
}
.aboutinner-con .text h6 {
  position: relative;
  font-size: 0.3rem;
  color: #956e47;
}
.aboutinner-con .text h6::after {
  position: absolute;
  left: 0;
  top: -0.1875rem;
  display: block;
  content: 'ABOUT US';
  font-size: 0.775rem;
  font-weight: bold;
  color: #666666;
  opacity: 0.1;
}
/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.25rem 0;
  background-color: #f7f7f7;
}
.culture ul {
  margin-top: 0.5rem;
}
.culture li {
  width: 4.8875rem;
  height: 6.6625rem;
  position: relative;
  overflow: hidden;
}
.culture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.culture .text {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  height: 20%;
  text-align: center;
  bottom: 0.875rem;
}
.culture .text p {
  font-size: 0.3rem;
  color: #ffffff;
}
.culture .text .ls {
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.culture li:hover img {
  transform: scale(1.2);
}
/* 企业环境 */
.environment {
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  background-color: #f7f7f7;
}

.environment-con {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.environmentItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.environmentItem li {
  width: 4.8625rem;
  height: auto;
  margin: 0 0.175rem 0.2375rem 0;
}
.environmentItem li:nth-child(4n) {
  margin-right: 0;
}
.environmentItem li img {
  width: 100%;
  height: 3.5875rem;
  object-fit: cover;
  vertical-align: bottom;
}
.environmentItem li .name {
  width: 100%;
  height: 0.6rem;
  font-size: 0.25rem;
  font-size: 0.25rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333333;
  background-color: #efefef;
}
.qualification-con {
  margin-top: 0.3375rem;
  /* background-color: #fff; */
}
.tempWrap {
  width: 100% !important;
}
.qualification {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background-color: #f7f7f7;
}
.qualificationItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}
.qualificationItem li {
  width: 3.8625rem;
  height: 5.4625rem;
  margin: 0 0.1625rem 0.1125rem 0;
}
.qualificationItem li:nth-child(5n) {
  margin-right: 0;
}
.qualificationItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.qualificationItema {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}
.qualificationItema li {
  width: 3.8625rem;
  height: 5.4625rem;
  margin: 0 0.1625rem 0.1125rem 0;
}
.qualificationItem li:nth-child(5n) {
  margin-right: 0;
}
.qualificationItema li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-area .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3% 1%;
}
.application-area .wrapper .block {
  width: 32%;
}
