/*原型开发公用的css文件*/
body {
	padding-top: 0px;
	font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', 宋体, sans-serif;
	color: #4e5051;
	background: #f5f5fb;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', 宋体, sans-serif;
}
table{
	font-size: 14px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	float: left;
}
a{
	cursor: pointer;
}
.overflow-hidden{
	overflow: hidden;
	height: 100%;
}
.font-size-20{
	font-size: 20px;
}
.font-size-16{
	font-size: 16px;
}
.font-size-12{
	font-size: 12px;
	font-family: tahoma, arial, 'Hiragino Sans GB', 宋体, sans-serif;
}
.font-size-10{
	font-size: 10px;
}
.cursor-pointer{
	cursor: pointer;
}
/* 自定义按钮宽度 */
.btn-btn-md{
	width: 105px;
	height: 41px;
	font-weight: bold;
}
.qfw-btn{
	width: 195px;
	height: 41px;
	font-weight: bold;
}
.qfw-btn font,.btn-btn-md font{
	margin-left: 20px;
	margin-right: 20px;
}
.text-bold{
	font-weight:700;
}
.text-small{
	font-size:12px;
}
.a-com-active {
	background-color: #dd4814;
}

.padding-r-0 {
	padding-right: 0px !important;
}
.u-overflow{
	word-break: break-all;
}
.a-content {
	width: 1200px;
	padding: 0px;
	margin: 0px auto 10px;
}
.a-index{
	margin-top:0px;
}
.a-content .a-c-left,.a-content .a-c-right{
	display: inline-block;
	vertical-align: top;
}

.a-content .a-c-left{
	width: 940px;
}

.a-content .a-c-right{
	width: 250px;
	float: right;
}

.border-0 {
	border-width: 0px !important;
}

.border-t-0 {
	border-top-width: 0px !important;
}

.border-b-0 {
	border-bottom-width: 0px !important;
}

.border-l-0 {
	border-left-width: 0px !important;
}

.border-r-0 {
	border-right-width: 0px !important;
}

.z-index-max {
	z-index: 99999999 !important;
}
.defaultHeadImg{
	background-color: #E5E5E3;
	padding: 5px;
}

/*边框*/
.a-border-new{
	border:1px solid #E5E6E9 !important;
}
.a-border {
	border: 1px solid #e5e6e9 !important;
}

.a-border-l {
	border-left: 1px solid #e5e6e9 !important;
}

.a-border-r {
	border-right: 1px solid #e5e6e9 !important;
}

.a-border-t {
	border-top: 1px solid #e5e6e9 !important;
}

.a-border-b {
	border-bottom: 1px solid #e5e6e9 !important;
}

.a-border-t-only {
	border-radius: 0px !important;
	border: none !important;
	border-top: 1px solid #e5e6e9 !important;
	box-shadow: none !important;
}
/*新样式*/
.btn-primary-new{
	
	border:1px  solid #FF5A5F;	
	height:32px;
	vertical-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:600;
	padding:0 ;
	background-color:#FF5A5F ;
}
/*返回顶部*/
.a-backTop{
	height: 40px;
	line-height: 40px;
	position: fixed;
  	bottom: 0px;
  	right: 10px;
	cursor: pointer;
	z-index: 1;
}
.a-backTop>img{
	width: 30px;
	height: 30px;
}
/*二级详情页*/
.a-twostage {
	padding: 30px;
	border: 1px solid #ddd;
}
/*一个圆点*/
.a-dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #FF5A5F;
}
/*一条线*/
.a-line {
	background-color: #ddd;
	height: 1px;
}
/*margin*/
.margin-l--15{
	margin-left: -15px !important;
}

.margin-0 {
	margin: 0px !important;
}

.margin-l-5 {
	margin-left: 5px !important;
}

.margin-r-5 {
	margin-right: 5px !important;
}

.margin-t-5 {
	margin-top: 5px !important;
}

.margin-b-5 {
	margin-bottom: 5px !important;
}

.margin-lr-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.margin-l-10 {
	margin-left: 10px !important;
}

.margin-t-10 {
	margin-top: 10px !important;
}

.margin-r-10 {
	margin-right: 10px !important;
}

.margin-b-10 {
	margin-bottom: 10px !important;
}

.margin-t-15 {
	margin-top: 15px !important;
}

.margin-l-15 {
	margin-left: 15px !important;
}

.margin-r-15 {
	margin-right: 15px !important;
}

.margin-lr-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.margin-tl-15 {
	margin-top: 15px !important;
	margin-left: 15px !important;
}

.margin-tb-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.margin-15 {
	margin: 15px !important;
}

.margin-t-20 {
	margin-top: 20px !important;
}

.margin-b-20 {
	margin-bottom: 20px !important;
}

.margin-tb-20 {
	margin-top: 20 !important;
	margin-bottom: 20 !important;
}

.margin-tb-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.margin-lr-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
/*padding*/
.padding-0{
	padding: 0px !important;
}
.padding-b-0{
	padding-bottom: 0px !important;
}
.padding-lr-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.padding-t-10 {
	padding-top: 10px !important;
}
.padding-r-10 {
	padding-right: 10px !important;
}
.padding-15 {
	padding: 15px !important;
}
.padding-l-20 {
	padding-left: 20px !important;
}
.padding-t-20 {
	padding-top: 20px !important;
}
.padding-20 {
	padding: 20px !important;
}
.padding-lr-20 {
	padding: 0px 20px !important;
}
/*登录提醒css*/
.m-logintip{
	width: 460px;
    height: 160px;
    background: #F7F8FA;
    margin-left: 34px;
    padding: 35px 16px 16px 16px;
    clear: both;
}
.m-logintip li{
	margin-bottom:15px;
}
.u-guide{
	font-size: 16px;
	padding: 0 0 10px 35px;
	margin-top: 40px;
	clear:both;
	color:black;
}
.u-tipsok{
	margin: 20px 0 20px 45px;
	background:url('/images/right_radius.png') no-repeat;
	min-height: 48px;
}
.u-tipsok h3{
	padding-top: 26px;
    margin: -20px 0 10 50px;
	word-break: break-all;
	display: inline-block;
}
/*强制换行*/
.a-wrap{
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
}
/*二级页标题*/
.a-twostage-title {
	font-weight: 700;
	font-size: 24px;
	color: #666;
	margin-bottom: 10px;
}
/*头部样式*/
.d-service-price{
	background-color:#FBF0F1;
	height: 65px;
    	padding-top: 15px;
	margin:20px 0 20px 0;
}
.a-header {
	box-shadow: 0px 2px 2px #F4F4F4;
	margin-bottom: 15px;
}

