@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: 100%;
    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;
}
.manchine_title_name{
	font-size: 15px;
}
.bids_img {
	float: left;
}

.bids_list {
	    width: 100%;
    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: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-top: 10px;
}

.show-list li {
    width: 19%;
    /* height: 235px; */
    float: left;
    /* cursor: pointer;
    padding-right: 1%;
    margin-bottom: 10px;
    margin-top:10px; */
    
    padding: 2px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.show-list li:hover {
	background: #eae4e4;
}

.show-list li div{
	/* border: 1px solid #eae4e4; */
}

.show-list li p {
    /* width: 100%; */
    font-size: 12px;
    margin-top: 5px;
    /* max-height: 30px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限定文字行数 */
    -webkit-box-orient: vertical;
}

.show-list-price {
	color: #ff5e00;
	font-weight: bold;
}

.machine_display {
   	height: auto;
    width: 80% !important;
    margin-top: 10px;
    float: right!important;
}

.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;
	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;
}

.recommend-text-task {
    width: 100%;
    overflow: hidden;
    float: right;
    font-size: 13px;
    font-weight: 600;
}
.recommend-content-task{
	    width: 100%;
    overflow: hidden;
    float: right;
    font-size: 12px;
    color: #929292;
    padding: 5px 0;
    
}
.recommend-price-task {
	width: 100%;
	height: 15px;
	color: #ff5600;
	font-weight: bold;
	float: right;
}
.hot_task_container{
	padding: 0 5px;
}

/*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;
	overflow-y: auto;
    overflow-x: hidden;
}

.product_list_one {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/* width: 263px; */
	height: 90px;
	/* padding-left: 15px; */
}

.product_list_one li {
	/* width: 245px; */
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #d3d3d3;
	cursor: pointer;
	padding-left: 15px;
}

.product_list_one li:hover {
	background: #f9f5f5;
}

.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: 100%;
    float: left;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #313232;
    cursor: pointer;
    background-color: #F5F4F3;
}
.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: 130px;
    background-color: #ffffff !important;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align:center;
        border: 1px solid #ddd;
}
.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%;}  */


.search{
    width: 500px;
    height: 38px;
    margin-top: 35px;
    float: right;
    line-height: 38px;
}
.search_cart{
    width: 95px;
    border: 2px solid black;
    height: 33px;
    padding-left: 10px;
    float: left;
    line-height: 33px
}
.cart_small{
	margin: 0 10px -1px 0;
    vertical-align: initial;
}
.search_container{
    width: 370px;
    border: 2px solid black;
    height: 33px;
    line-height: 33px;
    float: left;
    margin-right: 16px;
}
.search_box_select{
	height: 100%;
    width: 50px;
    float: left;
}
.search_box_blank{
	height: 100%;
    width: 282px;
    float: left;
    border: 0px;
    border-top: 1px solid;
    padding-left: 10px;
    outline: none;
    text-align: left;
    margin: 0;
    color: black;
    font-size: 13px;
}
.search_box_button{
	height: 100%;
    float: left;
    width: 38px;
    background-color: black;
    cursor: pointer;
}
.search_box_button img{
	    margin: 7px 0 0 11px;
}
.search_type{
    height: 33px;
    border: 0px;
    outline: none;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50px;
    padding-left: 8px;
    background: url(../imgs/select_xiala.png) no-repeat scroll right center transparent;
}
.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;
}

.hotWord{
    padding-right: 15px;
    padding-left: 2px;
    cursor: pointer;
    color: #A7A7A7;
}
.button_container{
	margin-top:10px;
}
.huiyuan_img{
    width: 25%;
    /* border-radius: 100px;	 */
}
.goLogin,
.goRegister{
	    cursor: pointer;
    padding: 0 8px;
}
.goLogin{
    border-right: 1px solid #ccc;
}
.machine_display_left{
    width: 20%;
    float: left;
    margin-top: 10px;
}
.show-list-img{
	    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
}
.show-list-img img{
	width: 99%;
    height: 100%;
    position: absolute;
    border: 1px solid #ccc;
}
.profession_title{
    height: 24px;
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
}
.dif_type_product{
    display: inline-block;
    width:100%;
}
.dif_type_img{
	width: 95%;
    max-height: 350px;
    min-width:180px;
}
.second_product{
        top: 10px;
    left: 285px;
    background-color: #ffffff;
    z-index: 10000;
    border: 1px solid #E4E4E5;
}
.second_product ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 882px;
    height: 310px;
    padding: 0 15px;
    overflow: auto;
}

.second_product ul li {
    width: 100%;
    border-bottom: 1px solid #E4E4E5;
    cursor: pointer;
    display: inline-block;
}
.second_product_li_left{
	color: #29292B;
    display: inline-block;
    float: left;
    font: bold 12px "Microsoft YaHei","黑体",sans-serif;
    height: 35px;
    line-height: 35px;
    cursor:pointer;
}
.second_product_li_left:hover{
	cursor:pointer;
	text-decoration:underline;
}
.second_product_li_right{
    margin-left: 10px;
    width: 790px;
    line-height: 35px;
    /* display: inline-block;
    float: right; */
    color: #9EA1A3;
}

.second_product_li_right_child{
	padding-right: 8px;
    border-right: 1px solid #f9f5f5;
    padding-left: 10px;
}

.second_product_li_right_child:hover{
	text-decoration:underline;
}

.second_menu{
	display:none;
}
.first_pro_menu{
    font-size: 18px;
    font-weight: bold;
}
.sec_pro_menu_container{
	margin-left: 10px;
	display: none;
}
.sec_pro_menu{	
	cursor:pointer;
	display:inline;
	 font-size: 12px;
    /* font-weight: 500; */
    padding:0 8px;
}
.sec_pro_menu:hover{
	text-decoration:underline;
}
 #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../imgs/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      /* margin: 7px 0 0; */
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../imgs/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }