.contact-banner {
  height: 450px;
  background-image: url("../images/product.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;

}

.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.contact-banner h1 {
  color: white;
  font-size: 3rem;
  position: relative;
  z-index: 1;
}
.product-page{
  padding: 40px 0;
}

.product .card:hover h3{
  color: #ef8225;
}
.product .card{
    margin-top: 0;
    margin-bottom: 2%;
}


.produce64title{
	max-width: 1400px;
	padding: 10px 10px;
	margin: 0 auto;

}
.produce64title h2{
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 0;
  color: rgb(6, 101, 174);
}
.produce64title .xian{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.produce64title .xian img{
	width: 20px;
	margin: 0 10px;
}
.produce64title .xian span{
   height: 2px;
   border-bottom: 2px solid #d8d5d5 ;
   width: 46%;
}
.produce64title .xian2 span{
   width: 20%;
}
.produce64title .content{
	padding: 20px;
}
.produce64title .content p{
	padding-bottom: 20px;
	line-height: 30px;
	font-size: 16px;
}
.produce64{
	padding: 30px 10px;
	margin: 0 auto;
	max-width: 1400px;
	
}
.produce64 .produce64-box1{
  width: 100%;
  display: flex;
	justify-items: center;
	justify-content:  space-between;
}
.produce64-box1-img,.produce64-box1-txt{
	width: 50%;
}
.produce64-box1-img img{
	width: 30rem;
	height: 30rem;
	max-width: 600px;
	max-height: 600px;
}
.produce64-box1-txt{
	/*display: flex;
	justify-items: center;
	justify-content:  space-between;
	flex-wrap: wrap;*/
}
.produce64-box1-txt h3{
	margin-top: 10rem;
	font-size: 1.8rem;
	color: rgb(6, 101, 174);
	width: 100%;
	line-height: 4rem;
}
.produce64-box1-txt p{
	font-size: 16px;
	width: 100%;
}
.produce64 .produce64-box2{
  width: 100%;
  display: flex;
	justify-items: center;
	justify-content:  space-between;
}
.produce64-box2{
	display: flex;
}
.produce64-box2 a{
	margin: 20px;
	text-align: center;
	background: #fff;
	overflow: hidden; 
  display: inline-block; 
}
.produce64-box2 img{
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	transition: transform 0.3s ease; 
}
.produce64-box2 a:hover img {
  transform: scale(1.2); /* 放大1.1倍 */
}
.produce64-box2 span{
	font-size: 16px;
	font-weight: bold;
}
/* Hassle-Free Quality Assurance */
.quality{
	width: 100%;
	background-color: #fffaf7;
}
.quality-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 10px;
}

.quality-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.quality-text {
  flex: 1;
  min-width: 300px;
  padding: 20px 0;
}

.quality-text h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #222;
  font-weight: bold;
}

.quality-text p {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 400px;
}

.learn-more-btn {
  display: inline-block;
  background-color: #0066b2;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.quality-images {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.quality-images  .check-icon{
  width: 20px;
  height: 20px;
  background: url(../images/gou.svg) no-repeat center center;
  background-size: contain;
}

