.clear{ clear:both; height:0; padding:0; margin:0;}
#sooptions{
	height:auto;
	width: 100%;
	padding: 10px 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	top: 184px; 
	position: absolute;
}
#fbxq_task{
	width:1080px;
	margin:0px auto;
	position: relative;
	margin-top:80px;
}
.container{width:1080px; margin:0px auto;}
.crumbs{ height:40px; line-height:40px;}
.crumbs a{ color:#232323; }
.crumbs a:hover{ color:#ff8500;}

.task_left{
	width:790px;
	float:left;
}
.task_right{
	width: 230px;
	float:right;
}

/****************【三】所有任务展示页面**************************/

/*****【三】左边内容******/
/*任务分类*/
.task_left1{
	width:790px;
	float:left;
	background:#fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding:20px;
}
.task_left1_1{
	width:570px;
	float:left;
}
.task_class_list {
	width:570px;
	float:left;
}
.task_In{ width:200px; float:right; display:block; }
.task_In img{ width:200px; float:left;}
.task_In a{ color:#fff;}
.task_In a:hover{ display:block;background:#ff9400;}

.task_In div{
	width: 200px;
	color: #fff;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
	height: 55px;
	display: block;
	background: #ff8500;
	letter-spacing:5px;
	float:left;
	margin-top:10px;	
}


.task_class_list_box {
	height:atuo;
	border-bottom: #e9e9e9 1px dashed;
	padding:10px;
	line-height: 20px;
}
.task_class_list_box b {
	width: 70px; float: left; display: block
}

.task_class_list_box span {
	width: 480px;
	height:auto;
	float: left;
	display: block;
}
.task_class_list_box span a {
	color:#232323;
	padding:0px 10px;
	white-space: nowrap;
	float: left;
	display: block;
	line-height: 20px;
}

.task_class_list_box span a:hover {
	background: #fffdf2; color: #ff8500;
}
.task_class_list_box .select {
	background:  #f42f2f;  color: #fff;
}
.task_class_list_box .select:hover{ display:block;background:  #f42f2f;  color: #fff;}

/*广告条*/
.task_left2{
	width: 830px;
	float: left;
	margin: 10px 0px;
	position:relative;
}
.task_left2 img{
	width: 830px;
	height: 100px;
	float: left;
	position: relative;
	text-decoration: none;
}

/*交易信息*/

#sonews{ 
	width:790px; margin:0px auto;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding:20px;
	float:left;
	}
#sonews .yy-laba{
	width: 12px;
	height: 14px;
	background-image:url(../images/yy-icon.png);
	background-position: -0px -657px;
	overflow:hidden;
	margin-top:12px;
}

#sonews ul{
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	z-index: 1;
	
}

#sonews li{
	overflow: hidden;
	float: none;
	width: 750px;
	height: 20px;
	line-height: 20px;
	padding: 10px 0;
}
#sonews li span{ color:#ff8500;}
#sonews li i{ color:#f42f2f;}

#sonews a{
	color: #ff8500;
	margin: 0 5px;
	max-width: 150px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
}
#sonewsc{
	width:7px;
	display:block;
	float:right;
	position:relative;
	margin-top:-40px;
	z-index:99999;

}
#sonewsc .yy-nu {
	width: 7px;
	height: 4px;
	margin:10px 0px 0px 0px;
	background-image: url(../images/yy-icon.png);
	background-position: -123px -724px;
}
#sonewsc .yy-nuh {
	width: 7px;
	height: 6px;
	margin:10px 0px 0px 0px;
	background-image: url(../images/yy-icon.png);
	background-position: -505px -230px;
}

/*任务展示内容表单*/
#tab{	
	width:830px; margin:0px auto;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-top:#f0f1f1 1px solid;
	float:left;
	margin-bottom:20px;
	}
#tab .tabList ul{
	border-bottom: 2px solid #ff8500;
	height: 30px;
	margin-top: 20px;
}
#tab .tabList ul li{
	float: left;
	height: 30px;
	background: #f0f1f1;
	width: 100px;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	line-height: 30px;
	letter-spacing: 2px;
}

