/* =====================产品中心样式======================== */
.pro_bg {
	background: #f3f5f7;
}

.sidebox {
	/* background-color: #f6f6f7; */
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.bot_con table {
	background-color: #fff;
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* .bot_con table tr:first-child {
  background-color: #508cc9;
}
.bot_con table tr:first-child td {
  padding: 10px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.bot_con table tr:first-child td p {
  color: #fff;
} */
.bot_con table td {
	padding: 12px 8px !important;
	font-size: 14px !important;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #bbb !important;
}

/* 产品列表 */
.productlist_con,
.product_con {
	padding: 40px 0 60px;
}

.productlist_con .fl,
.product_con .fl {
	width: 25%;
}

/* 侧栏搜索 */
.sidebox .search-form input[type='text'] {
	height: 40px;
	padding-left: 20px;
	background-color: #fff;
	width: calc(100% - 50px);
	/* border: 0; */
	border: 1px solid #f3f5f7;
}

.sidebox .search-form .search-submit {
	width: 50px;
	height: 40px;
	display: inline-block;
	color: white;
	font-size: 24px;
	/*  background-image: url(../images/ico_search.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom; */
	background-color: #339966;
	border: 0;
}

/* 侧栏导航 */
.pro_nav_view {
	/* background-color: #f6f6f7; */
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	margin-bottom: 20px;
}

.pro_nav_view .tit {
	position: relative;
	height: 90px;
	line-height: 90px;
	padding: 0 20px;
	background: #339966 url(../images/pro_tit_bg.png) no-repeat center;
	background-position: center 10%;
}

.pro_nav_view .tit h3 {
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
}

.pro_nav_view .tit span {
	height: 38px;
	width: 50px;
	text-align: center;
	z-index: 1;
	line-height: 38px;
}

.pro_nav_view ul {
	padding: 20px 20px 15px;
}

.pro_nav_view ul li {
	margin-bottom: 10px;
}

.pro_nav_view ul li:last-child {
	margin-bottom: 0;
}

.pro_nav_view ul li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #242424;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid rgba(36, 36, 36, 0.3);
	padding: 16px 35px 12px 0;
	text-transform: capitalize;
	z-index: 1;
}

.pro_nav_view ul li:hover>a,
.pro_nav_view ul li.active>a {
	color: #339966;
}

.pro_nav_view ul li a i {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.pro_nav_view ul li a i::before {
	content: "\f067";
}

.pro_nav_view ul li.active a i::before {
	content: "\f068";
}

.pro_nav_view ul>li>ul {
	display: none;
	padding-right: 0;
}

.pro_nav_view ul>li>ul>li>a {
	font-size: 16px;
}

/* 侧栏产品 */
.sidebox h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 700;
}

.sidebox .side_pro {}

.sidebox .side_pro li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.sidebox .side_pro li:nth-child(2n) {
	margin-right: 0;
}

.sidebox .side_pro li:last-child {
	margin-bottom: 0;
}

.sidebox .side_pro li a {
	display: block;
}

.sidebox .side_pro li .pic {}

.sidebox .side_pro li .pic img {}

.sidebox .side_pro li p {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	display: block;
	color: #333;
	margin: 7px;
}

/* 右侧列表 */
.productlist_con .fr,
.product_con .fr {
	width: 72%;
}

.md-trigger {
	display: block;
	height: 90px;
}

.md-trigger img {
	display: inline-block;
}

.productlist_con .fr ul {
	overflow: hidden;
}

.productlist_con .fr>ul>li {
	float: left;
	/* 	width: 32%;
	margin-right: 2%; */
	width: 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 30px;
	/* border: 1px solid #f6f6f6; */
}

.productlist_con .fr>ul>li:nth-child(4n) {
	margin-right: 0;
}

.productlist_con .fr>ul>li a {
	display: block;
}

.com-page {
	padding-top: 0.4rem;
}

.com-page a,
.com-page span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	color: #4d5a66;
	border: 1px solid #d1d1d1;
	margin: 0 5px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.com-page a.page-num-current,
.com-page a:hover {
	background-color: #339966;
	border-color: #339966;
	color: white;
}

.com-page a i {
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}

.productlist_con .fr>ul>li .pic {}

.productlist_con .fr>ul>li .pic img {
	background: #fff;
}

.productlist_con .fr>ul>li .info {
	padding: 20px;
	background-color: #0000000f;
	/* background-color: #f6f6f6; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.productlist_con .fr>ul>li:hover .info {
	background-color: #339966;
}

.productlist_con .fr>ul>li .info h4 {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #45494c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.productlist_con .fr>ul>li .info h4 span {
	color: #339966 !important;
}

.productlist_con .fr>ul>li .info p {
	font-size: 14px;
	line-height: 20px;
	/* height: 40px; */
	color: #909599;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.productlist_con .fr>ul>li:hover .info h4 {
	color: white;
}

.productlist_con .fr>ul>li:hover .info p {
	color: rgb(255, 255, 255, 0.7);
}

/* 产品详情 */
.product_con_view {}

.product_con_view .top {}

.product_con_view .top .fl {
	width: 48%;
}

.product_con_view .product_det_pic {}

.product_con_view .product_det_pic ul {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.product_con_view .product_det_pic ul li {}

.product_con_view .product_det_pic img {
	background: white;
}

.product_con_view .product_det_ico {
	overflow: hidden;
	margin-top: 20px;
}

.product_con_view .product_det_ico ul {}

.product_con_view .product_det_ico ul li {
	border: 1px solid #d7d9db;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product_con_view .product_det_ico ul li.swiper-slide-thumb-active {
	border-color: #339966;
}

.product_con_view .product_det_ico ul li .pic {
	overflow: hidden;
}

.product_con_view .product_det_ico img {}

.product_con_view .product_det_ico .swiper-button-prev {}

.product_con_view .product_det_ico .swiper-button-next {}

.product_con_view .top .fr {
	width: 48%;
}

.product_con_view .fr h3 {
	font-weight: 700;
	color: #242e33;
	font-size: 36px;
	line-height: 1.3;
	padding-bottom: 20px;
	margin: 0px 0px 20px;
	border-bottom: 1px solid #d7d9db;
}

.product_con_view .fr .des {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.product_con_view .fr .inquiry {
	margin-top: 30px;
}

.product_con_view .fr .inquiry a {
	display: inline-block;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	min-width: 150px;
	background-color: #339966;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right: 10px;
}

.product_con_view .fr .inquiry a:first-child {
	background-color: #339966;
}

.product_con_view .fr .keyword_box {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #d7d9db;
}

.product_con_view .fr .keyword_box a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	padding: 10px 30px;
	margin-right: 10px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
	border-radius: 50px;
}

.product_con_view .bot {
	margin-top: 50px;
	background: #fff;
	border-radius: 10px;
	padding: 30px 40px;
}

.product_con_view .bot .bot_nav {
	border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
}

.product_con_view .bot .bot_nav li {
	float: left;
	position: relative;
	font-size: 24px;
	line-height: 60px;
	color: #242e33;
	margin-right: 50px;
	padding-right: 5px;
	cursor: pointer;
}

.product_con_view .bot .bot_nav li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #339966;
	height: 2px;
	opacity: 0;
}

.product_con_view .bot .bot_nav li.active {
	color: #339966;
}

.product_con_view .bot .bot_nav li.active:after {
	opacity: 1;
}

.product_con_view .bot .bot_con {
	margin-top: 50px;
}

.product_con_view .bot .bot_con>li {
	display: none;
	color: #5d6e75;
	font-size: 16px;
	line-height: 1.8;
}

.product_con_view .bot .bot_con>li.show {
	display: block;
}

.product_con_view .remen {
	margin-top: 60px;
}

.product_con_view .remen .tit {
	color: #404040;
	font-size: 32px;
	line-height: 1.6;
	text-align: center;
	margin: 0px 0px 50px;
}

.product_con_view .remen ul {}

.product_con_view .remen ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.product_con_view .remen ul li:nth-child(3n) {
	margin-right: 0;
}

.product_con_view .remen ul li a {
	display: block;
}

.product_con_view .remen ul li .pic {
	border-radius: 8px;
}

.product_con_view .remen ul li img {}

.product_con_view .remen ul li p {
	display: block;
	padding: 20px 2%;
	color: #242e33;
	font-size: 20px;
	line-height: 1.6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product_con_view .remen ul li:hover p {
	color: #339966;
}

.com_form {
	margin-top: 60px;
}

.com_form h3 {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 1;
	color: white;
	font-weight: 700;
	background-color: #339966;
	padding: 20px 30px;
	margin-bottom: 25px;
}

.com_form form {
	width: 98%;
	margin: 0 1%;
}

.com_form ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-left: 3px solid #339966;
}

.com_form ul li input {
	line-height: 48px;
	height: 48px;
	padding-left: 24px;
	width: 100%;
	font-size: 16px;
}

.com_form ul li i {
	position: absolute;
	top: 0;
	line-height: 60px;
	right: 15px;
	color: #339966;
	font-style: normal;
}

.com_form ul li textarea {
	width: 100%;
	height: 200px;
	padding: 20px 28px;
	border: none;
	font-size: 16px;
}

.com_form ul li:nth-child(2n) {
	margin-right: 0;
}

.com_form ul li.li {
	width: 100%;
	margin-right: 0;
}

.sortnav {
	position: relative;
	top: -35px;
}

.sortnav ul {
	box-shadow: 0 10px 25px -4px rgb(183, 27, 44, 0.18);
}

.sortnav ul li {
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.sortnav ul li a {
	display: block;
	position: relative;
	height: 100%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #2e2d3c;
	font-size: 18px;
	/* font-weight: 700; */
}

.sortnav ul li a::after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 30%;
	background: #ccc;
	right: 0;
	top: 35%;
}

.sortnav ul li:last-child a::after {
	display: none;
}

.sortnav ul li.active a,
.sortnav ul li:hover a {
	color: white;
	background-color: #339966;
}

.bot_con .show p img {
	width: 100%;
}

.com_form ul li .btn {
	width: 100%;
	background: #339966;
	/* line-height: 0.6rem; */
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.com_form ul li .btn:hover {
	background-color: #339966;
}

@media all and (max-width: 1500px) {
	.productlist_con .fr>ul>li:nth-child(4n) {
		margin-right: calc(4% / 3);
	}

	.productlist_con .fr>ul>li:nth-child(4n) {
		margin-right: 0;
	}

	.productlist_con .fr>ul>li {
		float: left;
		width: 24%;
		margin-right: calc(4% / 3);
		margin-bottom: 30px;
		/* border: 1px solid #f6f6f6; */
	}
}

@media all and (max-width: 1000px) {
	.product_con_view .top .fl {
		width: 100%;
	}

	.product_con_view .top .fl,
	.product_con_view .top .fr {
		width: 100%;
	}

	.product_con_view .fr h3 {
		padding: 20px 0;
		font-size: 18px;
	}

	.pro_nav_view {
		display: none;
	}

	.productlist_con .fr>ul>li {
		float: left;
		width: 48%;
		margin-right: calc(5% / 3);
		margin-bottom: 30px;
	}

	.productlist_con .fr>ul>li:nth-child(3n) {
		margin-right: calc(5% / 3);
	}

	.productlist_con .fr>ul>li:nth-child(2n) {
		margin-right: 0;
	}

	.productlist_con .fl,
	.product_con .fl {
		width: 100%;
	}

	.productlist_con .fr,
	.product_con .fr {
		width: 100%;
	}

	.sidebox {
		display: none;
	}

	.com_form ul li .btn {
		padding-left: 0;
	}
}

@media all and (max-width: 568px) {
	.productlist_con .fr>ul>li {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 1000px) {}

.pronav_con .pronavfr {
	width: 100%;
}

.pronav_con .fr>ul>li {
	float: left;
	width: 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 30px;
	/* border: 1px solid #f6f6f6; */
}

.pronav_con .fr>ul h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: #339966;
	display: block;
}

.pronav_con .fr>ul>li:nth-child(4n) {
	margin-right: 0;
}

.pronav_con .fr>ul>li:nth-child(3n) {
	margin-right: calc(4% / 3);
}

/*产品列表*/
#ny_pro_list {
	display: block;
	overflow: hidden;
	padding: 50px 0;
	background-color: #f9f9f9;
}

#ny_pro_list dl {
	display: block;
	overflow: hidden;
}

#ny_pro_list dl dd {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

#ny_pro_list dl dt {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

#ny_pro_list dl dt a {
	display: block;
	overflow: hidden;
}

