@charset "utf-8";
/* CSS Document */

/*common style*/
html,body,div,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
}

.product_list_img {
	max-width: 219px;
	max-height: 219px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	/*     height: 100%; */
}

.product_list_name {
	font-size: 12px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

form,select,input,img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

input,img {
	vertical-align: middle;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
	cursor: pointer;
	outline: none;
	blr: expression(this.onFocus = this.blur ());
}

.clear {
	font-size: 0px;
	clear: both;
} /*clear float*/
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	color: #000;
}
/*middle container style*/
.middle {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.middle-left {
	width: 930px;
	height: auto;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}

.middle-right {
	width: 240px;
	height: auto;
	float: right;
	overflow: hidden;
}
/*nav style*/
.nav {
	width: 1198px;
	height: 48px;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	font-size: 16px;
}

.nav li {
	width: auto;
	height: 45px;
	float: left;
	margin-left: 60px;
	text-align: center;
	line-height: 45px;
	color: black;
}

.current {
	border-bottom: 3px solid #f4c712;
}
/*project choice*/
.project-box {
	width: 878px;
	height: auto;
	border: 1px solid #d3d3d3;
	padding: 25px;
	overflow: hidden;
}

.project-box-container {
	width: 274px;
	height: auto;
	float: left;
	border-right: 1px dashed #d3d3d3;
	margin-left: 25px;
}

.project-box-container ul {
	width: 274px;
	height: 30px;
}

.project-box-container ul li {
	width: auto;
	height: 30px;
	float: left;
	padding-right: 10px;
	font-size: 14px;
	color: #959595;
	cursor: pointer;
}

.type-box {
	width: 888px;
	height: auto;
	border: 1px solid #d3d3d3;
	padding: 0 20px;
	overflow: hidden;
}

.type-box ul {
	width: 888px;
	border-bottom: 1px dashed #d3d3d3;
	overflow: hidden;
}

.type-parent_name {
	width: 100px;
	float: left;
	text-align: right;
	font-size: 13px;
	padding: 10px 0px;
	margin-right: 5px;
}

.type-child_name {
	line-height: 25px;
	margin-left: 105px;
}

.type-box ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #959595;
	cursor: pointer;
	margin: 6px 0px;
}

.type-box ul li:hover {
	background: #ffe8c8;
	color: #f86700;
}

.type-box ul li span {
	padding: 3px 5px;
}

.crrent {
	background-color: #ffe8c8;
	color: #f86700;
}
/*mainlist style*/
.mainlist {
	width: 930px;
	height: auto;
	margin-top: 25px;
}

.mainlist-top {
	width: 928px;
	height: 40px;
	background-color: #f7f7f7;
	border: 1px solid #d3d3d3;
}

.mainlist-top ul {
	width: auto;
	height: 40px;
	float: left;
	overflow: hidden;
}

.mainlist-top ul li {
	width: auto;
	height: 40px;
	float: left;
	line-height: 40px;
	border-right: 1px solid #d3d3d3;
	padding: 0 15px;
	color: #9b9b9b;
	cursor: pointer;
}

.mainlist-top ul li:hover {
	color: #ffffff;
	background: #ffda44;
}

.search-box {
	width: 635px;
	height: 40px;
	/* margin-top: 7px; */
	/* margin-right: 10px; */
	float: right;
	line-height: 40px;
}

.price-input1 {
	width: 50px;
	height: 24px;
	border: 1px solid #d3d3d3;
	text-align: inherit;
}

.search-box-input-price {
	width: 130px;
	height: 40px;
	float: left;
}

.price-input-button,.keytext-input-button {
	display: none;
	margin-left: 5px;
}

.price-input2 {
	width: 50px;
	height: 24px;
	border: 1px solid #d3d3d3;
	text-align: inherit;
}

.price-input {
	margin-top: 8px;
	float: left;
	margin-left: 3px;
	padding-left: 5px;
	outline: none;
}

.search-box-input {
	width: 85px;
	height: 39px;
	float: right;
	border-left: 1px solid #d3d3d3;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.keytext-input {
	width: 90px;
	height: 24px;
	float: left;
	color: #9b9b9b;
	line-height: 28px;
	margin-top: 8px;
	border: 1px solid #d3d3d3;
	font-size: 12px;
	text-align: inherit;
	padding-left: 5px;
	outline: none;
}

.search-box-input-search {
	width: 100px;
	height: 40px;
	float: left;
	padding: 0 5px;
}

.searchBtn {
	height: 23px;
	padding: 0 10px;
	background: #f40;
	color: #fff;
	width: 44px;
	border: 0px solid #d3d3d3;
	margin-top: 8px;
	border-radius: 2px;
	float: left;
	line-height: 23px;
}

.curent {
	background-color: #ffda44;
	color: #ffffff !important;
}

.mainlist-container {
	width: 880px;
	height: auto;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 0 24px;
}

.mainlist-container li {
	width: 880px;
	height: 70px;
	border-bottom: 1px dashed #d3d3d3;
	padding: 25px 0;
}

.list-one {
	width: 880px;
	height: 20px;
	overflow: hidden;
	font-size: 15px;
}

.list-one-price {
	color: #f95e02;
	font-weight: bold;
}

.list-one-name {
	color: #2563de;
	font-weight: bold;
}

.list-one-time {
	float: right;
	color: #949494;
}

.list-two {
	width: 880px;
	height: 20px;
	overflow: hidden;
	font-size: 15px;
	color: #949494;
	margin-top: 5px;
}

.list-tow-text {
	padding: 0 10px;
}

.list-tow-name {
	color: #2563de;
}

