﻿@charset "utf-8";
/* CSS Document */
A,ABBR,ACRONYM,ADDRESS,APPLET,BIG,BLOCKQUOTE,BODY,CAPTION,CITE,CODE,DD,DEL,DFN,DIV,DL,DT,EM,FIELDSET,FONT,FORM,H1,H2,H3,H4,H5,H6,HTML,IFRAME,IMG,INS,KBD,LABEL,LEGEND,LI,OBJECT,OL,P,Q,S,SAMP,SMALL,SPAN,STRIKE,SUB,SUP,TABLE,TBODY,TD,TFOOT,TH,THEAD,TR,TT,UL,VAR,INPUT,BUTTON,I,SELECT{
	margin:0;
	padding:0;
	outline:0;
	list-style:none;
	font-weight:inherit;
	font-style:inherit;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu,Arial,"FontAwesome" !important;
	text-decoration:none;
	color:#303030;
	font-style: normal;
	font-size:13px;
	}
img{border:0;}

.com_order_parent{ position:relative;}
/*html,body{
	height:100%;}*/
/*头部菜单*/
.comheader{
	width:100%;
	height:48px;
	line-height:48px;
	position:relative;
	}
.hleft{
	float:left;
	width:22%;
	height:48px;
	}
.hleft>i{
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-top: 14px;
    float: left;
    background: url(../../images/header/weizhi.png) no-repeat center;
    margin-left: 10%;}
.hleft>font{
    float: left;
    font-size: 14px;
    margin: 0 6px;}
.hleft>span{
    display: inline-block;
    float: left;
    width: 9px;
    margin-top: 21px;
    height: 6px;
    background: url(../../images/header/head_down.png) no-repeat center;
	}
.hcenter{
	display:block;
    background: url(../../images/index/logo.png) no-repeat center;
    background-size: 50%;
    position: absolute;
    width: 50%;
    height: 48px;
    left: 0;
    right: 0;
    margin: auto;
	}
.city_all{ position:absolute; top:48px; left:4%; z-index:1000; background:rgba(0,0,0,0.5); padding:10px; width:240px; line-height:2em; display:none;}
.city_all a{ line-height:40px; margin:0; display:inline-block; width:50px; text-align: center; padding:0 2px; color:#fff;}
.city_all a:hover{ color:#fff;}
.city_all em{ z-index:999; float:right; color:#fff; position:relative; right:0px; top:3px; width:18px; height:18px; line-height:18px; text-align:center; font-style:normal; font-size:14px;}
.hright{
	float:right;
	width:22%;
	height:48px;}
.hright>i{
	display:block;
	width:45px;
	height:48px;
	float:right;
	background:url(../../images/header/menu.png) no-repeat center;
	background-size:50%;}	
	
.am-offcanvas {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1090;
	background:rgba(0,0,0,.15)
}
.am-offcanvas.am-active {
	display:none;
}
.am-offcanvas-page {
	position:fixed;
	-webkit-transition:margin-left .3s ease-in-out;
	transition:margin-left .3s ease-in-out
}
.am-offcanvas-bar {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	z-index:1091;
	width:100px;
	max-width:100%;
	background:rgba(0,0,0,0.5);
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	-webkit-transition:-webkit-transform .3s ease-in-out;
	transition:-webkit-transform .3s ease-in-out;
	transition:transform .3s ease-in-out;
	transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%)
}
.am-offcanvas-bar:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	background:#262626
}
.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
.am-offcanvas-bar-flip {
	left:auto;
	right:0;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%)
}
.am-offcanvas-bar-flip:after {
	right:auto;
	left:0
}
.am-offcanvas-content {
	padding:15px;
	color:#999
}
.am-offcanvas-content a {
	color:#ccc
}
	
.am-menu-nav {
	padding:10px 5px
}
 .am-menu-nav>li {
	padding:5px
}
 .am-menu-nav>li>a {
	-webkit-transition:all .3s;
	transition:all .3s;
	background-color:#d4500b;
	color:#fff;
	display:block;
	word-wrap:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	border:1px solid rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow:0 1px 0 rgba(0,0,0,.5);
	height:38px;
	line-height:38px;
	padding:0;
	text-align:center
}	
	
/*底部菜单*/
.comfooter{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:54px;
	z-index: 99900;
}
	