#ny_pro_list dl dt a span {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: #339966;
	display: block;
}

#ny_pro_list dl dt a em {
	font-size: 16px;
	display: block;
	color: #666666;
	line-height: 2;
	display: block;
}

#ny_pro_list dl dd .box {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

#ny_pro_list dl dd .box:nth-child(even) {
	padding-right: 0px;
}

#ny_pro_list dl dd .box:nth-child(odd) {
	padding-left: 0px;
}

#ny_pro_list dl dd .box a {
	display: flex;
}

#ny_pro_list dl dd .box a .box_l {
	flex: 0.55;
	position: relative;
}

#ny_pro_list dl dd .box a .box_l p {
	position: absolute;
	writing-mode: vertical-lr;
	/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;
	/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background-color: #339966;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.02em;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all 0.3s ease-out;
	letter-spacing: 2px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_l img {
	max-width: 100%;
	display: block;
	border: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r {
	flex: 0.45;
	background: #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r .box_flex {
	display: flex;
	width: 100%;
	height: 100%;
}

.nypro-ul {
	overflow: hidden;
	margin: 0 -20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.nypro-ul li {
	margin-bottom: 35px;
	width: 25%;
	padding: 0 20px;
	float: left;
}

.nypro-ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-bottom: 30px;
}

.nypro-ul li a .nypro-img {
	padding: 20px;
	display: block;
}

.nypro-ul li a .nypro-img img {
	max-width: 100%;
	display: block;
	border: 1px solid #ddd;
	/* padding: 40px 0; */
}

.nypro-ul li a p {
	line-height: 40px;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nypro-ul li a:hover p {
	color: #339966;
}

#ny_pro_list .font {
	padding: 0 20px;
}

#ny_pro_list .font .tit {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	color: #454545;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ny_pro_list .font p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: block;
	margin-bottom: 30px;
}