.a-header table {
	max-width: 1200px;
	padding: 0px 5px;
	margin: auto;
}

.a-header td {
	position: relative;
	height: 70px;
	line-height: 70px;
}

.a-header .a-h-logo{
	padding-right: 25px;
}

.a-header .a-h-logo img{
	width: 156px;
    height: 55px;
    margin-top: 7.5px;
}

.a-header .a-h-nav {
	width: 60%;
	font-size: 16px;
	padding-right: 15px;
}

.a-header .a-h-nav li {
	width: 16.66%;
}

.a-header .a-h-nav li>a {
	text-decoration: none;
}

.a-header .a-com-active a {
	color: #FFFFFF;
}

.a-header .a-h-search {
	width: 30%;
	padding-right: 15px;
}


.a-header .a-h-search form{
	height: 40px;
  	margin-top: 17px;
}

.a-header .a-h-search.a-com-focus{
	padding-right: 1px;
}

.a-header .a-h-search .input-group{
	width: 100%;
	height: inherit;
}

.a-header .a-h-search .dropdown-toggle{
	background-color: #EEF1F2 !important;
	border: 2px #dd4814 solid !important;
	box-shadow: none;
	border-right-width: 0px !important;
	color: #333333 !important;
}

.a-header .a-h-search .dropdown-menu{
	min-width: 75px;
	padding: 0px;
	margin-top: -15px;
}

.a-header .a-h-search [type="text"] {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border: 2px #dd4814 solid;
	box-shadow: none;
	padding-right: 25px;
	height: 36px;
	border-left-width: 0px;
}

.a-header .a-h-search i {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	font-size: 14px;
	margin-top: -7px;
}

.a-header .a-h-search i:hover{
	color: #dd4814;
}

.a-header .loginStatus{
	width: 15%;
	font-size: 14px;
}

.loginStatus{
	position: relative;
}

.loginStatus>a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.loginStatus .badge {
	background-color: #dd4814;
	margin-left: 10px;
	font-weight: normal;
}

.loginStatus>.badge {
	position: absolute;
  	right: 15px;
  	top: 15px;
}

.loginStatus li {
	width: 100%;
}

.loginStatus .popover-content {
	padding: 0px;
}

.loginStatus li a {
	display: block;
	padding: 5px 20px;
	color: #333;
	white-space: nowrap;
}

.loginStatus .popover {
	padding: 0px;
}

.loginStatus li a:hover {
	background-color: #dd4814;
	text-decoration: none;
	color: #fff;
}

.loginStatus .dropdown-menu {
	min-width: 100px;
	left: -90px;
	top: 15px;
}

.loginStatus .dropdown-menu>li>a {
	padding-right: 10px;
	padding-left: 10px;
}

/*页面中间左右布局样式*/
.a-com-ul-fbxq {
	width:250px;
	height:280px;
	background-color:#FFF;
	margin:2px;
	text-align:center;
}

.a-com-ul-fbxq li {
	width: 100%;
	line-height: 40px;
}

.a-com-ul-fbxq .a-com-first {
	color: #ffffff;
	font-size: 17px;
	background-color: #dd4814;
	margin-bottom: 15px;
}

.a-com-ul-fbxq .a-com-step>a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url("/images/u241.png");
	margin: 10px 15px 10px 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	color: inherit;
	text-decoration: none;
	cursor: auto;
}

.a-com-ul-fbxq button {
	width: 80%;
}

.a-c-right>.a-com-title {
	border-left: 3px solid #FF5A5F;
	width: 250px;
	height: 45px;
	margin:0px 0 10px 0px;
	line-height: 45px;
	padding-left: 20px;
	background: #FFF;
	font-weight: bold;
	color: #4E5051 !important;
	
}

.a-c-right>div>.a-com-ul-block {
	margin-bottom: 15px;
}
.a-c-right>div>.a-com-ul-block:last-child {
	margin-bottom: 0px;
}
/*类似热门需求的ul*/
.a-com-ul-block {
	font-size: 12px;
	float: left;
	padding-bottom: 10px;
}
.a-com-ul-block .a-com-first{
	height: 230px;
	display: table;
	text-align: center;
}
.a-com-ul-block .a-com-first a{
	display: table-cell;
}
.a-com-ul-block .a-com-first-one{
	height: 160px;
}
.a-com-ul-block li {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}

.a-com-ul-block img {
	max-width: 250px;
  	max-height: 250px;
}
.a-com-ul-block  .a-com-title {
	font-size: 14px;
	height: 20px;
}
.a-com-ul-block  .a-com-title  a{
	color:#FFF;
}