.image-card {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  height: 350px;
  /* overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.image-card img {
  width: 100%;
  height: 60%;
  object-fit: cover;
}

.info-box {
  position: absolute;
  top: 120px;
  left: 20px;
  right: 20px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
}

.info-box ul {
  list-style: none;
}

.info-box li {
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

.check-icon {
  color: #0066b2;
  margin-right: 8px;
  font-weight: bold;
}

/* 首页第3块 .casting*/
.casting{
	background-color: #fff;
}
.casting .casting-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 10px;
}
.casting .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.casting .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.casting .contact-button {
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.casting .content {
  display: flex;
  justify-content: space-between;
}

.casting .image-container {
  flex: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.images-tabBox{
	width: 50%;
    display: flex;
  align-items: center;
}
.images-tabBox .video-container{
  display: none;
  width: 720px;
  height: 540px;
}
.images-tabBox .video-container iframe{
  width: 100%;
  height: 100%;
}

.casting .main-image {
  width: 100%
}

.casting .images-tab{
  position: relative;
  z-index: 1;
	display: none;
}
.casting .video-ico{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.casting .video-ico svg{
  color: #fff;
  fill: #fff;
  width: 100px;
  height: 100px;
}
.casting .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.casting .play-button {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.casting .play-icon {
  color: #333;
  width: 30px;
  height: 30px;
}

.casting .process-steps {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.casting .step {
  background-color: #fff;
  padding: 15px 20px;
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 5px;
  cursor: pointer;
}

.casting .active{
	  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    opacity: 100%;
    border-radius: 10px;
    transition: all .3s ease;
    z-index: 3;
}

.casting .step-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.casting .step-description {
  margin: 0;
  line-height: 1.5;
}



/* Solutions */
.i_solutions {
	overflow: hidden;
	padding: 30px 10px;
	max-width: 1400px;
	margin: 0 auto;
}

.i_solutions .more {
	display: table;
	margin: 0 auto .5rem;
}
.i_solutions .more span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}
.i_solutions .more p {
	padding: 0 .8rem 0 .4rem;
	font-size: .18rem;
	color: #3e3a39;
	font-weight: bold;
	line-height: .4rem;
}

.i_sol_cont {
	width: 100%;
	position: relative;
	overflow: hidden
}
.i_sol_cont:before {
	content: "";
	display: block;
	padding-bottom: 36%
}

.i_sol_one_v {
	position: absolute;
	top: 0;
	left: 0;
	width: 44%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
.i_sol_one_v .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i_sol_one_v .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i_sol_list {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.i_sol_list li {
	width: 32%;
	height: calc((100% - .2rem) / 2);
	margin: 0 2% .2rem 0;
	position: relative;
	overflow: hidden
}
.i_sol_list li:nth-child(3n) {
	margin-right: 0
}
.i_sol_list .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i_sol_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* play button */
.i_sol_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.5rem;
	height: 2.5rem;
	background: rgb(0 0 0 / 70%) url(../images/p64/v_play.svg) no-repeat center;
	background-size: 40%;
	background-position-x: 60%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}
.i_sol_one_v .i_sol_play {
	width: 5rem;
	height: 5rem;
}
.i_sol_one_v .i_sol_play:hover,
.i_sol_list .i_sol_play:hover {
	background-color: var(--i_color);
}

.i_sol_v {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	max-height: 80vh;
	background: rgb(0 0 0 / 90%);
	object-fit: contain;
	z-index: 99999999;
}
.i_sol_v video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.i_sol_v iframe {
	width: 100%;
	height: 70vh;
	object-fit: contain;
}
.i_sol_v .v_close {
	display: block;
	position: absolute;
	top: .2rem;
	right: .8rem;
	width: 2rem;
	height: 2rem;
	background: url(../images/p64/close.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	z-index: 99;
}
.i_sol_v .v_close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.i_sol_v .v_close {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}


.i_sol_list .tit {
	line-height: 2.4rem;
	cursor: pointer;
}
.i_sol_list .tit {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .26rem;
	text-align: center;
	width: 88%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: rgb(255 255 255 / 80%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.i_sol_list .tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 40px);
	height: 0;
	background: rgb(6, 101, 174);
}
.i_sol_list .tit p {
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 0 .16rem;
	font-size: 14px;
	color: #100800;
	font-weight: bold;
/*	line-height: var(--lineheight);*/
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i_sol_list .tit i {
	display: block;
	margin-left: auto;
	width: 40px;
	height: 40px;
	background: #3e3a39 url(../images/p64/arrow_right_hollow_bai.svg) no-repeat center;
	background-size: 20px;
}


.i_sol_list .tit:hover::before {
	bottom: 0;
	top: initial;
	height: 100%;
}
.i_sol_list .tit:hover p {
	color: #FFF;
}
.i_sol_list .tit::before,
.i_sol_list .tit p {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

/*@media screen and (max-width:1440px) {
	.i_sol_list .tit p {
		font-size: .13rem;
	}
}
@media screen and (max-width:1366px) {
	.i_sol_list .tit {
		--lineheight: .36rem
	}
}*/

/* Solutions Section */
.solutions {
	max-width: 1440px;
	margin: 0 auto;
 padding: 0 10px 50px 10px;
}
.solutions h2{
  line-height: 4rem;
      font-size: 1.8rem;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    color: rgb(6, 101, 174);
    padding: 2rem 0 1rem 0;
    text-align: center;
}
.solutions h3{
   font-size: 24px;
}
.solutions p{
  text-align: center;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.solution-card {
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.solution-card h3{
    text-align: center;
    padding-bottom: 10px;
}

.solution-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width:959px) {
	.solutions{
    width: 90%;
    padding: 5%;
  }
	.i_sol_cont {
		width: 94%;
		margin: 0 auto;
	}
	.i_sol_cont:before {
		display: none;
	}
	.i_sol_v {
		width: 94vw;
	}
	.i_sol_one_v,
	.i_sol_list {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.i_sol_list li {
		height: initial;
	}
	.i_sol_list .img {
		height: initial;
		position: relative;
	}
	.i_sol_list .img::before {
		content: '';
		display: block;
		padding-bottom: 96%;
	}
	.i_sol_list .img img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.i_sol_list .tit {
		--lineheight: .5rem
	}
	.i_sol_list .tit {
		position: initial;
		width: 100%;
		transform: none
	}
	.i_sol_list .tit p {
		width: 100%;
		font-size: 1rem;
	}
	.i_sol_list .tit i {
		display: none;
	}

	.i_sol_one_v {
		margin-bottom: .24rem;
	}
	.i_sol_one_v::before {
		content: '';
		display: block;
		padding-bottom: 82.35%;
	}
	.i_sol_one_v .img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width:767px) {
	.i_solutions .more {
		width: 90%;
	}
	.i_solutions .more span {
		padding: .2rem;
		flex-wrap: wrap;
		text-align: center;
	}
	.i_solutions .more p {
		width: 100%;
		padding: 0 .2rem;
	}
	.i_solutions .i_more {
		margin: .1rem auto 0;
	}

	.i_sol_list li {
		width: 49%;
		margin: 0 2% .2rem 0;
	}
	.i_sol_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.i_sol_list li:nth-child(2n) {
		margin-right: 0;
	}
}





@media (max-width: 768px) {
    .product-page{
        padding: 20px 0;
    }
    .product .grid{
        width: 94%;
        margin: 0 3%;
    }
    .product .card{
        width: 48%;
        margin-bottom: 20px;

    }
    .product .card h3{
        padding: 1rem 0;
    }
    .contact-banner{
    	height: 300px;
    }
    .contact-banner h1{
    	font-size: 2rem;
    }
    .produce64title .xian span{
    	width: 40%;
    }
    .produce64 .produce64-box1{
    	flex-wrap: wrap;
    }
    .produce64-box1-img, .produce64-box1-txt{
    	width: 100%;
    }
    .produce64-box2{
    	flex-wrap: wrap;
    }
    .produce64-box2 a{
    	width: 40%;
    	margin: 10px;
    }
    .quality-section{
    	position: 20px 10px;
    }
    .i_solutions{
    	position: 0 10px;
    }
    .produce64-box1-img img{
    	width: 80%;
    	height: auto;
    }
    .produce64-box1-txt h3{
    	margin-top: 0;
    }
.casting-page{
    width: 94%;
    padding: 3%;
   }
    .casting .header {
    flex-direction: column;
/*    align-items: flex-start;*/
    gap: 20px;
  }
  .casting .header h2{
  	text-align: center;
  	font-size: 1.5rem;
  }
  .casting .images-tabBox{
  	width: 95%;
  	margin:  0 auto;
  }

  .images-tabBox .video-container{
  	width: 100%;
  	margin:  0 auto;
  	height: 260px;
  }

  .casting .content {
    flex-direction: column;
  }

  .casting .image-container {
    margin-bottom: 30px;
  }

  .casting .play-button {
    width: 60px;
    height: 60px;
  }

  .casting .play-icon {
    width: 24px;
    height: 24px;
  }
  .home-banner .container{
    height: auto;
  }
  .home-banner{
    height: auto;
    position: static;
  }
  .casting .process-steps{
    width: 100%;
  }
  .casting .step{
    width: 90%;
  }

   
}