#ny_pro_list .font .but {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	height: 40px;
	position: relative;
}

#ny_pro_list .font .but strong {
	font-size: 16px;
	color: #666;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

#ny_pro_list .font .but i {
	display: block;
	height: 14px;
	overflow: hidden;
	position: relative;
	margin-left: 14px;
	z-index: 2;
}

#ny_pro_list .font .but i img {
	float: left;
	height: 100%;
}

#ny_pro_list .font .but i img:nth-child(2n) {
	display: none;
}

#ny_pro_list .font .but::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	z-index: 1;
	background-color: #33b7b588;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_pro_list li:hover .img img {
	transform: scale(1.04);
}

#ny_pro_list li:hover .font .tit {
	color: #339966;
	border-color: #339966;
}

#ny_pro_list li:hover .font .but strong {
	color: #fff;
}

#ny_pro_list li:hover .font .but i img:nth-child(1) {
	display: none;
}

#ny_pro_list li:hover .font .but i img:nth-child(2) {
	display: block;
}

#ny_pro_list li:hover .font .but::before {
	width: 100%;
	background-color: #339966;
}

#ny_pro_list .font .showproductli_info {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 24px;
	display: block;
	margin: 15px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#ny_pro_list .font .showproductli_info .canshu {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.pbc-main .item-hd-list .hd-title {
		display: block;
	}

	.message .lr {
		height: auto;
	}

	.message {
		flex-wrap: wrap;
	}

	.contactus-main .msg-feedback .msg-form form .topinput input {
		margin: 8px 0;
	}

	.message .en {
		font-size: 18px;
	}

	.message ul li .txt {
		display: inline-block;
		font-size: 13px;
	}

	.message .lf {
		height: auto;
	}

	.message .cpnm {
		font-size: 22px;

		margin-bottom: 15px;
	}

	.contactus-main .msg-feedback .msg-form form .centertextarea textarea {
		width: 100%;
		height: 120px;
		padding: 15px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.contactus-main .msg-feedback .msg-form form .submitbtn {
		margin: 10px 0;
	}

	.message .lf {
		width: 100%;
	}

	.message .lr {
		width: 100%;
	}

	.message ul {
		margin-top: 40px;
	}

	.nypro-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	#ny_pro_list {
		padding: 30px 0;
	}

	#ny_pro_list dl dt a span {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.nypro-ul li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#ny_pro_list dl dt a span {
		font-size: 24px;
	}

	#ny_pro_list dl dt a em {
		font-size: 14px;
	}

	#ny_pro_list .font .tit {
		font-size: 17px;
	}

	#ny_pro_list .font .showproductli_info {
		margin: 10px 0;
	}
}

@media (max-width: 500px) {
	.nypro-ul li {
		width: 100%;
	}

	#ny_pro_list .font .but strong {
		font-size: 14px;
	}

	#ny_pro_list {
		padding: 20px 0;
	}
}

.com-page {
	padding-top: 0.4rem;
}

.com-page a,
.com-page span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	color: #4d5a66;
	border: 1px solid #d1d1d1;
	margin: 0 5px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.com-page .current {
	background-color: #d91717;
	color: #fff;
}

.com-page a.page-num-current,
.com-page a:hover {
	background-color: #d91717;
	border-color: #d91717;
	color: #fff;
}

.com-page a i {
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}

.digg .pagination {
	margin: 0;
	margin: 40px 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
}

.page-num,
.next a,
.prev a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	color: #4d5a66;
	border: 1px solid #d1d1d1;
	margin: 0 5px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-num-current {
	background: #339966;
	border-color: #339966;
	color: #fff;
}

.pagination a:hover {
	background: #339966;
	border-color: #339966;
	color: #fff;
}