.a-com-ul-block .a-com-title>div {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.a-com-ul-block .a-com-name>i {
	cursor: pointer;
}

.a-com-ul-block .a-com-name {
	color: #A0A0A0;
	height: 20px;
	padding-right: 10px;
}

.a-com-ul-block .a-com-name>div {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: inherit;
}

.a-com-ul-block .a-com-last {
	padding-left: 10px;
}

.a-com-ul-block .a-com-last font {
	margin-left: 5px;
	margin-right: 10px;
}

.a-com-ul-block .a-com-last span {
	padding: 2px 5px;
	color: #ffffff;
}
.bdsharebuttonbox{
	float: left;
	margin: -5 0 0 15px;
	display: none;
}
/*类似预约管理、需求管理的列表*/
.a-table td {
	position: relative;
	border-top-width: 0px !important;
	line-height: 50px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	vertical-align: middle !important;
	white-space: nowrap;
}

.a-table .a-table-fold{
	line-height: 30px !important;
	color: #666;
	cursor: pointer;
	background-color: #f7f6f4;
}

.a-table .a-table-fold>span{
	display: block;
}

.a-table .a-table-fold-show{
	height: 60px !important;
}

.a-table .a-table-fold i{
	margin-left: 5px;
	vertical-align: middle;
	font-size: 12px;
}

.a-table td>div {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 50px;
}

.a-table tr:first-child>td {
	background-color: #FBF0F1;
	line-height: 40px !important;
	color: #FF5A5F;
}

.a-table .a-table-operation a{
	color: #ffffff;
	text-decoration: none;
}

.a-table .a-table {
	width: 90%;
	margin: auto;
}

/*收藏、分享、举报*/
.a-twostage-toolbar {
	line-height: 40px;
}

.a-twostage-toolbar img {
	vertical-align: sub;
}

.a-twostage-toolbar span {
	margin-right: 20px;
}
/*投标中、选标中、圆满结束、接受、拒绝等状态*/
[class*="a-bg-"] {
	padding: 2px 5px;
	color: #ffffff;
	font-size: 12px;
}

.a-bg-blue {
	background-color: #3399FF;
}

.a-bg-green {
	background-color: #009900;
}

.a-bg-red {
	background-color: #D03102;
}

.a-bg-gray {
	background-color: #aea79f;
}


/*首页css-start*/
.a-index .a-com-ul-block .a-com-name i {
	color: #dd4814;
	cursor: pointer;
}

.a-index .row {
	margin-left: 0px;
	margin-right: 0px;
}

.a-index>div {
	margin-bottom: 10px;
}

.a-index-head {
	height: 462px;
}

.a-index-head>div {
	height: inherit;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.a-index-head .a-i-h-left {
	width: 200px;
}

.a-index-head .a-i-h-left>div {
	font-weight: bold;
	color: #ffffff;
	background-color: #ae3910;
	line-height: 40px;
	padding-left: 12px;
}

.a-index-head .a-i-h-left>ul {
	background-color: #dd4814;
	float: left;
	padding-left: 2px;
	padding-bottom: 2px;
}

.a-index-head .a-i-h-left>ul>li {
	width: 100%;
	color: #ffffff;
	line-height: 30px;
}

.a-index-head .a-i-h-left img {
	width: 20px;
	height: 20px;
	margin: 0px 5px;
}

.a-index-head .a-hover {
	background-color: #f7f6f4;
	color: #dd4814 !important;
}

.a-index-head .a-hover img{
	background-color: #dd4814;
}

.a-index-head .a-i-h-middle {
    padding-left: 10px;
	position: relative;
    width: 685px;
}

.a-index-head .a-i-h-middle div, .a-index-head .a-i-h-middle .carousel.slide img
	{
	width: 100%;
	height: inherit;
}

.a-index-head .a-i-h-middle>ul {
	float: left;
	background-color: #f7f6f4;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-left: 15px;
	padding-top: 10px;
}

.a-index-head .a-i-h-middle .a-parent {
	margin-bottom: 5px;
	font-weight: bold;
}

.a-index-head .a-i-h-middle>ul>li {
	width: 100%;
	margin-bottom: 20px;
}

.a-index-head .a-i-h-middle>ul>li>a, .a-index-head .a-i-h-middle>ul>li>span
	{
	display: inline-block;
	font-size: 13px;
}

.a-index-head .a-i-h-middle>ul>li>span {
	margin-right: 10px;
	margin-left: 5px;
	height: 12px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #B3B3B3;
	vertical-align: middle;
}

.a-index-head .a-i-h-right {
	padding-left: 10px;
	width: 305px;
}

.a-index-want {
	height: 220px;
	border: 1px solid #ddd;
}

.a-index-want li.a-com-last{
	padding: 10px 0px 0px 15px;
}

.a-index-want div{
	display: inline-block;
	text-align: center;
	width: 86px;
	cursor: pointer;
}

.a-index-want .a-com-two{
	margin: 0px 5px 20px 5px;
}

.a-index-want .a-com-five{
	margin-left: 5px;
	margin-right: 5px;
}

.a-index-want img{
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.a-index-want li{
	width: 100%;
}

.a-index-head .a-i-h-right ul {
	float: left;
	border: 1px solid #ddd;
	width: 100%;
}

.a-index .a-index-fwxq{
	padding: 0px !important;
	margin-bottom: 13px;
}

.a-index .a-index-fwxq a{
	width: 115px;
}

.a-index .a-index-fwxq .a-com-first{
	background-color: #F15A5A;
	border-color: #F15A5A;
}

.a-index .a-index-fwxq .a-com-last{
	background-color: #38444E;
	border-color: #38444E;
}

.a-index .a-index-fwxq li {
	height: 70px;
	line-height: 70px;
	width: 100%;
}

.a-index-hd{
	position: relative;
	clear: both;
}

.a-index-hd>b{
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
	padding-left:10px;
}
.a-index-hd img{
	width: 305px;
	height: 130px;
}
.a-index-head .a-i-h-right .a-com-title {
	height: 40px;
	line-height: 40px;
}

.a-index-head .a-i-h-right .a-com-title b{
	font-size: 16px;
}

.a-index .a-panel>.a-com-title {
	color: #999999;
}

.a-index .a-panel .a-com-title font {
	font-size: 24px;
	margin-right: 20px;
}

.a-index .a-panel .a-com-title font a{
	color: #dd4814;
}

.a-index .a-panel .a-com-title font a:hover{
	color: #ae3910;
}

.a-index .panel {
	border-radius: 0px;
	background-color: #f7f6f4;
}

.a-index .a-cols [class*="col-"] {
	padding: 0px !important;
}

.a-com-ul-block {
	width: 250px;
}
.a-com-ul-blocknew {
	margin-left:1px;
}

.a-com-ul-blocknew .a-com-second{
	border-top: 3px solid #FF5A5F;
	position: relative;
	width: 249px;
	padding: 12px 0 0 10px;
	height: 67px;
	bottom: 66px;
	background-image: url(/images/us46.png);
}
.a-index .a-transverse-advert {
	height: 90px;
}

.a-index .a-transverse-advert img {
	width: 100%;
	height: 100%;
}

.a-index .a-qysq-banner {
	line-height: 50px;
	font-weight: 700;
}

.a-index .a-qysq-banner span {
	font-size: 32px;
	margin-right: 10px;
}

.a-index .a-qysq-banner font {
	font-size: 14px;
	color: #666;
	vertical-align: top;
}

.a-index .a-xwzx ul {
	background-color: #F2F2F2;
}

.a-index .a-xwzx ul .a-com-title,.a-index .a-xwzx ul .a-com-content,.a-index .a-xwzx ul .a-com-date {
	padding: 0px 10px;
}

.a-index .a-xwzx .a-com-title {
	height: auto;
}

.a-index .a-xwzx .a-com-content {
	color: #999999;
}

.a-index .a-qysq img {
	width: 210px;
	height: 120px;
	border: 1px solid #ddd;
	padding: 1px
}

.a-index .a-rmfw-nav {
	border: 1px solid #ddd;
}

.a-index .a-rmfw-nav>div {
	border-right: 1px solid #ddd;
	height: inherit;
}

.a-index .a-rmfw-nav img {
	width: 110px;
	height: 110px;
	margin: 15px 10px;
}

.a-index .a-rmfw-nav>div>span {
	height: 60px;
	position: absolute;
	left: 130px;
	top: 40px;
}

.a-index .a-rmfw-nav>div>span>div {
	line-height: 30px;
	font-size: 12px;
}

.a-index .a-rmfw-nav .a-com-last a {
	margin-left: 10px;
}

.a-index .a-rmfw-nav .a-com-first {
	font-size: 14px;
	font-weight: bold;
}

.a-index .a-rmfw-nav .a-com-first a {
	display: inline-block;
	width: 3px;
	height: 14px;
	background-color: #dd4814;
	margin-right: 5px;
}
/*首页css-end*/
/*服务预约原型css-start*/
 .b-menu{
	display: none;
	z-index: 5;
	line-height: 34px;
	position: absolute;
	top: 45px;
	left: 0px;
	background: #FFF;
	width: 105px;
	border: 1px solid #e5e6e9;
	height: 70px;
	border-radius: 4px;
}
 .b-menu div{
	height:35px;
	width:104px;
	text-align:center;
	cursor:pointer;
}
.b-bubble{
	display:none;
	position: absolute;
	top: 35px;
	z-index: 6;
	left: 68px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent  transparent  #e5e6e9;
	font-size: 0;
	line-height: 0;
}
.b-bubble-outer{
	display:none;
	border-color: transparent  transparent  #FFF;
	top: 36px;
}
.typename span{
	background:none !important;
}
.b-menu div:hover{
	color:#FFF;
	background:#FF5A5F;
}
.a-servicedetail .a-border{
	border:none;
}
.a-servicedetail .container {
	background-color: #FFF;
	padding:30px 0 25px 60px;	
	width: 100%;
}
.a-servicedetail .pull-left{
	margin-top:-10px;
}
.a-servicedetail .preview {
	float: none;
	text-align: center;
	width: 500px;
}

.a-servicedetail .preview .spec-n5 {
	width: inherit;
	float: left
}

.a-servicedetail .zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.a-servicedetail .list-h li {
	float: left;
}

.a-servicedetail .spec-list ul li {
	text-align: left;
	display: inline;
	width: 60px;
}

.a-servicedetail .spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}
/*jqzoom*/
.a-servicedetail .jqzoom {
	width: 250px;
	height: 250px;
	position: relative;
	padding: 0;
}

.a-servicedetail .jqzoom>img{
	background-color: #e4e4e4;
}

.a-servicedetail .zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.a-servicedetail .bigimg {
	width: 800px;
	height: 800px;
}

.a-servicedetail .jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity = 50);
	cursor: move;
}

