/* 头部 */

.common-card {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.flex-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex {
  display: flex;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 头部 */

.header {
  width: 100%;
  height: 103px;
}
.header .lt {
  width: fit-content;
  height: auto;
  margin-right: 100px;
}
.header .logo {
  width: 124px;
  height: auto;
  margin-right: 20px;
}

.header .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.header .lt h6 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #b3b388;
}
.header .lt p {
  font-size: 18px;
  color: #727171;
}

.header ul {
  flex: 1;
}
.header li {
  border-right: 2px solid #000;
  line-height: 20px;
  padding-right: 30px;
  margin-right: 30px;
}
.header li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header li a {
  display: inline-block;
  font-size: 20px;
  color: #000000;
}
/* 轮播 */

.headerSwiper {
  width: 100%;
  height: auto;
}

.banner-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
}
.banner-pagination {
  position: absolute;
  left: 0;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: end;
  padding-right: 360px;
  bottom: 4% !important;
}

.banner-pagination .swiper-pagination-bullet-active {
  background-color: #eb0000 !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.recommendedSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 18px 0 25px 0;
}
.recommendedSwiper img {
  width: 100%;
  height: 411px;
  object-fit: cover;
  vertical-align: bottom;
}
.recommendedSwiper .name {
  width: 100%;
  height: 67px;
  background-color: #e8e8e8;
  font-size: 18px;
  text-align: center;
  line-height: 67px;
  color: #333333;
}
/* 产品中心 */
.products {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
}
.products .lt {
  width: 258px;
  height: auto;
  margin-right: 15px;
}
.products-con {
  flex: 1;
  overflow: hidden;
}
.products .lt .tl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 125px;
  background-color: #a7a772;
  margin-bottom: 1px;
}
.products .lt .tl h6 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.products .lt .tl P {
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #ffffff;
}

.firstOrder h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  height: 68px;
  line-height: 68px;
  letter-spacing: 2px;
  color: #000;
  background-color: #f2f2f2;
  padding: 0 20px;
  border-bottom: 1px solid #d2d2d2;
  transition: all 0.3s;
}
.firstOrder h6::after {
  display: block;
  content: '';
  width: 19px;
  height: 19px;
}
.firstOrder > li.active h6 {
  background-color: #a7a772;
  color: #fff;
}
.firstOrder > li.active h6::after {
  background: url(../img/ic2.png) no-repeat;
  background-size: cover;
}
.secondLevel {
  display: none;
}
.secondLevel li {
  width: 100%;
  height: 77px;
  background-color: #f2f2f2;
  line-height: 77px;
  padding: 0 20px;
}
.secondLevel li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
  padding-left: 20px;
}

.productsItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productsItem li {
  width: 305px;
  height: auto;
  background-color: #f2f2f2;

  margin: 0 6px 14px 0;
}
.productsItem li a {
  display: inline-block;
  width: 100%;
  padding: 9px 9px 0 9px;
}
.productsItem li:nth-child(3n) {
  margin-right: 0;
}
.productsItem li img {
  width: 100%;
  height: 235px;
  vertical-align: bottom;
  object-fit: cover;
}
.productsItem .name {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 55px;
  font-size: 18px;
  color: #000000;
  width: 100%;
  padding: 0 5px;
}
.productsItem .name::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  background: url(../img/ic3.png) no-repeat;
  background-size: cover;
}
/*案例展示0000 */
.caes {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  padding: 40px 0;
}
.caes .tl {
  text-align: center;
}

.caes .tl h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
.caes .tl p {
  font-size: 19px;
  color: #000000;
  margin-top: 20px;
}

.caesSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.caesSwiper img {
  width: 100%;
  height: 378px;
  object-fit: cover;
  vertical-align: bottom;
}
.caesSwiper .name {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  color: #000000;
  line-height: 62px;
}
.caesSwiper .bto {
  margin-top: 40px;
}
.case-button-next {
  width: 47px;
  height: 47px;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-right: 50px;
}
.case-button-prev {
  width: 47px;
  height: 47px;
  background: url(../img/ic6-1.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.consult {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0 60px 0;
}
.consult .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.consult h2 {
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 12px;
  color: #b3b388;
  text-shadow: -2px -2px 0 rgb(243, 243, 247), 2px -2px 0 rgb(244, 244, 247), -2px 2px 0 rgb(240, 240, 244), 2px 2px 0 rgb(236, 236, 243),
    -2px -2px 0 rgb(240, 240, 241), 2px -2px 0 rgb(233, 233, 237), -2px 2px 0 rgb(230, 230, 235), 2px 2px 0 rgb(242, 242, 245);
}
.consult h3 {
  font-size: 48px;
  font-weight: bold;
  color: #b3b388;
  margin: 35px 0;
  text-shadow: -2px -2px 0 rgb(243, 243, 247), 2px -2px 0 rgb(244, 244, 247), -2px 2px 0 rgb(240, 240, 244), 2px 2px 0 rgb(236, 236, 243),
    -2px -2px 0 rgb(240, 240, 241), 2px -2px 0 rgb(233, 233, 237), -2px 2px 0 rgb(230, 230, 235), 2px 2px 0 rgb(242, 242, 245);
}
.consult .ls {
  font-size: 24px;
  color: #b3b388;
  text-shadow: -2px -2px 0 rgb(243, 243, 247), 2px -2px 0 rgb(244, 244, 247), -2px 2px 0 rgb(240, 240, 244), 2px 2px 0 rgb(236, 236, 243),
    -2px -2px 0 rgb(240, 240, 241), 2px -2px 0 rgb(233, 233, 237), -2px 2px 0 rgb(230, 230, 235), 2px 2px 0 rgb(242, 242, 245);
}
.consult .ph {
  height: 46px;
  background-color: #a7a772;
  border-radius: 22px;
  font-size: 23px;
  text-align: center;
  line-height: 46px;
  padding: 0 15px;
  width: fit-content;
  color: #ffffff;
  border: solid 1px #ffffff;
  margin-top: 45px;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}
.footer .top {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(238, 235, 235, 0.3);
}
.footer .top a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  border-right: 2px solid #fff;
  padding-right: 71px;
  line-height: 18px;
  margin-right: 71px;
}
.footer .top a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.footer .logo {
  width: fit-content;
  height: auto;
  margin-right: 54px;
}
.footer .logo h2 {
  font-size: 34px;
  font-weight: bold;
  color: #b3b388;
}
.footer .logo p {
  font-size: 14px;
  margin-top: 10px;
  color: #727171;
}
.footer .con {
  padding: 35px 0;
}
.footer .con ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer .con ul li {
  display: flex;
  flex-direction: column;
}
.footer .con li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;

  color: #ffffff;
}
.footer .con li a,
.footer .con li span {
  font-size: 16px;

  line-height: 39px;

  color: #ffffff;
}
.footer li img {
  width: 194px;
  height: 194px;
  object-fit: cover;
  margin-top: 10px;
}
.footer .bto {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
  line-height: 39px;
  border-top: 1px solid rgba(238, 235, 235, 0.3);
  color: #ffffff;
  padding: 22px;
}

.caes-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.caes-con .tempWrap {
  width: 100% !important;
  overflow: hidden;
}
.caes-con .caesItem div {
  width: 620px !important;
  height: auto;
  margin-right: 15px;
}
.caes-con li:last-child {
  margin-right: 0;
}
.caes-con li  .img {
  width: 100%;
  height: 378px;
    overflow: hidden;
}
.caes-con .img img{
  width: 100%;
  height: 100%;
  transition: all 0.3s;
vertical-align: bottom;
}
.caes-con li:hover img {
cursor: pointer;
  transform: scale(1.3);
}

.caes-con li .name {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  color: #000000;
  line-height: 62px;
}
.caesItem {
  display: flex;
  align-items: center;
}
.products .lt .ph{
  width: 100%;
	height: 82px;
	background-color: #a7a772;
padding:9px  13px  13px 13px ;
}
.products .lt .ph p {
	font-size: 20px;
	color: #ffffff;
}

.products .lt .ph span{
	font-size: 28px;
	font-weight: 700;

	color: #ffffff;
}