.w1500 {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
}

.anPoBar {
    background-color: #E6E6E6;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.anPoBar a {
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 48px;
    margin: 0 30px;

}

.anPoBar .current {
    color: #000;
    border-bottom: 3px solid #444;
}

.anPoBar2{text-align: center;padding-bottom: 40px;}
.anPoBar2 a{margin: 0 15px;background-color: #E6E6E6;padding: 10px 20px;line-height: 48px;border-radius:20px; }
.anPoBar2 a:hover,.anPoBar2 a.procur{background:#009e90;color: #fff;}

.goods_container {
    margin-top: 80px;
    margin-bottom: 180px;
}

.goods_container .goods_mod{
    margin-bottom: 80px;
}

.goods_mod .goods_banner {
    position: relative;
}

.goods_mod .goods_banner_img img {
    border-radius: 8px;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.goods_mod .goods_banner .goods_banner_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.goods_mod .goods_banner .goods_banner_content h2 {
    color: #fff;
    font-size: 56px;
    line-height: 48px;
    text-align: center;
}

.goods_mod .goods_banner .goods_banner_content .intr {
    color: #fff;
    font-size: 24px;
    font-family: 'Muli-Regular';
    line-height: 48px;
    text-align: center;
}

.product_list{padding-bottom: 60px;}

.product_list li {

	float: left;

	width: 23%;


	background: #fff;

	margin:33px 1% 30px 1%;

	margin-top: 33px;box-shadow: 0px 0px 10px #ccc;

}


.product_list li .img {

	width: 100%;
	text-align: center;overflow: hidden;

}

.product_list li .img img {

	vertical-align: middle;

	width: auto;

	height: auto;

	max-height: 80% !important;

	vertical-align: middle;

	max-width: 90% !important;

	display: inline-block;

	margin: 0 auto;

	transition: all 2s ease-in-out;

}

.product_list li .txt {

	padding: 0 20px 10px 20px;

	font-size: 16px;

	color: #4d4d4d;

	line-height: 35px;

	text-align: center;

}

.product_list li:hover {

	box-shadow: 0px 0px 20px #000;transition: 0.3s linear 0s;

}
.product_list li .img:hover img{transform: scale(1.1);}

@media screen and (max-width:720px) {
    .goods_container {
        margin-top: 40px;
        margin-bottom: 60px;
    }    
    .goods_container .goods_mod{
        margin-bottom: 40px;
    }
    .goods_mod{display: none;}
    .anPoBar a {
        line-height: 24px;
        padding: 10px 0;
        margin: 0 10px;white-space: nowrap;
    }

    .anPoBar {
        overflow-x: auto;    justify-content: flex-start;

    }
    
    .anPoBar2{padding-bottom: 30px;}

    .goods_mod .goods_banner .goods_banner_content h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .goods_mod .goods_banner .goods_banner_content .intr {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }
       .goods_mod .goods_banner_img img {
        min-height: 180px;
        object-fit: cover;
    }
    .product_list li {width:48%;margin-top: 20px;margin-bottom: 20px;}
    
}


.nynav{color: #666;background-color: #E6E6E6;height: 60px;margin-top: 80px;}
.nynav a{color: #666;line-height: 60px;}

.goods_adv {
  margin-top: 70px;
}

.goods_adv h2 {
  font-size: 36px;
  text-align: center;
  color: #000;
}

.goods_view {
    padding: 60px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin-top: 80px;line-height: 2;
}

.pro_img{text-align: center}

.aboutg{height:1px;}

.about_view {
    padding-bottom: 60px;padding-top: 80px;
    line-height:32px;font-size: 16px;
}
.about_view img{max-width: 100%;height: auto;}

.new_list li{width: 30%;margin-right:5%;float: left;box-shadow: 0px 0px 10px #ccc;}
.new_list li:nth-child(3n){margin-right: 0;}
.new_list li .img{max-height:300px;overflow: hidden;}
.new_list li .img img{width: 100%;height: auto;}
.riqi{padding: 20px 10px;color: #16b1a9;}
.new_list{padding: 0 0.5% 60px 0.5%;}
.new_list li .txt{padding: 0 10px 10px 10px; font-size: 20px;font-weight:300;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;line-height: 1.5;}
.newshow {
 /* margin-top: 70px;*/
}

.newshow h2 {
  font-size: 30px;
}
.pbtime{text-align: right;color: #16b1a9;padding-top: 60px;}
.btnback{margin-top: 60px;transition:all .3s ease-out;position: relative;height: 45px;text-align: center;}
a.btnc{width: 80px;margin: 0 auto;border: 1px solid #000;font-size:18px;padding:10px 20px;}
a.btnc:hover{background: red;border: 1px solid red;color: #fff;}

a.btnl{position: absolute;z-index: 3;left: 50%;margin-left: -100px;font-size: 30px;top:0;margin-top: -10px;}
a.btnr{position: absolute;z-index: 3;right: 50%;margin-right: -100px;font-size: 30px;top:0;margin-top: -10px;}
a.btnl:hover,a.btnr:hover{color: red;}

.pagelist{text-align: center;height: 30px;}
.pagelist a{padding: 5px 15px;border: 1px solid #ccc;color: #555;transition:all .3s ease-out}
.pagelist a:hover,.pagelist a.page-num-current{background: #009e90;border: 1px solid #009e90;color: #ffffff;}

@media screen and (max-width: 1366px) {
    .goods_container{margin-bottom:50px;}
    .newshow{margin-top:0;}
    .new_list li .txt{font-size: 18px;line-height: 1.3;}
    
    
}

@media screen and (max-width:750px) {
    .new_list{margin-top:60px;}
    .new_list li{width: 96%;margin:0 2% 30px 2%;float: none;box-shadow: 0px 0px 10px #ccc;clear: both}
    .new_list li .txt {font-size: 16px;line-height: 1.3;}
    .pagelist {height:40px;}
    .pagination a:first-child,.pagination a:last-child{display: none}
    .newshow h2 {font-size: 20px;line-height: 1.5}
    .goods_view {margin-top: 40px;}
    .goods_view img,.pro_img img{max-width: 100%;height: auto;}
    .anPoBar2 a {margin: 0 5px;}
    .product_list li .txt {font-size: 14px;padding: 0 5%;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
    .anPoBar,.nynav{margin-top: 60px;}
    
    
}