.a-servicedetail .rad {
	margin-right: 20px;
	font-size: 14px;
}

.a-servicedetail .dspan {
	color: #999;
}

.a-servicedetail .fontone {
	font-size: 13px;
	color: #333333;
}

.a-servicedetail .fonttwo {
	font-size: 12px;
	color: #333333;
}

.a-servicedetail .form-group span {
	color: #999999;
	font-size: 13px;
}
.graystar1 {
	background: url(/images/startgray.png) no-repeat 0 0;
	width: 127px;
	height: 10px;
	margin-top: 0px;
}

.greenstar1 {
	background: url(/images/starred.png) no-repeat 0 0;
	height: 10px;
	margin-top: -5px;
	background-position: 0px -1px;
	width: 34%;
}
.a-servicedetail .gray-star {
	background: url(/images/u019.png) no-repeat 0 0;
	width: 127px;
	height: 30px;
	margin-left: 10px;
	margin-top: 0px;
}

.a-servicedetail .green-star {
	background: url(/images/u054.png) no-repeat 0 0;
	height: 30px;
	margin-top: -5px;
	background-position: 0px -1px;
	width: 34%;
}

.a-servicedetail .d_service_main{
	margin-left: 61px;
}

.a-servicedetail .d_service_star {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.a-servicedetail .d_service_app {
	margin-left: 130px;
	margin-top: -25px;
	margin-bottom: 12px;
}
.a-servicedetail .d_service_app .margin-lr-15{
	color:#FF5A5F;
}	
.a-servicedetail .d_service_app span {
	color: #333333;
}

.a-servicedetail .d_service_quote{
	color: #aea79f;
	font-size: 23px;
	padding: 0 0 10px 0;
	float:left;
}

.a-servicedetail .d_service_quote{
	margin: 7px 10px 0 10px;
	padding-left:10px;
	font-size:16px;
	font-weight:600;
}
.a-servicedetail .d_service_quote .fix{
	color:#A0A0A0;
}
.a-servicedetail .d_service_quote .var{
	color:#FF5A5F;
	margin-left:20px;
}


.a-servicedetail .d_submit {
	margin-bottom: 10px;
	width: 240px;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
}

.a-servicedetail .d_fwfl {
	background-color: #F6F8FA;
	height: 40px;
}

.a-servicedetail .d_fwfl a {
	float: left;
	display: block;
	border-right: 1px solid #FFF;
	min-width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	    border-radius: 0;
}

.a-servicedetail .d_fwfl>a:hover {
	color: #aea79f;
}

.a-servicedetail .d_fwfl>a:active {
	box-shadow: none;
}

.a-servicedetail .btnactive {
	background-color: #FFFFFF !important;
	color: #dd4814 !important;
}

.a-servicedetail .gray-star1 {
	background: url(/images/u019.png) no-repeat 0 0;
	width: 127px;
	height: 30px;
	margin-left: 70px;
	margin-top: -25px;
}

.a-servicedetail .green-star1 {
	background: url(/images/u054.png) no-repeat 0 0;
	width: 34%;
	height: 30px;
	margin-top: -5px;
	background-position: 0px -1px;
}

.a-servicedetail .d_service_app1 {
	margin-left: 200px;
	margin-top: -25px;
}

.a-servicedetail .d_star_f {
	margin-top: 10px;
	height: 40px;
	background-color: #FBF0F1;
	padding: 10px;
	margin-left: 4px;
}

.a-servicedetail .d_star_f input {
	height: 12px;
}

.a-servicedetail .d_pjlb {
	font-size: 12px;
	word-wrap: break-word;
}
.a-servicedetail .pson{
	border-bottom: 1px solid #f7f6f4;
	padding: 20px 0px 20px 10px;
	clear: both;
	float: left;
}
.a-servicedetail .d_pjlb div.first {
	float: left;
}
.a-servicedetail textarea {
	width: 100%;
}

.a-servicedetail .d_pjlb_zj {
	clear:both;
	margin-top: 10px;
	background-color: #f7f6f4;
	padding: 5px;
    word-wrap: break-word;
	margin-left:104px;
}

.a-servicedetail .d_service_jl {
	background-color: #f7f6f4;
	height: 35px;
	margin: 20px -10px 0px 0px;
	line-height: 35px;
	word-wrap: break-word;
}

.a-servicedetail .d_liebiao {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 32px;
}

.a-servicedetail .d_liebiao tr td:first-child {
	text-align: center;
	padding-left: 22px;
}

.a-servicedetail .d_liebiao tr td:nth-child(2) {
	padding-left: 52px;
}

.a-servicedetail .d_tck_n {
	font-size: 14px;
	color: #999999;
	padding: 10px;
	padding-left:20px;
}

.a-servicedetail .d_tck_fw {
	font-size: 16px;
	color: #1E1E1E;
	padding: 10px;
	padding-top: 0px;
	padding-left: 12px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	margin-bottom:30px;
}

.a-servicedetail .d_tck_fw span {
	font-size: 13px;
}

.a-servicedetail .d_tck_fat {
	padding: 20px;
	margin-top: 10px;
}

.a-servicedetail .d_tck_fat .Validform_checktip {
	color: rgb(151, 49, 14);
	font-weight: normal;
}

.a-servicedetail .d_tck_fat .form-group>span>span{
	color: #D03102;
	margin-right: 5px;
}

style="color:#D03102;margin-right:5px;"

.a-servicedetail #no_reg{ 
	margin-bottom:100px; 
	margin-top:50px;
}
.a-servicedetail #yanzm{
    font-weight: 400;
    line-height: 1;
}
/*服务预约原型css-end*/
/*服务市场列表css-start*/
.s-notfound{
	font-size:13px;
	color:#666;
}
.a-servicelist{
	margin:0px auto;
	padding:20px 0 0 0;
	display:block;
}
.a-servicelist .d_service_span {
	margin-right: 15px;
}


