.w-1200 {
    width: 1200px;
}
li {
    list-style: none;
}
i, em {
    font-style: normal;
}
/****/
.product-page {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 50px;
}

.product-h {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.product-h h3 {
	font-size: 30px;
}

.product-h p {
	font-size: 14px;
	color: #888888;
}

.product-h .pro-tit {
	width: 100%;
	margin-bottom: 20px;
}

.product-h .pro-left {
	width: 22%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	float: left;
}

.product-h .pro-left .search{
	width: 100%;
	float: left;
	height: 65px;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-h .pro-left .search .srk{
	width: 100%;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #dcdcdc;
	padding: 0px 15px;
	box-sizing: border-box;
	display: flex;
}

.product-h .pro-left .search input{
	border: none;
	outline: none;
	width: 100%;
	font-size: 14px;
}

.product-h .pro-left .search button{
	background: none;
	border: none;
}

.product-h .pro-left .search button img{
	width: 25px;
	height: 25px;
}

.product-h .pro-left li {
	width: 100%;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	text-align: left;
	padding: 0px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.product-h .pro-left li:hover {
	background: #e7e7e7;
}

.product-h .pro-left li a {
	color: #333;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.product-h .pro-left li:last-child {
	border-bottom: none;
}

.product-h .pro-right {
	width: 76%;
	height: auto;
	overflow: hidden;
	float: right;
}

.product-h .pro-right li {
	width: 23.5%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	cursor: pointer;
}

.product-h .pro-right li:nth-child(4n) {
	margin-right: 0px;
}

.product-h .pro-right li .img {
	width: 100%;
	/* 宽度可以是百分比，以便响应式 */
	aspect-ratio: 1 / 1;
	/* 宽高比为1:1，即正方形 */
	overflow: hidden;
	/* 防止内容溢出 */
	position: relative;
	/* 用于定位内部图片 */
}

.product-h .pro-right li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 确保图片保持其宽高比并填充容器 */
	position: absolute;
	/* 去除图片下方的空白间隙（可选） */
	top: 0;
	left: 0;
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

.product-h .pro-right li:hover img {
	transform: scale(1.1);
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

.product-h .pro-right li .tit {
	/* background-color: #eee; */
	font-size: 16px;
	padding: 10px;
	/* line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	cursor: pointer; */
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.product-h .pro-right li .tit h3{
	color: #327bb7;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product-h .pro-right li .tit p{
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product-h .pro-right li .tit span{
	color: #991b1b;
	font-size: 14px;
}



.product-h .pro-right li .tit a {
	color: #000;
}

.product-page .gengduo {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.product-page .gengduo a {
	width: 155px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	color: #999999;
	display: inline-block;
	margin: 50px 0px 30px 0px;
}

/****/
.common-inner {
    background: #fff;
    padding: 28px 0 48px;
    min-height: 500px;
}

.dH {
    overflow: hidden;
}

.warpper {
    width: 1200px;
    margin: 0 auto;
}

.common-inner .inner-left {
    float: left;
    width: 20%;
    background: #efefef;
}

.common-inner .inner-left .pro-sider {
    float: none;
}

.pro-sider {
    float: left;
    width: 100%;
    background: #fff;
}

.pro-sider .in-title {
    height: 55px;
    background: #009c3b;
    line-height: 1;
    overflow: hidden;
}

.pro-sider .in-title h3 {
    line-height: 55px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.pro-sider .pro-sider-ul {
    border-top: none;
    overflow: hidden;
    margin: 10px 0;
}

.pro-sider .pro-sider-ul .ul-li {
    height: 52px;
}

.pro-sider .pro-sider-ul .ul-li a {
    position: relative;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #797979;
    display: block;
    padding-left: 22px;
    background: url(../images/jt.png) no-repeat 5px center;
    padding-right: 10px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-sider .pro-sider-ul .ul-li a h2 {
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: inherit;
}

.pro-sider .pro-sider-ul .ul-li a div.icon {
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #ededed url(../images/sider-bg-02.png) no-repeat center;
    border-radius: 50%;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px;
	margin-right: 0;
}

.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #009c3b;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
  background: url(../images/jtt.png) no-repeat 5px center;
  text-decoration: none;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #009c3b url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}

.pro-sider .pro-sider-tel {
    overflow: hidden;
    min-height: 100px;
    padding-bottom: 20px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
    border-top: none;
    padding-left: 20px;
    /* background: url(../images/sider-tel.png) no-repeat 8px center #009c3b; */
	background:#009c3b;
	background-size: 30px 30px;
}

.pro-sider .pro-sider-tel span {
    display: block;
    margin: 30px 0 8px;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
}

.pro-sider .pro-sider-tel em {
    font-weight: bold;
    line-height: 22px;
}

.common-inner .inner-right {
    float: right;
    width: 76%;
    background: #fff;
    min-height: 800px;
    /* padding: 0 25px; */
}

.common-inner .inner-right .rig-title {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    height: 54px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.rig-title-over {
    float: left;
    line-height: 60px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-inner .inner-right .rig-title .search{
	max-width: 400px;
	float: right;
	height: auto;	
	display: flex;
	justify-content: center;
	align-items: center;
}

.common-inner .inner-right .rig-title .search .srk {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    padding: 0px 15px;
    box-sizing: border-box;
    display: flex;
}

.common-inner .inner-right .rig-title .search input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.common-inner .inner-right .rig-title .search button {
    background: none;
    border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.common-inner .inner-right .rig-title .search button img {
    width: 25px;
    height: 25px;
}

.common-inner .inner-right .rig-title .crumbs {
    overflow: hidden;
    margin-top: 6px;
    float: right;
    padding-left: 25px;
    height: 48px;
    line-height: 54px;
    background: url(../images/home-icon.png) no-repeat left center;
    color: #b2b2b2;
    font-size: 13px;
    font-weight: normal;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common-inner .inner-right .rig-title .crumbs a {
    color: #b2b2b2;
}

.common-inner .inner-right .de-product-list {
    margin-top: 26px;
}

.common-inner .inner-right .search-list, .common-inner .inner-right .de-product-list {
    min-height: 622px;
}

.common-inner .inner-right .search-list ul, .common-inner .inner-right .de-product-list ul {
    /* margin: 0 -8px; */
}

.common-inner .inner-right .search-list ul li, .common-inner .inner-right .de-product-list ul li {
    float: left;
    width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;	
	box-sizing: border-box;
}

.common-inner .inner-right .search-list ul li, .common-inner .inner-right .de-product-list ul li:nth-child(4n){
	margin-right: 0;
}

.common-inner .inner-right .search-list ul li a, .common-inner .inner-right .de-product-list ul li a {
    display: block;
}

.common-inner .inner-right .search-list ul li .img, .common-inner .inner-right .de-product-list ul li .img {
    text-align: center;
    vertical-align: middle;
    background: #fff;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
    /* height: 213px;
	line-height: 213px; */
	aspect-ratio: 1 / 1;
	position: relative;
}

.common-inner .inner-right .search-list ul li .img img, 
.common-inner .inner-right .de-product-list ul li .img img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.nypro_list .product_txt {
   /* padding: 10px; */
    text-align: center;
}

.common-inner .inner-right .search-list ul li a, .common-inner .inner-right .de-product-list ul li a {
    display: block;
}

.nypro_list .product_name a {
    color: #555;
    font-size: 16px;
}

.nypro_list .product_name {
	font-size: 16px;
	padding: 10px;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.nypro_list .product_name h3{
	color: #327bb7;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nypro_list .product_name p{
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nypro_list .product_name span{
	color: #991b1b;
	font-size: 12px;
}


/**分页**/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.on,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #009c3b;
  background: #009c3b;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
  text-decoration: none;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
  text-decoration: none;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}

/********产品详情页**********/
.prodect-Info{overflow: hidden;background: #fff;min-height: 500px;padding-bottom: 48px;}
.prodect-Info .info-main{overflow: hidden;background: #fff;}
.prodect-Info .info-main .info-preview{float: left;width: 40%;}
.prodect-Info .info-main .info-main-rig{float: right;width: 58%;overflow: hidden;}
.prodect-Info .info-main .info-main-rig .title{font-size: 20px;line-height: 1;padding-bottom: 15px;font-weight: bold;border-bottom: 1px solid #dedede;}
.prodect-Info .info-main .info-main-rig .contact{margin-top: 10px;}
.prodect-Info .info-main .info-main-rig .contact li{line-height: 1;font-size: 14px;padding: 12px;border-bottom: 1px dotted #e2e2e2;}
.prodect-Info .info-main .info-main-rig .contact li a{color: #333;}
.prodect-Info .info-main .info-main-rig .wechat{width: 100%;margin: 10px 0 0 0;}
.prodect-Info .info-main .info-main-rig .wechat .ewm{float: left;margin-right: 20px;}
.prodect-Info .info-main .info-main-rig .wechat .ewm .img{height: 160px;}
.prodect-Info .info-main .info-main-rig .wechat .ewm .img img{height: 100%;}
.prodect-Info .info-main .info-main-rig .wechat .ewm p{text-align: center;font-size: 14px;line-height: 1;margin-top: 10px;margin-bottom: 0;}
.prodect-Info .info-center{overflow: hidden;}
.prodect-Info .info-center .infoCenter-right{background: #fff;}
.prodect-Info .info-center .infoCenter-right .center-title{line-height: 50px;margin: 20px auto 0;background: #eee;}
.prodect-Info .info-center .infoCenter-right .center-title span{font-size: 22px;display: block;line-height: 50px;background: #009c3b;width: 160px;text-align: center;color: #fff;}
.prodect-Info .info-center .infoCenter-right .center-content{overflow: hidden;padding: 30px 0;}
.prodect-Info .info-center .infoCenter-right .center-content p{font-size: 18px;color: #595959;line-height: 40px;margin-bottom: 0;}
.prodect-Info .info-center .infoCenter-right .center-content img{max-width: 100%;}
.prodect-Info .info-center .infoCenter-right .center-content table{max-width: 100%;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab{font-family: '微软雅黑';width: 100%;border-collapse: collapse;table-layout: fixed;margin-bottom: 20px;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th{width: 50%;text-align: center;font-size: 15px;color: #262626;background: #f6f6f6;border: 1px solid #e6e6e6;line-height: 48px;font-weight: bold;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td{line-height: 45px;color: #595959;font-size: 15px;text-align: center;border: 1px solid #e6e6e6;}

#MagnifierWrap2{position: relative;width: 100%;}
.MagnifierMain{height: 405px;border: 1px solid #e6e6e6;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.MagnifierMain img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.MagnifierDrag{position: absolute;top: 0;left: 0;background-color: #ccc;opacity: 0.4;filter: alpha(opacity=40);cursor: move;}
.MagnifierPop{position: absolute;top: 0;overflow: hidden;background: #fff;}
.MagnifierImg{position: absolute;top: 0;left: 0;}
.spec-items{display: block;position: relative;width: 360px;height: 89px;overflow: hidden;margin: 0 auto;margin-left: 20px;}
.spec-items ul{width: 500%;position: absolute;top: 20px;left: 0;}
.spec-items ul *{-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.spec-items li{width: 64px;height: 64px;line-height: 64px;text-align: center;float: left;overflow: hidden;margin-right: 5px;border: 2px solid #fff;font-size: 0;cursor: pointer;}
.spec-items li.on{border: 2px solid #009c3b;}
.spec-items li img{display: inline-block;max-height: 100%;max-width: 100%;vertical-align: middle;}
span.spe_leftBtn,
span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 69px;line-height: 69px;text-align: center;font-size: 21px;font-weight: bold;color: #ddd;cursor: default;background-color: #f9f9f9;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
span.on{background-color: #f9f9f9;color: #0058b1;cursor: pointer;}
span.spe_leftBtn{left: 0;background: url(../images/p-detail-left.png) no-repeat center;}
span.spe_leftBtn.on{background: url(../images/p-detail-left-active.png) no-repeat center;}
span.spe_rightBtn{right: 0;background: url(../images/p-detail-right.png) no-repeat center;}
span.spe_rightBtn.on{background: url(../images/p-detail-right-active.png) no-repeat center;}


/*****/
@media screen and (max-width: 1366px) {
	
}

@media screen and (max-width: 1280px) {
	.warpper{
		width: 96%;
	}
}

@media screen and (max-width: 1024px) {
	.warpper{
		width: 96%;
	}
}

@media screen and (max-width: 800px) {
	.warpper{
		width: 96%;
	}
	/**首页**/
	.product-h{
		width: 96%;
	}
	
	.product-h .pro-left{
		width: 100%;
	}
	
	.product-h .pro-left li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		float: left;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		/* font-size: 16px; */
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.product-h .pro-left li:nth-child(3n){
		margin-right: 0px;
	}
	
	.product-h .pro-left li a{
		font-size: 12px;
		font-weight: 400;
	}
	
	
	.product-h .pro-right{
		width: 100%;
	}
	
	.product-h .pro-right li{
		width: 32%;
	}
	
	.product-h .pro-right li:nth-child(3n){
		margin-right: 0px;
	}
	
	.product-h .pro-right li:nth-child(4n){
		margin-right: 2%;
	}
	
	.product-h .pro-right li:nth-child(12){
		margin-right: 0px;
	}
	
	.product-h .pro-right li .tit h3{
		font-size: 16px;
	}
	
	.product-h .pro-right li .tit p{
		font-size: 12px;
	}
	
	.product-h .pro-right li .tit span{
		font-size: 12px;
	}
	
	/**列表**/
	.common-inner .inner-left{
		width: 100%;
	}
	
	.common-inner .inner-right{
		width: 100%;
	}
	
	.pro-sider .pro-sider-ul .ul-li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		float: left;
		height: 35px;
	}
	
	.pro-sider .pro-sider-ul .ul-li:nth-child(3n){
		margin-right: 0px;
	}
	
	.pro-sider .pro-sider-ul .ul-li a{
		height: 35px;
		line-height: 35px;
	}
	.pro-sider .pro-sider-ul .ul-li a.on{
		background: url(../images/jt.png) no-repeat #009c3b 5px center;
		color: #fff;
	}
	
	.common-inner .inner-right .search-list ul li, .common-inner .inner-right .de-product-list ul li{
		width: 32%;
	}
	
	.common-inner .inner-right .search-list ul li, .common-inner .inner-right .de-product-list ul li:nth-child(3n){
		margin-right: 0px;
	}
	
	.common-inner .inner-right .search-list ul li, .common-inner .inner-right .de-product-list ul li:nth-child(4n){
		margin-right: 2%;
	}
	
	.common-inner .inner-right .search-list ul li, .common-inner .inner-right .de-product-list ul li:nth-child(12){
		margin-right: 0px;
	}
		
	.pro-sider .pro-sider-tel{
		display: none;
	}
	.common-inner .inner-right .rig-title{
		/* display: none; */
		height: auto;
		border-bottom: 0px;
	}
	
	.common-inner .inner-right .rig-title .search{
		float: left;
		width: 100%;
		max-width: 100%;
		display: initial;
	}
	.nypro_list .product_name{
		padding: 5px;
		width: 100%;
		overflow: hidden;
	}
	.nypro_list .product_name h3{
		font-size: 16px;
	}
	
	.rig-title-over{
		font-size: 14px;
	}
	
	.pro-sider .pro-sider-ul .ul-li a div.icon{
		display: none;
	}
	
	/**详情**/
	.prodect-Info .info-main .info-preview{
		width: 100%;
	}
	
	.prodect-Info .info-main .info-main-rig{
		width: 100%;
		margin-top: 20px;
	}
	
	.prodect-Info .info-main .info-main-rig .title{
		padding-left: 12px;
	}
	
	.spec-items{
		width: 100%;
	}
	
	.contact-section{
		padding: 2em 0;
	}
	
	.address {
	    width: 100%;
	    height: 145px;
	    margin: 0 auto;
	}
	
	.address .a {
	    width: 100%;
	    float: left;
	    margin-left: 0px;
	}
	
	.address .b {
	    width: 100%;
	    float: left;
	}
	
	.address h5 {
	    font-size: 1.15em;
	}
	
	.address p {
	    font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.warpper{
		width: 96%;
	}
	.pro-sider .pro-sider-ul .ul-li a h2{
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.warpper{
		width: 96%;
	}
	.pro-sider .pro-sider-ul .ul-li a h2{
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.warpper{
		width: 96%;
	}
	.pro-sider .pro-sider-ul .ul-li a h2{
		font-size: 12px;
	}
}