#tab .tabCon{
	position: relative;
	border-top:none;
	width:830px;
	padding:20px 0px 0px 0px;
	margin-top:20px;
	height:auto;
}
#tab .tabCon div{
	padding:10px 20px 20px 20px;
	position: relative;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#ff8500;
	color:#fff;
}


#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
	z-index:9;
}
#tab .tabCon div #tesed{
	opacity:2;
	filter:alpha(opacity=100);
	z-index:8;
}

/*综合删选*/
.talent_sort {
	width:790px;
	padding:0px 20px;
    clear: both;
    height: 30px;
	top:510px;
	position:absolute;
	z-index:99999;
}
.talent_sort span {
    float: left;
    height: 28px;
    line-height: 28px;
    display: inline-block;
	cursor:pointer;
}
.talent_sort span a:hover {
	background:#e0e0e0;
	color:#f00;
	display:block;
	height: 28px;
}

.talent_sort span a {
    background: none repeat scroll 0% 0% #F4F4F4;
    display: inline-block;
	border:1px solid #E9E9E9;
    padding: 0px 12px 0px 18px;
	text-decoration: none;
	color: #333;
	border-right:0px;

}


.talent_sort span a.on {
    background: none repeat scroll 0% 0% #FFF;
}


.talent_sort span a b {
    float: left;
    font-weight: normal;
}
.talent_sort span a i.uparrow {
    background-position: 6px -30px;
}
.talent_sort span a i {
    background: url(../images/arrow_page.png) no-repeat scroll 6px 0px 	transparent;
    width: 9px;
    height: 9px;
    line-height: 0;
    font-size: 0px;
    overflow: hidden;
    display: inline-block;
    padding-left: 6px;
    float: left;
    margin-top: 9px;
}


/*所有价格*/
.selectbox div {
    width: 85px;
    height: 28px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #E9E9E9;
    position: relative;
}
.talent_sort samp.selectbox {
    width: 85px;
}
.talent_sort samp {
    float: left;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 8px;
}

.selectbox div.price em, .selectbox div.address em {
    font-weight: normal;
}
.selectbox div em {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 4;
    font-style: normal;
    background: url(../images/arrow_main.png) no-repeat scroll 70px -126px transparent;
}

.selectbox div.price div a {
    width: 60px;
    margin-bottom: 2px;
    margin-left: 2px;
	text-decoration: none;
color: #333;
}
.selectbox div.address div {
    width: 420px;
    left: -180px;
}
.selectbox div div {
    display: none;
    width: 550px;
    height: auto;
    position: absolute;
    left: -250px;
    top: 30px;
    z-index: 3;
    border: 1px solid #E9E9E9;
    background: none repeat scroll 0% 0% #FFF;
    padding: 10px;
}
.talent_sort samp.word {
    position: relative;
}
.talent_sort samp.word input {
    width: 80px;
    height: 16px;
    line-height: 18px;
    position: absolute;
    left: 8px;
    top: 0px;
    padding-right: 20px;
}
.talent_sort samp input {
    width: 50px;
    height: 20px;
    line-height:20px;
    border: 1px solid #DFDFDF;
}
input[type="text"], input[type="password"] {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #DFDFDF;
    padding: 6px 8px;
    vertical-align: middle;
}
.talent_sort samp.word button {
    background: url(../images/search.png) no-repeat scroll center center transparent;
    width: 20px;
    height: 20px;
    border: medium none;
    position: absolute;
    left: 90px;
    top: 6px;
}


/*下页*/
.talent_sort q{float:right; width:60px; height:30px; display:block;}
.talent_sort q a{
	background: url(../images/arrow_page.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	margin: 0 0 0 auto;

}
.talent_sort q a.prevon{background-position:0 -160px; cursor:default !important;}
.talent_sort q a.prevpage{background-position:0 -130px;}
.talent_sort q a.nextpage{background-position:right -130px;}


/*进行中内容*/

#tab_nr1{
	width: 790px;
	position:relative;
	padding: 20px 0px;
	overflow: hidden;
	border-bottom: 1px dashed #E5E5E5;
}

