@charset "utf-8";
.jz_web_row_line{
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
}
.jz_web_row{
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../img/zpbg1.png);*/
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	padding: 7.265877287405813vw 0 3.9289558665231437vw 0;
}
.jz_web_row_center{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: relative;
}
.module_wraps{
	width: 100%;
	min-height: 30px;
	margin-top: 3%;
	font-size: 30px;
	color: #444;
	text-align: center;
}
.module_image_content{
	display: flex;
	height: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	justify-content: center;
}
.module_image_content img {
	transition: transform .36s ease,opacity .36s ease;
    height: auto;
    max-height: 100%;
    vertical-align: baseline;
    vertical-align: initial;
}
.module_text_content{
	width: 100%;
	min-height: 30px;
	text-align: center;
	font-size: 16px;
	color: rgb(179, 179, 179);
	margin-top: 0.8073196986006458vw;
	margin-bottom: 1vw;
}
.product_List{
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../img/zpbg2.jpg);*/
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	padding: 0 12.016718913270637%;	
}
.list_row{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.row_item{
	width: 32.5%;
}
.module_image{
	height: auto;
	font-size: 0;
	position: relative;
	overflow: hidden;
	text-align: center;		
	margin-bottom: 20px;	
}
.module_image img{
	transition: transform .36s ease,opacity .36s ease;
	width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: initial;
}
.product_bot{
	width: 100%;
	height: auto;
    padding: 4.144241119483316vw 0 9.903121636167922vw 0;
	background-image: url(../img/btbg.jpg);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.bot_center{
	display: flex;
	width: 100%;
	height: 45px;
	min-height: 30px;
	justify-content: center;
}
.module_button_style{
	width: 150px;
	min-width: 30px;
	border-radius: 0px;
	border: 1px solid #d2d2d2;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #fb3737;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	transition: all .3s;
	transform-style: preserve-3d;
	justify-content: center;
}
.module_button_style .after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: -8px;
}
.module_button_style:hover {
    border-color: #fb3737;
    color: #fff;
}



.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.pager {
	max-width: 800px;
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
}

.pager a {
	cursor: pointer;
}

.pager a,
.pager span {
	/* 按钮内数字 */
	width: 45px;
	height: 40px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 40px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 2px;
	border-radius: 6px;
}
.pager a:hover,
.pager span:hover {
	border-color: #3897cd;
	color: #3897cd;
	position: relative;
	z-index: 1;
}

.pager span.current {
	background-color: #222A35;
	color: #fff;
	border-color: #EBEBEB;
	position: relative;
	z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
	background: white url(../images/page_bg.jpg)  8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
	background: white url(../images/page_bg_hover.jpg)  8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
	background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
	background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
	background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
	border-color: #eeeeee;
}

.pager span.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 800px;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}