.a-servicelist .sel {
	width: 20%;
	min-width: 80px;
	max-width: 180px;
	height: 30px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
}

.a-servicelist .d_group {
    margin:7px 20px 15px 2px;
    border-bottom: 1px solid #ddd;
    height: 119px;
}

.a-servicelist .d_style {
	display: inline-block;
}

.a-servicelist .d_fuwu {
	vertical-align: top
}

.a-servicelist .d_style1 {
	display: inline-block;
	width: 80%;
}

.a-servicelist .d_style_hylb {
	display: inline-block;
}

.a-servicelist .d_more {
	float: right;
	color: #aea79;
}

.a-servicelist .d_tj {
	margin:-3px 0 0 0 ;
	height: 45px;
	background-color: #F6F8FA;
}

.a-servicelist .d_zhpx,.a-servicelist .d_rq{
	float:left;
	height: 45px;
	padding: 10px 20px;
	width:112px;
	font-size: 13px;
	text-align:center;

}

.a-servicelist .d_zhpx {
	background-color: #FFFFFF;
	color: #FF5A5F;
	width:112px;
	border-top:3px solid #FF5A5F;
	border-left:0px !important;
	border-right:0px;
}

.a-servicelist .d_rq {
	line-height:28px;
	color: #666;
	font-weight:200;
	border-right:1px solid #fff;
}

.a-servicelist .d_rq a{
	text-decoration: none;
}

.a-servicelist .d_rq .dropdown-toggle {
	box-shadow: none;
}

.a-servicelist .d_rq .dropdown-menu {
	min-width: 100px;
	padding: 0px;
}

.a-servicelist .d_img {
	height: 92px;
	width: 100px;
}

.a-servicelist .d_col_span {
	font-size: 12px;
}

.a-servicelist .less {
	height: 20px;
	overflow: hidden;
}

.a-servicelist .d_style_hylb ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.a-servicelist .d_style_hylb ul li {
	display: inline-block;
	margin-right: 14px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	margin-top: -4px;
}

 .u-key a:hover,.u-key li:hover{
	color: #dd4814;
	text-decoration:none;
}
.d_tj{
	padding:0 0 0 20px;
	font-size:14px;
	font-weight:600;
}
.d_tj div{
	cursor:pointer;
}
.u-secondsort{
    width: 79%;
	vertical-align:top;
	margin-bottom:10px;
	
}
.u-secondsort a{
	display:block;
	margin-right:40px;
	margin-bottom:10px;
	float:left;
	color:#666;
}
.g-comment{
	height:25px;
	margin:10px 0 10px 0;
}
.g-comment .strong{
	margin-top: 3px;
}
.g-comment textarea{
	width: 90%;
}
.m-comment{
	margin-top:-4px;
}
.m-comment li a{
	display:block;
	height:26px;
	width:25px;
	background:url('/images/u019.png');
	background-position:25px;
}
.m-comment li a.u-green{
	background:url('/images/u054.png');
	background-position:26px;
	margin-bottom:2px;
}
/*服务市场列表css-end*/
/*发布需求、查看单个需求css-start*/
.g-process div.u-title {
	display: block;
	height: 45px;
	font-weight: 700;
	font-size: 18px;
	background: #F6F8FA;
}
.g-process div.u-title div{
	border-top: 3px solid #FF5A5F;
	width: 120px;
	height: 45px;
	line-height: 42px;
	margin-left: 40px;
	text-align: center;
	background: #FFF;
	font-size: 13px;
}
/*服务市场列表 进度条*/
.g-process {
	width: 100%;
	height: 145px;
}
.g-process .m-process{
    height: 60px;
    overflow: hidden;
    z-index: 999;
    position: absolute;
    margin-left:25px;
}
.g-brace {
	height: 25px;
}

.g-process .m-process li {
	display: block;
	width: 219px;
	line-height: 30px;
	
}

.m-process li.check .u-icon {
	background:#FF5A5F;
}

.u-text, .u-icon {
	display: block;
	text-align: center;
	color: #999;
}

.u-icon {
	display: block;
	width: 30px;
	height: 30px;
	background: #E1E4E9;
	color: #FFF;
	border-radius: 30px;
	text-align: center;
	margin-left: 94px;
}

.u-processbar{
	height: 13px;
	width: 650px;
	background: #E1E4E9;
	position: relative;
	z-index: 998;
	top: 9px;
	left: 142px;
}

.u-icon-check {
	color: #fff;
	background: url('/images/p_check.png') no-repeat 95px 0px;
}

