.main {
  width: 100%;
  height: auto;
}

.main .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.main .content .banner {
  width: 100%;
  height: 619px;
  background: url(../images/index/bigback.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .banner .imgBanner {
  width: 100%;
  height: 619px;
}

.main .content .banner .bannercontent {
  width: 72.9%;
  height: 100%;
  margin: 0 auto;
  min-width: 1300px;
}

.main .content .banner .left {
  float: left;
  width: 680px;
  padding-top: 195px;
  position: relative;
  padding-bottom: 36px;
}

.main .content .banner .left .bold {
  font-size: 55px;
  color: #62360f;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  /* transform: translateY(20px);
  opacity: 0; */
  animation: fadeInUp 1s ease forwards 0.3s;
}

.main .content .banner .left .name {
  font-size: 24px;
    color: #62360f;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
    /* transform: translateY(20px);
    opacity: 0; */
    animation: fadeInUp 1s ease forwards 0.6s;
}

.main .content .banner .right{
  float: right;
  width: 529px;
  height: 376px;
  position: relative;
  
}
.main .content .banner .right img {
  position: relative;
  margin-top: 100px;
  transition: transform 0.5s ease;
}
.main .content .banner .right img:hover {
  transform: scale(1.05);
  z-index: 10;
}

.main .content .product {
  width: 100%;
  height: 666px;
}

.main .content .product .product_content {
  width: 72.9%;
  height: 100%;
  padding-top: 60px;
}

.main .content .product .product_content .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.main .content .product .product_content .title .cn {
  color: #333333;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}

.main .content .product .product_content .title .en {
  color: #888888;
  font-size: 14px;
  line-height: 14px;
}

.main .content .product .product_content .title .line {
  width: 40px;
  height: 2px;
  background: #FFDA8C;
  margin-top: 9px;
}

.main .content .product .product_content .list1 li .img{
  transition: transform 0.5s ease;
}
.main .content .product .product_content .list1 li .img:hover {
  transform: scale(1.05);
  z-index: 10;
}

.main .content .product .product_content .list1 li:nth-child(1) .img {
  background: url(../images/index/back001-1.png) no-repeat center center;
  background-size: cover; /* 新增 */
}

.main .content .product .product_content .list1 li:nth-child(2) .img {
  background: url(../images/index/back002-1.png) no-repeat center center;
  background-size: cover; /* 新增 */
}

.main .content .product .product_content .list1 li:nth-child(2) .img .imgbtn {
  background: url(../images/index/back002-2.png) no-repeat;
}

.main .content .product .product_content .list1 li:nth-child(3) .img {
  background: url(../images/index/back003-1.png) no-repeat center center;
  background-size: cover; /* 新增 */
}

.main .content .product .product_content .list1 li:nth-child(3) .img .imgbtn {
  background: url(../images/index/back003-2.png) no-repeat;
}

.main .content .product .product_content .list1 li:nth-child(4) .img {
  background: url(../images/index/back004-1.png) no-repeat center center;
  background-size: cover; /* 新增 */
}

.main .content .product .product_content .list1 li:nth-child(4) .img .imgbtn {
  background: url(../images/index/back004-2.png) no-repeat;
}

.main .content .product .product_content .product_list {
  width: 100%;
  height: 366px;
  margin: 0 auto;
}

.main .content .product .product_content .product_list li {
  width: 25%;
  float: left;
  cursor: pointer;
  margin-bottom: 58px;
}

.main .content .product .product_content .product_list li .listCon {
  width: 91%;
  height: 300px;
  background: white;
  border: 1px solid #edf3f3;
  box-shadow: 0px 3px 10px 0px rgba(143, 143, 143, 0.24);
  transition: all 0.2s ease;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

.main .content .product .product_content .product_list li .img {
  width: 100%;
  height: 200px;
  position: relative;
}


.main .content .product .product_content .product_list li .img .imgbtn {
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background: url(../images/index/back001-2.png) no-repeat;
}

.main .content .product .product_content .product_list li:first-child .img .imgbtn {
  margin-top: 15px;
  width: 165px;
}

.main .content .product .product_content .product_list li .produce {
  padding: 27px 0px 38px 0;
  overflow: hidden;
  height: 106px;
  transition: height 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.main .content .product .product_content .product_list li .produce:hover {
  height: 240px;
}

.main .content .product .product_content .product_list li .produce .title {
  line-height: 18px;
  margin-bottom: 7px;
  display: block;
  color: #333333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.main .content .product .product_content .product_list li .produce .pro_content {
  display: block;
  color: #999999;
  line-height: 16px;
  margin-bottom: 18px;
  text-align: center;
  padding-bottom: 22px;

}

.main .content .product .product_content .product_list li .produce .pro_content1 {
  border-top: 1px solid #E4E4E4;
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-family: PingFang SC;
  color: #999999;
  padding-top: 17px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 18px;
}

.main .content .solution {
  width: 100%;
  height: 737px;
  background: url(../images/index/solution-background.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .content .solution .solution_content {
  padding-top: 60px;
}

.main .content .solution .solution_content .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.main .content .solution .solution_content .title .cn {
  color: #62360F;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}

.main .content .solution .solution_content .title .en {
  color: #62360F;
  font-size: 14px;
  line-height: 14px;
}

.main .content .solution .solution_content .title .line {
  width: 40px;
  height: 2px;
  background: #62360F;
  margin-top: 9px;
}


.main .content .solution .solution_content .tabs {
  width: 810px;
  height: 44px;
  border: 2px solid #62360F;
  border-radius: 23px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box; /* 添加盒模型计算方式 */
  display: flex; /* 使用flex布局替代float */
}

.main .content .solution .solution_content .tabs .tab {
  padding: 0 15px; /* 调整padding */
  line-height: 42px;
  font-size: 16px;
  color: #62360F;
  border-right: 2px solid #62360F;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  flex: 1; /* 平均分配宽度 */
  text-align: center;
  position: relative;
}

.main .content .solution .solution_content .tabs .tab:last-child {
  border-right: none;
}
.main .content .solution .solution_content .tabs .tab:first-child.tabActive {
  margin-left: -2px; /* 第一个选项卡特殊处理 */
}

.main .content .solution .solution_content .tabs .tab:last-child.tabActive {
  margin-right: -2px; /* 最后一个选项卡特殊处理 */
}

.main .content .solution .solution_content .tabs .tabActive {
  background: #62360F;
  color: #fff;
  z-index: 2;
  margin: -2px; /* 添加负边距补偿边框 */
}

.main .content .solution .solution_content .banner {
  width: 72.9%;
  margin: 0 auto;
  height: 537px;
  background: none;
  min-width: 1200px;
}

.main .content .solution .solution_content .banner .swiper-button-next {
  width: 48px;
  height: 48px;
  background: url(../images/index/right2.png) no-repeat;
  top: 40%;
}

.main .content .solution .solution_content .banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url(../images/index/left2.png) no-repeat;
  top: 40%;
}

.main .content .solution .solution_content .banner .item-content {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.main .content .solution .solution_content .banner .carousel-items1 {
  padding-top: 76px;
}

.main .content .solution .solution_content .banner .carousel-items1 .img {
  width: 498px;
  height: 390px;
  float: left;
  background: url(../images/index/solution1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 146px;
  margin-top: 0;
  transition: transform 0.5s ease;
}

.main .content .solution .solution_content .banner .carousel-items1 .img:hover {
  transform: scale(1.05); /* 减小放大比例 */
  z-index: 10;
}


.main .content .solution .solution_content .banner .carousel-items1 .right {
  width: 420px;
  float: right;
  margin-right: 116px;
  padding-top: 15px;
}

.main .content .solution .solution_content .banner .carousel-items1 .right .title-item {
  display: inline-block;
  width: auto;
  padding: 0 13px;
  height: 37px;
  border: 1px solid #62360F;
  border-radius: 19px;
  color: #62360F;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.main .content .solution .solution_content .banner .carousel-items1 .right .title-item:hover {
  font-weight: bold;
}

.main .content .solution .solution_content .banner .carousel-items1 .right .title-item2 {
  margin-top: 50px;
}

.main .content .solution .solution_content .banner .carousel-items2 .img {
  width: 382px;
  height: 381px;
  float: left;
  background: url(../images/index/solution2.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 216px;
  margin-top: 0;
}

.main .content .solution .solution_content .banner .carousel-items3 .img {
  width: 452px;
  height: 377px;
  float: left;
  background: url(../images/index/solution3.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 216px;
  margin-top: 0;
}

.main .content .solution .solution_content .banner .carousel-items3 .right {
  width: 382px;
  padding-top: 70px;
  margin-right: 46px;
}

/* .main .content .solution .solution_content .banner .carousel-items5 .img {
  width: 653px;
  height: 423px;
  float: left;
  background: url(../images/index/solu5.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 136px;
  margin-top: 0;
} */

.main .content .solution .solution_content .banner .carousel-items5 .right {
  padding-top: 70px;
}

.main .content .solution .solution_content .banner .carousel-items4 .img {
  width: 452px;
  height: 377px;
  float: left;
  background: url(../images/index/solution4.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 216px;
  margin-top: 0;
}

.main .content .solution .solution_content .banner .carousel-items4 .right {
  width: 382px;
  padding-top: 70px;
}

.main .content .solution .solution_content .banner .carousel-items5 .img {
  width: 469px;
  height: 371px;
  float: left;
  background: url(../images/index/solution5.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 216px;
  margin-top: 0;
}

.main .content .solution .solution_content .banner .carousel-items5 .right {
  margin-right: 84px;
}

.main .content .labs {
  width: 100%;
  height: 852px;
}

.main .content .labs .solution_content {
  width: 1200px;
  height: 100%;
  padding-top: 60px;
  margin: 0 auto;
}

.main .content .labs .solution_content .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.main .content .labs .solution_content .title .cn {
  color: #333333;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}

.main .content .labs .solution_content .title .en {
  color: #888888;
  font-size: 14px;
  line-height: 14px;
}

.main .content .labs .solution_content .title .line {
  width: 40px;
  height: 2px;
  background: #FFDA8C;
  margin-top: 9px;
}

.main .content .labs .solution_content .tabs {
  width: 468px;
  height: 43px;
  border: 1px solid #e4e4e4;
  margin: 0 auto;
}

.main .content .labs .solution_content .tabs .rtab {
  color: #333333;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  width: 50%;
  height: 100%;
  float: left;
  font-weight: bold;
  cursor: pointer;
}

.main .content .labs .solution_content .tabs .rtabActive {
  background: #C6861B;
  color: #fff;
}

.main .content .labs .solution_content .rlabproduce {
  overflow: hidden;
}

.main .content .labs .solution_content .rlabproduce .box {
  width: 1095px;
  font-size: 16px;
  height: 90px;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  color: #333333;
  text-align: center;
  line-height: 90px;
  margin: 38px auto 0;
}

.main .content .labs .solution_content .rlabproduce .procontent {
  margin-top: 47px;
  height: 383px;
}

.main .content .labs .solution_content .rlabproduce .procontent .left {
  width: 512px;
  height: 383px;
  float: left;
  background: url(../images/index/jishuzhongxin-1.png) no-repeat;
  background-size: 100% 100%;
  transition: transform 0.5s ease;
}

.main .content .labs .solution_content .rlabproduce .procontent .left:hover {
  transform: scale(1.05); /* 减小放大比例 */
  z-index: 10;
}



.main .content .labs .solution_content .rlabproduce .procontent .right {
  float: left;
  padding-left: 45px;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li {
  width: auto;
  height: 97px;
  margin-bottom: 30px;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .icon {
  float: left;
  display: block;
  width: 128px;
  height: auto;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .icon p {
  text-align: center;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .icon .img {
  width: 42px;
  height: 54px;
  margin: 0 auto;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .icon .nameCn {
  color: #333;
  font-size: 16px;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .icon .nameEn {
  color: #666666;
  font-size: 12px;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .info {
  float: left;
  width: 482px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-top: 25px;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li .info:hover {
  color: #FFDA8C;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li:nth-child(1) .img {
  background: url(../images/index/yanjiuzhongxin-1.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li:nth-child(2) .img {
  background: url(../images/index/yanjiuzhongxin-2.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .labs .solution_content .rlabproduce .procontent .right li:nth-child(3) .img {
  background: url(../images/index/yanjiuzhongxin-3.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .labs .solution_content .rlabp1 .procontent {
  height: 383px;
}

.main .content .labs .solution_content .rlabp1 .procontent .right li .icon .img {
  width: 42px;
  height: 54px;
  margin: 0 auto;
}


.main .content .labs .solution_content .rlabp1 .procontent .left {
  width: 512px;
  height: 383px;
  background: url(../images/index/jishuzhongxin-2.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .labs .solution_content .rlabp1 .procontent .right li:nth-child(1) .img {
  width: 42px;
  height: 54px;
  background: url(../images/index/lianheyanjiuzhongxin-1.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .labs .solution_content .rlabp1 .procontent .right li:nth-child(2) .img {
  width: 51px;
  height: 48px;
  background: url(../images/index/lianheyanjiuzhongxin-2.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .labs .solution_content .rlabp1 .procontent .right li:nth-child(3) .img {
  width: 58px;
  height: 51px;
  background: url(../images/index/lianheyanjiuzhongxin-3.png) no-repeat;
  background-size: 100% 100%;
}

.main .content .lines {
  width: 84.5%;
  height: 2px;
  background: #e4e4e4;
  margin: 0 auto;
}

.main .content .aboutus {
  width: 100%;
  height: 1020px;
}

.main .content .aboutus .aboutus_content {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.main .content .aboutus .aboutus_content .introduction_img{
  width: 100%;
  height: 924px;
  background: url(../images/index/product.png) no-repeat -80px center;
  background-size: 100% 100%;
}

.main .content .aboutus .aboutus_content .title {
  width: 100%;
  height: auto;
  
}


.main .content .aboutus .aboutus_content .title .cn {
  color: #333333;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}

.main .content .aboutus .aboutus_content .title .en {
  color: #888888;
  font-size: 14px;
  line-height: 14px;
}

.main .content .aboutus .aboutus_content .title .line {
  width: 40px;
  height: 2px;
  background: #FFDA8C;
  margin-top: 9px;
}

.main .content .userback .userback_content {
  width: 1200px;
  height: 100%;
  padding-top: 60px;
  margin: 0 auto;
}

.main .content .userback .userback_content .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.main .content .userback .userback_content .title .cn {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}

.main .content .userback .userback_content .title .en {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.main .content .userback .userback_content .title .line {
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 6px;
}

.main .content .userback .userback_content .produce {
  padding-top: 37px;
  color: #fff;
  width: 975px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
}

.main .content .userback .userback_content .person {
  width: 435px;
  height: 95px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 50px;
}

.main .content .userback .userback_content .person span {
  width: 95px;
  height: 95px;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.main .content .userback .userback_content .person span:hover {
  transform: scale(1.2);
  border: 2px solid #fff;
}


.main .content .userback .userback_content .mroe {
  width: 129px;
  height: 37px;
  border: 1px solid white;
  color: white;
  text-align: center;
  line-height: 35px;
  margin: 0 auto;
}




.main .content .customer {
 width: 100%;
 height: 700px; 
 overflow: visible; /* 不要隐藏溢出内容 */
}

.main .content .customer_content {
  width: 1200px;
  height: 100%;
  padding-top: 60px;
  margin: 0 auto;

  overflow: hidden;
  position: relative;

  /* 新增遮罩效果 */
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
}

.main .content .customer .customer_content .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.main .content .customer .customer_content .title .cn {
  color: #333333;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}
.main .content .customer .customer_content .title .en {
 color: #888888;
 font-size: 14px;
 line-height: 14px;
}

.main .content .customer  .customer_content .title .line {
  width: 40px;
  height: 2px;
  background: #FFDA8C;
  margin-top: 9px;
}

/* 字体大小为18px */
.main .content .customer .customer_img {
  width: 150%; /* 增加宽度确保无缝循环 */
  height: 200px;
  display: flex;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
  margin-top: 50px;
  position: relative; /* 确保定位正常 */
  z-index: 1; /* 确保层级 */
}

.main .content .customer .customer_img li {
  width: 240px;
  height: 238px;
  margin-right: 20px;
  border: 1px solid gainsboro;
  flex-shrink: 0; /* 防止项目被压缩 */
  position: relative;
  transition: transform 0.5s ease;
}

.main .content .customer .customer_img li:hover {
  transform: scale(1.03); /* 减小放大比例 */
  z-index: 10;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%)); /* 调整移动距离 */
  }
}

.main .content .customer .customer_img li .img{
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 119px;
  background-size: 100% 100%;

}
.main .content .customer .customer_img li:nth-child(5n){ 
  margin-right: 20px;
}

.main .content .customer .customer_img li:hover {
  border: 2px solid #FFDA8C;
}

/* 顾客名称 */

.main .content .customer .customer_img li .customer_name {
  font-size: 18px; 
  color: #666;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}


/* 顾客图片 */


.main .content .partner {
  width: 100%;
  height: auto; /* 不要固定高度 */
  overflow: visible; /* 不要隐藏溢出内容 */
  margin-bottom: 80px;
}

.main .content .partner .partner_content {
  width: 1280px;
  height: 100%;
  padding-top: 60px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;

  /* 新增遮罩效果 */
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
}

.main .content .partner .partner_content .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.main .content .partner .partner_content .title .cn {
  color: #333333;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}

.main .content .partner .partner_content .title .en {
  color: #888888;
  font-size: 14px;
  line-height: 14px;
}

.main .content .partner .partner_content .title .line {
  width: 40px;
  height: 2px;
  background: #FFDA8C;
  margin-top: 9px;

}


/* 合作伙伴 */
.main .content .partner .partner_content .list {
  /* width: 100%;
  height: 400px;
  margin-right: 0;
  display: flex;
  animation: scroll 30s linear infinite;
  white-space: nowrap; */

  width: calc(200% + 200px); /* 增加宽度确保无缝循环 */
  height: 130px;
  display: flex;
  animation: scroll 20s linear infinite;
  white-space: nowrap;

  position: relative; /* 确保定位正常 */
  z-index: 1; /* 确保层级 */
}

.main .content .partner .partner_content .list li {
  width: 250px;
  height: 90px;
  margin-right: 30px;
  border: 1px solid gainsboro;

  flex-shrink: 0; /* 防止项目被压缩 */
  position: relative;
  transition: transform 0.3s ease;
  /* float: left;
  margin-bottom: 30px;
  position: relative;
  flex-shrink: 0; */
}

.main .content .partner .partner_content .list li:hover {
  transform: scale(1.03); /* 减小放大比例 */
  z-index: 10;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 50px)); /* 调整移动距离 */
  }
}


.main .content .partner .partner_content .list li .img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 230px;
  height: 74px;
  background-size: 100% 100%;
}

/* .main .content .partner .partner_content .list li:nth-child(5n) {
  margin-right: 0;
}

.main .content .partner .partner_content .list li:nth-child(10n+1){
  margin-left: 100px;
} */
.main .content .partner .partner_content .list li:nth-child(10n+6) {
  /* margin-left: 40px; */
  margin-left: 0;
  margin-right: 30px;
}

.main .content .partner .partner_content ul.list:nth-of-type(2) {
  margin-left: 150px; /* 向右移动100px */
}

.main .content .partner .partner_content ul.list:nth-of-type(4) {
  margin-left: 150px; /* 向右移动100px */
}


.main .content .partner .partner_content .list li:hover {
  border: 2px solid #FFDA8C;
}


.bannerTop {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main .content .solution .solution_content .banner .carousel-items1 .right .item1,
.main .content .solution .solution_content .banner .carousel-items1 .right .item2 {
  display: block;
  color: #62360F;
  line-height: 30px;
  padding-top: 20px;
  font-size: 16px;
}



