@charset="utf-8";
img{
	width: 100%;
	height: 100%;
}
body{
	font-size: 18px;
	overflow-x: hidden;
	color:#040404;
}
.construction .new_publicTitle .tit1,.construction .new_publicTitle .tit2{
 color:#fff;
} 
.opacity{filter:alpha(opacity:100); opacity:1;-moz-opacity:1;-khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.wrap_auto{
	width: 1200px;
	margin: auto;
}
input, select {
    -webkit-appearance: none;
}
.flex{
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.flex img{
	width:auto;
}

.paging ul,.paging ul li{ display: inline-block;}
.paging ul li{ padding: 0 15px; border: 1px solid #e0e0e0; margin:0 3px; font-size: 15px;}
.paging ul li a,.paging ul li span{ color:#848484}
.paging ul li.active{ background:#600001; border: 1px solid #600001;}
.paging ul li.active span{ color:#fff; } 
/* 轮播 */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.swiper-pagination-bullet{
	width:40px;
	height: 4px;
	background: #a0a0a0;
	border-radius: 0;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #600001;
}
.banner .swiper-button-next, .banner  .swiper-button-prev {
	position: absolute;
	top: 55%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 99;
}
.banner{
	height: 880px;
	overflow: hidden;
	background:#a0a0a0;
}
.banner .swiper-button-prev{
	background: url(../images/banner_arrow.png) no-repeat left top;
	left: 60px;
}
.banner .swiper-button-next{
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	right: 60px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.banner .swiper-wrapper a{
	height: 880px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.banner .swiper-wrapper img{ 
    width: auto;
    width: 100%\9;
}
/* 头部 */
.header{
	height:120px;
	background:#FFF;
}
.header .wrap_auto{
	width: 1210px;
}
.logo{
	display: block;
	width: 265px;
	height: 52px;
	margin-top: 34px;
	background: url('../images/logo.png') no-repeat center;
}
.nav a{
	float: left;
	display: inline-block;
	height: 120px;
	line-height: 120px;
	margin-left: 42px;
	font-size: 17px;
	color:#040404;
	font-weight: bold;
	position: relative;
}
.nav a:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: url('../images/nav_bg.png') no-repeat center;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -29px;
}
.nav a.active{
	color:#600001!important;
}
.nav a:first-child:before{
	display: none;
}
.publicTit{ 
	padding-top: 30px;
}
.publicTit .p1{
	height: 40px;
	position: relative;
}
.publicTit .p1:before{
	content:'';
	position: absolute;
	width: 4px;
	height: 18px;
	background:#040404;
	top: 8px;
	left:0;
}
.publicTit .p1 span{
	margin: 0 18px;
	font-size: 28px;
}
.publicTit .p1 font{
	margin-top: 10px;
}
.publicTit .p2{
	text-transform: uppercase;
	font-size: 12px;
	color:#535353;
	margin: 5px 0 0 20px;
}


/* 全案设计 */
.trainList{
	padding: 25px 0;
	background:#eee;
}
.dreamList{
	width: 1440px;
	margin: auto;
}
.dreamList li{
	float: left;
	width: 272px;
	height: 100px;
	background:#fff; 
	margin-right:20px;
	border-radius: 8px;
	cursor: pointer;
}
.dreamList li:last-child{
	margin-right: 0;
}
.dreamList li .icon{
	margin: 28px 20px 0 30px;
	transition: 0.4s;
}
.dreamList li .msg{
	width: 145px;
	transition: 0.4s;
}
.dreamList li:hover .icon { transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px);}
.dreamList li:hover .msg{ transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px);}
.dreamList li .msg .p-1{
	font-size: 18px;
	margin: 25px 0 16px;
}
.dreamList li .msg .p-2{
	font-size: 14px;
	color:#535353;
}
.new_publicTitle{
	text-align: center;
}
.new_publicTitle .tit1{
	font-size: 30px;
	color:#040404;
	padding: 64px 0 12px;
}
.new_publicTitle .tit2{
	color:#535353;
	text-transform: uppercase;
	font-size: 16px; 
}
.serviceAdvantage{
	width: 1440px;
	margin: 36px auto 0;
}
.serviceAdvantage .item{
	float: left;
	width: 288px;
	padding-top: 40px;
	height: 120px;
	text-align: center;
	color:#1b1b1b;
	font-size: 16px;
}
.serviceAdvantage .item:nth-child(odd){
	background:#eeeeee;
}
.serviceAdvantage .item:nth-child(even){
	background:#d2d2d2;
}
.serviceAdvantage .item .p1 span{
	font-size: 45px;
	font-weight: bold;
	position: relative;
	bottom: -3px;
	margin-right: 4px;
}
.serviceAdvantage .item .p2{
	font-size: 18px;
	margin-top: 28px;
}

.advantage_ban{
	width: 1440px;
	height: 245px;
	position: relative;
	margin: 126px auto 0;
}
.advantage_ban dl{
	position: relative;
}
.advantage_ban dl:nth-child(3n):after{
	display: none;
}
.advantage_ban dl:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 116px;
	background:#1b1b1b;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.advantage_ban dl dt{
	width: 120px;
	height: 87px;
	padding-top: 33px;
	background:#eeeeee;
	border-radius: 50%;
	margin: auto;
	text-align: center;
}
.advantage_ban dl dt img{
	width: auto;
	height: auto;
}
.advantage_ban dl .dd1{
	height: 45px;
	margin-top: 12px;
	line-height: 45px;
	font-size:24px; 
	position: relative;
	color:#600001;
	text-align: center;
}
.advantage_ban dl .dd1:after{ 
	content:'';
	position: absolute;
	width: 12px;
	height:2px;
	background: #600001;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
}
.advantage_ban dl .dd2{
	font-size: 16px; 
	height: 75px;
	overflow: hidden;
	line-height: 25px;
	color:#040404;
	width: 200px;
	margin: 12px auto 0;
	text-align: center;
}
.advantage_ban .swiper-button-next,.advantage_ban .swiper-button-prev{
	width: 46px;
	height:46px;
	outline:none;
}
.advantage_ban .swiper-button-next{
	background:url('../images/next.png') no-repeat center;
}
.advantage_ban .swiper-button-prev{
	background:url('../images/prev.png') no-repeat center;
}
/* 服务类型 */
.classOfService{
	background:#eee;
	margin-top: 86px;
	padding-bottom: 102px;
}
.materialScience{
	width: 1440px;
	height: 566px;
	margin: 56px auto 0;
}
.materialScience dl{
	float: left;
	cursor:pointer;
	width: 346px;
	height: 566px;
	margin-right: 14px;
} 
.materialScience dl .le-item{
width: 346px;
	height: 566px;
	position: relative;
	overflow: hidden;
}
.materialScience dl:last-child{
	margin-right: 0;
}
.materialScience dl dt{
	width:100%;
	height: 100%;
}
.materialScience dl dt img{
	width: auto;
}
.materialScience dl dd{
	width: 100%;
	height: 80px;
	font-size: 26px;
	position: absolute;
	bottom:0;
	left: 0;
	color:#fff;
	text-indent: 30px;
	background:rgba(0,0,0,.0);
}
.materialScience dl dd .p1{
	width:100%;
	height: 80px;
	line-height: 80px;position: absolute;
	bottom:0;
	left: 0;
}
.materialScience dl dd .hideDd{  
	position: absolute;
	height: 100%;
	bottom:-100px;
}
.materialScience dl .le-item.show dd{ 
	width: 100%;
	padding: 35px 30px 0 30px;
	box-sizing: border-box; 
	background:rgba(0,0,0,.6);
} 
.materialScience dl .le-item.show dd .hideDd{
	height: 100%;
}

.materialScience dl .le-item.show dd .hideDd .des{
	margin-top: -80px;
}
.materialScience dl dd .hideDd .t{
	position: absolute;
    bottom: 0;
    height: 80px;
    line-height: 80px; 
	text-align: center; 
    text-indent: 0;
}
.materialScience dl dd .hideDd .des{
	text-indent: 0;
}
.materialScience dl dd .hideDd .des span{
	display: inline-block; 
    height: 36px;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 35px;
    text-indent: 0;
	margin-top: 15px;
}
.materialScience dl.yl-dl{
	width: 353px;
}
.materialScience dl.yl-dl .item-yl{ 
	position: relative;
	overflow: hidden;
}
.materialScience dl.yl-dl .item-yl.show  dd{ 
	width: 100%;
	padding: 35px 30px 0 30px;
	box-sizing: border-box; 
	background:rgba(0,0,0,.6);
} 
.materialScience dl.yl-dl .item-yl.show dd .hideDd{
	height:100%;
}
.materialScience dl.yl-dl .item-yl.show dd .hideDd .des{
	margin-top: -80px;
}
.materialScience dl.yl-dl .yl1{
	height: 220px;
	width:353px;
} 
.materialScience dl.yl-dl .yl2{
	height: 333px;
	width:353px;
} 
/* 案例鉴赏 */
.case_appreciation{
	background:#333;
	padding-bottom: 98px;
}
.case_appreciation .new_publicTitle .tit1,
.case_appreciation .new_publicTitle .tit2{
	color:#fff;
}
.case_appreciation .swiper-container{
	height: 564px;
	margin-top: 56px;
}
.case_appreciation .swiper-slide{
    width: 63%; 
}
.case_appreciation .swiper-slide .picture{
	width:100%;
	height: 100%;
}
.appreciat{
	width:524px;
	height: 378px;
	background:#fff;
	position:absolute;
	padding: 0 56px;
	box-sizing: border-box;
	bottom: 30px;
	right: -250px;
}
.appreciat .bt{
	height: 110px;
	overflow: hidden;
	line-height: 120px; 
	line-height: 120px;
	font-size: 48px;
	color:#1b1b1b;
	position: relative;
}
.appreciat .bt:after{
	content: '';
	position: absolute;
	width: 68px;
	height: 5px;
	background:#600001;
	left: 0;
	bottom: 0;
}
.appreciat .editCon{
	height:114px;
	font-size: 17px;
	color:#1b1b1b;
	line-height: 29px;
	margin: 20px 0 50px;
	overflow: hidden;
}
.appreciat a{
	display: block;
	width: 160px;
	height: 50px;
	background:#600001;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 17px;
}
.case_appreciation .dote{
	width: 300px;
	height:75px;
	    position: absolute;
    left: 63%;
    top: 70px;
	font-size: 24px;
	color:#626262;
}
.case_appreciation .dote .swiper-pagination-current{
	font-size: 39px;
	color:#fff;
}
.case_appreciation .dote .swiper-button-next,.case_appreciation .dote .swiper-button-prev{
	width: 30px;
	height: 24px;
	top: 45px;
}
.case_appreciation .dote  .swiper-pagination-fraction{
	width: 136px;
    text-align: center;
    left: 94px;
}
.case_appreciation .dote .swiper-button-next{
	background: url('../images/case_next.png') no-repeat center;
	right: 40px;
}
.case_appreciation .dote .swiper-button-prev{
	background: url('../images/case_prev.png') no-repeat center;
	left: 64px;
}
/* 臻享服务 */
.enjoyService{
	width: 100%;
	padding-left: 6.25%;
	box-sizing: border-box;
	margin: 80px 0;
	height: 702px;
}
.enjoyService .enjoy-l{
	width: 40%;
}
.enjoyService .enjoy-l .top{
	color:#600001;
	padding: 32px 0 46px;
	height:70px;
	border-bottom:1px solid #d3d3d3;
}
.enjoyService .enjoy-l .top .p1{
	font-size: 26px;
	margin-bottom: 15px;
}
.enjoyService .enjoy-l .top .p2{
	font-size: 30px;
}
.zx_processBtm dl{
	padding-top:35px;
	height: 100px;
	border-bottom: 1px solid #d3d3d3;
	color: #040404; 
}
.zx_processBtm dl dd .p1{ 
	font-size: 24px;
	margin-bottom:16px;
}
.zx_processBtm dl dd .p2{ 
	font-size: 14px; 
}
.zx_processBtm dl dt{
	margin: 0 20px 0 0;
}
.enjoyService .enjoy-r{
	width: 50%;
	height: 702px;
}
.enjoyService .enjoy-r img{
	width: auto;
	height: 100%;
}
/* 7大核心商业思维 */
.businessThink{
	padding-bottom: 76px;
	background:#333333;
}
.businessThink .new_publicTitle .tit1,
.businessThink .new_publicTitle .tit2{
	color:#fff;
}
.businessThink .thought{
	width: 1300px;
	margin: 64px auto 0;
}
.businessThink .thought dl{
float: left;
	width: 310px;
	padding-right: 30px;
	box-sizing: border-box;
	height: 246px;
	background:#fff;
	border-radius: 8px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.businessThink .thought dl:nth-child(4),.businessThink .thought dl:nth-child(7){
	margin-right: 0;
}
.businessThink .thought img{
	width: auto;
	height: auto;
}
.businessThink .thought dl dt{
	padding: 28px 0 0 0;
	height: 124px;
}
.businessThink .thought dl dd{
	font-size: 30px;
	text-align: right;
}
.businessThink .thought dl:nth-child(n+5){
	width: 422px;
	height: 302px;
}
.businessThink .thought dl:nth-child(n+5) dt{
	height: 165px;
	padding-top: 36px;
}
/* 设计流程 */
.design_process{
	background: #f7f7f7;
	padding: 10px 0 116px;
}
.processList{
	height: 178px;
	margin: 68px auto 0;
}
.processList li{
float: left;
	width: 171px;
	height:177px;
	background:#fff;
	text-align: center;
	padding-top: 42px;
	box-sizing: border-box;
	text-align: center;
}
.processList li .p1{
	width: 49px;
	height: 49px;
	border: 3px solid #600001;
	border-radius: 50%;
	line-height: 49px;
	font-size: 30px;
	color:#600001;
	margin: 0 auto 20px;
}
.processList li .p2{
	font-size: 18px;
	color:#535353;
}
.processList li:nth-child(1),.processList li:nth-child(5){
	border: 1px solid #dadada;
}
.processList li:nth-child(2){
	border: 1px solid #600001;
}
.processList li:nth-child(4),.processList li:nth-child(6){
	background: #eaeaea;
}



/* 精准报价 */
.accurateQuote{
	width: 100%;
	height: 460px;
	background:#f7f7f7;
	position: relative;
}
.accurate-l{
	width:62.5%;
	height: 460px;
	background:#000;
}
.accurate-r{
	width:37.5%;
	height: 460px; 
}
.accurate-l1{
	width: 840px;
	height: 460px;
	display: none;
}
.accurate-l1:first-child{
	display: block;
}
.accurate-l1 dt{
	width: 279px;
	height: 242px;
	margin: 105px 60px 0 0;
}
.accurate-l1 dd{
	width: 370px;
	margin-right:130px;
	position: relative;
}
.accurate-l1 dd:after{ 
	content:'';
	position: absolute;
	width: 1px;
	height:254px;
	background: #fff;
	top: 100px;
	right: -52px;
}
.accurate-l1 dd .p1{
	font-size: 24px;
	margin: 68px 0 14px;
	color:#fff;
	text-align: right;
}
.accurate-l1 dd .p2{
	font-size: 16px;
	margin:0 0 37px 0 ;
}
.accurate-l1 dd li{
	float: left;
	width: 112px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #dcdcdc;
	color:#040404;
	font-size: 16px;
	margin: 0 16px 7px 0;
	border-radius: 35px;
}
.accurate-l1 dd li:nth-child(3n){
	margin-right: 0;
}
.accurate-l1 dd li.active{
	background:#600001;
	color:#fff;
}
.accurate-l1 dd input{
	width:370px;
	height: 50px;
	border-radius: 10px;
}
.accurate-l1 dd input[type=text]{
	background:#fff; 
	font-size: 20px;
	color:#757575;
	text-align: center;
	margin:22px 0 18px;
}
.accurate-l1 dd input[type=button]{ 
	background:#600001;
	color:#fff;
}
.accurate-r ul{
	width: 446px;
	margin-top: 52px;
}
.accurate-r ul li{
	width: 100%;
	height: 82px;
	line-height: 82px;
	background:#ffffff;
	margin-bottom:8px;
	padding:0 20px 0 60px;
	box-sizing: border-box;
	cursor: pointer;
}
.accurate-r ul li span{
	font-size: 22px;
	color:#000;
}
.accurate-r ul li font{
	font-size: 20px;
	color:#d2d2d2;
}
.accurate-r ul li.active span{
	color:#600001;
}

/* 精品案例 */
.excellentCases{
	padding-top: 190px;
}
.excellentCases .publicTit{
	border-bottom:1px solid #d8d8d8;
}
.excellentCases .publicTit .p2{
	padding-bottom: 18px;
}
.publicTit .ti_ul .ti_ul_li{
	float: left;
	font-size:16px;
	height: 74px;
	line-height:74px;
	color:#535353;
	width: 80px;
	text-align: center;
	margin-left:40px;
	position: relative;
	cursor: pointer;
}
.publicTit .ti_ul .ti_ul_li:after{
	content:'';
	position: absolute;
	width: 75px;
	height:1px;
	background: #600001;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.publicTit .ti_ul .ti_ul_li.active{
	color:#600001;
}
.publicTit .ti_ul .ti_ul_li.active:after{
	display: block;
}
.excellentCases .excellentCon-item{
	display: none;
}
.excellentCases .excellentCon-item:first-child{
	display: block;
}
.excellentCon{ 
	width: 1200px;
	margin:20px auto 40px;
}
.excellentCon .exItem{
	width: 390px;
	margin-right:15px;
	margin-bottom: 16px;
}
.excellentCon .exItem:nth-child(3n){
	margin-right:0;
}
.excellentCon .exItem .pic{
	width: 390px;
	height: 260px;
}
.excellentCon .exItem .des{
	height: 80px; 
	padding: 10px 22px 0 22px;
	box-sizing: border-box; 
	color:#040404; 
	font-size: 16px;
}
.excellentCon .exItem .des .tit{
	height: 34px;
	line-height:34px;
	overflow: hidden;
}
.excellentCon .exItem .des .time{
	color:#535353;
}
.excellentCon .exItem:hover{
	box-shadow: 5px 5px 10px #f4f4f4,0 -5px 10px #f4f4f4;
} 
.excellentCon .exItem .pic img{-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.excellentCon .exItem:hover img{-webkit-transform:scale(1.08);-moz-transform: scale(1.08);-o-transform:scale(1.08);transform:scale(1.08);}

.lookMore{
	display: block;
	width: 92px;
	height: 38px;
	background:#600001 url('../images/more.png') no-repeat 30px;
	color:#fff;
	line-height: 38px;
	padding-left: 62px;
	font-size:14px;
	margin:auto;
}
/* 设计团队 */
.designTeam{
	padding: 140px 0 160px;
}
.designContent{
	width: 1200px;
	padding: 40px 0;
	background:#f7f7f7;
	margin: 40px auto 0;
}
.designCL{
	width: 370px;
	margin-left:75px;
}
.designCL .tit{
	font-size: 26px;
}
.designCL .info{
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color:#000;
	position: relative;
}
.designCL .info:after{
	content: '';
	position: absolute;
	width: 32px;
	height: 3px;
	background:#600001;
	left: 0;
	bottom: 0;
}
.designCL .editCon{
	height: 335px;
    font-size: 16px!important;
    color: #707070!important;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
    letter-spacing: 1px;
}
.designCR{
	width: 670px;
	margin-right: 40px;
}
.designCR .pic{
	width:670px;
	height:432px;
}
.depressed{
	height: 44px;
	margin-top:28px;
	text-align: center;
}
.depressed a{
	display: inline-block;
	width: 138px;
	height:44px;
	line-height: 44px;
	text-align: center;
	margin: 0 6px;
}
.depressed a.detail{
	background:#fff;
	color:#535353;
}
.depressed a.yuy{
	background:#600001;
	color:#fff;
}
/* 实时监控 */
.monitoring li{
	width: 600px;
	height: 114px;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.monitoring li:nth-child(odd){
	background:#600001;
	border: 1px solid #600001;
}
.monitoring li:nth-child(even){
	background:#fff;
	border: 1px solid #dadada;
}
.monitoring{
	padding:140px 0 168px;
}
.monitoring li .p1{
	width: 40px;
	height: 40px;
	margin:35px 16px 0 40px;
}
.monitoring li .word{
	width: 468px;
	color:#fff;
}
.monitoring li .word .t1{
	font-size: 22px;
	margin-top:32px;
}
.monitoring li .word .t2{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	overflow: hidden;
}
.monitoring li:nth-child(even) .word .t1{
	color:#404040;
}
.monitoring li:nth-child(even) .word .t2{
	color:#535353;
}
/* 在施工地 */
.construction{
	padding:6px 0 106px;
	background:#000;
}
.construction .publicTit{
	color:#fff;
}
.construction  .publicTit .p2{
	color:#fff;
}
.construction .publicTit .p1:before {
	background:#fff;
}
.constructCon{
	width: 1200px;
	margin: 60px auto 0;
	color:#fff;
}
.constructCon li{
	height: 52px;
	line-height: 52px;
}
.constructCon .swiper-container{
	height: 400px;
	width:1200px;
	margin:50px 0;
}
.constructCon li:nth-child(1) p{
	background:#600001;
	margin-bottom: 10px;
}
.constructCon li p{
	float: left;
	text-align: center;
	font-size: 20px;
	height: 52px;
	overflow: hidden;
	margin-right: 3px;
}
.constructCon li p.p1{
	width: 430px;
}
.constructCon li p.p2{
	width: 188px;
}
.lotsLogs{
	margin: auto;
	padding: 70px 0 50px;
	background:#f7f7f7;
}
.lotsLogs-{
	position: relative;
	width:1450px; 
	margin: auto;
}
.lotsLogs .swiper-container{
	width: 1200px;
}
.lotsLogs .swiper-slide li{
	float: left;
	width: 263px;
	height: 135px;
	margin-right: 48px; 
	box-sizing: border-box;
	margin-bottom: 20px;
}
.lotsLogs .swiper-slide li a{
	width: 263px;
	height: 135px;
	display:flex;
	justify-content: center;
	align-items:center;
	overflow:hidden;
	border: 1px solid #dadada;
	box-sizing: border-box;
	background:#fff;
}
.lotsLogs .swiper-slide li a img{
	height: auto;
	width: 100%;
}
.lotsLogs .swiper-slide li:nth-child(4n){
	margin-right: 0;
}
.lotsLogs .swiper-button-next,.lotsLogs .swiper-button-prev{
	width: 46px;
	height:46px;
	outline:none;
}
.lotsLogs .swiper-button-next{
	background:url('../images/next.png') no-repeat center;
}
.lotsLogs .swiper-button-prev{
	background:url('../images/prev.png') no-repeat center;
}

/* 新闻中心 */
.newsCenter .news_list{
	width: 1660px;
	margin: 45px auto 0;
}
.newsCenter .news_list dl{
	float: left;
	width: 524px;
	margin-right: 44px;
}
.newsCenter .news_list dl:nth-child(3n){
	margin-right: 0;
}
.newsCenter .news_list dt .tit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #1b1b1b;
	text-indent: 24px;
	color:#fff;
	font-size: 18px;
}
.newsCenter .news_list dt .flex{
	width: 100%;
	height: 250px;
}
.newsCenter .news_list dt .flex img{
	height: auto;
	width: 100%;
}
.newsCenter .news_list dd{
	border: 1px solid #e1e1e1;
	padding: 0 36px 5px 36px;
	box-sizing: border-box;
	width: 100%;
	border-top: none;
	font-size: 16px;
	color:#535353;
}
.newsCenter .news_list dd p{
	height: 50px;
	line-height:50px;
	position: relative;
}
.newsCenter .news_list dd p:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background:#600001;
	border-radius: 50%;
	left:0;
	top: 22px;
}
.newsCenter .news_list dd p a{
	display: block;
	width: 325px;
	height: 50px;
	line-height: 50px;
	color:#535353;
	margin-left: 14px;
	overflow: hidden;
} 
.newsCenter .news_list dd p:first-child{
	border-bottom: 1px solid #e1e1e1;
}
.newsCenter .news_list dd p:first-child:before{
	display: none;
}
.newsCenter .news_list dd p:first-child a{
	margin-left: 0;
}
.news-more{
	display: block;
	width: 200px;
	height: 60px;
	border: 1px solid #600001;
	border-radius: 31px;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	color:#640809;
	margin: 120px auto;
}

/* 行业动态 */
.IndustryTrends{
	padding: 160px 0;
}
.IndustryList{
	margin: 48px auto 0;
	width: 1200px;
}
.IndustryList .item{
	display: block;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.IndustryList .item:nth-child(3n){
	margin-right: 0;
}
.IndustryList .item .pic{
	width: 380px;
	height: 238px;
}
.IndustryList .item .pic img{
	height: auto;
	width: 100%;
}
.IndustryList .item .word{
	padding: 15px 24px 20px;
	background:#f7f7f7;
	width: 380px;
	box-sizing: border-box;
}
.IndustryList .item .word .des{
	height: 52px;
	font-size: 19px;
	color:#1c1c1c;
	line-height: 26px;
	overflow: hidden;
}
.IndustryList .item .word .time{
	font-size: 14px;
	color:#535353;
	margin-top: 10px;
}
/* 底部 */
.footer{
	border-top: 1px solid #d9d9d9;
	height: 148px;
	padding: 60px 0;
}
.footer .foot_logo{
	width: 183px;
	height: 102px;
	margin-top: 25px;
}
.footer  .adress{
	width: 600px;
	padding-left: 40px;
	height: 148px;
	margin-left: 30px;
	border-left:1px solid #d9d9d9;
	font-size: 14px;
}
.footer  .adress dt{
	margin: 20px 0 10px;
}
.footer  .code{
	width: 120px;
	text-align: center;
}
.footer  .code dt{
	width:120px;
	height: 120px;
}
.footer  .code dd{
	margin-top: 18px;
	font-size: 15px;
}
.footer-2{
	height: 68px;
	text-align: center;
	color:#fff;
	line-height: 68px;
	font-size: 14px;
	background:#600001;
}
.footer-2 span{
	margin-left: 10px;
}
.footer-2 span a{
	color:#fff;
}
/* 精品案例 */
/* 精品案例 */ 
.case_head { 
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1200px;
    height: 120px;
    transition: 0.4s;
}
.case_head .wrap_auto{
	width: 1320px;
}
.case_head .gw{
	display:inline-block;
	float: left;
	width: 55px;
	height: 24px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color:#fff;
	margin: 47px 0 0 15px;
	border-radius: 3px;
}
.relative {
    position: relative;
}
.case_head .nav a{
	color:#fff;
}
.case_head .logo{
	background: url(../images/logo2.png) no-repeat left;
}
.banner-list{
	height: 450px;
}
.banner-list img{
	/* height:auto;
	width: 100%; */
}
.case_head.active {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.case_head.active  .nav a{
	color:#040404;
}
.case_head.active  .logo{
	background: url(../images/logo.png) no-repeat center;
}
.case_head.active .gw{
	color:#600001;
	border: 1px solid #600001;
}
.newAdd_excel{
	padding-top: 0;
}
.newAdd_excel .publicTit{
	padding-top: 5px;
}
.newAdd_excel .publicTit .ti_ul .ti_ul_li{
	width: 98px;
	margin-left:0;
	margin-right: 30px;
}

.case_headerPic{
	width: 100%;
	height: 300px;
}
.case_headerPic img{
	width: auto;
	height: 100%;
}
.paging{
	text-align: center;
	height: 38px;
	line-height: 38px;
	margin-bottom: 100px;
}




.case-details{
	width: 850px;
}
.case-details .tit{
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #d1d1d1;
}
.case-details .tit .t{
	color:#1b1b1b;
	font-size: 22px; 
	position: relative; 
}
.case-details .tit .t:after{
	content: '';
	position: absolute;
	width:1px;
	height: 15px;
	background:#cccccc;
	right: -12px;
	top: 38px;
}
.case-details .tit span{
	color:#adadad;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 25px;
}
.excellent_edit{
	width: 850px;
	padding: 50px 0 120px;
	font-size: 16px!important;
	line-height: 30px;
}
.excellent_edit img{
	width: 100%!important;
	height: 100%!important;
}
.excellent_edit p{
	margin: 20px 0;
}
.excellent_edit .pageT{
	font-size: 22px;
	margin-bottom: 40px;
}
.case-details-r{
	width: 330px;
	padding: 32px 18px;
	box-sizing: border-box;
	background:#f5f5f5;
	margin-top: 90px;
}
.case-details-r .top{
	border-bottom:1px solid #494949;
}
.case-details-r .top .p1{
	font-size: 18px;
	color:#1b1b1b;
}
.case-details-r .top .p2{
	color:#878787;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.case-details-r .btm ul{
	padding:30px 0 24px;
}
.case-details-r .btm li{
	float: left;
	width: 85px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #dcdcdc;
	color:#040404;
	font-size: 14px;
	margin: 0 16px 7px 0;
	border-radius: 35px;
}
.case-details-r .btm li:nth-child(3n){
	margin-right: 0;
}
.case-details-r .btm li.active{
	background:#600001;
	color:#fff;
}
.case-details-r .btm{
	text-align: center;
}
.case-details-r .btm input{
	width:100%;
	height: 45px;
}
.case-details-r .btm input[type=text]{
	background:#fff; 
	font-size: 15px;
	color:#757575;
	text-align: center;
	margin-bottom:15px;
	border-radius: 10px;
}
.case-details-r .btm input[type=button]{ 
	background:#600001;
	color:#fff;
	font-size: 17px;
	width: 200px;
	border-radius: 35px; 
}

.newsDetailEdit .p1{
	font-size: 28px;
	text-align: center;
	line-height: 48px;
	margin-top: 32px;
}
.newsDetailEdit .p2{
	border-bottom: 1px solid #f2f2f2;
	height: 50px;
	line-height: 50px;
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
}
.newsDetailEdit .p2 span{
	margin: 0 18px;
}
.newsDetailEdit .editor_content{
	padding: 60px 30px 50px;
}
.newsDetailEdit .editor_content p{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
}


/* 合作品牌 */
.co-branding{
	text-align: center;
}
.co-branding .p1{
	font-size: 30px;
	color:#1b1b1b;
	padding: 50px 0 14px;
}
.co-branding .p2{ 
	font-size: 16px;
	color:#535353;
}
.co-branding .partner{
	padding: 70px 0;
}
.co-branding .partner > a{ 
    display: flex;
	float: left;
    width: 140px;
	height: 90px; 
	padding: 10px 30px; 
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	    justify-content: center;
    align-items: center;
}
.co-branding .partner  > a:hover{-webkit-filter:unset;filter:unset;}



/* 公司简介 */
.cruise_ship{
	    padding: 80px 0 100px;
	background:#e8e8e8;
}
.cruise_ship .title{
	text-align: center;
	margin-bottom: 100px;
}
.cruise_ship .title .p1{
	font-size: 58px;
	margin: 0 0 18px;
}
.cruise_ship .title .p2{
	font-size: 30px;
	color:#535353;
	position: relative;
}
.cruise_ship .title .p2:after{
	content:'';
	position: absolute;
	width: 350px;
	height:2px;
	background:#535353;
	left:0;
	right:0;
	margin: auto;
	bottom: -30px;
}
.cruise_ship .title .p2:before{
	content:'';
	position: absolute;
	width: 100px;
	height:3px;
	background:#600001;
	left:0;
	right:0;
	margin: auto;
	bottom: -30px;
}
.company_edit{
	width: 1200px;
	margin: auto;
	font-size: 22px!important;
	line-height: 36px;
}
.cruise_ship ul{
	height: 230px;
	margin:60px 0;
}
.cruise_ship ul li{
	float: left;
	width: 368px;
	height: 230px;
	margin-right: 40px;
}
.cruise_ship ul li:nth-child(3){
	margin-right: 0;
}
/* 联系我们 */
.contactMap{
	width: 100%;
	height: 700px;
}
.contact_methods{
	width: 892px;
	margin: 100px auto 120px;
}
.contact_methods dl{
	float: left;
	width: 276px;
	height: 276px;
	border: 2px solid #e3e6eb;
	margin-right: 26px;
	text-align: center;
	transition: all 0.2s ease-out 0s;
    position: relative;
}
.contact_methods dl:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 2px solid #600001;
    border-left: 2px solid #600001;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}
.contact_methods dl:after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-right: 2px solid #600001;
    border-bottom: 2px solid #600001;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}
.contact_methods dl:hover:before{width:101%;height:101%;visibility: visible;}
.contact_methods dl:hover:after{width:101%;height:101%;visibility: visible;}
.contact_methods dl:last-child{
	margin-right: 0;
}
.contact_methods dl dt img{
	width: auto;
	height: auto;
	margin: 75px auto 18px;
}
.contact_methods dl .p1{
	font-size: 24px;
	color: #434343;
	margin-bottom: 14px;
}
.contact_methods dl .p2{
	font-size: 14px;
	color: #666;
}

/* 在施工地 */
.constructTit{
	height: 128px;
	line-height: 128px;
	font-size: 24px;
	width: 1200px;
	margin:auto;
}
.constructTit span{
	font-size: 16px;
}
.site-public_trimPic{
	padding-bottom: 100px;
}
.public_trimPic .trim-box{
	width: 378px;
	float: left;
	margin-right: 32px;
	margin-bottom: 30px;
}
.public_trimPic .trim-box:nth-child(3n){
	margin-right:0;
}
.public_trimPic .item-Site{
	width: 378px;
}
.public_trimPic .item-Site .headPict{
	position: relative;
	width: 378px;
	height: 226px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.public_trimPic .item-Site .p-pic{
	width: 378px;
	height: 226px;
	border-radius: 8px 8px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.public_trimPic .item-Site .gray-1{
	width: 378px;
	height: 226px;
	background:#000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.public_trimPic .item-Site .play{
	display: block;
	width: 27px;
	height: 30px;
	background:url('../images/play.png') no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 4;
}
.public_trimPic .item-Site .p-info{
	width:346px;
	padding:0 15px 24px;
	border: 1px solid #dcdcdc;
	border-radius: 0 0 8px 8px;
	transition:all 0.2s ease;
}
.public_trimPic .item-Site .p-info .scene{
	width: 300px;
	height:56px;
	line-height: 56px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px;
	color:#1b1b1b;
	margin: 0 auto 20px;
	text-align: center;
	overflow: hidden;
}
.public_trimPic .item-Site .p-info .content{
	font-size: 16px;
	color:#535353;
	line-height: 27px;
}
.public_trimPic  .detailBtn{
	display: block;
	width: 378px;
	height: 60px;
	background:#f7f7f7;
	font-size:16px;
	color:#535353;
	margin-top:8px;
	line-height: 60px;
	text-align: center;
	transition:all 0.2s ease;
	border-radius: 8px;
}
.public_trimPic  .trim-box:hover .item-Site .p-info{
	border: 1px solid #f3f3f3;
	box-shadow: 6px 6px 12px #f3f3f3,-6px 0 12px #f3f3f3;
}
.public_trimPic  .trim-box:hover .detailBtn{
	background:#905243;
	color:#fff;
}
.tidbits_video_title{
	height: 100px;
	line-height: 100px;
	padding-top: 20px;
	color: #434343;
	font-size: 24px;
}
.tidbits_video_player{
	width: 1200px;
	/*height: 540px;*/
	overflow: hidden;
	/*background: #000;*/
	margin-bottom: 110px;
	line-height: 50px;
}

@media screen and (max-width: 1520px){
	.newsCenter .news_list{
		width: 1310px;
	}
	.newsCenter .news_list dl{
		width: 407px;
	}
	.newsCenter .news_list dd p a{
		width: 220px;
	}
	.dreamList{
		width: 1310px;
	}
	.dreamList li{
		width: 245px;
	}
	.serviceAdvantage{
		width: 1310px;
	}
	.serviceAdvantage .item{
		width: 260px;
    padding-top: 30px;
    height: 115px;
	}
	.serviceAdvantage .item .p1 span{
		font-size: 35px;
	}
	.advantage_ban{
		width: 1310px;
	}
	.lotsLogs-{
		width: 1350px;
	}
	.case_head .wrap_auto{
		width: 1250px;
	}
	.case_head .nav a{
		font-size:16px;
	}
}


/* 免费获取报价 */
.indexPart10 {
    height: 150px;
    background: #eeeeee;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.indexPart10 .wal2{
	width: 1200px;
	margin: auto;
}
.indexPart10 .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
	background: url('../images/close1.jpg') no-repeat center;
    display: block;
    z-index: 22;
}
.indexPart10 .leftDiv {  
    height: 150px;
    width: 182px;
    background: #600001;
    color: #fff;
    text-align: center;
} 
.indexPart10 .leftDiv .ico {
    padding: 30px 0 15px;
	width:54px;
	height: 57px;
	margin: auto;
}
.indexPart10 .leftDiv .txt {
    font-size: 22px;
}
.indexPart10 .formList {
    padding-top: 20px;
    width: 636px;
    overflow: hidden;
}
.indexPart10 .formList li {
    float: left;
    width: 296px;
    margin-bottom: 10px;
	margin-right: 18px;
	font-size:14px;
}
.indexPart10 .formList li select{
	width: 100%;
	padding: 0 18px;
	height: 50px;
	color:#757575;
	background:#fff;
	border-radius: 5px;
}
.indexPart10 .formList li .input1{
	width: 100%;
	padding: 0 18px;
	height: 50px;
	background:#fff;
	box-sizing: border-box;
	color:#757575;
	border-radius: 5px;
}
.indexPart10 .formList li  input[type=button]{
	width:296px;
	height: 50px;
	background:#313131;
	color:#fff;
	border-radius: 5px;
}
.indexPart10 .formTextarea{
    padding-top: 20px;
    width: 260px;
	height:108px;
} 
.indexPart10 .btnDiv {
    margin-top: 20px;
    width: 110px;
	text-align: center;
	height: 95px;
	padding-top: 15px;
	background:#600001;
}
.indexPart10 .btnDiv dt{
	width: 65px;
	height: 55px;
	margin: auto;
}
.indexPart10 .btnDiv dd{
	color:#fff;
	margin-top: 10px;
	font-size: 15px;
}
.indexPart10 .btnDiv a {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.indexPart10 .btnDiv em {
    display: block;
    display: table-cell;
    width: 85px;
    line-height: 28px;
    vertical-align: middle;
    height: 108px;
}
.fix_tabList{
	width: 988px;
} 
.fix_tabList .list{
	width: 196px; 
	padding-top: 8px;
	margin-right: 28px;
}
.fix_tabList .list p{
	width: 100%;
	height: 52px;
	line-height:52px;
	cursor: pointer;
	background:#fff;
	font-size: 17px;
	color:#1b1b1b;
	text-indent: 48px;
	margin-top: 10px;
}
.fix_tabList .list p.active{
	background:#600001;
	color:#fff;
}
.fix_tabList .con .conItem{
	display: none;
}
.fix_tabList .con .conItem:first-child{
	display: block;
}
.h150 {
    height: 150px;
}
.company_edit img{
	width: 100%!important;
}
.tidbits_video_player img{
	width: 100%!important;
}
.box_layer{
	background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 0rem;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    margin-left: -1.76rem;
    z-index: 82;
    display: none;
}

/* 装修设计 */
.deco_design{
	width: 100%;
	height: 580px;
	background: url('../images/design_bg.png') no-repeat center;
	background-size: cover;
}
.deco_design .stor{
	text-align: center; 
	display: flex;
	justify-content: center;
	height: 285px;
    margin-top: 12px;
}
.deco_design .stor a{
	display: block;
	width: 190px;
	height: 170px;
	font-size: 18px;
	color:#040404;
	position: relative;
}
.deco_design .stor a .shopName{
	height: 65px;
	line-height: 65px;
}
.deco_design .stor a:nth-child(odd){
	margin-top: 115px;
}
.deco_design .stor a:nth-child(even){
	margin-top: 35px;
}
.deco_design .stor a .ico{
	width: 100px;
	height: 100px;
	background: #fff;
	margin: auto;
	border: 1px solid #600001; 
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
}
.deco_design .stor a:after{
	content: '';
	width: 1px; 
	background: #ececec;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.deco_design .stor a:nth-child(odd):after{
	height: 165px;
}
.deco_design .stor a:nth-child(even):after{
	height: 245px;
}
.deco_design .stor a .ico span{
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -1px;
	margin-left: -1px;
	transition: all .3s ease;
}
.deco_design .stor a:nth-child(1) .ico span{
	background: url('../images/deco1.png') no-repeat center;
}
.deco_design .stor a:nth-child(2) .ico span{
	background: url('../images/deco2.png') no-repeat center;
}
.deco_design .stor a:nth-child(3) .ico span{
	background: url('../images/deco3.png') no-repeat center;
}
.deco_design .stor a:nth-child(4) .ico span{
	background: url('../images/deco4.png') no-repeat center;
}
.deco_design .stor a:nth-child(5) .ico span{
	background: url('../images/deco5.png') no-repeat center;
}
.deco_design .stor a:nth-child(6) .ico span{
	background: url('../images/deco6.png') no-repeat center;
}
.deco_design .stor a:nth-child(7) .ico span{
	background: url('../images/deco7.png') no-repeat center;
}
.deco_design .stor a:nth-child(8) .ico span{
	background: url('../images/deco8.png') no-repeat center;
}
.deco_design .stor a:hover .ico{
	border: 1px solid #eae1e1;
}
.deco_design .stor a:hover .ico span{
	border: 10px solid #eae1e1;  
}
.deco_design .stor a:nth-child(1):hover .ico span{
	background: #600001 url('../images/deco1-.png') no-repeat center;
}
.deco_design .stor a:nth-child(2):hover .ico span{
	background: #600001 url('../images/deco2-.png') no-repeat center;
}
.deco_design .stor a:nth-child(3):hover .ico span{
	background: #600001 url('../images/deco3-.png') no-repeat center;
}
.deco_design .stor a:nth-child(4):hover .ico span{
	background: #600001 url('../images/deco4-.png') no-repeat center;
}
.deco_design .stor a:nth-child(5):hover .ico span{
	background: #600001 url('../images/deco5-.png') no-repeat center;
}
.deco_design .stor a:nth-child(6):hover .ico span{
	background: #600001 url('../images/deco6-.png') no-repeat center;
}
.deco_design .stor a:nth-child(7):hover .ico span{
	background: #600001 url('../images/deco7-.png') no-repeat center;
}
.deco_design .stor a:nth-child(8):hover .ico span{
	background: #600001 url('../images/deco8-.png') no-repeat center;
}
.deco_design .find_case{
	display: block;
    width: 160px;
    height: 50px;
	margin: 70px auto 0;
    background: #600001;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}