.u-notice {
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
	padding-left: 20px;
	color: #fff;
	margin: 20px 45px 20px 45px;
	background-color: #FAF5DF;
	color: #4E5051;
	text-align: center;
	border: 1px solid #F5DC99;
}
.m-detailintroduction{
	background:#FFF;
}
.f-d.u-overflow img,.m-detailintroduction img{
	max-width:100%;
}
/*服务市场列表 左侧*/
.u-picview{
	border:1px solid #d1d1d1;
	margin-left:5px;
}

.g-typelist {
	width: 95%;
	height: 543px;
	margin-left: 45px;
	max-width: 850px;
}

.g-typelist  .m-typelist {
	float: left;
	width: 25%;
}

.m-typelist li {
	display: block;
    overflow-y: hidden;	
	height: 38px;
	line-height: 38px;
	border-right: 2px solid #FF5A5F;
	border-left: 1px solid #E5E6E9;
	text-indent: 20.0pt;
	color: #666;
	float:none;
}

.m-typelist li.u-zw {
	border-top:1px solid #E5E6E9;
	background:#F7F8FA;
	height: 45px;
	line-height:45px;
	padding-left:35px;
	font-weight:600;
}

.m-typelist li span {
	float: right;
	display: block;
	width: 20px;
	height: 34px;
	margin-right: 38px;
	background: url('/images/icon_right.png') no-repeat right;
}

.m-typelist .focus {
	border:2px solid #FF5A5F;
	border-right: none;
}

.m-logintips {
	position: absolute;
	margin-left: 160px;
	margin-top:9px;
	 color: #666666;
    font-size: 13px;
	font-weight:bold;
}
.m-logintips a{
	color:#dd4814;
	text-decoration:underline;
}
.m-uploadimg{
	width:84px;
	height:84px;
	background:url("/images/upload.png");
}
.m-uploadbtn{
	width: 84px !important;
	height: 84px !important;
	padding: 8px;
	margin-top: -84px;
	line-height: 60px !important;
}
.m-uploadbtn:hover{
	color: #FFFFFF;
	background:#000;
	filter:alpha(opacity=20);  /* ie 有效*/
	-moz-opacity:0.2; /* Firefox  有效*/
	opacity: 0.2; /* 通用，其他浏览器  有效*/
}
/*服务样式编辑*/
.f-content table {
    width: 100% !important;
}
/*服务市场列表 详细分类*/
.g-detail{
	display: none;
	float:left;
	width:75%;
	height:539px;
	border:2px solid #FF5A5F;
	border-left:none;
}

.z-show {
	display: block !important;
}

.g-detail .m-detail {
	width: 100%;
	clear: both;
	padding: 0 20 9px 30px;
}
.g-detail .m-detail .line {
	height: 17px;
	clear: both;
	border-bottom: 1px dashed #A0A0A0;
	width: 95%;
}

.m-detail a{
	display:block;
	float:left;
	margin:0 10px 5px 0;
}
.g-detail span.u-line{
	display:block;
	height:1px;
	width:100%;
	border-bottom: 1px solid #CBCBCB;
}

.g-detail p.u-title {
	margin: 18px 0 10px 0;
	font-weight: 700;
	color: #dd4814;
}
/*描述需求*/
.g-demand {
	width: 100%;
	padding: 15 0 0 125px;
}

.g-demand form label {
	text-align: left !important;
	color: #666666;
	font-size: 13px;
}

/*新热门需求*/
#hotDemand ul.a-com-ul-block{
	height:371px;
}
#hotDemand li.a-com-second ul{
	height:141px;
	background:#fff;
	
}
#hotDemand li.a-com-first{
	margin-bottom:0px;
}
#hotDemand li.a-com-title a{
	color:#3B4453;
	font-size:16px;
}
/*看单个需求页面*/
.g-detailhead {
	height: 38px;
}

.m-contact small {
	margin: 0 10px 0 0;
	font-size: 14px;
}

.m-others {
	line-height: 38px;
	margin: 0 22px 0 0;
}

.m-others span {
	display: block;
	float: left;
	height: 17px;
	margin: 0 22px 0 0;
}

.m-others img {
	margin: 0 0 6px 0;
}

.m-demanddetail {
	clear: both;
	width: 465px;
}
.m-demanddetail th{
	text-align:center;
}
.m-demanddetail td {
	height: 30px;
}

.m-demanddetail th.u-w1 {
	width: 70px;
	font-weight: 700;
}

.m-demanddetail th.u-w2 {
	width: 90px;
	font-weight: 700;
}

.m-task, .m-demanddetail {
	font-size: 14px;
}

.m-task  {
	width: 100%;
}

.m-task th {
	width: 90px;
}

.m-task td {
	padding: 5px 0 0 0;
	font-size: 13px;
}
/*投标页面*/
.g-modal-body .u-font {
	font-size: 16px;
	color: #666;
}

.g-tbform {
	margin: 20px -20px 0 -20px;
	border-top: 1px solid #e5e5e5;
	padding: 40px 20px 0px 40px;
}

.m-tbform label {
	font-weight: 500;
	font-size:12px;
}

.m-tbform .checkCodeIdValid.Validform_right{
	display: none !important;	
}

.g-tasktab {
	width:100%;
	margin-bottom:15px;
}
.g-tasktab .m-title{
	padding-left:20px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ddd;
	background:#f1f1f1;
}
.g-tasktab .m-title span{
	display:block;
	width:112px;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	float:left;
	text-align:center;
	cursor:pointer;
}
.g-tasktab .m-title span:hover{
	color: #dd4814;
}
.g-tasktab .m-title span.u-focus{
	border-top:3px solid #FF5A5F;
	background:#fff;
	height:39px;
	line-height:34px;
	color: #dd4814;
}
.btn-new{
	width: 55px;
	height: 24px;
	line-height: 20px;
	border: 1px solid #E5E6E9;
	background: #FFF;
	margin-right:5px;
	margin-left:5px;
}
.g-tasktab .m-content>div{
	padding:30px 30px 0px 30px;
}
.m-demandtable {
	font-weight: 400;
    font-style: normal;	
	color: #333333;
	line-height: normal;
	font-style: normal;
}
.m-demandtable th{
	font-size:13px !important;
	color:#000 !important;
	font-weight:500;
	background-image:none !important; 
	background-color:#F1F1F1 !important;
	text-align:center;
}
.m-demandtable td{
	height:37px !important;
	line-height:39px !important; 
	font-size:14px;
	text-align:center;
}
/*重复使用*/
.u-w123 {
	width: 123px;
}
.u-75{
	width:75px;
}
.u-btn {
	width: 112px;
}

.f-display {
	display: none;
}

.f-floatl {
	float: left;
}