.am-navbar {
	width:100%;
	height:54px;
	line-height:54px;
	z-index:1010
}
.am-navbar ul {
	padding-left:0;
	margin:0;
	list-style:none;
	width:100%;
	height:100%;
}
.am-navbar .am-navbar-nav {
	padding-right:8px;
	text-align:center;
}
.am-navbar .am-navbar-nav li {
	display:table-cell;
	width:20%;
	float:left;
}
.am-navbar-nav {
	position:relative;
	z-index:1015
}
.am-navbar-nav a {
	display:inline-block;
	width:100%;
	height:49px;
	line-height:20px
}
.am-navbar-nav a img {
	display:block;
	vertical-align:middle;
	height:24px;
	width:24px;
	margin:4px auto 0
}
.am-navbar-nav a [class*=am-icon] {
	width:24px;
	height:24px;
	margin:4px auto 0;
	display:block;
	line-height:24px
}
.am-navbar-nav a [class*=am-icon]:before {
	font-size:22px;
	vertical-align:middle
}
.am-navbar-nav a .am-navbar-label {
	padding-top:2px;
	line-height:1;
	font-size:12px;
	display:block;
	word-wrap:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.am-navbar-more [class*=am-icon-] {
	-webkit-transition:.15s;
	transition:.15s
}
.am-navbar-more.am-active [class*=am-icon-] {
	-webkit-transform:rotateX(-180deg);
	transform:rotateX(-180deg)
}
.am-navbar-actions {
	position:absolute;
	bottom:49px;
	right:0;
	left:0;
	z-index:1009;
	opacity:0;
	-webkit-transition:.3s;
	transition:.3s;
	-webkit-transform:translate(0,100%);
	-ms-transform:translate(0,100%);
	transform:translate(0,100%)
}
.am-navbar-actions.am-active {
	opacity:1;
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0)
}
.am-navbar-actions li {
	line-height:42px;
	position:relative
}
.am-navbar-actions li a {
	display:block;
	width:100%;
	height:40px;
	-webkit-box-shadow:inset 0 1px rgba(220,220,220,.25);
	box-shadow:inset 0 1px rgba(220,220,220,.25);
	padding-left:20px;
	padding-right:36px
}
.am-navbar-actions li a:after {
	font-family:FontAwesome,sans-serif;
	content:"\f105";
	display:inline-block;
	position:absolute;
	top:0;
	right:20px
}
.am-navbar-actions li a img {
	vertical-align:middle;
	height:20px;
	width:20px;
	display:inline
}
#am-navbar-qrcode {
	width:220px;
	height:220px;
	margin-left:-110px
}
#am-navbar-qrcode .am-modal-bd {
	padding:10px
}
#am-navbar-qrcode canvas {
	display:block;
	width:200px;
	height:200px
}
.am-with-fixed-navbar {
	padding-bottom:54px
}
.am-navbar-default a {
	color:#333;
}
.am-navbar-default .am-navbar-nav {
	border-top:1px solid #777;
	background-color:#f0f1ed;
	filter:alpha(opacity=97);  
    -moz-opacity:0.97;  
    -khtml-opacity: 0.97;  
    opacity: 0.97; 
}
.am-navbar-default .am-navbar-actions {
	background-color:#f0f1ed
}
.am-navbar-default .am-navbar-actions a {
	border-bottom:1px solid #9dc816
}	

.home1{
	width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
	background: url(../images/mimg/home1.png) no-repeat center;
	background-size: 80%;
	}
.home2{
	width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
	background: url(../images/mimg/home2.png) no-repeat center;
	background-size: 80%;
	}	
.home3{
	width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
	background: url(../images/mimg/home3.png) no-repeat center;
	background-size: 80%;
	}	
.home4{
	width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
	background: url(../images/mimg/home4.png) no-repeat center;
	background-size: 80%;
	}	
	
/*报名框弹出层*/
.tcbminput,.tcbmselect,.tcbmyuyue{
	display: block;
    width: 80%;
    height: 30px;
    padding: 4px 5%;
    margin: 4px 5%;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	list-style:none;
	}	
	