.list-tow-num {
	color: #f95e02;
}

.list-tow-text1 {
	float: right;
	color: black;
}

.page-container {
	width: 928px;
	height: 40px;
	/* 	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;  */
}
/*right style*/
.AD-box {
	width: 240px;
	height: 141px;
	/* 	background-color: red; */
}
/*recommend production*/
.recommend-box {
	width: 240px;
	height: auto;
}

.recommend-box-title {
	width: 240px;
	height: 29px;
	margin-top: 20px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 18px;
	font-weight: bold;
}

.recommend-box-title a {
	float: right;
	font-size: 14px;
}

.recommend-box ul {
	width: 240px;
	height: auto;
	list-style-type: none;
}

.recommend-box ul li {
	width: 240px;
	overflow: hidden;
	margin-top: 15px;
	cursor: pointer;
}

.recommend-box ul li:hover {
	background: #f5f4f3;
}

.recommend-img {
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #eae4e4;
	position: relative;
}

.recommend-img img {
	max-width: 78px;
	max-height: 78px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.recommend-text {
	width: 145px;
	overflow: hidden;
	float: right;
	font-size: 12px;
	/* font-weight: 600; */
	line-height: 13px;
	margin: 5px;
}

.recommend-content {
	width: 150px;
	overflow: hidden;
	float: right;
	font-size: 12px;
	color: #929292;
	padding: 5px 0;
}

.recommend-price {
	width: 150px;
	height: 15px;
	color: #ff5600;
	font-weight: bold;
	float: right;
}

/*newslist style*/
.news-list {
	width: 240px;
	height: auto;
}

.news-list ul {
	width: 240px;
	height: auto;
}

.news-list ul li {
	width: 230px;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 5px;
	list-style: inside none circle;
}
/*foot style*/
/* .foot {
	width: auto;
	height: 330px;
	padding-top: 60px;
}

.foot-box1 {
	width: auto;
	height: 250px;
	background-color: #2f3035;
}

.foot-box1-main {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}

.foot-box1-container {
	width: 260px;
	height: 250px;
	float: right;
	color: white;
}

.foot-box1-container p {
	margin-top: 25px;
}

.foot-box1-container ul {
	margin-top: 15px;
}

.foot-box1-container ul li {
	margin-top: 10px;
	font-size: 12px;
}

.foot-box2-text1 {
	width: auto;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
	color: gray;
}

.foot-box2-text1 a {
	padding: 0 15px;
}

.foot-box2-text2 {
	width: auto;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: gray;
} */
/*showlist style*/
.show-list {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.show-list li {
	width: 220px;
	height: 285px;
	float: left;
	padding: 2px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.show-list li:hover {
	background: #eae4e4;
}

.show-list li p {
	width: 219px;
	font-size: 12px;
	margin-top: 15px;
}

.show-list li div {
	border: 1px solid #eae4e4;
}

.show-list-price {
	color: #ff5e00;
	font-weight: bold;
}

.nav li:hover {
	border-bottom: 3px solid #f4c712;
}

.bids_display {
	height: 290px;
	width: 930px;
	margin-top: 10px;
}

.bids_display_title {
	height: 24px;
	width: 930px;
	line-height: 25px;
}

.bids_more {
	margin-left: 75%;
	float: left;
	/* font-size: 12px; */
}

.bids_title_name {
	float: left;
	margin-left: 5px;
	font-size: 17px;
	font-weight: 600;
}

.bids_img {
	float: left;
}

.bids_list {
	width: 930px;
	height: auto;
	border-top: 1px solid #d3d3d3;
	margin-top: 10px;
}

.left_bids_list {
	float: left;
	width: 450px;
	font-size: 12px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 15px;
}

.right_bids_list {
	float: left;
	width: 420px;
	font-size: 12px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 40px;
}

.left_bids_list li {
	margin-top: 11px;
	width: 390px;
	float: left;
}

.right_bids_list li {
	margin-top: 11px;
	width: 390px;
	float: left;
}

.bid_name_title {
	width: 280px;
	float: left;
	width: 355px
}

.bid_price {
	float: left;
	color: #ff6100;
	font-weight: 600;
}

.invite_bids {
	width: 240px;
	height: 415px;
	overflow: hidden;
}

.invite_bids_title {
	width: 240px;
	height: 29px;
	margin-top: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 18px;
	font-weight: bold;
}

.invite_bids ul {
	width: 240px;
	height: 325px;
	margin: 0;
	padding: 0;
}

.invite_bids ul li {
	width: 240px;
	height: 75px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 12px;
	cursor: pointer;
	padding: 5px;
}

.invite_bids ul li:hover {
	background: #f5f4f3;
}

.release_time {
	color: #d3d3d3;
}

.r_bids_price {
	float: right;
	color: #ff6100;
	font-weight: 600;
}

.release_bids_title {
	margin-top: 5px;
}

.navigation_banner {
	height: 50px;
	width: 1200px;
}

.navigation_banner a {
	color: black;
}

.product_display {
	width: 190px;
	height: 50px;
	background-color: #ffda44;
	font-weight: 600;
	line-height: 50px;
	padding-left: 90px;
	float: left;
}

.navigation_banner ul {
	float: left;
	height: 48px;
	width: 917px;
	border: 1px solid #d3d3d3;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.navigation_banner li {
	float: left;
	height: 46px;
	line-height: 48px;
	margin-left: 20px;
	font-size: 16px;
	margin-left: 56px;
}

.product_play_news {
	height: 320px;
	width: 1200px;
}

.lastPage,.nextPage {
	cursor: pointer;
}

.product_list_container {
	position: relative;
}