@charset "utf-8";
/* 
	



*/
.Container-wrapper{width:100%; margin:0 auto;}

.Container-wrapper .pdc-box {
    width:100%;
}

.Container-wrapper .pdc-box div{
    width:1032px;
    margin:0px auto;
}

.Container-wrapper .pdc-box .pdt-title .des{
    height:auto;
    line-height:25px;
    font-size:14px;
}

.Container-wrapper .pdc-box .pdt-title .des a{
    color:#13A641;
    border-bottom: 1px dashed #000; /* 虚线边框，颜色和宽度可以根据需要调整 */
    text-decoration: none; /* 移除下划线 */
}

.Container-wrapper .pdc-box-bg {
    background:#F6F8F8;
}

.Container-wrapper .pdc-box .product-structure h1 {
    color:#13A641;
    font-size:20px;
    font-weight:bold;
    padding:32px 0px 20px 0px;
}

.Container-wrapper .pdc-box .product-structure p {
    font-size:14px;
    padding:0px 0px 20px 0px;
}

.Container-wrapper .pdc-box .product-structure div ul li{
    float:left;
    width:500px;
    margin-left:32px;
    margin-bottom:32px;
}

.Container-wrapper .pdc-box .product-structure div ul li:nth-child(2n+1){
    margin-left:0px;
}




/*----中间部分----*/
.center{width:1032px; margin:20px auto 0px;}
.ny_ban{width:100%;}
.ny_ban	img{width:100%; object-fit:cover;}
.pdt-title{padding:80px 0 30px 0; text-align:center;}
.pdt-title h1{height:36px; font-size:30px; color:#454545;}
.pdt-title p{height:20px; font-size:13px; color:#454545; text-align:center;}
.list-product .hd{overflow:hidden;}
.list-product .hd li{position:relative; width:340px; height:53px; line-height:53px; text-align:center; float:left; background-color:#f1f1f1; font-size:14px; font-weight:700; cursor:default; margin-left:6px;}
.list-product .hd li:nth-child(1){margin-left:0;}
.list-product .hd li.on{width:340px; background:url(../images/list-bg.jpg) no-repeat; color:#ffffff;}
.list-product .lh{overflow:hidden;}
.list-product .lh li{width:300px; height:340px;float:left; margin:20px 0 0 66px;}
.list-product .lh li:nth-child(3n+1){margin-left:0;}
.list-product .lh li .pdt-img{width:100%; overflow:hidden; height:300px;}
.list-product .lh li .pdt-img img{width:100%; height:100%; border:1px solid #eaeaea; object-fit:cover; transition:all .6S ease-in-out;}
.list-product .lh li .pdt-wd{width:100%;}
.list-product .lh li .pdt-wd h1{width:300px; height:40px; line-height:20px; font-size:14px; text-align:center; color:#454545; display:table-cell; vertical-align:middle;}
.list-product .title h1 {
    color:#13A641;
    font-size:20px;
    font-weight:bold;
    padding:12px 0px 20px 0px;
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

