﻿body {
	font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica;
	color: #333;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f2f2f2;
}
a {
    color: #333;
    text-decoration: none;
}
a:focus, a:hover {
	color: #e3001a;
	text-decoration: none;
}
.lighter{
	font-weight: lighter;
}
.red{
	color: #F00;
}
.blue{color: #0099ff;}
.grey{
	color: #999;
}
.orange{
	color: #ec7404;
}
.redbg{
	background-color: #ec7404;
}
.margin5{
	margin: 5px;
}
.margin10{
	margin: 10px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-bottom-50{
	padding-bottom: 50px;
}

.top10{
	margin-top: 10px;
}
.top15{margin-top: 15px;}
.top20{margin-top: 20px;}
.top30{margin-top: 30px;}
.top40{margin-top: 40px;}
.top50{margin-top: 50px;}
.top60{margin-top: 60px;}
.top70{margin-top: 70px;}
.top80{margin-top: 80px;}
.top90{margin-top: 90px;}
.top100{margin-top: 100px;}
.btn10{
	margin-bottom: 10px;
}
.btn20{margin-bottom: 20px;}
.btn30{margin-bottom: 30px;}
.btn40{margin-bottom: 40px;}
.btn50{margin-bottom: 50px;}
.btn60{margin-bottom: 60px;}
.btn70{margin-bottom: 70px;}
.btn80{margin-bottom: 80px;}
.btn90{margin-bottom: 90px;}
.btn100{margin-bottom: 100px;}
.left100{
	margin-left: 100px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.greybg{
	background-color: #f5f3f2;
	clear: both;
}
.bg333{
	background-color: #333;
}
.bgfff{
	background-color: #fff;
}
.ybg{
	background-color: #f2bf5e;
}
.rbg{
	background-color: #ff6161;
}
.bbg{
	background-color: #536eb7;
}
.gbg{
	background-color: #75cba8;
}
.clear {
	clear:both;
}
.line{
	float: left;
	width: 100%;
	clear: both;
	height: 1px;
	background-color: #ec7404;
}
.fa-rotate--30 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.fa-rotate--45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.px80{
	font-size: 90px;
	font-family: League_Gothic;
}
@font-face
{
	font-family: League_Gothic;
	src: url("../fonts/League_Gothic.otf");
}
.px70{
	font-size: 70px;
}
.px60{
	font-size: 60px;
}
.px50{
	font-size: 50px;
}
.px24{
	font-size: 24px;
}
.btn-black{
	color: #333;
	background-color: #fff;
	border-color: #333;
	font-size: 16px;
	border-radius: 20px;
	margin: 10px;
	padding: 6px 20px;
}
.btn-black:hover {
    color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.container1400{
	width: 1370px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.shadow-active {
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	cursor: pointer;
}
.brick-item-active {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	cursor: pointer;
}

/* 返回顶部及首页 */
/*clearboth*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*gotop*/
.qrcode-service{
	transition: bottom ease .3s;
	z-index: 999;
	cursor: pointer;
	position: absolute;
	right: 0px;
	background-color: #FFF;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.qrcode-service h4{
	margin-bottom: 5px;
	font-weight: bold;
	color: #0099ff;
}
.qrcode-service p{
	margin-bottom: 2px;
}
.qrcode-service img{
	margin-bottom: 5px;
	width: 120px;
}
.cbbfixed {
	position: fixed;
	right: 50px;
	transition: bottom ease .3s;
	bottom: -185px;
	z-index: 999;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 60px;
	height: 60px;
	display: block;
	background-color: #ddd;
}
.cbbfixed .gotop,  .cbbfixed .home, .cbbfixed .cweixin{transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop:hover, .cbbfixed .home:hover {
	background-color: #2c2d2e;
	color: #fff;
}
.cbbfixed .home, .cbbfixed .gotop {
	text-align: center;
	color: #999;
	line-height: 60px;
	background-color: #ddd;
	border-radius: 5px;
}
.cbbfixed .gotop {
	font-size: 18px;
}
.cbbfixed .cweixin {
	text-align: center;
	color: #FFF;
	line-height: 60px;
	background-color: #ec7404;
	font-size: 30px;
}
.cbbfixed .cweixin div {
	background: url(../images/erwei.png);
	width: 194px;
	height: 199px;
	position: absolute;
	left: -184px;
	top: -45px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s,opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none;
*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}

/* 兼容IE */
.ie6 thumbnail {
	float: left;
	clear: none;
}
.ie7 thumbnail{
	float: left;
	clear: none;
}
.ie8 .thumbnail {
	float: left;
	clear: none;
}

@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* 首页 */
.headtop{
	background-color: #333;
	line-height: 40px;
	color: #b0b0b0;
	font-size: 12px;
}
.headtop a:hover{color: #fff;}
.headtop .sep {
	color: #424242;
	float: left;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
}
.headtop .topbar-nav a{
	color: #b0b0b0;
	float: left;
}
.headtop .topbar-nav a:hover{
	color: #fff;
}
.headtop .topbar-nav .searchSelected{
	float: left;
}
.headtop .topbar-nav .searchSelected a{
	padding: 0 5px;
}
.searchSelected a.active {
	color: #FFF;
	background-color: #eda010;
}
.searchSelected .searchTab {
	display: none;
	position: absolute;
	top: 40px;
	width: 370px;
	border: 1px solid #ccc;
	background: #fff;
	height: 40px;
	z-index: 20;
	line-height: 40px;
	right: 30px;
	padding-left: 15px;
}

.searchSelected .searchTab ul li{
	float: left;
	text-align: center;
}
.searchSelected .searchTab ul li a{
	margin-right: 5px;
	margin-left: 5px;
}
.searchSelected .searchTab ul li a:hover{
	color: #eda010;
	background:transparent!important;

}
.headtop .yidong{
	float: right;
}
.headtop .yidong a{
	color: #b0b0b0;
	padding: 0 5px;
	display: block;
}
.headtop .yidong a:hover{
	color: #fff;
}
.yidong a.active {
	color: #FFF;
	background-color: #eda010;
}
.yidong .yidongTab {
	display: none;
	position: absolute;
	top: 40px;
	width: 390px;
	border: 1px solid #ccc;
	background: #fff;
	height: auto;
	z-index: 9999;
	line-height: 40px;
	right: 80px;
	padding-left: 15px;
}
.yidong .yidongTab h3{
	text-align: center;
}
.yidong .yidongTab ul li{
	float: left;
	text-align: center;
	width: 50%;
	padding: 5px 30px;
}
.yidong .yidongTab ul li p{
	font-size: 16px;
}


.headtop .topbar-cart{
	float: right;
	background-color: #424242;
	padding-right: 15px;
	padding-left: 15px;
	color: #eda010;
	margin-left: 25px;
	font-size: 16px;
	font-weight: bold;
}
.carousel-caption{
	bottom: 33%;
}
.carousel-caption p{
	margin-top: 30px;
}
.carousel-caption p a.btn-red{
	font-size: 24px;
	color: #e55a55;
	background-image: none;
	border: 4px solid #e55a55;
	border-radius: 0px;
	padding: 5px 40px;
}
.carousel-caption p a.btn-red:hover {
    color: #fff;
	background-color: #e50112;
	border-color: #e50112;
}
.carousel-indicators {
    bottom: 200px;
}
.carousel-indicators li{
	height: 5px;
	width: 95px;
	border-radius: 0px;
	border: 0px;
	background-color: #fff;
	margin: 0px;
}
.carousel-indicators .active{
	height: 5px;
	width: 95px;
	background-color: #e50112;
	border: 0px;
}

.navmenu{
	background-color: #222;
	height: 90px;
	position: absolute;
	top: 90px;
	z-index: 999;
	width: 1370px;
}
.navmenu .logo{
	margin-top: 20px;
	margin-left: 20px;
}
nav {
	text-align: center;
	float: right;
	width: 870px;
}
nav ul {
	display: inline-table;
	position: relative;
}
nav ul ul {
	display:none;
}
nav ul li {
	float:left;
}
nav ul::after {
	display:block;
	clear:both;
}
nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 70px;
	padding: 10px 15px;
}
nav ul li:hover > ul {
	display:block;
}
nav ul li:hover {
	background:#e50112;
}
nav ul li:hover a {
	color:#FFF;
}
nav ul ul {
	background:#e50112;
	position:absolute;
	top:100%;
	padding: 0px;
}
nav ul ul li {
	float:none;
}
nav ul ul li a {
	color: #FFF;
	line-height: 25px;
	padding: 10px 23px;
}
nav ul ul li a:hover {
	background:#222;
}
nav a i.fa-hotjar{
	color: #e50112;
}
nav li.active a{
	background-image: url(../images/nav-fff.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
nav a:hover i.fa-hotjar{
	color: #fff;
}
/*
.navmenu .nav{
	float: right;
	width: 870px;
}
.navmenu .nav a{
	font-size: 16px;
	color: #fff;
	line-height: 70px;
	float: left;
	position: relative;
}
.navmenu .nav a i.fa-hotjar{
	color: #e50112;
}

.navmenu .nav > li > a:focus, .navmenu .nav > li > a:hover {
    background-color: #e50112;
}
.navmenu .nav li.active a{
	background-image: url(../images/nav-fff.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.navmenu .nav a:hover i.fa-hotjar{
	color: #fff;
}
.navmenu .nav li ul {
	display: block;
	position: absolute;
	top: 40px;
	width: 200px;
	background: #e50112;
	height: auto;
	z-index: 9999;
	line-height: 40px;
	padding-left: 15px;
} */
.navmenu .search{
	float: right;
	width: 90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	text-align: center;

}
.navmenu .search a{
	line-height: 90px;
	color: #fff;
	font-size: 18px;
}
.floorabs{
	margin-top: -100px;
}
.floor_brand {
	height: 180px;
	background: #f2f2f2;
	text-align: center;
	float: left;
	width: 100%;
	padding: 20px;
}
.floor_brand ul li {
    width: 317px;
    height: 140px;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
    transition: all linear 0.3s;
	list-style-type:none;
    display:inline;
}
.floor_brand ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 106px;
    padding-top: 44px;
    box-sizing: border-box;
}
.floor_brand ul li .title {
    font-size: 22px;
    color: #333333;
}
.floor_brand ul li .desc {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.floor_brand .brand1 {
    background: url(../images/4-01.png) 40px center no-repeat #fff;
}
.floor_brand .brand2 {
    background: url(../images/4-02.png) 40px center no-repeat #fff;
}
.floor_brand .brand3 {
    background: url(../images/4-03.png) 40px center no-repeat #fff;
}
.floor_brand .brand4 {
    background: url(../images/4-04.png) 40px center no-repeat #fff;
    margin-right: 0;
}
.floor_brand ul li:hover {
    box-shadow: rgba(0,0,0,0.1) 0 8px 20px;
    transform: translateY(-2px);
}
.card_title_left{
	margin-bottom: 30px;
}
.card_title_left span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e50112;
	padding-bottom: 5px;
}
.calculator_left {
	width: 218px;
	height: 250px;
	float: left;
}
.calculator_left ul {
    margin-right: -10px;
}
.calculator_left-modal {
    display: block;
    width: 105px;
    height: 120px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    margin-right: 8px;
    float: left;
    border-radius: 10px;
}
.calculator_left-modal div {
    display: block;
    width: 30px;
    height: 40px;
    background-size: 100% 100%;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}
.calculator_left-modal p {
    text-align: center;
    color: #686868;
    font-size: 14px;
}
.calculator_left-modal:last-child {
    width: 218px;
    height: 120px;
}
.calculator_left-modal-active {
    background-color: #eda010;
	padding-top: 30px;
}
.calculator_left-modal-active > p {
    color: #fff;
}

.calculator_right {
	margin-left: 10px;
	background-color: #f6f6f6;
	width: 973px;
	float: left;
	padding-top: 55px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 50px;
	padding-bottom: 10px;
}
.budget{
	float: right;
	margin-left: 10px;
}
.budget img{
	margin-bottom: 18px;
}

.case-display{
	margin-top: 50px;
	background-color: #FFF;
	margin-bottom: 50px;
}
.case-display h3{
	width: 70px;
	line-height: 25px;
	font-size: 18px;
	margin-top: 40px;
	float: left;
	text-align: center;
}

/* 本例子css */
.case-display .slideBox{
	width: 1300px;
	height: 490px;
	overflow: hidden;
	position: relative;
	background-color: #222222;
}
.case-display .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.case-display .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.case-display .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.case-display .slideBox .hd ul li.on{ background:#f00; color:#fff; }
.case-display .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.case-display .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.case-display .slideBox .bd li{ zoom:1; vertical-align:middle; }
.case-display .slideBox .bd img{
	width: 880px;
	height: 490px;
	display: block;
	float: left;
}
.case-display .slideBox .bd .case-display-info{
	display: block;
	position: absolute;
	right: 0px;
	width: 400px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.case-display .slideBox .bd .case-display-info h5{
	color: #eda010;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eda010;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.case-display .slideBox .bd .case-display-info h4{
	color: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
}
.case-display .slideBox .bd .case-display-info p{
	color: #fff;
	line-height: 30px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.case-display .slideBox .prev,
.case-display .slideBox .next{
	position: absolute;
	top: 85%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.case-display .slideBox .prev{
	right: 24%;
}
.case-display .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.case-display .slideBox .prev:hover,
.case-display .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.case-display .slideBox .prevStop{ display:none;  }
.case-display .slideBox .nextStop{ display:none;  }
.content-wrapper{
	margin-top: 70px;
	margin-bottom: 50px;
}
.zzx-process-box{
	margin-right: auto;
	margin-left: auto;
	width: 1330px;
	margin-top: 80px;
}
.zzx-process-box ul{
	display: table;
	text-align: center;
}
.zzx-process-box li{
	float: left;
	list-style-type: none;
	width: 190px;
}
.zzx-process-box li .index-zzx-step{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.zzx-process-box li .index-zzx-detail{
	color: #999;
	margin: 0px;
}

.index-product{
	clear: both;
	float: left;
	width: 100%;
	background-color: #f5f3f2;
	height: auto;
	padding-bottom: 60px;
	background-attachment: scroll;
	background-image: url(../images/index-product-ul.jpg);
	background-repeat: repeat-x;
	background-position: left -18px;
}
.index-product .slideTxtBox{
	width: 1370px;
	margin-right: auto;
	margin-left: auto;
}
.index-product .slideTxtBox .hd{
	position: relative;
	text-align: center;
}
.index-product .slideTxtBox .hd ul{
}
.index-product .slideTxtBox .hd ul li{
	cursor: pointer;
	height: 39px;
	font-size: 18px;
	margin-right: 38px;
	margin-left: 38px;
	color: #999;
	display: inline-block;
}
.index-product .slideTxtBox .hd ul li.on{
	color: #e50112;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e50112;
}
.index-product .slideTxtBox .bd{
	float: left;
	width: 100%;
	margin-top: 65px;
}
.index-product .slideTxtBox .bd ul{
	zoom: 1;
}
.index-product .slideTxtBox .bd li{
	list-style: none;
	width: 450px;
	height: 282px;
	float: left;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}
.index-product .slideTxtBox .bd li:nth-child(3),
.index-product .slideTxtBox .bd li:nth-child(6),
.index-product .slideTxtBox .bd li:nth-child(9){
	margin-right: 0px;
}
.index-product .slideTxtBox .bd li .brand-img {
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 102px;
    background-color: #fff;
}
.index-product .slideTxtBox .bd li .brand-img img{
	width: 457px;
	height: 282px;
}
.index-product .slideTxtBox .bd li .brand-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	color: #FFF;
}
.index-product .slideTxtBox .bd li .brand-mask h4{
	margin-top: 25%;
}
.index-product .slideTxtBox .bd li .brand-mask p{
	font-size: 12px;
}
.index-product .slideTxtBox .bd li:hover .brand-mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.indexNews{
	margin-bottom: 100px;
}
.indexNews .review-list li {
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 14px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding-right: 10px;
	padding-left: 10px;
}
.indexNews .review-list li:last-child{
	float: right;
	margin-right: 0px;
}
.indexNews .review-list li .figure-img img{
	width: 100%;
	height: 242px;
}
.indexNews .review-list li .caption {
	margin: 0 28px 22px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	_zoom: 1;
	color: #999;
}
.indexNews .review-list li .caption h3 {
	display: inline-block;
    *zoom: 1;
    *display: inline;
	font-size: 14px;
	overflow: hidden;
	_zoom: 1;
	vertical-align: bottom;
	color: #333;
}
.indexNews .review-list li .caption p a{
	color: #999;
}
.indexNews .review-list li .caption p a:hover{
	color: #e3001a;
}

footer{
	background-color: #1f1f1f;
	padding-top: 40px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	color: #83888a;
}
footer a{color: #83888a;}
footer ul{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
footer ul li{
	float: left;
}
footer ul li a{
	color: #fff;
	margin-right: 15px;
}
footer .tel{
	float: left;
	width: 240px;
}
footer .tel h1{
	color: #ff6700;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
footer dl{
	float: right;
	margin: 0px;
}
footer dl dt{
	margin-bottom: 10px;
}
footer dl dd{
	width: 100px;
	float: left;
	margin-right: 40px;
	text-align: center;
	color: #fff;
}
footer dl dd img{
	margin-bottom: 5px;
	width: 100px;
}
.head-menu .navmenu{
	top: 40px;
}
.content-bottom{
	background-image: url(../images/cta-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	margin-top: 50px;
}
.cta-wrap{
	text-align: center;
	padding: 80px 0;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.cta-wrap h2, .cta-wrap h3{
	margin-bottom: 25px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}
/* 免费报价 */
.quote{
	background-attachment: scroll;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f7eae1;
	padding-top: 170px;
	padding-bottom: 70px;
}
.zx-budget-tit{
	overflow: hidden;
	background: white;
	box-shadow: 0 5px 6px rgba(0,0,0,0.25);
	margin-top: 40px;
	padding: 45px 45px 15px;
}
.zx-budget-tit h3{
	margin-bottom: 20px;
}
.zx-budget-tit h3 span {
    margin-left: 10px;
    font-size: 16px;
    color: #999999;
}
.zx-budget-tit h3 span em {
	color: #FF6F20;
	font-style: normal;
}
.zx-budget-tit .form-group span{
	color: #FF6F20;

}
.zx-budget-result {
    padding: 20px 50px;
    color: #333;
    font-size: 14px;
}
.zx-budget-result .gross-value {
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    color: #333;
}
.zx-budget-result .gross-value .gross-value-num{
	display: inline-block;
	font-weight: 400;
	color: #f36f20;
	margin-left: 5px;
}
.zx-budget-result .group-ul {
    padding: 22px 0;
    margin: 15px auto;
    border: 1px solid #ddd;
}
.zx-budget-result .group-ul li {
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.zx-budget-result .group-ul div span {
    font-size: 14px;
    color: #666;
}
.zx-budget-result .group-ul div strong{
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 50px;
}
.zx-budget-tit p{
	text-align: center;
	color: #999;
}
.brand{
	padding-top: 128px;
	padding-bottom: 70px;
	font-size: 16px;
	line-height: 30px;
}

/* 产品展示列表页 */
.product{
	clear: both;
	float: left;
	width: 100%;
	background-color: #f5f3f2;
	height: auto;
	padding-bottom: 60px;
	background-attachment: scroll;
	background-image: url(../images/index-product-ul.jpg);
	background-repeat: repeat-x;
	background-position: left -18px;
	margin-top: 170px;
}

.product .hd{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.product .hd ul{
}
.product .hd ul li{
	cursor: pointer;
	height: 39px;
	font-size: 18px;
	margin-right: 38px;
	margin-left: 38px;
	color: #999;
	display: inline-block;
}
.product .hd ul li a{
	color: #999;
}
.product .hd ul li.on{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3001a;
}
.product .hd ul li.on a{color: #e3001a;}
.product-list li{
	float: left;
	width: 33.3333%;
	height: 282px;
	margin-bottom: 10px;
}

.product-list li{
	list-style: none;
	width: 450px;
	height: 282px;
	float: left;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}
.product-list li:nth-child(3),
.product-list li:nth-child(6),
.product-list li:nth-child(9),
.product-list li:nth-child(12),
.product-list li:nth-child(15){
	margin-right: 0px;
}
.product-list li .brand-img {
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 102px;
    background-color: #fff;
}
.product-list li .brand-img img{
	width: 457px;
	height: 282px;
}
.product-list li .brand-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	color: #FFF;
}
.product-list li .brand-mask h4{
	margin-top: 25%;
}
.product-list li .brand-mask p{
	font-size: 12px;
}
.product-list li:hover .brand-mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

/* 分页 */
.pages {
    text-align: center;
}
.pages nav{
    margin-top: 30px;
    width: 100%;
    float: none;
}
.list_pages{
	text-align: center;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.list_pages ul li{
	display: inline-block;
	padding: 5px;
}

.list_pages .pagelist li.thisclass a{
	color: #FFF;
	background-color: #0099ff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* 装修攻略首页 */
.index-art{
	margin-top: 170px;
	text-align: center;
	clear: both;
	margin-bottom: 40px;
}
.index-art a{
	font-size: 20px;
	color: #666;
}
.index-art a:hover{
	color: #e50112;
}
.index-art a.active{
	color: #e50112;
}
.index-art-banner{
	box-shadow: 0 0px 30px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.banner-form{
	padding-right: 40px;
	padding-left: 40px;
}
.banner-form h2 {
	font-size: 30px;
	color: #333;
	height: 55px;
	line-height: 55px;
	margin-top: 28px;
	text-align: center;
}
.banner-form .asigned {
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
	text-align: center;
}
.banner-form .asigned span:first-child {
    margin-left: 10px;
}

.banner-form .asigned span {
    display: inline-block;
    height: 36px;
    width: 30px;
    line-height: 36px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    background: linear-gradient(#FF842E 0%, #FF842E 50%, #FF5723 50%, #FF5723 100%);
}
.banner-form form>p {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

/* 新闻列表页 */
.listnews{}
.listnews .media{
	margin-bottom: 60px;
}
.listnews .media-left, .media > .pull-left {
    padding-right: 20px;
}
.listnews .media-left a{
	height: 185px;
	width: 280px;
	display: block;
	overflow: hidden;
}
.listnews .media-left a img {
    -webkit-transition: all ease .8s;
	transition: all ease .8s;
	height: 185px;
	width: 280px;
}
.listnews .media-left a:hover img {
	 -webkit-transform: scale(1.03, 1.03);
	 -ms-transform: scale(1.03, 1.03);
	 transform: scale(1.03, 1.03);
}
.listnews .media .media-body h5{
	color: #999;
}
.listnews .media .media-body p{
	color: #666;
	line-height: 30px;
}
.listnews-hot .panel{
	background-color: #f5f3f2;
	padding-top: 10px;
}
.listnews-hot .panel .panel-heading {
	font-size: 18px;
	padding: 0px 15px;
}
.listnews-hot .panel .panel-body ul li{
	margin-bottom: 10px;
}
.listnews-hot .panel .panel-body ul li a{
	color: #666;
}
.listnews-hot .panel .panel-body ul li a:hover{color: #e3001a;}

/* 文章内容页 */
.content{
	line-height: 30px;
	color: #666;
	font-size: 16px;
}
.context{
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.context a{
	margin-left: 10px;
}

/* 焦点图效果 */
.index-art-banner .picBtnTop{
	width: 933px;
	height: 415px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.index-art-banner .picBtnTop .hd{
	width: 160px;
	height: 420px;
	position: absolute;
	right: 5px;
	overflow: hidden;
}
.index-art-banner .picBtnTop .hd ul li{ width:160px; text-align:center; padding:0 0 5px 5px;  }
.index-art-banner .picBtnTop .hd ul li img{ width:154px; height:100px; border:4px solid #ddd; cursor:pointer; vertical-align:bottom; }
.index-art-banner .picBtnTop .hd ul li.on{ background:url("../images/icoleft.gif") no-repeat 0 45px; }
.index-art-banner .picBtnTop .hd ul li.on img{ border-color:#f60;  }
.index-art-banner .picBtnTop .bd{
	width: 760px;
	height: 414px;
	position: relative;
}
.index-art-banner .picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle;}
.index-art-banner .picBtnTop .bd li .pic{ position:relative; z-index:0;  }
.index-art-banner .picBtnTop .bd li .pic img{
	width: 760px;
	height: 414px;
	vertical-align: bottom;
}
.index-art-banner .picBtnTop .bd li .bg{ width:760px; height:30px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=60);opacity:0.6;    }
.index-art-banner .picBtnTop .bd li .title{ width:760px; height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2;  }
.index-art-banner .picBtnTop .bd li .title a{ color:#fff; padding-left:15px;  }


/* 本例子css */
.index-news-display .slideBox{
	width: 1020px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-color: #222222;
}
.index-news-display .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.index-news-display .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.index-news-display .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.index-news-display .slideBox .hd ul li.on{ background:#f00; color:#fff; }
.index-news-display .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.index-news-display .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.index-news-display .slideBox .bd li{ zoom:1; vertical-align:middle; }
.index-news-display .slideBox .bd img{
	width: 620px;
	height: 400px;
	display: block;
	float: left;
}
.index-news-display .slideBox .bd .case-display-info{
	display: block;
	position: absolute;
	right: 0px;
	width: 400px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.index-news-display .slideBox .bd .case-display-info h5{
	color: #eda010;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eda010;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.index-news-display .slideBox .bd .case-display-info h4{
	color: #fff;
	margin-top: 30px;
}
.index-news-display .slideBox .bd .case-display-info p{
	color: #fff;
	line-height: 30px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index-news-display .slideBox .prev,
.index-news-display .slideBox .next{
	position: absolute;
	top: 85%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.index-news-display .slideBox .prev{
	right: 31%;
}
.index-news-display .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.index-news-display .slideBox .prev:hover,
.index-news-display .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.index-news-display .slideBox .prevStop{ display:none;  }
.index-news-display .slideBox .nextStop{ display:none;  }

.index-news-list .items .img p{
	color: #999;
}
.index-news-list .items ul{
	margin-top: 10px;
}
.index-news-list .items ul li{
	float: left;
}
.index-news-list .items ul li a{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 30px;
}
.index-news-list .items ul li a:hover{
	color: #fff;
	background-color: #e3001a;
}
.index-news-list{
	box-shadow: 0 0px 30px rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 40px;
}
.index-news-list h3 small a{
	color: #999;
	font-size: 14px;
	margin-left: 20px;
	line-height: 30px;
}
.index-news-list h3 small a:hover{
	color: #e3001a;
}
.index-news-list h3 small a:last-child{
	float: right;
}
.index-news-list .new-r li{
	margin: 0 8.10811%;
	line-height: 40px;
}
.index-news-deco img{
	height: 207px;
	width: 310px;
}
.index-news-fengcomm img{
	height: 433px;
	width: 650px;
}
.index-news-feng img{
	height: 207px;
	width: 310px;
}
.index-news-novice img{
	height: 207px;
	width: 310px;
}



.dec-class{
	text-align: center;
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.dec-class i.fas{
	font-size: 40px;
	color: #ff6700;
}
.dec-class .column-content{
	padding-right: 30px;
	padding-left: 30px;
}
.dec-class .column-content h4 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    line-height: 60px;
}
.dec-class .column-content p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 46px;
	height: 40px;
}

/* 保障服务 */
.choice-list-1, .choice-list-2{
	margin-bottom: 50px;
	margin-top: 50px;
}
.choice-list-1 h2, .choice-list-2 h2{
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	margin-bottom: 20px;
}
.choice-list-1 h2{
	background-color: rgba(255,103,0,.2);
	color: #ff6700;
}
.choice-list-2 h2{background-color: rgba(238,238,238,.5);}
.choice-list-1 p, .choice-list-2 p{
	line-height: 40px;
	font-size: 16px;
}
.choice-list-1 p i.fas{
	color: #ff6700;
}
.choice-list-1 p i.fas, .choice-list-2 p i.fas{
	font-size: 22px;
}
.choice-list-2 p{
	color: #999;
}
.choice-vs {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background-color: rgba(255,165,20,.3);
}
.choice-vs > span {
    display: block;
    margin: 50% 0 0 50%;
    transform: translate(-50%,-50%);
    width: 76px;
    height: 76px;
    background-color: #ffa514;
    border-radius: 50%;
    font-size: 30px;
    line-height: 76px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}


/* 联系我们 */
.contact{
	padding-top: 170px;
	padding-bottom: 70px;
	font-size: 16px;
	line-height: 30px;
}
#map{
    min-width:600px;
    min-height:567px;
}




/* 媒体查询*/
@media screen and (min-width: 1680px) {


}
@media screen and (min-width: 1600px)  and (max-width: 1679px) {

}
@media screen and (min-width: 1400px)  and (max-width: 1599px) {

.navmenu {
    top: 60px;
}
.carousel-indicators {
    bottom: 100px;
}
.carousel-caption img{
    height: 240px;
}
.head-menu .navmenu {
    top: 25px;
}
.brand {
    padding-top: 103px;
}
.product {
    margin-top: 145px;
}
.index-art {
    margin-top: 145px;
}
.contact {
    padding-top: 145px;
}

}

@media screen and (min-width: 1366px) and (max-width: 1399px)
{
.container1400{
	width: 1270px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.navmenu {
    top: 60px;
	width: 1270px;
}
.head-menu .navmenu {
    top: 20px;
}
nav {
    width: 850px;
}
nav ul li a {
    padding: 10px 14px;
}
.carousel-indicators {
    bottom: 100px;
}
.carousel-caption img {
    padding-top: 40px;
    height: 260px;
}
.floor_brand ul li {
    width: 292px;
}
.calculator_right {
    width: 880px;
}
.case-display .slideBox {
    width: 1200px;
}
.case-display .slideBox .bd img {
    width: 820px;
}
.zzx-process-box {
    width: 1270px;
}
.zzx-process-box li {
    width: 181px;
}
.index-product .slideTxtBox {
    width: 1270px;
}
.index-product .slideTxtBox .hd ul li {
    margin-right: 30px;
    margin-left: 30px;
}
.index-product .slideTxtBox .bd {
    margin-top: 30px;
}
.index-product .slideTxtBox .bd li {
    width: 416px;
}
footer .tel {
    width: 230px;
}
footer .tel h1 {
	font-size: 34px;
}
.cbbfixed {
    right: 15px;
}
.brand {
    padding-top: 108px;
}
.product {
    margin-top: 150px;
}
.product .hd {
    margin-bottom: 25px;
}
.product .hd ul li {
    margin-right: 30px;
    margin-left: 30px;
}
.product-list li {
    width: 416px;
}
.index-art {
    margin-top: 140px;
    margin-bottom: 30px;
}
.index-art-banner .picBtnTop {
    width: 890px;
}
.index-art-banner .picBtnTop .bd li .pic img {
    width: 720px;
}
.index-art-banner .picBtnTop .bd li .bg {
    width: 720px;
}
.index-art-banner .picBtnTop .bd li .title {
    width: 720px;
}
.index-news-display .slideBox {
    width: 945px;
}
.index-news-display .slideBox .bd img {
    width: 580px;
}

}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
.container1400{
	width: 1170px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.navmenu {
    top: 60px;
	width: 1170px;
}
.head-menu .navmenu {
    top: 20px;
}
nav {
    width: 772px;
}
nav ul li a {
    padding: 10px;
}
.carousel-indicators {
    bottom: 100px;
}
.carousel-caption img {
    padding-top: 60px;
    height: 260px;
}
.floor_brand ul li {
    width: 267px;
}
.calculator_right {
    width: 775px;
}
.case-display .slideBox {
    width: 1100px;
	height: 440px;
}
.case-display .slideBox .bd img {
    width: 720px;
	height: 440px;
}
.case-display .slideBox .prev {
    right: 29%;
}
.zzx-process-box {
    width: 1170px;
}
.zzx-process-box li {
    width: 167px;
}
.index-product .slideTxtBox {
    width: 1170px;
}
.index-product .slideTxtBox .hd ul li {
    margin-right: 25px;
    margin-left: 25px;
}
.index-product .slideTxtBox .bd {
    margin-top: 30px;
}
.index-product .slideTxtBox .bd li {
    width: 383px;
}
footer .tel {
    width: 220px;
}
footer .tel h1 {
	font-size: 32px;
}
footer dl dd {
    margin-right: 20px;
}
.cbbfixed {
    right: 15px;
}
.brand {
    padding-top: 108px;
}
.product {
    margin-top: 140px;
}
.product .hd {
    margin-bottom: 25px;
}
.product .hd ul li {
    margin-right: 25px;
    margin-left: 25px;
}
.product-list li {
    width: 383px;
}
.index-art {
    margin-top: 140px;
    margin-bottom: 30px;
}
.index-art-banner .picBtnTop {
    width: 810px;
}
.index-art-banner .picBtnTop .bd li .pic img {
    width: 640px;
}
.index-art-banner .picBtnTop .bd li .bg {
    width: 640px;
}
.index-art-banner .picBtnTop .bd li .title {
    width: 640px;
}
.banner-form {
    padding-right: 25px;
    padding-left: 25px;
}
.index-news-display .slideBox {
    width: 870px;
}
.index-news-display .slideBox .bd .case-display-info {
    width: 320px;
    padding-right: 20px;
    padding-left: 20px;
}
.index-news-display .slideBox .bd img {
    width: 550px;
}
.index-news-list .new-r li {
	overflow: hidden;
	height: 33px;
}
.index-news-list .col-md-3 p{
	overflow: hidden;
	height: 20px;
}
.contact {
    padding-top: 140px;
}

}

/* 平板 start */
@media screen and (min-width: 960px) and (max-width: 1199px) {
.container1400{
	width: 970px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.navmenu {
    top: 50px;
	width: 970px;
	height: 70px
}
.navmenu .logo {
    margin-top: 15px;
    margin-left: 15px;
}
.navmenu .logo img{
	height: 40px;
}
.head-menu .navmenu {
    top: 20px;
}
.navmenu .search {
    width: 70px;
}
.navmenu .search a {
    line-height: 70px;
}
nav {
    width: 650px;
}
nav ul li a {
    padding: 5px;
	font-size: 14px;
	line-height: 60px;
}
.carousel-indicators {
    bottom: 60px;
}
.carousel-caption img {
    padding-top: 80px;
    height: 220px;
}
.floorabs {
    margin-top: -50px;
}
.floor_brand {
    padding: 10px;
}
.floor_brand ul li {
    width: 222px;
}
.floor_brand ul li a {
    padding-left: 75px;
}
.floor_brand .brand1 {
    background: url(../images/4-01.png) 15px center no-repeat #fff;
}
.floor_brand .brand2 {
    background: url(../images/4-02.png) 15px center no-repeat #fff;
}
.floor_brand .brand3 {
    background: url(../images/4-03.png) 15px center no-repeat #fff;
}
.floor_brand .brand4 {
    background: url(../images/4-04.png) 15px center no-repeat #fff;
}
.budget{
	display: none;
}
.calculator_right {
    width: 742px;
}
.case-display h3{
	display: none;
}
.case-display .slideBox {
    width: 970px;
	height: 440px;
}
.case-display .slideBox .bd img {
    width: 640px;
	height: 440px;
}
.case-display .slideBox .bd .case-display-info {
    width: 320px;
    padding-right: 15px;
    padding-left: 15px;
}
.case-display .slideBox .prev {
    right: 29%;
}
.zzx-process-box {
    width: 970px;
}
.zzx-process-box li {
    width: 138px;
}
.index-product .slideTxtBox {
    width: 970px;
}
.index-product .slideTxtBox .hd ul li {
    margin-right: 15px;
    margin-left: 15px;
}
.index-product .slideTxtBox .bd {
    margin-top: 20px;
}
.index-product .slideTxtBox .bd li {
    width: 316px;
	height: 240px;
}
.index-product .slideTxtBox .bd li .brand-img img {
    width: 316px;
    height: 240px;
}

footer dl {
	display: none;
}
.brand {
    padding-top: 88px;
}
.product {
    margin-top: 120px;
}
.product .hd {
    margin-bottom: 25px;
}
.product .hd ul li {
    margin-right: 15px;
    margin-left: 15px;
}
.product-list li {
	width: 316px;
	height: 240px;
}
.product-list li .brand-img img {
    width: 316px;
	height: 240px;
}
.index-art {
    margin-top: 120px;
    margin-bottom: 30px;
}
.index-art-banner .picBtnTop {
    width: 970px;
}
.index-art-banner .picBtnTop .bd {
    width: 790px;
}
.index-art-banner .picBtnTop .bd li .pic img {
    width: 790px;
}
.index-art-banner .picBtnTop .bd li .bg {
    width: 790px;
}
.index-art-banner .picBtnTop .bd li .title {
    width: 790px;
}
.banner-form {
	display: none;
}
.index-news-display .slideBox {
    width: 950px;
}
.index-news-display .slideBox .bd .case-display-info {
    width: 320px;
    padding-right: 25px;
    padding-left: 25px;
}
.index-news-display .slideBox .bd img {
    width: 610px;
}
.index-news-display .slideBox .prev {
    right: 28%;
}
.index-news-list small{
	overflow: hidden;
	height: 26px;
	display: block;
	float: right;
	width: 800px;
}
.index-news-list .col-md-3 p{
	overflow: hidden;
	height: 20px;
}
.contact {
    padding-top: 120px;
}



}
/* 平板 end */

/* 小平板 start*/
@media screen and (min-width: 768px) and (max-width: 959px) {


}
/* 小平板 end*/

@media only screen and (min-width: 480px) and (max-width: 768px){

}

@media only screen and (max-width: 479px) {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* 320x480 start */
body { padding-top: 5rem; padding-bottom: 6rem; }
header{
	background-color: #333;
	height: 5rem;
	width: 100%;
}
header .headbar .dropdown button{
	margin: 0px;
	padding: 0px;
	font-size: 2.5rem;
	line-height: 5rem;
	color: #fff;
	background-color: #333;
	border: 0px;
}
header .headbar .dropdown .dropdown-menu{
	margin: 0px;
	border-radius: 0px 0px 4px 4px;
	left: -1.5rem;
}
header .headbar .dropdown .dropdown-menu li a{font-size: 2rem; line-height:3.5rem}
header .headbar .dropdown .dropdown-menu li i.fa-hotjar{
	color: #e50112;
}
header .logo img{
	height: 2.8rem;
	margin-top: 1rem
}
header .home a{
	color: #fff;
	font-size: 2.5rem;
	line-height: 5rem;
}
footer{
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
footer a{
	color: #fff;
}
footer i{
	font-size: 2rem;
}
footer span{
	display: block;
	width: 100%;
	font-size: 1rem;
}
.swiperbanner .swiper-container {
      width: 100%;
      height: 100%;
}
.swiperbanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.floorabs {
    margin-top: 0px;
}
.floor_brand{
	padding: 0px;
	height: auto;
}
.floor_brand ul li{
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.floor_brand ul li a{
	padding-left: 0px;
	padding-top: 70px;
}
.floor_brand ul li .title{
	font-size: 1.8rem;
}
.floor_brand .brand1 {
    background: url(../images/4-01.png) center 10px no-repeat #fff;
}
.floor_brand .brand2 {
    background: url(../images/4-02.png) center 10px no-repeat #fff;
}
.floor_brand .brand3 {
    background: url(../images/4-03.png) center 10px no-repeat #fff;
}
.floor_brand .brand4 {
    background: url(../images/4-04.png) center 10px no-repeat #fff;
}
.content-wrapper{
	margin: 0px;
}
.zzx-process-box {
	width: 100%;
	margin: 0px;
}
.zzx-process-box li{
	width: 50%;
	margin: 15px 0px;
}
.zzx-process-box li:last-child{width: 100%;}
.index-product{
	background-color: #FFF;
	padding: 0px;
}
.index-product li{
	margin-bottom: 15px;
}
.index-product .brand-img{
	position: relative;
}
.index-product .brand-img span{
	display: block;
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 1.6rem;
	text-indent: 1rem;
}
.indexNews {
    margin-bottom: 0px;
}
.indexNews .review-list li{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* 服务中心移动端 */


/* 联系我们移动端 */
.contact {
    padding-top: 15px;
	padding-bottom: 0px;
}
#map{
    min-width:30rem;
    min-height:50rem;
}

/* 保障服务移动端 */
.brand{
	padding-top: 15px;
	padding-bottom: 0px;
}
.choice-list-1, .choice-list-2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.choice-list-1 p, .choice-list-2 p {
    line-height: 2rem;
    font-size: 1.5rem;
}
.dec-class {
    padding-top: 30px;
    padding-bottom: 0px;
}
.dec-class .column-content {
    padding: 0px 0px 30px 0px;
}
.dec-class .column-content h4 {
    font-size: 2rem;
    line-height: 2rem;
}
.dec-class .column-content p {
	font-size: 1.4rem;
	margin-bottom: 5px;
	height: 6rem;
}

/* 装修攻略移动端 */
.index-news-m .media .media-object{
	width: 120px;
	height: 80px;
}
.index-news-m {
    padding-top: 15px;
}
.index-news-m .media{
	margin-bottom: 20px;
}
.index-news-m .media .media-heading{
	font-size: 14px;
	margin-bottom: 10px;
}
.index-news-m .media .media-body h4 a {
	font-size: 16px;
	margin-top: 5px;
	line-height: 23px;
	font-weight: normal;
}
.index-news-m .media .media-body p {
	font-size: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}

/* 免费报价移动端 */
.quote {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.zx-budget-tit {
    margin-top: 20px;
    padding: 15px 15px 15px;
}
.zx-budget-tit h3 span {
    margin-left: 0px;
}

/* 320x480 End */
}

@media only screen and (max-device-width : 320px) {

}
