 * {
	margin:0;
	padding:0;
	box-sizing:border-box;text-decoration: initial;
	font-family:"PT Sans",sans-serif;
}
body {
	font-family:"PT Sans",sans-serif;
	color:#333;
	line-height:1.6;
}
 ol, ul, li {
    list-style-type: none;
}
/* Hero Banner */
        .hero-banner {
	width:100%;
	height:600px;
	background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('/skin/images/product.jpg') center/cover no-repeat;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-align:center;
	padding:0 20px;
}
.hero-banner h1 {
	font-size:78px;
	text-transform:uppercase;
	line-height:1.2;
	margin-bottom:12px;
}
.hero-banner p {
	font-size:30px;
	font-weight:bold;
}
/* Section Base */
        .section {
	max-width:95%;
	margin:50px auto;
	padding:0 20px;
}
.intro-text {
	max-width:900px;
	font-size:15px;
	color:#444;
}
.intro-about {
	width:90%;
	max-width:960px;
	margin:0 auto;
}
.intro-about h2{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.intro-about .intro-text p {
	margin-bottom:10px;
}
/* 2 Column Image Grid */
        .grid-2col {
	margin-top:40px;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px;
	margin-bottom:60px;
}
.grid-card {
	overflow:hidden;
	width:100%;
	position:relative;
	min-height:275px;
}
.grid-card img {
	width:100%;
	height:400px;
	object-fit:cover;
}
.grid-card .label h3 {
	line-height:30px;
	font-size:26px;
	font-weight:bold;
}
.grid-card .label {
	position:absolute;
	bottom:7%;
	left:2%;
	color:#fff;
	max-width:350px;
	min-width:275px;
	padding:20px;
	background-color:rgba(26,34,51,.85);
	text-align:left;
	height:100px;
	overflow:hidden;
	transition:height .5s ease;
}
.grid-card .label:hover {
	height:200px;
	transition:height .5s ease;
}

.grid-card .label p,.grid-card .label a {
	opacity:0;
	transform:translateY(20px);
	transition:opacity 0.8s ease,transform 0.8s ease;
}

.grid-card .label:hover p,.grid-card .label:hover a {
	opacity:1;
	transform:translateY(0);
}

.grid-card .label:hover p {
	transition-delay:0.3s;
}
.grid-card .label:hover a {
	transition-delay:0.6s;
}
.grid-card .label p {
	font-size:0.9rem;
	font-weight:normal;
	line-height:1.2rem;
	margin:10px 0;
}
.grid-card .label a {
	background:#51c3c7;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	font-size:1rem;
	padding:0.5rem;
	font-weight:bold;
	border-radius:0.3rem;
}
.pailiangbj{    background-color: #eee;
    padding: 1px 0 10px 0;}
.pailiangge .section-title,.paisange .section-title{font-size: 40px;
    color: #212b3e;
    text-align: center;}
.divider-cptitle {
	background:#eeeeee;
	padding:50px 0 50px 0;
	text-align:center;
}
.divider-cptitle h2 {
	font-size:40px;
	color:#212b3e;
}
/* Light Grey Divider Section */
        .divider-section {
	width:90%;
	max-width:1400px;
	margin:0 auto;
}
.divider-section .section-title {
	margin-top:0;
}
/* Two Column Text + Image Layout */
        .layout-2split {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:40px;
	margin:60px 0;
	align-items:center;
}
.layout-2split.reverse {
	grid-template-columns:1fr 1fr;
}
.split-text h3 {
	font-size:2.5rem;
	margin-bottom:1rem;
	color:#212b3e;
}
.split-text h4{font-size:1.4rem;	color:#212b3e;}
.split-text p {
    font-size: 1rem;
   color: #212b3e;
    line-height: 1.6rem;
}
.split-img img {
	width:100%;
	height:auto;
}
/* 3 Column Product Grid */
        .grid-3col {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
	margin:40px 0;
}
/* Project Grid 2 Col */
        .project-grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px;
	margin:40px 0;
}
.project-card {
	position:relative;
	height:420px;

}
.project-card img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.project-info {
position: absolute;
    bottom: -8%;
    left: 5%;
    width: 60%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 40px;
    margin: 0 auto;
}
.project-info h4 {
margin-bottom: 10px;
    font-size: 1.5rem;
}
.project-info a {
background: #007b9c;
    border: none;
    color: white;
    padding: 6px 14px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0.3rem;
}
.liuyanbj{       background-image: url(/skin/cp/liuyan.jpg), linear-gradient(150deg, transparent 25%, #f6f6f6 50%, transparent 75%);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed;
    position: absolute;
    width: 70%;
    height: 700px;
    margin-left: 30%;
    background-color: #eee;}
        .contact-section {
    background: #eee;
    position: relative;
    color: #fff;
    height:700px;

}
.contact-wrap {      background-color: rgb(33, 43, 62);
    max-width: 1200px;
    position: absolute;
    padding: 55px;
    left: 6%;
    margin-top: 4%;
}
.contact-text h3 {
	font-size:2.5rem;
	margin-bottom:16px;
}
.form-row {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
	margin-bottom:16px;
}
.form-group {
	display:flex;
	flex-direction:column;
}
.form-group label {
	font-size:13px;
	margin-bottom:4px;
}
.form-group input,.form-group textarea {
	padding:10px;
	border:none;
	outline:none;
}
textarea {
	min-height:100px;
	margin-bottom:16px;
}
.file-upload {
	background:#334441;
	padding:20px;
	text-align:center;
	margin-bottom:16px;
}
.submit-btn {
	background:#00b3c9;
	color:white;
	border:none;
	padding:12px 30px;
	float:right;
	cursor:pointer;
}
/* Responsive */
        @media(max-width:768px) {
	.grid-2col,.layout-2split,.layout-2split.reverse,.grid-3col,.project-grid,.contact-wrap,.form-row {
	grid-template-columns:1fr;
}
.hero-banner h1 {
	font-size:32px;
}
}

   .fdjzjgyi{  padding: 80px 0 80px 0;  width: 90%;
    max-width: 1400px;
    margin: 0 auto;}
      .fdjzjgyi dl{overflow: hidden;}
      .fdjzjgyi dl dt{width: 50%;
    float: left;}
      .fdjzjgyi dl dt img{width: 100%;}
      .fdjzjgyi dl dd{    float: right;
    width: 50%;
   }
      .fdjzjgyi dl dd h3{    padding: 6% 0 2rem 3rem;
    font-size: 2.2rem;}
      .fdjzjgyi dl dd p{      padding: 0 0 2rem 3rem;
    font-size: 1rem;
    line-height: 2rem;}
    .fdjzjglb{ max-width: 95%;
    margin: 50px auto;
    padding: 0 20px;}
    .fdjzjglb ul{overflow:hidden;}
    .fdjzjglb ul li{width: 31.33%;
    float: left;
    margin: 1%;
    height: 400px;}
    .fdjzjglb ul li img{transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;}
    .fdjzjgxz{overflow: hidden;margin-bottom:4rem;}
    .fdjzjgxz dl{    padding: 2%;width: 90%;overflow: hidden;
    max-width: 960px; background: #eee;
    margin: 0 auto}
    .fdjzjgxz dl dt{float:left; width: 50%;}
    .fdjzjgxz dl dt img{width:100%;}
    .fdjzjgxz dl dd{float:right; width: 50%;}
    .fdjzjgxz dl dd h3{    font-size: 2.2rem;
    line-height: 2.5rem;}
    .fdjzjgxz dl dd p{font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 1.5rem;}
    .fdjzjgxz dl dd a{    background-color: #51c3c7;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2rem;
    display: -webkit-inline-box;
    padding: 0 1.5rem;
    margin-top: 1rem;
    border-radius: 0.3rem;}
    .tbjssi{   max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 2rem 0 2rem 0;}
    .tbjssi ul{overflow: hidden;}
    .tbjssi ul li{    width: 23%;
    float: left;
    text-align: center;
    margin: 1%;}
    .tbjssi ul li .img{    width: 90%;
    max-width: 120px;
    margin: 0 auto}
    .tbjssi ul li .img img{width:100%;}
    .tbjssi ul li h3{    color: #212b3e;
    font-size: 1.2rem;
    line-height: 2.4rem;}
    .tbjssi ul li p{    font-size: 1rem;
    line-height: 1.8rem;}
    .sjtt{    max-width: 95%;
    margin: 50px auto;
    padding: 0 20px;}
    .sjtt ul{overflow: hidden;}
    .sjtt ul li{width: 31.33%;
    float: left;
    margin: 1%;
    height: 260px;}
    .sjtt ul li img{width:100%;}
    .fdjzjg .grid-3col{ display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px 0;}
     .jjfayi{}
        .jjfayi .img{      width: 90%;
    max-width: 1400px;
    margin: 4rem auto;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;}
        .jjfayi .img a{width: 100%;
    overflow: hidden;}
        .jjfayi .img img{width: 100%;}
        .jjfayi .text{width: 90%;
    max-width: 960px;
    margin: 0 auto;}
        .jjfayi .text h3{font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #212b3e;}
        .jjfayi .text h4{    font-size: 1.4rem;
    color: #212b3e;}
        .jjfayi .text ul{  list-style: disc;
    margin: 1rem 0 1rem 3rem;}
        .jjfayi .text ul li{list-style: disc;}
     .jjfayi .text p{font-size: 1rem;
    color: #212b3e;
    line-height: 1.6rem;}
      .sjzx{   background: #212b3e;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0; }
    .sjzx .ju960{    width: 90%;
    max-width: 960px;
    margin: 0 auto;}
    .sjzx h2{       font-size: 2.5rem;
    line-height: 5rem;}
    .sjzx .text{    font-size: 1rem;
    line-height: 2rem;}
    .sjzx .text p{    margin-bottom: 10px;}
    .sjzxa{    background: #51c3c7;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem;
    font-weight: bold;
    border-radius: 0.3rem;    margin-top: 1rem;}
    .sjzxtblb{ max-width: 1200px;}
    .sjzxtblb ul li {
    width: 31.333%;}
    .sjzx ul{max-width: 95%;
    margin: 50px auto;    overflow: hidden;
    padding: 0 20px;}
 .sjzx ul li{ width: 18.5%;
    margin: 0.5%;
    float: left;
    background: #eee}
  .sjzx ul li .img{width: 100%;}
   .sjzx ul li .img img{width: 100%;}
    .sjzx ul li h3{    color: #212b3e;
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 2.6rem;}
     .sjzx ul li p{    color: #212b3e;
    width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.5rem;}
   .sjzx ul li .sjzxa {margin: 5% 0 5% 5%;}
     .shujulunbo {
    padding: 50px 0 40px;
    background: #f8fafc;
  }
  .shujulunbo .carousel-wrapper {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .shujulunbo .carousel-title {
    text-align: center;
    font-size: 2rem;
    color: #212b3e;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .shujulunbo .swiper-container {
    width: 100%;
    overflow: hidden;

    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    background: #fff;
  }
  .shujulunbo .swiper-slide {
    text-align: center;
    background: #fff;
  }
  .shujulunbo .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    background: #e9edf2;
  }
  .shujulunbo .swiper-slide .slide-title {
 line-height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #0000006e;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /* 自定义箭头 */
  .shujulunbo .swiper-button-next,
  .shujulunbo .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(33,43,62,0.75);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    outline: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
       
  }
  .swiper-button-next:after, .swiper-button-prev:after{ font-size: 15px;}
  .shujulunbo .swiper-button-next:hover,
  .shujulunbo .swiper-button-prev:hover {
    background: rgba(33,43,62,0.92);
  }
  .shujulunbo .swiper-button-next { right: 12px; }
  .shujulunbo .swiper-button-prev { left: 12px; }
  .shujulunbo .swiper-button-next svg,
  .shujulunbo .swiper-button-prev svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  /* 分页器 */
  .shujulunbo .swiper-pagination {
    position: relative;
    margin-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .shujulunbo .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c0c8d4;
    border-radius: 50%;
    opacity: 1;
    transition: background 0.3s, transform 0.3s;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .shujulunbo .swiper-pagination .swiper-pagination-bullet-active {
    background: #51c3c7;
    transform: scale(1.2);
  }
  /* 响应式 */
  @media (max-width: 768px) {
    .shujulunbo .swiper-slide .slide-title { font-size: 1rem; padding: 12px; }
    .shujulunbo .swiper-button-next,
    .shujulunbo .swiper-button-prev { width: 36px; height: 36px; }
    .shujulunbo .swiper-button-next { right: 6px; }
    .shujulunbo .swiper-button-prev { left: 6px; }
    .shujulunbo .carousel-title { font-size: 1.5rem; }
  }
  @media (max-width: 480px) {
    .shujulunbo .swiper-slide img { aspect-ratio: 16 / 9; }
  }