/*公共*/
.fl{float: left;}
.fr{float: right;}
body{overflow-x: hidden;}
/*banner图片*/
.company-top{
	width:100%;
	height: 400px;
}
.top-banner{
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.top-banner img{
	position:absolute;
	width:1920px;
	height:400px;
	left:50%;
	top: 0;
	margin-left:-960px;
}
.company-content{
	margin-top: -138px;
}
/*右侧主体*/
.new-box-l { width: 930px; float:left }
/*信赖榜*/
.company-trust{
	width: 100%;
	height: 349px;
	border-top: 3px solid #ff5353;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;

}
.focus{
	border:1px solid #ff5353 !important;
}
.trust-top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.trust-title{
	font-size: 20px;
	color: #ff5353;
	margin-left: 10px;
}
.check-city a{
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}
.check-city:hover span{
	color: #ff5353;
}
.trust-list li{
	width: 185px;
	height: 153px;
	float: left;
	background-color: #fff;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.trust-list li:nth-child(5),.trust-list li:nth-child(10){width:186px;border-right: 0;}
.trust-item{
	width: 126px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 32px;
}
.trust-num{
	width: 35px;
	height: 35px;
	background: url(/assets/home/company/img/trust-list.png) no-repeat;
	position: absolute;
	left: 0;
	top:0;
}
.trust-list li:nth-child(2) .trust-num{
	background-position: 0 -36px;
}
.trust-list li:nth-child(3) .trust-num{
	background-position: 0 -72px;
}
.trust-list li:nth-child(4) .trust-num{
	background-position: 0 -108px;
}
.trust-list li:nth-child(5) .trust-num{
	background-position: 0 -144px;
}
.trust-list li:nth-child(6) .trust-num{
	background-position: 0 -180px;
}
.trust-list li:nth-child(7) .trust-num{
	background-position: 0 -216px;
}
.trust-list li:nth-child(8) .trust-num{
	background-position: 0 -252px;
}
.trust-list li:nth-child(9) .trust-num{
	background-position: 0 -288px;
}
.trust-list li:nth-child(10) .trust-num{
	background-position: 0 -324px;
}
.item-company{
	width: 126px;
	height: 63px;
	background-color: #ccc;
	margin: 0 auto;
	position: relative;
}
.item-mark{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	display: none;
	transition: all .5s ease;
}
.item-mark p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.item-mark p:first-child{margin-top: 10px;}
.company-btn{
	width: 126px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	color: #333333;
}
.free-des{display: none;}
.trust-item:hover .item-mark{display: block;}
/*.trust-item:hover .company-btn{background-color: #ff5353;}*/
/*.trust-item:hover .company-name{display: none;}*/
.trust-item:hover .free-des{display: block;color: #fff;}
.trust-item:hover .free-des a{display: block;color: #fff;}
/*排行榜*/
.company-rank{
	width: 932px;
	height: 616px;
	margin-top: 30px;
}
.company-rank-popul,.company-rank-ask{
	width: 456px;
	height: auto;
	overflow: hidden;
}
.top-title{
	width: 100%;
	height: 40px;
	background: #ff5353;
}
.top-title span{
	line-height: 40px;
	font-size: 20px;
	margin-left: 10px;
	color: #fff;
}
.top-explain{
	width: 454px;
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	border-top: 0;
	border-bottom: 0;
}
.top-explain .fl{
	margin-left: 10px;
}
.top-explain .fr{
	margin-right: 10px;
}
.rank-list{
	height: 544px;
	overflow: hidden;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.rank-list li{
	border-top: 1px solid #e6e6e6;
}
.rank-list li .company-head{
	width: 454px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.company-head .fl{
	margin-left: 10px;
}
.company-head .rank-num{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #333;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	background-color: #e6e6e6;
}
.rank-list li:nth-child(1) .rank-num,
.rank-list li:nth-child(2) .rank-num,
.rank-list li:nth-child(3) .rank-num{
	color: #fff;
	line-height: 20px;
	background-color: #ff5353;
}
.rank-list li:nth-child(1) .rank-num:after,
.rank-list li:nth-child(2) .rank-num:after,
.rank-list li:nth-child(3) .rank-num:after
{
	content: '';
    width: 0;
    height: 0;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.company-head .fr{
	margin-right: 10px;
}
.company-info{
	height: 83px;
	overflow: hidden;
	margin-left: 44px;
	display: none;
}
.company-info img{
	margin: 0;
	padding: 0;
}
.company-info .des-btn{
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	margin-top: 18px;
	background: #ff5353;
}
.company-info .des-btn a{
	line-height: 30px;
	display: block;
	text-align: center;
	color: #fff;
}
.company-info .goodnews{
	margin-top: 10px;
	margin-left: 10px;
}
.goodnews .good-comment{
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #00bbcc;
	margin-right: 6px;
}
.goodnews .good-case{
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #00a8ff;
	margin-right: 6px;
}
.goodnews p:last-child{
	margin-top: 8px;
}

.rank-active{
	background-color: #fafafa;
	display: block;
}
/*案例*/
.case-content{
	margin-top: 30px;
}
.case-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.case-list {width: 110%; height: 324px; overflow-y: hidden;}
.case-list li{
	margin-right: 20px;
	float: left;
	margin-bottom:20px;
}

.case-list li:hover .case-mark{display: block;}
.case-list li a{
	width: 226px;
	height: 151px;
	display: block;
	overflow: hidden;
	position: relative;
}
.case-list li a img{
	width: 100%;
	height: 100%;
}
.case-list .case-mark{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.village-name{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin-top: 46px;
}
.village-style{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-top: 20px;
}
.village-money{
	margin: 0 10px;
}
/*左侧*/
.new-box-r{float: right;width: 260px;}
.new-favo{ border:1px solid #d8d8d8; padding:10px; padding-bottom:0}
.new-favo h4{ border-bottom:1px solid #d8d8d8; font-weight:100; font-family: "Microsoft Yahei"; font-size: 16px; text-align:center; padding-bottom:10px}
.new-favo ul li{ border-bottom:1px dashed #d8d8d8; background:url(../img/comp-ico.png)  no-repeat -50px 8px; height:50px; line-height:50px; padding-left:30px}
.new-favo ul li:last-of-type { border-bottom: 0 }


.bj-form{
	width: 258px;
	height: 348px;
	border-top: 3px solid #ff5353;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
.bj-content{
	width: 218px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.bj-free-title{
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #ff5353;
}
.bj-des-tit{
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: 10px;
}
.bj-box{margin-top: 20px;}
.bj-box .input-select{
	/*margin-bottom: 15px;*/
	position: relative;
}
.bj-box .input-select select{
	width: 102px;
	height: 33px;
	border: 1px solid #e6e6e6;
}
.bj-box .input-select select:first-child{margin-right: 10px;}
.bj-box .input-select input{
	width: 206px;
	height: 33px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
.bj-box .input-select .pingfang{
	line-height: 35px;
	position: absolute;
	top: 0px;
	right: 8px;
}
.bj-box .input-select .right-now-btn{
	width: 218px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	background-color: #ff5353;
	font-size: 14px;
	color: #fff;
}
.appercode-bg {
	width: 260px;
	height: 300px;
	background: url(../img/appercode.jpg) no-repeat;
	margin-top: 15px;
}
.bj-cal{
	width: 258px;
	height: 200px;
	margin-top: 30px;
	position: relative;
}
.bj-info{
	width: 258px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
}
.bj-info p:nth-child(1){
	font-size: 20px;
	line-height: 20px;
	margin-left: 24px;
	margin-top: 32px;
	color: #fb8920;
	font-weight: bold;
}
.bj-info p:nth-child(2){
	font-size: 20px;
	line-height: 20px;
	margin-left: 112px;
	margin-top: 12px;
	color: #fb8920;
	font-weight: bold;
}
.bj-info a{
	width: 100px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ffab57;
	border-radius: 12px;
	margin-top: 44px;
	margin-left: 130px;
}
/* 为什么选择装修公司 */
.zxfw{width: 256px;
	border:1px solid #d8d8d8;
	margin-top:30px;
	font-family: 'microsoft yahei';
}
.zxfw p{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 17px;
}
.zxfw ul{
	width: 218px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.zxfw ul li{position: relative; padding-left: 50px; margin-bottom: 16px;}
.zxfw ul li:first-child{border-top: 0;}
.zxfw .icon{background:url(/assets/home/company/img/company-select.png) no-repeat;display: block; position: absolute;left:0; top:15px;}
.zxfw .icon1{width:36px;height:34px;background-position:0px 0px; }
.zxfw .icon2{width:36px;height:34px;background-position:0px -34px;}
.zxfw .icon3{width:36px;height:34px;background-position:0px -68px;}
.zxfw ul li em{
	display: block;
	margin-bottom: 3px;
	color: #333;
	font-size: 12px;
}
.zxfw ul li span{
	display: block;
	color: #999;
	border-bottom: 1px solid #f1f1f1;
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 16px;
}
.zxfw ul li:last-child{
	margin-bottom: 0;
}
.zxfw ul li:last-child span{
	border-bottom: 0;
}
.zxfw a{
	display: block;
	width: 218px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    background:#ff5353;
    font-size: 14px;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 17px;
}
.banner-img{
	width: 100%;
	height: 120px;
	margin-top: 30px;
	text-align: center;
}
/**/
.pop-bj{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1501;
	display: none;
}
.ten-bj{
	width: 370px;
	height: 370px;
	background-color: #fff;
	position: absolute;
	margin: auto;
	left: 0;top: 0;
	right: 0;bottom: 0;
	display: none;
}
.free-bj{
	width: 370px;
	height: 330px;
	background-color: #fff;
	position: absolute;
	margin: auto;
	left: 0;top: 0;
	right: 0;bottom: 0;
	display: none;
}
.bj-head{
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.ten-bj-from{
	width: 250px;
	height: auto;
	margin: 0 auto;
}
.ten-bj-from p{
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 14px;
}
.ten-bj-from p:first-child{
	margin-top: 10px;
}
.ten-bj-from p:nth-child(2){
	margin-top: 8px;
	margin-bottom: 20px;
}
/*.ten-bj-from .input-select{
	margin-bottom: 15px;
}*/
.ten-bj-from .input-select select{
	width: 118px;
	height: 33px;
	border: 1px solid #e6e6e6;
}
.ten-bj-from .input-select select:first-child{
	margin-right: 10px;
}
.ten-bj-from .input-select input{
	width: 238px;
	height: 33px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
.ten-bj-from .input-select .right-now-get{
	width: 250px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	background-color: #ff5353;
	color: #fff;
	display: block;
}
.ten-close{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 8px;
	top:15px;
	cursor: pointer;
	background: url(/assets/common/img/global.png) no-repeat;
}
.free-bj-box{
	margin-top: 20px;
}
.red-color{color: #ff5353;}
.bj-head span:nth-child(2){margin-left: 5px;}
.company-name-click{display: none;}
.rank-list li:first-child .company-name{display: none;}
.rank-list li:first-child .company-name-click{display: inline-block;}

/*283 PC端全站提示弹窗样式调整优化及m站全国站首页添加底栏*/
.errorArea-tit,.errorXiaoqu-tit,.errorTel-tit,.errorMianji-tit{
	height: 15px;
	line-height: 15px;
	color: red;
	text-align: left;
}
.t_errorArea-tit,.t_errorName-tit,.t_errorTel-tit{
	height: 15px;
	line-height: 15px;
	color: red;
	text-align: left;
}
.g_errorArea-tit,.g_errorName-tit,.g_errorTel-tit{
	height: 15px;
	line-height: 15px;
	color: red;
	text-align: left;
}
.disclamer-line .disclamer-check {
    margin-right: 2px!important;
}
.disclamer-line span.disclamer-text {
    margin-right: 0!important;
}

/*友情链接样式 S*/
.friend {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.friend .wrap {
	border: 1px solid #eee;
}

.friend .tab-nav {
	overflow: hidden;
	height: 64px;
	background: #eee;
}

.friend .tab-nav a {
	border: 0;
	display: block;
	float: left;
	font-weight: bold;
	color: #666;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	padding: 0 10px;
}

.friend .tab-nav a.current {
	font-weight: bold;
	position: relative;
	background: #fff;
}

.friend .tab-con {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
}

.friend .tab-con-item {
	display: none;
	color: #444;
	overflow: hidden;
	height: auto;
	width: auto;
	margin-top: 20px;
	padding-left: 40px;
}
.friend .tab-con-item li {
	display: inline;
}
.friend .tab-con-item a {
	float: left;
	display: block;
	color: #666;
	line-height: 12px;
	margin-bottom: 20px;
	font-size: 12px;
	margin-right: 20px;
}

.friend .tab-con-item a:hover {
	color: #ff5353;
}

.nav {
	border: 0;
}

.pub-nav .nav li.active:before {
	display: none
}
/*友情链接样式 E*/
.footer_new .bottom {
	height: 160px;
}
.footer_new .bottom_mask {
	height: 160px;
}