.indexA-rightint2 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: -90px;
  padding-bottom: 80px;
}
.indexA-rightint2 .txt {
  -webkit-flex: 1;
  flex: 1;
}

.guanxiang-goods-iso h2{font-size: clamp(24px, 1.67vw, 32px);}


.indexA-rightint2 .txt h3 {
  color: #090909;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-family);
  position: relative;
}
.indexA-rightint2 .txt h3 span {
  position: relative;
  z-index: 2;
}
.indexA-rightint2 .txt h3::after {
  content: "";
  width: 236px;
  height: 12px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.indexA-rightint2 .txt h6 {
  color: #090909;
  font-size: 36px;
  font-family: var(--font-family);
  margin: 35px 0 0;
}
.indexA-rightint2 .txt .t {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #090909;
  font-weight: 300;
  line-height: 36px;
}


.indexA-rightint2 .txt .t h1{
  color: #fff;
  font-size: clamp(24px, 2.50vw, 48px);
  font-weight: 700;
  font-family: var(--font-family);
  text-shadow: 2px 2px 4px #666;
  margin-bottom: 50px;
}
.indexA-rightint2 .pic {
  width: 44%;
  overflow: hidden;
}
.indexA-rightint2 .pic > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.indexA-rightint2 .pic:hover > img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.indexA-rightint2 .cd-popup-trigger {
  color: #fff!important;
  font-size: clamp(14px, 0.94vw, 18px);
  background: #2890F2;
  padding: 6px 40px;
  display: inline-block;
  border-radius: var(--button-radius);
  margin-top: 30px;
}
.indexA-rightint2 .more {
  color: #fff!important;
  font-size: clamp(14px, 0.94vw, 18px);
  background: #2890F2;
  padding: 6px 40px;
  display: inline-block;
  border-radius: var(--button-radius);
  margin-top: 30px;
}
.container h2 a:hover{color:#2890F2}
.guanxiang-goods-iso-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.guanxiang-goods-iso-nav-item{
  border: 1px solid #2890F2;
  padding: 10px 20px;
  font-size: clamp(12px, 0.94vw, 18px);
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
.guanxiang-goods-iso-nav-item.active,
.guanxiang-goods-iso-nav-item:hover{
  background-color: #2890F2;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .indexA-rightint2 .txt h3 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1500px) {
  .indexA-rightint2 .txt h3 {
    font-size: 54px;
  }

  .indexA-rightint2 .txt {
    margin-right: 120px;
  }
}

@media screen and (max-width: 1441px) {
  .indexA-rightint2 .txt h3 {
    font-size: 50px;
  }

  .indexA-rightint2::before {
    font-size: 180px;
  }
  .indexA-rightint2 .txt {
    margin-right: 90px;
  }
  .indexA-rightint2 .txt h6 {
    font-size: 34px;
  }
  .indexA-rightint2 .txt .t {
    line-height: 34px;
    margin: 30px 0 0;
  }

}

@media screen and (max-width: 1367px) {
  .indexA-rightint2 .txt h3 {
    font-size: 46px;
  }


  .indexA-rightint2::before {
    font-size: 160px;
  }
  .indexA-rightint2 .txt {
    margin-right: 70px;
  }
  .indexA-rightint2 .txt h6 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1281px) {
  .indexA-rightint2 .txt h3 {
    font-size: 42px;
  }

  .indexA-rightint2 .txt h6 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1171px) {
  .indexA-rightint2 .txt h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 992px) {
  .guanxiang-goods-iso-nav{
    margin-top: 20px;
    gap: 12px;
  }
  .guanxiang-goods-iso-nav-item{
    padding: 5px 10px;
  }
  .indexA-rightint2 .txt h3 {
    font-size: 34px;
  }


  .indexA-rightint2 .container {
    display: block;
  }
  .indexA-rightint2 .txt {
    text-align: center;
    margin-right: 0;
  }
  .indexA-rightint2 .txt h3 {
    display: inline-block;
  }
  .indexA-rightint2 .txt h3::after {
    width: 100%;
    height: 10px;
    right: 0;
    margin: 0 auto;
  }
  .indexA-rightint2 .txt h6 {
    font-size: 28px;
    margin: 25px 0 0;
  }

  .indexA-rightint2 .pic {
    width: 80%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .indexA-rightint2 .txt h3 {
    font-size: 30px;
  }

  .indexA-rightint2::before {
    display: none;
  }
  .indexA-rightint2 .txt h6 {
    font-size: 24px;
    margin: 20px 0 0;
  }
  .indexA-rightint2 .txt .t {
    line-height: 26px;
    margin: 20px 0 0;
  }

  .indexA-rightint2 .pic {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .indexA-rightint2 .txt h3 {
    font-size: 26px;
  }


}

@media screen and (max-width: 480px) {
  .indexA-rightint2 .txt h3 {
    font-size: 22px;
  }

  .indexA-rightint2 .txt h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .indexA-rightint2 .txt .t {
    line-height: 24px;
    margin: 15px 0 0;
  }
}
.guanxiang-goods-iso h3{
	color: #212121;
	font-weight: normal;
}

.guanxiang-goods-iso .lg-03 li {
	width: 31%;
}


.guanxiang-goods-iso h3,
.guanxiang-goods-iso h3 a {
	font-size: clamp(14px, 1.04vw, 20px);
}

.guanxiang-goods-iso .lg-03 li {
	margin-left: 2.33%;
}

.guanxiang-goods-iso .lg-03 li:nth-child(3n+1) {
	margin-left: 0;
}

.guanxiang-goods-iso .title {
	width: 94%;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

.guanxiang-goods-iso .title h2,
.guanxiang-goods-iso .title h2 a {
	font-size: 36px;
	line-height: 52px;
}

.guanxiang-goods-iso img {
	vertical-align: middle
}

.guanxiang-goods-iso p {
	margin-top: 5px;
	line-height: 30px;
}

.guanxiang-goods-iso  {
	padding-bottom: 40px;
}
.guanxiang-goods-iso .content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: FLEX-START;
	justify-content: FLEX-START;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.guanxiang-goods-iso ul li {
	margin-top: 40px;
	text-align: center;
}

.guanxiang-goods-iso ul li span {
	display: block;
	border: 1px solid #eee;
	overflow: hidden;
}

.guanxiang-goods-iso ul li span img {
	width: 100%;
}

.guanxiang-goods-iso  ul li span img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.guanxiang-goods-iso ul li h3 {
	margin-top: 25px;
}

@media screen and (max-width: 1580px) {
	.guanxiang-goods-iso .title p {
		font-size: 16px;
	}

	.guanxiang-goods-iso .title h2,
	.guanxiang-goods-iso .title h2 a {
		font-size: 34px;
	}

	.guanxiang-goods-iso p {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 1400px) {
	.guanxiang-goods-iso .title h2,
	.guanxiang-goods-iso .title h2 a {
		font-size: 34px;
	}
  
	.guanxiang-goods-iso p{
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.guanxiang-goods-iso .title h2,
	.guanxiang-goods-iso .title h2 a {
		font-size: 32px;
		line-height: 42px;
	}
}

@media screen and (max-width: 960px) {
  .guanxiang-goods-iso .lg-03 li {
		width: 48%;
	}

	.guanxiang-goods-iso .lg-03 li {
	    margin-left: 0;
	}

	.guanxiang-goods-iso h3 a{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

	.guanxiang-goods-iso .lg-03 li:nth-child(2n){
		margin-left: 2.33%;
	}
	.guanxiang-goods-iso ul li {
		margin-top: 30px;
	}

	.guanxiang-goods-iso .title {
		width: 100%;
	}
}