.case_box{
	width: 95%;
	margin-left:2%;
	overflow: hidden;
	padding-top:10px;
}	
.nav_top{
	width:98%;
	margin-left:1%;
	height:40px;
	margin-bottom:20px;
}
.nav_top dl{ width: 32%; margin-right:1.3%; float:left; }
.nav_top dt{ display:none;}
.nav_top dd{}
.nav_top select{
	width: 100%;
	height:40px;
	padding-left:35%;
	position: relative;
	padding-top:5px;
}
.nav_top .zxfg{background: url(../images/mimg/m_fg_bj.jpg) no-repeat left;}
.nav_top .hx{background: url(../images/mimg/m_hx_bj.jpg) no-repeat left;}
.nav_top .zxmj{background: url(../images/mimg/m_zxmj_bj.jpg) no-repeat left;}
.case_cont{ width:95%;border:1px solid #dedede; padding:10px;  }
.text{ font-size:14px;height:30px; line-height:30px;}
.appointment_btn{ width:60px; height:24px; line-height:24px; background:#da251d; text-align:center; color:#fff; padding:5px 10px; margin-right:0px; margin-bottom:10px;}

.more{ border:1px solid #dedede; width:98%; padding:10px auto; line-height:40px; height:40px; text-align:center; margin-bottom:60px; margin-top:20px;}
/*报名框*/
 /*报价框*/
.form_box,.sc_box{
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin:20% auto;padding:10px 1px 5px;width:90%;background:#fff;box-sizing:border-box;-o-box-sizing:border-box;z-index:99999999999999999999999;max-width:640px;text-align:center;
 top: 30%;
    left: 0px;
    right: 0px;
    display: none;
    margin: -118px auto auto;
    position: fixed;
    vertical-align: middle;
  
}

.com_order_parent .title{
      font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #cc3333;
}
.com_order_parent .tcbminput{
  border: 1px solid #cc3333;
  background-color:none; 
  border-radius: 0;
      width: 70%;
}
.com_order_parent .tcbmyuyue{
      width: 80%;
    line-height: 38px;
    height: 38px;
    padding: 0 5%;
    text-align: center;
    border: 0;
    color: #fff;
    background: #cc3333;
    border-radius: 0;
    box-shadow: 2px 2px 0px 0px #d56604;
}
.com_order_parent .closetcbm{
      position: absolute;
    top: 0;
    right: 8px;
    color: #fff;
    font-size: 32px;
    line-height: 34px;
}
.baoming_bg{
  width:100%;height:100%;position:fixed;top:0; left:0;background:rgba(0,0,0,0.5);z-index:999999;display:none;
}
.baoming_bgsc{
  width:100%; height:100%; position: fixed;  background-color: rgba(0, 0, 0,.7);z-index:99; display:none;
}
.rename{
      padding-left: 15%;
    background: url(../images/index/apply_show3.png) no-repeat 10px center;
        background-size: 8%;
}
.telPhone{
  padding-left: 15%;
      background: url(../images/index/apply_show4.png) no-repeat 13px center;
    background-size: 6%;
}
/*报价成功提示*/
.p_sc{
    background: url(../images/index/bm_sc.png) no-repeat 20% center;
    background-size: 9%;
    line-height: 100%;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 20px 40px;
    color: #cc3333;
}
  .p_sc2 {
      width: 72%;
      min-width: 253px;
      text-align: center;
      margin: auto;
      color: #555555;
      font-size: 16px;
      padding: 10px 0;
  }
  .com_order_parent .title1{
      text-align: left;
      padding-left: 16px;
  }
  .sc_box{
      display: none;
  }
/*报价框*/
/* 新增免费报价*/
.m_pup_tkclose{position:absolute;right:10%;width:45px;height:45px}
.m_pup_tkclose img{width:100%}
.form_box h2{margin-top:40px;color:#da251d;font-size:28px;margin-bottom:8px}
.form_box button,.form_box input{box-sizing:border-box;margin-bottom:10px;padding:0 15px;width:85.1%;height:39px;outline:0;border:1px solid #aaa;line-height:39px}
.form_box .m_chu,.form_box .m_shi,.form_box .m_ting{box-sizing:border-box;margin:0 auto;padding:0 15px;width:27.2%;height:39px;outline:0;border:1px solid #aaa;line-height:39px}
.form_box .m_wei,.form_box .m_yangtai{box-sizing:border-box;margin:10px auto;padding:0 15px;width:41.5%;height:39px;outline:0;border:1px solid #aaa;line-height:39px}
.form_box .com_order_button{display: block;box-sizing:border-box;margin-bottom:1.5rem;height:42px;border:1px solid transparent;background:#da251d;color:#fff;font-weight:700;font-size:16px;line-height:42px;width:85%;margin:.2px auto 8px}
.form_box select option{color:#333}
.mt10{ margin-top:10px;}

/*装修案例详细页*/
.title{
    width: 100%;
    height:34px;
    background:#dedede;
}
.title h1{
    width:100%;
    height:40px;
    font-size:18px;
    color: #333;
    text-align: center;
    line-height:40px;
}
.label{
    width: 98%;
}
.label ul{
    width:90%;
    margin: 0 auto;
    padding-top: 10px;
	
}
.label ul li{
    float: left;
    width: 50%;
    line-height:28px;
    font-size: 14px;
    color: #000;
}
.label ul li span{
    font-size: 14px;
    color: #959595;
}

.describe{
    width:96%;
    padding: 0 1.8%;
	border:1px solid #ccc;
}
.describe .describe_title{
    width: 120px;
    height:30px;
    background: url("../images/case/anli_dscb.png") no-repeat center;
    background-size: 100%;
    margin-bottom:10px;
	margin-top:60px;

}
.describe p{
    font-size: 14px;
    color: #7d7d7d;
    text-indent:2em;
    line-height: 28px;
	margin-bottom:5px;
}

.describe .describe_img li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}
.describe .describe_img li img{
    width: 98%;
    height: 100%;
	max-width:620px; 
	min-width:320px;
}


.continue{
    width: 100%;
    height: 65PX;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border-left:4px solid #da251d;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.continue .previous{
    margin-left: 20px;
}
.continue .next{
    margin-left: 20px;
}

.correlation{
    width: 100%;
}
.correlation .correlation_cont{
    width:98%;
    margin: 0 auto 54px;
    overflow: hidden;
}
.correlation .correlation_cont h4{
    font-size: 28px;
    color: #313131;
    line-height: 100%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 20px;
}
.correlation .correlation_cont .correlation_box{
    width: 100%;
    overflow: hidden;
}
.correlation .correlation_cont .correlation_box .swiper-container{
    width: 100%;
    height: 100%;
}
.correlation .correlation_cont .correlation_box ul{
    width:100%;
    height: 100%;
}
.correlation .correlation_cont .correlation_box ul li{
    width: 48%;
    height: 100%;
    margin-right:2% ;
}
.correlation .correlation_cont .correlation_box ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.correlation .correlation_cont .correlation_box ul li .img{
    width: 100%;
	height:120px;
    overflow: hidden;
    margin-bottom: 10px;
}
.correlation .correlation_cont .correlation_box ul li .img img{
    width: 100%;
    height: 100%;
}
.correlation .correlation_cont .correlation_box ul li p{
    width: 100%;
    font-size: 14px;
	line-height:28px;
    color: #333;
    line-height: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	
    margin-bottom: 10px;
}
.indexba{
    width: 100%;
	margin-bottom:40px;
}
.indexba p{
    height: auto;
    line-height: 28px;
    text-align: center;
    color: #4d4a4a;
}
.share_show{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 2000;
}
.share_show .share_show_box{
    width: 100%;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.9);
}
.share_show .share_show_box .close{
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    top: 0.16rem;
    right: 0.16rem;
    background: url("../images/case/share_icon.png") no-repeat 0 -1.14rem;
    background-size: 0.5rem 1.64rem;
}
.share_show .share_show_box .share_title{
    width: 100%;
    height: 0.8rem;
    font-size: 0.25rem;
    color: #000000;
    text-align: center;
    line-height: 0.8rem;
}
.share_show .share_show_box p{
    font-size: 0.25rem;
    color: #000000;
    line-height: 0.4rem;
    padding-left: 0.33rem;
}
.share_show .share_show_box .way{
    width: 5.68rem;
    height: 0.72rem;
    border-radius: 5px;
    margin:0.4rem 0 0.4rem 0.33rem;
    border: 0.01rem dashed #666666;
    text-align: center;
    font-size:0.25rem;
    line-height:0.72rem;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.share_show .share_show_box .way b{
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/case/share_icon.png") no-repeat; /*0 -1.14rem*/
    background-size: 0.4rem 1.31rem;
    margin: 0 0.03rem -0.1rem;
}
.share_show .share_show_box .way .b1{
    background-position: 0 0;
}
.share_show .share_show_box .way .b2{
    background-position: 0 -0.46rem;
}
.share_show .share_show_box .btn{
    width: 5.7rem;
    height: 0.72rem;
    border-radius: 5px;
    background: #eb6100;
    font-size: 0.25rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height:0.72rem;
    margin-left: 0.33rem;
}