#tab_nr2 li{ float:left;}
#tab_nr2  img{ width:120px;  height:82px;}

#tab_nr2 .wrid1 {
    float: left;
    width: 500px;
}
#tab_nr2 .wrid1 h3 {
    line-height: 20px;
    width: 450px;
    display: block;
    font-size: 16px;
	padding:10px 20px;
}

#tab_nr2 .wrid1 h3 a {
    color: #06C;
}
#tab_nr2 .wrid1 h3 a:hover {
    color: #ff8500;
}
#tab_nr2 .wrid1 h3 a {
    margin-right: 5px;
}
.iico {
    color: #FFF;
    font-size: 11px;
    padding: 0px 3px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    margin-left: 4px;
    font-family: "微软雅黑";
}
.ico_top {
    background: none repeat scroll 0% 0% #F60;
    border: 1px solid #D55500;
}
.ico_urgent {
    background: none repeat scroll 0% 0% #EC2828;
	border: 1px solid #D55500;
}
#tab_nr2 .wrid1 samp {
	width:285px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    clear: both;
	float:left;
}
#tab_nr2 .wrid1 p{
	float: left;
	line-height: 10px;
	padding-left: 20px;
    color: #999;
}
#tab_nr2 .wrid1 a{color: #999;}
#tab_nr2 .wrid1 a:hover{ color:#ff8500;}
.c999 {
    color: #999;
}

#tab_nr2 .wrid1 samp b {
    font-size: 14px;
    padding-right: 15px;
}
.red {
    color: #F00;
}

#tab_nr2 .wrid2 {
    float: right;
    width: 170px;
	text-align:left;
	margin-top:5px;
}

#tab_nr2 .wrid2 em {
    font-style: normal;
    font-size: 14px;
    display: block;
    font-weight: bold;
    line-height: 35px;
	float:left;
}
#tab_nr2 .wrid2 .c999{ float:left；}
#tab_nr2 .wrid2 span {
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

/*圆满结束*/
#tesed ul:nth-child(3n){ margin-right:0}