.f-floatr {
	float: right;
}

.f-clear {
	clear: both;
}
/*发布需求、查看单个需求css-end*/
/*图片删除样式*/
.m-picture{
    background: url('/images/cancel-circle-s.png') no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -140px 0 0 125px;
    color: #dd4814;
}

.m-showpic{
	float: left;
    width: 140px;
    height: 130px;
}
.m-showpic img{
	margin-right:20px;
}
.u-loadmore{
	top:45px;
	clear:both;
	display: block;
	cursor: pointer;
	background: #f7f6f4;
	height: 37px;
	color: #51545b;
	font-weight: 700;
	line-height: 37px;
	text-align: center;
	margin: 30px auto 40px;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	z-index: 5;
	-webkit-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s;
}
.u-loadmore:hover{
	 background: #e1e2e5;
	 text-decoration: none;
}
/*企业社区未登录页面 start*/
.a-entcommunity .a-com-title{
	margin: 40px 0px;
	font-size: 28px;
	font-weight: bold;
	color: #dd4814;
}
.a-entcommunity .a-com-content{
	line-height: 30px;
}
.a-entcommunity .btn{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	width: 200px;
}
.a-entcommunity .a-com-login{
	color: #aea79f;
  	text-decoration: underline;
}
.a-entcommunity .a-com-login:hover{
	color: #97310e;
  	text-decoration: underline;
}
/*企业社区未登录页面 end*/
/*认证完第一次登录 start*/
.fristAutheLoginModal .chenggongtishi{
	color: #A1D568;
	vertical-align: sub;
}
.fristAutheLoginModal .com-nickName{
	font-size: 20px;
	margin-top: 40px;
	font-weight: bold;
}
.fristAutheLoginModal .com-identTypeText{
	font-size: 20px;
}
.fristAutheLoginModal .grrz{
	margin-right: -10px;
	vertical-align: sub !important;
}
.fristAutheLoginModal .qyrz{
	vertical-align: sub !important;
}
.fristAutheLoginModal .jgrz{
	margin-right: 3px;
}
.fristAutheLoginModal .com-identTypeImg>i{
	color: #FF5A5F;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
.fristAutheLoginModal .com-identTypeImg>span{
	font-size: 16px;
	font-weight: bold;
}
.fristAutheLoginModal .com-identTypeImg img{
	vertical-align: sub;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.fristAutheLoginModal .com-releaseService{
	line-height: 38px;
}
.fristAutheLoginModal .com-releaseService a,.fristAutheLoginModal .com-entCard a{
	background-color: #FF5A5F;
	border-color: #FF5A5F;
	width: 82px;
}
/*********b版网站顶部***********/
.b-body{
	background-color: #f0f0f0;
}
.logo{
	width: 149px;
	height: 52px;
/*	margin-top: 5.5px;*/
}
.b-round-dot{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	display: block;
	top: 0px;
}
.b-top{
	color:#fff;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	font-size: 12px;
	font-family: tahoma, arial, 'Hiragino Sans GB', 宋体, sans-serif;    
	border-bottom: 1px solid #f0f0f0;
}
.b-top>div{
	max-width: 1200px;
	margin: auto;
}
.b-top li{
	padding-left: 20px;
}
.b-top li a{
	white-space: nowrap;
}
.b-top a{
	color: #A0A0A0;
}
.b-top li>span{
	margin-right: 5px;
	background-color: #A0A0A0;
	text-align: center;
	padding: 2px 9px;
	position: relative;
}
.b-top i{
	position: absolute;
	left: 5px;
    top: 2px;
}
.b-top i.fuwushichang{
	left: 2px;
	top: 3px;
}
.b-top i.qiyeshequ{
	left: 4.5px;
	top: 2px;
}
.b-top i.jianyu{
	font-size: 16px;
	left: 3px;
}
.b-top i.weiguanwang1{
	left: 3.5px;
	top: 1px;
	font-size: 14px
}
.b-top i.zhengcefagui{
	left: 4px;
	top: 2px;
}
.b-nav{
	background-color: #FFFFFF;
/*	border-top: 3px solid;*/
}
.b-nav>ul{
	height: 85px;
	line-height: 85px;
	max-width: 1200px;
	margin: auto;
}
.b-nav-logo{
	padding-right: 40px;
}
.b-nav-main{
	width: 120px;
	text-align: center;
	margin-right: 16px;
}
.b-nav-main a{
	font-size: 18px;
	color: #FFFFFF !important;
	font-weight: bold;
}
.b-nav-s{
	width: 1px;
	height: 20px;
	margin-top: 25px;
	border-left: 1px solid #e5e6e9;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
}
.b-nav-other{
	padding-left: 21px;
	padding-right: 21px;
	position: relative;
}
.b-nav-other a{
	color: #4e5051;
}
.b-nav-other>a:hover,.b-nav-active>a{
	font-weight: bold;
}
.b-head{
	min-width: 1200px;
}
.b-head .b-loginbtn{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.b-head .headimg{
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.b-head .b-loginStatus{
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	cursor: pointer;
	margin-right: -5px;
}
.b-head .b-logined:hover{
	background-color: #F7F9FB;
}
.b-head .b-loginStatus:hover>a{
	color: inherit !important;
}
.b-head .b-loginStatus>span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.b-head .b-loginStatus .nickname{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
}
.b-head .b-loginStatus>span .b-round-dot{
	right: 5px;
	width: 8px;
	height: 8px;
}
.b-head .b-loginStatus>a{
	display: inline-block;
	position: relative;
}
.b-head .head-hideMenu{
	display: none;
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	z-index: 1;
}
.b-head .head-hideMenu ul{
	background-color: #F7F9FB;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	float: left;
}
.b-head .head-hideMenu li{
	width: 100%;
	border-bottom: 1px solid #EDEEEF;
	line-height: 40px;
	padding-left: 20px;
	cursor: pointer;
}
.b-head .head-hideMenu li .b-round-dot{
	right: -6px;
}
.b-head .head-hideMenu li>span{
	position: relative;
}
.b-head .head-hideMenu i{
	margin-right: 5px;
}
.b-head .head-hideMenu i.youjian{
	font-size: 12px;
}
.b-head .head-hideMenu i.ren1{
	margin-left: 2px;
	margin-right: 5px;
}
.b-head .head-hideMenu i.ren1,.b-head .head-hideMenu i.tuichu{
	font-size: 16px;
}
.b-head .head-hideMenu li:hover{
	color: #fff;
}
.b-head .head-hideMenu li:hover>i{
	color: #fff;
}
.b-head .head-hideMenu li:hover .b-round-dot{
	background-color: #FFFFFF;
}
.b-head a{
	text-decoration: none;
}
.b-head .b-h-search{
	padding-top: 14px;
	padding-left: 17px;
	margin-left:280px;
}
.b-head .b-h-search .input-group{
	width: 300px;
}
.b-head .b-h-search .form-control{
	border-radius: 50px !important;
	color: #a0a0a0;
	box-shadow: none;
	border-color: #e5e6e9;
	padding-left: 21px;
	top:10px;
}
.b-head .b-h-search form>span i {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    font-size: 14px;
    margin-top: -7px;
	color:#fff;
}
.b-head .b-h-search form>span{
    position: absolute;
	right: 10px;
	border-radius: 50px;
	top: 50%;
	z-index: 20;
	margin-top: -8px;
	margin-right: -11px;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.b-content{
	padding: 0px;
	margin: 10px auto;
	width: 1200px;
}
.b-left{
	background-color: #FFFFFF;
	padding: 15px;
	width: 940px;
	display: inline-block;
	vertical-align: top;
}
.b-right-none{
	width: auto;
	display: block;
}
.b-right{
	background-color: #FFFFFF;
	width: 250px;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.b-right-content{
	padding: 10px;
}
.b-modal .modal-header{
	background-color: #FF5A5F;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
}
.b-modal .modal-header-jy{
	background-color: #37C6DA;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
}
.b-modal .modal-header .close{
	opacity: 1;
	text-shadow: none;
	font-weight: normal;
	color: #FFFFFF;
}
.b-modal .modal-header .close:focus, .b-modal .modal-header .close:hover{
	opacity: 1;
}
.b-findnull{
	width: 200px;
	height: 180px;
}
.b-pcshare{
	margin-top: 10px;
	font-size: 16px;
	color: #A0A0A0;
	cursor: pointer;
	position: relative;
}
.b-pcshare .bdsharebuttonbox{
	display: none;	
}
.b-pcshare-content{
	position: absolute;
	left: -1px;
	top: 0px;
	cursor: auto;
	background-color: #ffffff;
	font-size: 14px;
	padding: 20px 0px;
	border: 1px solid #e5e6e9;
	color: #666;
	z-index: 1;
	display: none;
	width: 270px;
}
.b-pcshare-content img{
	width: 19px;
	height: 19px;
	margin-right: 10px;
}
.b-pcshare-content>div:first-child>span:last-of-type{
	position: relative;
	width: 100px;
	height: 100px;
}
.b-pcshare-content>div:first-child>span:last-of-type>table{
	-ms-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	position: absolute;
	left: -50px;
	top: -55px;
}
.b-pcshare-content>div:first-child>span:last-of-type{
	cursor: auto;
	margin-bottom: 0px;
}
.b-pcshare-content>div:last-child>span:last-of-type{
	margin-bottom: 0px;
}
.b-pcshare-content>div:last-child>span{
	cursor: pointer;
}
.b-pcshare-content>div>span{
	display: block;
	margin-bottom: 15px;
}
.b-pcshare-content>div{
	float: left;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
}
.b-disabled{
	color: #A0A0A0;
}
.u-weightsmall{
	font-weight:200;
}
.b-adver .b-adver-title{
	background-color: #F7F8FA;
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	border-bottom: 1px solid #e5e6e9;
	font-weight: bold;
}
.b-adver .b-adver-content{
	padding: 5px;
}
/*积分签到(连续)*/
#bookin .modal-dialog{
	width:535px;
}
#bookin .content{
	width: 430px;
	margin-left: 10px;
}
#bookin .content table td{
	text-align:center;
}
#bookin .content table.creditbottom td {
    width: 111px;
}
#bookin .content img{
	width:82px;
}
/*认证完第一次登录 end*/
/*分辨率小于1200的时候调整布局，算上滚动条1217*/
@media (max-width: 1217px) {
	
}
@media (max-width: 1107px) {
	
}
@media (max-width: 1023px) {
	
}
/* 小屏幕（手机，小于等于 768px） */
@media (max-width: 768px) {
	
	
}
.radius{
	border-radius: 34px;
	display: inline-block;
	overflow: hidden;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
/*图标*/
.jhtb{color:#FF5A5F; font-size:18px;top:4px !important;}
.jhtbtype{color:#FF5A5F; font-size:18px; top:7px !important;}

.notetips{
	z-index: 99999;
	display:none;
	top: 100px;
	position: fixed;
	border: 1px solid #ccc;
	margin-left: 36%;
	width: 230px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #FFF;
}
/**********百度地图*********/
.baiduMap{
	position: absolute;
	top: 15%;
	left: 15%;
	right: 15%;
	bottom: 15%;
	border: 5px solid #dd4814;
	background-color: rgb(255, 255, 255);
	z-index: 1002;
}
.baiduMapError{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	text-align: center;
	color: red;
	width: 240px;
	line-height: 24px;
	margin-top: -12px;
	margin-left: -120px;
	letter-spacing: 2px;
}
.baiduMapArea{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1001;
}
.closeBaiduMap{
    position: absolute;
    top: 15%;
    right: 15.5%;
    margin-top: 5px;
    z-index: 1003;
	font-size: 16px;
}
/**********提示框***********/
.tipAssembly{
	position: fixed;
	background-color: rgba(128,128,128,0.6);
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 999;
	border-radius: 5px;
	text-align: center;
	padding: 20px 25px;
}

.maskLayer{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 998;
}
.tipTriangle{
	position: absolute;
	display: none;
	z-index: 999;
}
.tipTriangle>div{
	padding: 15px 14px;
	margin-top: 10px;
	background-color: rgb(255,255,255);
}
.tipTriangle .triangle-up{
    width: 0;
    height: 0;
    display: block;
	position: absolute;
	border-bottom: 10px solid rgb(255, 255, 255);
}
.tipTriangle .triangle-right{
	right: 20px;
	border-left: 12px solid transparent;
    border-right: 3px solid transparent;
}
.tipTriangle .triangle-left{
	left: 20px;
	border-right: 12px solid transparent;
    border-left: 3px solid transparent;
}
.ent-status-r,.ent-status-g{
	color: #ffffff;
	padding: 2px 10px 2px 5px;
}
.ent-status-r{
	background-image: url("/images/status-r.png");
	background-size: 100% 100%;
}
.ent-status-g{
	background-image: url("/images/status-g.png");
	background-size: 100% 100%;
}
.cont-one,.row{
	margin-top:20px !important;
}