/* header_top start */
.header_top{
	height: 31px;
	font-size: 13px;
}
.header_top_left{
	float: left;
	line-height: 31px;
}
.header_top_left span{
	float: left;
	margin-right: 5px;
}
.header_top_left span a{
	color: var(--grey60);
	color: #606060\0;
}
.header_top_left a{
	margin-left: 7px;
	float: left;
	color: var(--blue);
	color: #0196fa\0;
}
.header_top_right{
	float: right;
	line-height: 11px;
	padding: 11px 0px 9px;
}
.header_top_right span a{
	color: var(--grey60);
	color: #606060\0;
}
.header_top_right span:before{
	content:'|';
	color: #dedede;
	margin: 0px 12px 0px 10px;
}
.header_top_right span:first-of-type:before{
	content:'';
	margin: 0px;
}
/* header_top end */

/* header_main start*/
.header_main{
	/* height: 105px; */
	background: var(--white);
	background: #FFFFFF\0;
}
.header_main .zwd_content{
	overflow: hidden;
}
.header_main_left{
	width: calc(100% - 400px);
	padding: 25px 24px 23px 0;
	float: left;
	/* display: table; */
}
.header_main_left a{
	display: table-cell;
	/* float: left;
	line-height: 57px; */
}
.header_main_left a img{
	max-height: 57px;
	/* float: left;
	width: 152px; */
	margin-right: 30px;
}
.header_main_left p{
	/* width: calc(100% - 152px - 48px); */
	/* float: left; */
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.header_main_left p .bztext {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	padding: 6px 10px;
	color: white;
	line-height: 12px;
	border-radius: 4px;
	position: relative;
	top: -5px;
}
.header_main_left p .bztext.ckshang{
	background-color: #ff9000;
}
.header_main_left p .bztext.fztong{
	background-color: #d007a0;
}
.header_main_center{
	width: 385px;
	float: right;
	padding: 34px 0px 33px;
}

.header_main_center_main{
	width: 100%;
}
.header_main_serch{
	width: 279px;
	height: 38px;
	border: 2px solid #007de4;
	box-sizing: border-box;
	float: left;
	line-height: 34px;
	font-size: 15px;
	padding-left: 38px;
	background-image: url("../img/search_icon.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 10px center;
}
.header_main_button{
	outline: none;
	background: #007de4;
	color: var(--white);
	color: #FFFFFF\0;
	font-size: 17px;
	width: 102px;
	height: 38px;
	border: 0px;
	cursor: pointer;
}

/* header_main end*/

.header_nav_box{
	background-color: var(--blue);
	background-color: #0196fa\0;
}
.header_nav{
	/* padding-left: 220px; */
	height: 40px;
	position: relative;
	/* background-color: var(--blue);
	background-color: #0196fa\0; */
}
.header_nav a{
	color: var(--white);
	color: #FFFFFF\0;
	font-size: 16px;
	margin: 0px 15px;
	padding: 0px 10px;
	float: left;
	line-height: 40px;
}
.header_nav a:hover{
	color: var(--white);
	color: #FFFFFF\0;
}

.header_nav a:last-of-type{
	float: right;
	padding-left: 30px;
	background-image: url(../img/icon-el-gy-telphone.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	max-width: 240px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 旺铺banner begin*/
.wangpu_banner_box{
	margin-top: 10px;
}
.wangpu_banner{
	width: 100%;
	max-height: 362px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

/* 旺铺banner end*/
.wangpu_box{
	margin-top: 20px;
	overflow: hidden;
}
.wangpu_box_left{
	width: 240px;
	overflow: hidden;
	float: left;
}
.wangpu_box_item{
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 11px;
	border-radius: 5px;
}
.wangpu_box_title{
	font-size: 20px;
	color: #FFFFFF;
	background: #0196fa;
	line-height: 50px;
	font-weight: bold;
	padding: 0px 16px;
}
.wangpu_box_list{
	overflow: hidden;
	padding: 8px 16px;
}
.wangpu_box_a{
	color:#6d6d6d;
	font-size: 15px;
	border-top: 2px solid #f5f5f5;
	display: block;
	line-height: 34px;
}
.wangpu_box_a:before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-width: 7px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #0196fa;
	float: left;
	margin-top: 12px;
	margin-right: 4px;
}
.wangpu_box_a:first-of-type{
	border-top: 0px;
}
.wangpu_box_p{
	color: #535353;
	width: 100%;
	line-height: 30px;
	float: left;
	font-size: 15px;
	margin-top: 12px;
}
.wangpu_box_p span:nth-of-type(1){
	width: 46px;
	float: left;
	text-align-last: justify;
	-moz-text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	display: block;
}
.wangpu_box_p span:nth-of-type(2){
	float: right;
	width: calc(100% - 62px);
	display: block;
	word-break: break-all;
	font-size: 13px;
}
.wangpu_box_right{
	float: right;
	width: 940px;
	overflow: hidden;
	background: #FFFFFF;
}
.wangpu_box_right_item{
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}
.wangpu_box_right_item_top{
	padding: 0px 24px;
	border-bottom: 2px solid #f4f4f4;
	overflow: hidden;
}
.wangpu_box_right_title{
	font-size: 20px;
	color: #3a3a3a;
	font-weight: bold;
	line-height: 60px;
	float: left;
}
.wangpu_box_right_title:before{
	content: "";
	float: left;
	width: 8px;
	height: 19px;
	border-radius: 20px;
	background: #0196fa;
	margin: 21px 9px 0px 0px;
}
.wangpu_box_right_item_bottom{
	padding: 0px 24px;
}
.wangpu_box_right_more{
	font-size: 14px;
	line-height: 49px;
	color: #888888;
	float: right;
	transition: 0.3s;
}
.wangpu_box_right_more_two{
	font-size: 14px;
	line-height: 49px;
	color: #FFFFFF;
	float: right;
	font-weight: 400;
}
.wangpu_box_right_more:hover{
	color: #0196fa;
}


/* 以下为单独的样式 */
.wangpu_box_right_main.recommend{
	padding: 8px 0px 20px;
	overflow: hidden;
}
.wangpu_box_right_main.fenlei{
	padding: 8px 0px 20px;
	overflow: hidden;
}
.recommend a{
	width: 118px;
	height: 118px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 12px 11px 0px 0px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	transition: 0.3s;
	/* padding: 1px; */
	/* position: relative; */
}
.recommend a:after{
	content: attr(data-name);
	line-height: 39px;
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 0px 10px;
	box-sizing: border-box;
}
.recommend a:nth-child(4n){
	margin-right: 0px;
}
.recommend a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border: 1px solid #f2f2f2; */
}
.fenlei a{
	float: left;
	margin: 0px 12px;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
/* .recommend a:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: red;
	display: block;
	width: 0px;
	height: 1px;
	background: red;
	transition: 0.3s;
	top: 0px;
	box-shadow: 0px 118px 0px 0px red;
	z-index: 2;
}
.recommend a:hover:before{
	width: 100%;
} */
.recommend a:hover{
	border-color: #0196fa;
}
.recommend a:hover:after{
	color: #0196fa;
	border-color: #0196fa;
}
.fenlei a:hover{
	color: #0196fa;
}
/* .recommend a:nth-of-type(7n){
	margin-right: 0px;
} */

.wangpu_box_right_main.company{
	padding: 22px 0px 25px;
	overflow: hidden;
}
.company{
	font-size: 15px;
	color: #343434;
	line-height: 26px;
	text-indent: 2em;
	padding-bottom: 26px;
}
.company p{
	padding-bottom: 26px;
}
.company img{
	max-width: 100%;
	display: block;
}
.wangpu_box_right_main.supply{
	padding: 14px 0px 25px;
	overflow: hidden;
}
.supply a{
	float: left;
	width: 161px;
	height: 195px;
	overflow: hidden;
	margin: 10px 18px 0px 0px;
}
.supply a:after{
	content: attr(text_title);
	display: block;
	height: 34px;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 10px;
	text-align: center;
	color: #5c5c5c;
	transition: 0.3s;
}
.supply a:nth-of-type(5n){
	margin-right: 0px;
}
.supply a:hover:after{
	color: #0196fa;
}
.supply a div{
	width: 161px;
	height: 161px;
	padding: 7px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	transition: 0.3s;
}
.supply a:hover div{
	border-color: #0196fa;
}
.supply a div img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.chanpininfo_bottom_box{
	margin-top: 20px;
	overflow: hidden;
}

/* buy */
.new_supply_center_table{
	width: 100%;
	height: auto;
	margin-top: 7px;
	float: left;
}
.new_supply_center_table.active{
	display: block;
}
.new_supply_center_table_th{
	background-color: #f5f7fa;
	width: 100%;
	height: 37px;
}
.new_supply_center_table_th .new_supply_center_table_td{
	float: left;
	line-height: 37px;
	color: var(--grey60);
	color: #606060\0;
	font-weight: bold;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.new_supply_center_table_th .new_supply_center_table_td:nth-of-type(1){
	padding-left: 19px;
	width: 30%;
}
.new_supply_center_table_th .new_supply_center_table_td:nth-of-type(2){
	width: 20%;
}
.new_supply_center_table_th .new_supply_center_table_td:nth-of-type(3){
	width: 20%;
}
.new_supply_center_table_th .new_supply_center_table_td:nth-of-type(4){
	width: 15%;
}
.new_supply_center_table_th .new_supply_center_table_td:nth-of-type(5){
	width: 15%;
}

.new_supply_center_table_tbody{
	width: 100%;
	/* height: 264px; */
	overflow: hidden;
	position: relative;
}
.new_supply_center_table_tbody .swiper-slide{
	width: 100%;
	height: 44px;
	border-top: 1px solid #ebeef5;
	box-sizing: border-box;
}
.new_supply_center_table_tbody .new_supply_center_table_td{
	float: left;
	line-height: 43px;
	color: var(--grey60);
	color: #606060\0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
	height: 100%;
}
.new_supply_center_table_tbody .new_supply_center_table_td:nth-of-type(1){
	padding-left: 19px;
	width: 30%;
}
.new_supply_center_table_tbody .new_supply_center_table_td:nth-of-type(2){
	width: 20%;
}
.new_supply_center_table_tbody .new_supply_center_table_td:nth-of-type(3){
	width: 20%;
}
.new_supply_center_table_tbody .new_supply_center_table_td:nth-of-type(4){
	width: 15%;
}
.new_supply_center_table_tbody .new_supply_center_table_td:nth-of-type(5){
	width: 15%;
}
.new_supply_center_table_tr{
	padding: 3px 0px;
	overflow: hidden;
	border-bottom: 1px solid #f5f7fa;
}
.new_supply_center_table_td a{
	color: #333333;
}



















