@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

* {
	font-family: "Microsoft YaHei","Times New Roman","KaiTi_GB2312";
}

.head_title {
	height: 35px;
	background-color: #ffda44;
}

.head_content {
	padding-top: 8px;
	height: 27px;
	width: 1200px;
	/*background:#0F0;*/
	margin: 0 auto;
}

.logo_area {
	height: 112px;
	width: 1200px;
	margin: 0 auto;
}

.logo {
	width: 316px;
	height: 38px;
	margin-top: 35px;
	float: left;
	color: red;
}

.search_box {
	height: 37px;
	width: 430px;
    /*background-color: #F00;*/
	float: left;
	margin-top: 40px;
	margin-left: 454px;
}

/* .login_regist_title {
	height: 20px;
	width: 160px;
	background:red;
	font-size: 14px;
	float: left;
}

.my_center_title {
	height: 20px;
   width: 335px;
    background: red;
	font-size: 14px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.login {
	color: red;
}

.regist {
	color: #000;
} */

.my_center_title li {
	float: left;
	margin-left: 15px;
	height: 46px;
}

.my_center_title a {
	color: #000;
}

.dooroad_center {
	height: auto;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.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;
}

.productimgs_play {
	height: 310px;
	width: 640px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.product_right_news {
	height: 310px;
	width: 259px;
	/* background-color: #FF0; */
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.online_people {
	height: 46px;
	width: 1200px;
	margin-top: 10px;
	line-height: 46px;
}

.online_people ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.online_people li {
	float: left;
	font-size: 12px;
	margin-left: 30px;
}

.dooroad_ad {
/*     height: 90px;
    width: 1200px; */
    padding-top: 20px;
}

.bids_display {
	width: 930px;
	margin-top: 10px;
}

.bids_display_title {
	height: 24px;
	width: 930px;
	line-height: 25px;
}

.bids_more {
/* 	margin-left: 88%;
	float: left; */
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.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;
	border-right: 1px #d3d3d3 solid;
}

.right_bids_list {
	float: left;
	width: 420px;
	font-size: 12px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 40px;
	cursor: pointer;
}

.left_bids_list li {
	margin-top: 11px;
	width: 390px;
	float: left;
	cursor: pointer;
}

.right_bids_list li {
	margin-top: 11px;
	width: 390px;
	float: left;
}

.bid_name_title {
	float: left;
	/* width: 355px */
	    width: 300px;
}

.bid_price {
	float: left;
	color: #ff6100;
	font-weight: 600;
}


/*showlist style*/
.show-list {
	width: 948px;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-top: 10px;
}

.show-list li {
	width: 220px;
	height: 300px;
	float: left;
	padding-right: 16px;
	cursor: pointer;
}
.show-list li div{
	border: 1px solid #eae4e4;
}

.show-list li p {
	width: 219px;
	font-size: 12px;
	margin-top: 15px;
}

.show-list-price {
	color: #ff5e00;
	font-weight: bold;
}

.machine_display {
	height: auto;
	width: 930px;
	margin-top: 10px;
	float: left;
}

.electric_product_display {
	height: auto;
	width: 930px;
	margin-top: 10px;
}

.electric_product_list {
    width: 930px;
    height: auto;
    border-top: 1px solid #d3d3d3;
    margin-top: 29px;
}

.electric_product_display_title {
	height: 24px;
	width: 930px;
	line-height: 25px;
}

.electric_more {
	margin-left: 96%;
	font-size: 14px;
}
  
  
  /*recommend production*/
.recommend-box {
	width: 240px;
	height: auto;
	float: left;
}

.recommend-box-title {
	width: 240px;
	height: 29px;
/* 	margin-top: 20px; */
	border-bottom: 1px solid #939393;
	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;
	height: 60px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
	    cursor: pointer;
	
}

.recommend-img {
	width: 58px;
    height: 58px;
    float: left;
    border: 1px solid #eae4e4;
    position: relative;
}
.recommend-img img{
  	max-width: 58px;
    max-height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.recommend-text {
	width: 170px;
	height: 40px;
	overflow: hidden;
	float: right;
	font-size: 14px;
}

.recommend-price {
	width: 170px;
	height: 15px;
	color: #ff5600;
	font-weight: bold;
	float: right;
}

/*newslist style*/
.news-list {
	width: 240px;
	height: auto;
	float:left;
}

.news-list ul {
	width: 240px;
	height: auto;
	list-style-type: none;
}

.news-list ul li {
	width: 230px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	margin-top: 15px;
	padding-left: 5px;
	list-style: inside none circle;
	    cursor: pointer;
	overflow: hidden;white-space: nowrap;text-overflow:ellipsis; 
}


.dooroad_left_box {
	height: auto;
    width: 930px;
    float:left;
    margin-top: 10px;
}
.dooroad_right_box {
	height: auto;
    width: 240px;
    float: right;
    margin-top: 10px;
}
.hotNews{
	height: 290px;
    width: auto;
}

.recommend-box-title {
	width: 240px;
    height: 29px;
/*     margin-top: 20px; */
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    font-weight: bold;
}
.product_list {
	height: 308px;
	width: 278px;
	margin-top: 10px;
	float: left;
	border: 1px solid #d3d3d3;
}

.product_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 263px;
	height: 90px;
	padding-left: 15px;
}

.product_list ul li {
	width: 245px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #d3d3d3;
	cursor: pointer;
}

.category_img {
	height: 30px;
	width: 30px;
	float: left;
	margin-top: 7px;
}

.category_title {
	float: left;
	margin-left: 10px;
}

.category_name {
	margin-left: 5px;
	font-size: 14px;
	/* color: #d4d4d4; */
}

.category_name_title {
	font-size: 15px;
	color: #333;
}
.current_news{ width:240px;height:90px;margin-top: 10px;cursor: pointer;}

/* css 重置 */

		*{margin:0; padding:0; list-style:none; }

		body{ background:#fff; font:normal 12px/22px 宋体;  }

		img{ border:0;  }

		a{ text-decoration:none; color:#333;  }

		a:hover{ color:#1974A1;  }
		/* 本例子css */

.slideTxtBox{ width: 256px;
    border: 1px solid #ddd;
    text-align: left;
    height: 159px;}

.head_tab{
    background-color: #F5F4F3;
    height: 31px;
}
.head_tab li{
    height: 100%;
    width: 128px;
    float: left;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #313232;
    cursor: pointer;
}
.active{
	background-color:white;
}
.news_container{
	height: 130px;
}
.scrollbox{
	    height: 105px;
    overflow: hidden;
    width: 230px;
    margin-left: 12px;
    margin-top: 10px;
}
.answer_show{
	display:none;
}
		/* .slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }

		.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }

		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }

		.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }

		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }

		.slideTxtBox .bd li{ height:24px; line-height:24px;   }

		.slideTxtBox .bd li .date{ float:right; color:#999;  } */

.home_mine_container{
	height: 140px;
    background-color: #F5F4F3;
    padding-top: 10px;
}
.home_mine{
    margin-left: 10px;
}
.home_saler{
     margin: 0px 10px;
}
.home_saler,.home_mine{
    width: 94px;
    float: left;
    background-color: white;
    height: 60px;
    padding: 20px 10px;
    text-align: center;
        cursor: pointer;
}
.home_mine_title,.home_saler_title{
    font-size: 20px;
    font-weight: 600;
    color: #313232;
    background: url(../imgs/right.png) no-repeat right;
}
.home_mine_msg,.home_saler_msg{
	    margin-top: 14px;
    font-size: 13px;
    color: #9C9893;
}
.home_tishi{
	font-size: 13px;
    float: left;
    width: 100%;
    height: 40px;
}
.home_tishi_msg{
	color: #313232;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    float: left;
    line-height: 40px;
    padding-left: 44px;
}
.home_tishi img{
	height:100%;
}
.home_tishi_msg span{
	padding-right: 10px;
}
/*  .show-list img{width: 100%;
    height: 100%;}  */



.bisd.nickname{
	padding-left: 10px;
}
#slides img{
	height: 310px;
	width: 640px;
}
.dooroad_ad img{
    max-height: 300px;
    width: 1200px;
}
.homepage_question{
	color: rgb(62, 62, 62);
	font-weight:600;
}
.homepage_answer{
	color: blue;
}
.homepage_img img{
	max-width: 219px;
	max-height: 219px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
input{
	outline: none;
}
.hot_task_box{
	margin-top:20px;
}
.right_box{
	margin-top: 20px;
}

.news_center li{
	/* 新闻版式固定搭配 */
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.news_center{
	line-height:33px;
}

.answer_center{
	line-height:33px;
}