.task-item {
	width: 225px;
	height:165px;
	border: 1px solid rgb(235, 235, 235);
	position: relative;
	padding: 10px 13px 3px 13px;
	background: url(../images/success-task-bg.png) no-repeat top;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-top:20px;
	background-color:#fffdf2;
	float:left;
	margin-right:15px;

}
.task-item .title-border {
	width: 4px;
	height: 14px;
	background-color: rgb(255, 132, 0);
	position: absolute;
	top: 15px;
	left: -1px;
}
.task-item  .task-item-title {
	line-height: 25px;
	color:#999;
	padding-bottom: 10px;
	height: 44px;
	overflow: hidden;
	padding-top: 8px;
}
.task-item  a:hover{ color:#ff8500;}

.border-hr {
	border-top: 1px dotted rgb(213, 216, 186);
	margin-top:10px;
	padding:10px 0px;
	width:180px;
}
.task-item-amount{ color:#f00;}
.task-item  .task-item-fws-li {
	margin-bottom: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.task-item-fws-li .highlight {
	color: rgb(255, 132, 0);
	font-weight: bold;
	font-size: 16px;
	margin-right: 2px;
}
.task-item-avatar-li .task-item-avatar img {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255);
	width: 50px;
	height: 50px;
}
.task-item-success-li {
	margin-bottom: 6.5px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	text-align: right;
	top: 130px;
	right: 14px;
	max-width: 166px;
}
.task-item-date-li {
	position: absolute;
	right: 14px;
	top: 150px;
}
.task-item-success-li a{ color:#333; margin-right:5px;}
#tesed{ width:790px;}

/*任务推荐*/
.rwtj{ 
	width:790px; 
	margin:0px auto;
	padding:20px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-top:#f0f1f1 1px solid;
	float:left;
	margin-bottom:10px;
}
.bar_left{
	width:830px;
	margin: -10px 0px 0px -20px;
	padding-bottom: 10px;
	height: 30px;
	border-bottom: rgb(240, 241, 241) 1px solid;
	text-indent: 18px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	display: block;
}
.bar_left a{ color: rgb(153, 153, 153);}
.rwtj_left{ width:790px; margin-top:20px;}


.rwtj_left li{ width:360px; float:left; margin-right:60px;}
.inewsbody{height:25px; line-height:25px; }
.inewsbody i{ float:right;}
.inewsbody a{
	color: rgb(153, 153, 153);
	overflow: hidden;
	height: 25px;
	width:250px;
	float:left;
	display:block;
}
.inewsbody:hover{ background:#fffdf2; display:block; padding:0px 5px;}
.rwtj_left li:nth-child(2n){ margin-right:0}
.inewsbody span{ color:#f00; float:left; margin-right:10px;}



/*【三】右边内容*/



/*为什么选择纳金网*/
.superiority{
	width:190px; 
	margin:0px auto;
	background-color: #fff;
	padding:20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:10px;
	position: relative;
}

.superiority span {
background: url(../images/commend.png) no-repeat scroll 0px -99px transparent;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.superiority div {
    left: 20px;
    top: 15px;
    width: 190px;
    height: 333px;
}
.superiority div h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 60px;
    font-family: "微软雅黑";
}
.superiority div h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "微软雅黑";
    padding-bottom: 15px;
}
.superiority div dl {
    background: url(../images/commend.png) no-repeat scroll -108px -97px transparent;
    height: 40px;
    font-size: 12px;
    padding-left: 40px;
    margin-top: 10px;
}
.superiority div dl.ico1 {
    background-position: -108px -150px;
}
.superiority div dl.ico2 {
    background-position: -108px -200px;
}
.superiority div dl.ico3 {
    background-position: -108px -250px;
}
.superiority div dl dt {
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.superiority div dl dd {
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
/*最新案例*/
.bar_title{
	width:230px;
	margin:-10px 0px 0px -20px;
	padding-bottom:10px;
	height:30px;
	border-bottom: #f0f1f1 1px solid;
	text-indent: 18px;
	line-height: 30px;
	font-size: 14px;
	position: relative
	display:block;
	}
.bar_title a{color: rgb(153, 153, 153);}
.c9991 {
	height: 50px;
	width: 70px;
	margin-top:-10px;
	display: block;
	float: right;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color:#232323;
	border-left: rgb(240, 241, 241) 1px solid;
	text-indent: 0;
	cursor:pointer;

}
.newcase_box {
    border-bottom: 1px dashed #E9E9E9;
	padding-bottom:10px;
}
.newcase_box h2 {
	width:190px;
	height:30px;
    font-size: 13px;
    line-height: 30px;
	overflow:hidden;
	float:left;
}
.newcase_box a{color:#7e7e7e;}
.newcase_box a:hover{ color:#ff8500;}
.newcase_box img{
	width: 190px;
	height: 130px;
	margin-top: 10px;
	margin-right: 10px;
}
.a2{ width:190px; height:20px; overflow:hidden;}
.red {
    color: #F00;
}

/*订阅任务*/
.borbox{width:190px;
	margin-bottom:10px;
	background-color: #fff;
	padding:20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);}

.emaildy ul {
    height: 45px;
    background: url(../images/email.jpg) no-repeat scroll 0px center 	transparent;
    padding-left: 55px;
}
.emaildy ul ol {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
.emaildy ul li {
    height: 20px;
    line-height: 20px;
    color: #999;
}
.emaildy span {
    height: 30px;
    width: 190px;
    margin: 0px auto;
    background: url(../images/emaildy.jpg) no-repeat scroll 0px 15px transparent;
    display: block;
    padding-top: 15px;
}
.emaildy span .input {
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px 0px 0px 30px;
    float: left;
    color: #666;
}
.emaildy span .button {
    width: 44px;
    height: 30px;
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
    cursor: pointer;
    margin: 0px;
}


/*广告*/

.guang_g{
	width: 230px;
	float: left;
	display: block;
	margin-bottom:10px;

}
.guang_g a{ border:0px; text-decoration:none;}
.guang_g img{ width:230px; float:right; height:80px;}

.guang_g .cat_brand{
	position: relative;
	height: 158px;
	width: 230px;
	overflow: hidden;
	float: right;
}

.guang_g .cat_brand .cat_slide_brand li{width:230px;}
.guang_g .cat_brand .cat_slide_brand a{
	display: block;
	width:230px;
	background: #FFFFFF;
	text-align: center;
}
.guang_g .cat_brand .cat_slide_brand a img{ width:230px; height:158px;}
.guang_g .cat_brand .cat_slide_nav{
	height: 28px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	right:10%
}
.guang_g .cat_brand .cat_slide_nav li{
	float: left;
	width: 10px;
	font-family: Tahoma, Helvetica;
	font-size: 30px;
	color: #929292;
	margin-right: 7px;
	cursor: pointer;
}
.guang_g .cat_brand .cat_slide_nav li.on{ color:#ff8500;}



/*********************【四】任务详情页***********************/

.tasktopdet {
	width:830px;
	float:left;
	
}
/*预算*/
.tasktodetail {
	padding: 30px 30px 20px;
	background: rgb(250, 250, 250);
	position: relative;
	z-index: 2;
}
.nummoney {
	display: inline-block;
	height: 28px;
	border: 1px solid #ff8500;
	background: #ff8500;
	line-height: 28px;
	padding: 0 0px 0 6px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 14px;
	font-family: "微软雅黑";
	float:left;
}
.nummoney span {
	display: inline-block;
	height: 28px;
	background:#fff;
	vertical-align: top;
	_vertical-align: middle;
	margin-left: 5px;
	padding: 0 15px;
	color: #ff8500;
}
.clearfi{ float:left;}
/*收藏*/
.tasktodetail a.favor_star {
	vertical-align: bottom;
	float: none;
}

.c666{ line-height:20px;}
a.favor_star {
	display: inline-block;
	float: right;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: url(../images/starcrld.png) no-repeat;
}
a:hover.favor_star{
	background-image: url(../images/starcrld.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-color:#ec2828;
}

.tasktodetail h1 {
width:100%;
height:50px;
line-height: 45px;
margin: 5px auto;
overflow: hidden;
font-size: 25px;
font-weight: 400;
color:#333;
position:relative;

}

.icon_clock {
display: inline-block;
width: 20px;
height: 20px;
background: url(../images/ico_clo.gif) no-repeat left top;
overflow: hidden;
line-height: 20px;
vertical-align: -5px;
}

.ceb2 {
color: rgb(235, 38, 38);
}

.icon_reward {
display: inline-block;
width: 20px;
height: 20px;
background: url(../images/ico_clo.gif) no-repeat left -20px;
overflow: hidden;
line-height: 20px;
vertical-align: -5px;
}

.subnav_span {
position: relative;
z-index: 10;
}

.subnav_span {
position: relative;
z-index: 10;
}

/*进程*/
.setpboxo {
	padding-top: 10px;
	height: 70px;
	position: relative;
	background: rgb(250, 250, 250) url(../images/lindotaxx.gif) repeat-x left bottom;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 0;
}

.steptaks {
	display: block;
	height: 4px;
	_overflow: hidden;
	background: rgb(204, 204, 204);
	_overflow: hidden;
}

.steptaks span.step_on, .steptaks .stepend_on {
background: #ff8500;
}

.steptaks span {
	display: block; width: 110px;
	text-align: center;
	float: left;
	height: 4px;
	position: relative;
	text-align: center;
}

.steptaks span i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	position: relative;
}
.step_on i {
background: url(../images/steptask.png) no-repeat center top;
}

.steptaks span.crent b {
color:#ff8500;
}
.steptaks span b {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	line-height: 18px;
	top: 35px;
	font-weight: 400;
	color: rgb(153, 153, 153);
	text-align: center;
}
.crentarrow {
	display: block;
	position: absolute;
	width: 18px;
	height: 10px;
	background: url(../images/stpebret.png) no-repeat;
	z-index: 10;
	top: 71px;
	left: 185px;
}


.pad20 {
	padding: 20px 20px 40px 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.task_descript{ width:790px; height:auto; line-height:20px;}

.mb_10{ margin:10px 0px;font-size:14px; color:#333;}
.mb_5{ margin:10px 0px;font-size:14px;color:#333; padding-top:10px;}

.pr_10 {
padding-right: 10px;
}
.pr_10 a{ color: rgb(153, 153, 153); padding-left:5px;}

/*温馨提示*/
.taksttips {
	border-top: 1px solid rgb(233, 233, 233);
	padding: 8px 0;
	line-height: 35px;
	height: auto;
	color: rgb(153, 153, 153);
	padding-left: 15px;
	background-color: #fff;
}

/*发布者*/
.taskper {
	padding:8px 40px 0;
	background: rgb(249, 249, 249);
	border-top: 1px solid rgb(233, 233, 233);
	line-height: 30px;
	margin-bottom:10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height:120px;
}
.taskper .arwimg {
	margin-right: 20px;
	padding: 5px;
	border: 1px solid rgb(233, 233, 233);
	background: rgb(255, 255, 255);
	width:80px;
	height:80px;
	margin-top:10px;
}
.taskper img{ width:80px; height:80px;}
.arwcont{ width:300px; float:left; margin-top:14px;}
.arwcont a{ color:#ff8500}
.task_tender{ 
	float:right; 
	width: 136px;
	padding-left: 40px;
	color: rgb(153, 153, 153);
	border-left: 1px solid rgb(239, 239, 239);
}
.yahei {
font-family: "Microsoft YaHei",sans-serif;
}

.task_tender_left_num {
color: rgb(255, 92, 28);
font-size: 53px;
line-height: 53px;
}

.task_tender_num_label {
font-size: 17px;
line-height: 17px;
color: rgb(102, 102, 102);
}


/*我要报价*/
.xhe_nostyle{ width:790px; padding:20px 0px;}
.add-on {
border: 1px solid rgb(218, 218, 218);
}
.add-on {
background-image: url(../images/money.png);
}
.input-prepend .add-on, .input-append .add-on, .input-doble .add-do {

border: 1px solid rgb(187, 187, 187);
display: inline-block;
font-size: 12px;
font-weight: normal;
height: 19px;
line-height: 19px;
min-width: 16px;
padding: 4px 5px;
text-align: center;
text-shadow: 0 1px 0 rgb(255, 255, 255);
width: auto;
float: left;
border-radius: 4px 0px 4px 4px;
}

.input-prepend input, .input-append input {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(187, 187, 187);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
display: inline-block;
height: 19px;
line-height: 20px;
min-width: 16px;
padding: 4px 5px;
float: left;
border-radius: 4px 4px 0px 4px;
width: 156px;
}

/*报价&评论*/

#tab1{	
	width:830px; margin:0px auto;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-top:#f0f1f1 1px solid;
	float:left;
	margin-bottom:20px;
	}
#tab1 .tabList ul{
	border-bottom: 2px solid #ff8500;
	height: 40px;
	margin-top: 10px;
}
#tab1 .tabList ul li{
	float: left;
	height: 40px;
	background: #f0f1f1;
	width: 100px;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	line-height: 40px;
	font-size:14px;
}

#tab1 .tabCon{
	position: relative;
	border-top:none;
	width:828px;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	height:auto;
}
#tab1 .tabCon div{
	padding:0px 20px 20px 20px;
	position: relative;
}
#tab1 .tabList li.cur{
	border-bottom:none;
	background:#ff8500;
	color:#fff;
}
#tab1 .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}

/*详细页右边内容*/

.taskbutxo {
background: rgb(255, 255, 255);
padding: 0 20px 0;
border: 1px solid rgb(239, 239, 239);
border-bottom: none;
}
.ritongji{
	text-align: center;
	padding-top: 25px; 
	background:#fff;
}
.ritongji span.brd {
border-right: 1px solid rgb(233, 233, 233);
}
.ritongji span {
display: inline-block;
height: 50px;
width: 105px;
text-align: center;
}
.ceb2 {
color:#f00;
}
.font20 {
font-size: 20px;
}
.jiaogao {
padding: 10px 0 0 24px;
background:#fff;
border-top: 1px solid #E9E9E9;
background: none repeat scroll 0% 0% #FFF;
}
.bdshare-button-style0-32{ margin-left:22px;}
/*我要报价*/
.litbutton{ height:150px; margin-bottom:10px;background:#fff;}
.button{ 
	width:65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	padding: 0px;
	float: left;
	color: #666;
	background: none repeat scroll 0% 0% #F4F4F4;
	white-space: nowrap;
	overflow: visible;
	cursor: pointer;
	text-decoration: none;
} 
.button:hover{ }



.success {
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
margin-right: 3px;
vertical-align: middle;
_vertical-align: -2px;
background: url(../images/ritobg.png) no-repeat left 1px;
}
.jiaogao .maibutton {
    margin-bottom: 10px;
}
.jiaogao .maibutton a.button.red {
    cursor: pointer;
}
.jiaogao .maibutton a.button {
    display: block;
    width: 180px;
    padding: 0px;
    line-height: 48px;
    height: 48px;
    font-size: 25px;
    font-family: "微软雅黑";
    text-align: center;
    cursor: text;
}
a.button.red, button.red {
    background: none repeat scroll 0% 0% #EC2828;
    color: #FFF;
    border: 1px solid #EC2828;
}

.borbox2 ul{ float:left; width:188px; height:170px; overflow:hidden;}
.borbox2 li{ padding:5px 0px;}

.borbox2 .ceb1{ color:#ff8500;}
.borbox2 a{ color:#282828;}


.xhe_nostyle{}
.input-prepend {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
	float:left;
}
input[type="text"], input[type="password"] {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #DFDFDF;
    padding: 4px 8px;
    vertical-align: middle;
	border-radius:0px;
	margin-left:-2px;
}
.input-intro{ float:left; width:500px; padding-left:10px; line-height:30px;}
.mi-pig-con{ float:left; w}
.jrwm_1{ width:1000px; float:left;}
.mi-pig-con textarea {
    width: 620px;
    height: 180px;
	border: 1px solid rgb(187, 187, 187);
	text-shadow: 0 1px 0 rgb(255, 255, 255);
	color:#929292;
	font-size:14px;
	font-family:微软雅黑;
	line-height:30px;
	padding:10px;
}
.tabCon img{ width:100px; height:100px;}
#tesed img{ width:64px; height:64px;}
#tar_newcomment {}
/*新加详细页样式*/
.add-on1 {
background-image: url(../images/money.png);
border: 1px solid rgb(187, 187, 187);
display: inline-block;
font-size: 12px;
font-weight: normal;
height: 19px;
line-height: 19px;
min-width: 16px;
padding: 4px 5px;
text-align: center;
text-shadow: 0 1px 0 rgb(255, 255, 255);
width: auto;
float: left;
border-radius: 4px 0px 4px 4px;
}
#tab1 .tabCon li.wrid1{ margin-left:110px;}
#tab1 .tabCon li.wrid1 h3{ height:30px; line-height:30px;}
#tab1 .tabCon li.wrid1 h3 a{ height:30px; line-height:30px; display:block; float:left; width:auto; color:#545454; font-size:16px;}
#tab1 .tabCon li.wrid1 h3 span{ width:20px; height:20px; display:block; float:left;}
#tab1 .tabCon li.wrid1 h3 span img{ width:20px; height:20px; margin:4px 0 0 5px;}
#tab1 .tabCon li.wrid2{ margin-left:110px;}
#tab1 .tabCon .tab1_nr2{ height:30px; line-height:30px; color:#F00; font-family:"微软雅黑"; font-size:12px; text-align:right;}
.bankuaixidd { width:100%; height:48px; margin-top:5px;}
.bankuaixidd button {
    display: block;
    width: 180px;
    line-height: 48px;
    height: 48px;
	padding: 0px;
	margin:0;
    font-size: 25px;
    font-family: "微软雅黑";
    text-align: center;
	float:none;
}
.tab1_nr4{ height:64px; margin-top:4px;}
.tab1_nr4 li.qizhongyigeli{ margin-left:75px;}
.tab1_nr4 li.qizhongyigeli span.c999{ height:20px; line-height:20px;}

.mi-yzm-box{ margin:226px 0 0 0;}
.mi-yzm-box li{ list-style:none;}
.mi-pig-tj{ padding:10px 0;}
.mi-pig-tit p{ padding:5px 0;}
.mi-yzm-box li strong{ width:68px; font-size:16px; margin-left:6px; letter-spacing:1px; float:left; height:28px; line-height:28px;}
.mi-yzm-box li span#seccode{}
.mi-yzm-box li span#seccode img{ width:80px;}
.mi-yzm-box li a{ color:#545454; margin:0 10px;}
.mi-yzm-box li input{ width:80px; float:left; margin-right:10px;}
.litbutton .button{ 
	width:85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	color: #666;
	border: 1px solid #DFDFDF;
	background: none repeat scroll 0% 0% #F4F4F4;
	white-space: nowrap;

	overflow: visible;
	cursor: pointer;
	text-decoration: none;
	border-radius: 2px;
	outline: medium none;
	transition: all 0.3s ease 0s;
}
.fl .small-butn{ border:none; background:#ff8500; width:110px; height:38px; line-height:38px; text-align:center; font-size:16px; font-family:微软雅黑; margin:10px 15px 0 0; color:#fff; font-weight:bolder;}
#tab1 .tabCon li.wrid1 .c999{ height:25px; line-height:25px;}
#tab1 .tabCon li.wrid1 .c999 .red{ margin-right:35px;}
#tab1 .tabCon li.wrid1 p{ height:20px; line-height:20px;}
#tab1 .tabCon li.wrid1 p a{ color:#ff8500;}
#tab1 .tabCon li.wrid2 p{ float:left; height:25px; line-height:25px; margin-right:30px;}

.tabCon ul{ margin:10px 0; border-bottom:1px dashed #ccc; position:relative;}
.tabCon ul li ul{ border-bottom:none;}
#tesed ul{ border:none;}
.tabCon ul li.tab1_nr1{ width:610px; float:left;}
.tabCon ul li.tab1_nr2{ width:140px; float:left;}

#tab1 .tabCon .workbar{ position:absolute; width:140px; padding:0; top:0; right:0;}
.workbar .mb_10 a{ border:1px solid #dfdfdf; background:#f4f4f4; padding:5px 10px; color:#545454; font-size:12px;}
#tab1 .tabCon .tab1_nr2 a.button{ padding:0px 10px; background:#fafafa; border:1px solid #e9e9e9; color:#545454; width:auto; height:25px; line-height:25px; margin:5px 5px 5px 0;}
#tab1 .tabCon .tab1_nr2 p{ width:100%; height:30px; line-height:30px; text-align:left; position:absolute; left:612px; top:85px;}
#tesed div{ padding:0; opacity:1; filter:alpha(opacity=1);}

.ningyigecui{}
.ningyigecui ul{ border:none;}
.ningyigecui ul .button{ float:right; background:#ff8500; box-shadow:2px 2px 2px #ff8500; border:1px solid #ff8500; padding:0px 10px; margin:10px 0; font-family:"微软雅黑"; font-size:12px; text-align:center; color:#ffffff; height:30px; line-height:30px; width:80px;}
.ningyigecui ul.tab1_nr4 img{ width:50px; height:50px;}
.ningyigecui ul.tab1_nr3 li .texare{ width:99%; height:68px; box-shadow:2px 2px 2px #efefef;}
.ningyigecui ul.tab1_nr3 img{ width:75px; height:75px; margin-right:20px;}
.ningyigecui ul.tab1_nr4{ border-bottom:1px dashed #ccc;}

.tab1_nr4 li.qizhongyigeli span.c999 a{ margin:0 10px 0 0; color:#545454; font-size:14px;}
#tab1 .tabCon li.wrid1 .c999 b{ color:#ff8500;}