h1,h2,h3,h4,h5,h6,ul,p{
	padding: 0;
	margin: 0;
}
body{
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}
/*页面头部*/
.header_top{
	width: 100%;
	height: 54px;
	background-color: #EAEAEA;
	text-align: center;
}
.header_top ul li{
	width: 100%;
	height: 54px;
	overflow: hidden;
}
.header_top P{
	color:#D3160C;
	line-height: 54px;
	position: relative;
	top:0;
}
.header_top ul{
	width:100%;
}
/*logo*/
.header_bottom{
	width: 1200px;
	height: 181px;
	background-color: #fff;
	display: flex;
	padding: 20px  0;
}
.header_bottom h1{
	height: 99px;
	margin-top: 22px;
}
/*搜索*/
.haeder_bottom-s1{
	width: 584px;
	height: 80px;
	margin: 44px 26px;
	overflow: hidden;
	padding-left:4px ;
}
.haeder_bottom-s{
	width: 576px;
	height: 48px;
	border:4px solid red;
	position: relative;
	display: flex;	
}
.haeder_bottom-s .se{
	width: 104px;
	height: 40px;
	top:0;
	left:0;
	background-color: #F7F7F7;
	text-align: center;
	cursor: pointer;
}
.haeder_bottom-s .se span{
	margin-right: 5px;
}
.haeder_bottom-s .se span,i{
	line-height: 40px;
	color:#9B9B9B;
}
.text{
	width: 381px;
	height: 40px;
	color:#9B9B9B;
}
.submit{
	width: 100px;
	height: 40px;
	color:#fff;
	background-color:red;
	cursor: pointer;
	font-size: 20px;
}
.haeder_bottom-s_di{
	margin-top: 6px;
}
.haeder_bottom-s_di p{
	color:#666;
}
.er{
	height: 97px;
	margin-top: 33px;
}
/*导航栏*/
.nav{
	width: 100%;
	height: 53px;
	background-color: red;
	margin-top: 10px;
	/*overflow: hidden;*/
	position: relative;
}
.nav>ul{
	width: 1200px;
	height: 53px;
	margin: 0 auto;
}
.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li>a{
	display: inline-block;
	width: 160px;
	height: 53px;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 53px;
	position: relative;
}
.nav>ul>.activeli>a{
	background-color: #AD0212;
}
.nav ul li .hs-jy_box{
	position: absolute;
	top:53px;
	left:0;
	z-index: 2;
}
.hs-jy_box1{
	display: none;
}
.hs-zx_box{
	display: none;
}
.nav ul li .hs-jy_box ul li{
	width: 160px;
	height: 53px;
	background-color: #FF0000;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav ul li .hs-jy_box ul li:hover{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	background-color: #282828;
}
.nav ul li .hs-jy_box ul li a{
	text-align: center;
	line-height: 53px;
	color:#fff;
	font-size: 17px;
}
.nav ul li  span{
	color:#fff;
	font-size: 20px;
	margin: 0 2.5px;
}
/*轮播 banner*/
.carousel-control.left{
	background-image: none;
}
.carousel-control.right{
	background-image: none;
}
.red{
	color:red;
}
.carousel-indicators .active{
	background-color:red;
}

.carousel-indicators .active{
	width: 50px;
	height: 10px;
	background-color: red;
	margin-top: 0;
	margin-left: 10px;
}
.carousel-indicators li{
	margin:0;
	margin-left: 10px;
}
.ol_width li{
	width: 50px;
	height: 10px;
	border-radius: 0;
	background-color: #B10000;
	margin-left: 10px;
	margin-top: 0;
	border:0;
}
/*了解鸿盛*/
/*鸿盛故事*/


.hs_gs{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.hs_gs-title{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 70px;
}
.hs_gs-box{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;

	box-shadow: 0 5px 6px rgba(0,0,0,.5);
}
.hs_gs-box_left{
	width: 50%;
	height: auto;
	padding: 50px 50px 0 42px;
	border-top:1px solid #ABABAB;
	border-left:1px solid #ABABAB;
	border-bottom:1px solid #ABABAB;
}
.hs_gs-box_left_top{
	width: 100%;
	height: auto;
}
.hs_gs-box_left_top-Li h2{
	font-size: 24px;
	color:#000;
	margin-bottom: 10px;
}
.hs_gs-box_left_top-Li p{
	font-size: 14px;
	color:#ff0000;
}
.hs_gs-box_left_top-img{
	width: 46px;
	height: 39px;
	background: url(../img/images/lj_03.jpg) no-repeat;
}
.hs_gs-box_left_bottom{
	margin-top: 23px;
}
.hs_gs-box_left_bottom p{
	font-size: 14px;
	color:#747474;
	line-height: 28px;
}
.more{
	display: block;
	width: 90px;
	height: 31px;
	background-color: #ff0000;
	color:#fff;
	text-align: center;
	line-height: 31px;
	margin-top: 35px;
}
.more:hover{
	color: #fff;
	background-color: #AD0212;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_gs-box_right{
	width: 50%;
	height: 406px;
	position: relative;
}
.hs_gs-box_right ul{
	width: 50%;
	height: 406px
	position: relative;
}
.hs_gs-box_right li{
	width: 100%;
	height: 100%;
	position: absolute;
}
.hs_gs-box_right li a img{
	width: 600px;
	height: 406px;
}


/*鸿盛文化*/
.hs_wh{
	width: 100%;
	height: auto;
	margin-top: 89px;
	overflow: hidden;
}
.hs_wh_box-img{
	width: 100%;
	height: 422px;
}
.hs_wh_box-img img{
	width: 100%;
	height: 100%;
}
.jiang{
	width: 80px;
	height: 40px;
	display: flex;
	position: absolute;
	bottom:20px;
	left:-40px;	
}
.jiang span{
	width: 40px;
	height: 40px;
	z-index: 55;
	cursor: pointer;
}
.jiang_left{
	background: url(../img/images/lj_jiang_03.png) no-repeat;
}
.jiang_right{
	background: url(../img/images/lj_jiang_04.jpg)  no-repeat;
}




/*家装案例*/
.jz_main{
	width: 100%;
	height: 1356px;
	background-color: #fff;
}

.jz_box{
	width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
	top:-229px;
	left:0;
	background-color: #fff;
}
.jz_main-top{
	padding: 10px;
}
.jia{
	width: 100px;
	height: 33px;
	border-left:8px solid red; 
	line-height: 33px;
	text-align: center;
	color:#3B3B3B;
	font-size: 20px;
}
.case{
	width: 95%;
	height: 15px;
	border-bottom: 1px solid red;
	position: relative;
	margin-left:60px;
}
.case_box{
	width: 66px;
	height: 15px;
	background-color: #fff;
	position: absolute;
}
.case_box span{
	color:#3B3B3B;
	word-spacing:8px; 
	letter-spacing: 3px;
}
.case_box i{
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color:red;
	margin-left: 10px;
}
/*房屋结构*/
.jz_anjg{
	padding: 0 10px;
	width: 100%;
	height: auto;
	border-top:1px solid #D5D5D5;
}
.jz_anjg1{
	width: 100%;
	height:44px;
	border-bottom:1px solid #D5D5D5;
	margin-bottom: 7px;
	margin-top:9px;
}
.jz_anjg1 h5{
	width: 79px;
	height: 34px;
	background-color: #E7E7E7;
	color:#3E3E3E;
	text-align: center;
	line-height: 34px;
	float: left;
}

 .jz_anjg1 ul li{
 	float: left;
 	width: 75px;
 	height: 34px;
 	line-height: 34px;
 	color:#747474;
 	text-align: center;
 	margin-left: 40px;
 	cursor: pointer;
 }
.jz_anjg1 ul li:nth-child(1){
	margin-left: 10px;
}
.jz_anjg1 ul .activeJz{
	background-color: red;
	color:#fff;
}
.jz_anjg2 ul li{
	width:100px;
}
/*当前条件*/
.jz_anjg-dq{
	width: 100%;
	height: 50px;

	border-bottom:1px solid #D5D5D5;
	padding: 2px 0;
} 
.jz_anjg-dq h5{
	width: 79px;
	height: 34px;
	background-color: #E7E7E7;
	color:#3E3E3E;
	text-align: center;
	line-height: 34px;
	float: left;
} 
.jz_anjg-dq ul{
	float: left;
}
.jz_anjg-dq ul li{
	height: 40px;
	color:#fff;
	margin-left: 10px;
	text-align: center;
	float: left;
	margin-left: 20px;
	position: relative;
}
.jz_anjg-dq ul li a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: left;
	color:#676767;
}
.jz_anjg-dq ul li span{
	display: inline-block;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 12px;
	margin-left: 5px;
	background: url(../img/images/sha_03.jpg) no-repeat;
} 

/*show*/
.li_box1{
	width: 280px;
	height: 155px;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	position: absolute;
	top:20px;
	left:50%;
	margin-left: -140px;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	
}
.li_box1_top{
	width: 100%;
	height: auto;
}
.li_box1-img{
	float: left;
}
.li_box1-p{
	width: 60%;
	height: auto;	
	float: left;
	margin-left: 10px;
}
.li_box1-p p{
	font-size: 14px;
	color:#fff;
	margin-bottom: 2px;
}
.li_box1>p{
	font-size: 14px;
	color:#fff;
	margin-top: 10px;
}
.yu{
	width: 100%;
	height: 26px;
}
.yu span{
	display: inline-block;
	width: 105px;
	height: 25px;
	border-radius: 10px;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	cursor: pointer;
}
.yu .kan{
	background-color: #ff0000;
	color:#fff;
}
.yu .bao{
	background-color: #FECD07;
	color:#000;
	margin-left: 30px;
}
.yu span:nth-child(2){
	margin-right: 0;
}
.scqb{
	    display: block;
		width: 110px;
		height: 23px;
		font-size: 14px;
		color:#666666;
		margin-left: 30px;
		display: flex;
		line-height: 23px;
		margin-top: 9px;
		padding: 0 10px;

}
.scqb span{
	display: block;
	width: 22px;
	height: 23px;
	background: url(../img/images/sc_03.jpg) no-repeat;
	margin-left: 5px;
}

/*				<!--设计案列-->*/

.jz_an{
	width: 100%;
	height: 1083px;
	margin-top: 30px;
}
.jz_an ul li{
	float: left;
	width: 386px;
	height: 340px;
	border:1px solid #dcdcdc;
	margin-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.jz_an ul li:nth-child(1){
	margin-left: 0;
}
.jz_an ul li:nth-child(4){
	margin-left: 0;
}
.jz_an ul li:nth-child(7){
	margin-left: 0;
}
.li_box{
	width: 100%;
	height: auto;
	padding:0 10px;
	position: relative;
}

.li_box p{
	color:#3C3C3C;
	font-size: 14px;
	border-bottom: 1px solid #C3C3C3;
}
.dz{
	font-size: 16px;
}
.dz1{
	font-size: 16px;
	color:red;
}
.rm{
	font-style: inherit;
	margin-left: 5px;
	color:#797979;
}
.js{
	margin-top: 7px;
	font-size: 14px;
	color:#747474;
	line-height: 22px;
}

.tx{
	position: absolute;
	top:-70px;
	right:10px;
	width:83px ;
	height: 85px;
	z-index: 33;
}


/*分页*/
.al{
	width:413px;
	height: 44px;
	margin: 0 auto;
	margin-top: 50px;
}
.al>span{ 
	width: 80px;
	height: 44px;
	border:1px solid #E5E5E5;
	border-radius: 5px;
	line-height: 44px;
	margin-right: 8px;
}
.al span{ 
	display: block;
	float: left;
	text-align: center;
	color:#1B1B1B;
	cursor: pointer;
}
.al ul li{
	width: 44px;
	height: 44px;
	float: left;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	border:1px solid #E5E5E5;
	border-radius: 5px;
	margin-right: 8px;
}
.al ul span{
	margin: 0 2px;
	margin-top: 10px;
}
.al ul li:nth-child(10){
	margin-right: 0;
}
.al .xia{
	margin-right: 0;
}
.al ul .activeye{
	background-color:red;
	color:#fff;
}



/*联系鸿盛*/

#dituContent{
	width: 1000px;
	margin: 0 auto;
	height: 442px;
}
.lx_box{
	width: 1000px;
	height: 442px;
	margin: 0 auto;
}
.xl_hs-box{
	width: 1000px;
	height: 253px;
	display: flex;	
	margin: 0 auto;
	background-color: #E3E3E3;
	margin-top: 40px;
}
.lx_hs-left{
	width: 310px;
	height: 253px;
	padding-top:17px;
	padding-left:12px ;
}
.lx_hs-right{
	width: 690px;
	height: 253px;
	padding:30px 0 30px 147px;
}
.lx_hs-right h2{
	font-size: 28px;
	color:#B82D3D;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.lx_hs-right p{
	font-size: 18px;
	color:#0D0D0D;
	margin-top: 8px;
	letter-spacing: 3px;
}

.xl_hs_img{
	width: 100%;
	height: 526px;
	background: url(../img/images/xl_10.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.email span{
	margin-left: 17px;
}
.qq_qy span{
	margin-left: 2px;
}

/*精英团队*/
.sj_main{
	height: auto;
}
.jy_box{
	top:30px;
}
.team_box{
	width: 105px;
	
}
.team_box span{
	letter-spacing: 0;
}
.container{
	width: 1200px;
	padding: 0;
	margin: 0;
}
.container_top{
	width: 1200px;
	height: 60px;
	background-color: #383737;									
    margin-top: 30px;
}
.container_top p{
	color:#fff;
	font-size: 13px;
	line-height: 60px;
	letter-spacing: 3px;
}
.container_top p span{
	letter-spacing: 3px;
}

.shou{
	padding-top: 18px;
	padding-left: 103px;
}
.text1{
	width: 200px;
	height: 28px;
	
}
.submit1{
	width: 72px;
	height: 28px;
	background-color: red;
	color:#fff;
}

.sj-img{
	height: 142px;
	background:#F5F5F5;							<span-color: #F5F5F5;
	padding: 12px 5px;
	margin-top: 20px;
}
.sj-img div{
	margin-left: 14px;
}
.sj-img div:nth-child(1){
	margin-left: 0px;
}
.wany{
	width: 100%;
	height:570px;
	position: relative;
	z-index: 1;
}
.wany .col-lg-4{
	padding: 0;
	width: 163px;
	height: 118px;
}


/*设计师*/
.wany ul{
	height: 550px;
}
.wany ul li{
	position: absolute;
	z-index: 1;
	display: none;
}
.wany ul li:nth-child(1){
	display: block;
}
.present{
	margin-top: 113px;
}
.present h5{
	font-size: 18px;
	color:#3F3F3F;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #000;
	position: relative;
	margin-bottom: 26px;
}
.present h5 i{
	position: absolute;
	left:2px;
	bottom:-3px;
	width: 75px;
	height: 5px;
	background-color:red;
}
.present h5 span{
	font-size: 22px;
	color:#3F3F3F;
}

.present p{
	font-size: 16px;
	color:#717171;
	line-height: 30px;
}

/*暗流*/
.jy_ol{
	width:60%;
	height: 7px;
	margin: 0 auto;
	display: flex;
}
.jy_ol li{
	width: 20px;
	height: 7px;
	background-color: #999;
	margin-left: 20px;
	cursor: pointer;
}
.jy_ol li:nth-child(1){
	margin-left: 206px;
}
.jy_ol .jy_olat{
	background-color: red;
}
/*设计师团队*/
.sjs{
	width: 100%;
	height: auto;
	
	margin-top:60px;
}
.jy-sjs{
	padding: 0;
	margin: 0;
}
.jy-sjs ul{
	padding: 0;
	margin-bottom: 40px;
}
.jy-sjs ul li{
	width: 282px;
	height: 510px;
	border:2px solid transparent;
	background-color:#F5F5F5;
	padding: 2px 10px;
	margin-left: 24px;
-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}
.jy-sjs ul li:hover{
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border:2px solid red;
}
.jb1{
	width: 104px;
}

.jy-sjs ul li:nth-child(1){
	margin-left: 0;
}
.jb{
	display: inline-block;
	width: 27px;
	height: 28px;
	background: url(../img/images/jya_03.jpg) no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.jy-sjs ul li h3{
	font-size: 21px;
	color:#ABABAB;
	margin-bottom: 10px;
}
.zhan{
	color:red;
	font-size: 24px;
	
}
.jy_shejis{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.yi{
	margin-left: 15px;
	width: 150px;
	display: flex;
}
.yi p{
	text-align: center;
	color:#6B6B6B;
}
.yi_mian{
	display: block;
	width: 40px;
	height: 40px;
	color:#fff;
	background-color: #EE7508;
	text-align: center;
	margin-left: 10px;
}
.yi_mian:hover{
	color:#fff;
}
.yisan{
	margin-left: 33px;
}
.div{
	width: 	100%;
	position: relative;
	overflow: hidden;
}
.div img{
	width: 	100%;
}
.div .div_box{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,.3);
	padding: 10px;
	opacity: 0;
}
.div .div_box p{
	color:#fff;
	line-height: 23px;
	font-size: 14px;
}
.flex{
	width: 100%;
	display: flex;
	margin-top: 10px;
}
.flex img:nth-child(1){
	margin-right: 16px;
}

/*//点击弹框*/
.yy{
	width: 589px;
	height: 300px;
	background-color: #fff;
	position: absolute;
	top:50%;
	left:50%;
	z-index: 66;
	margin-top: -144.5px;
	margin-left: -294.5px;
	z-index: 10;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
	display: none;
}
.yy h5{
	width: 100%;
	height:30px;
	border-bottom: 1px solid #000;
}
.yy h5 span{
	font-size: 20px;
	color:#000;
}
.yy h5 i{
	float: right;
	cursor: pointer;
	font-size: 20px;
}
.yy>p{
	font-size: 16px;
	color:#828282;
	line-height: 20px;
	margin: 10px 0;
}
.yy p span{

	color:#EB0707;
}
.chen{
	width: 437px;
	height: 37px;
	border:1px solid #dcdcdc;
	margin-top: 30px;
}
.dian{
	margin-top: 20px;
}
.chen div{
	float: left;
	width: 91px;
	height: 36px;
	border-right:1px solid #dcdcdc;
	position: relative;
}
.chen div span{
	line-height: 37px;
	margin: 0 5px;
	color:#FF5A00;
}
.chen input{
	width: 337px;
	height: 35px;
	padding-left: 10px;
}
.chen div i{
	display: inline-block;
	width: 14px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	left:85px;
	top:12px;
	color:#DCDCDC;
}
.rexian{
	width: 100%;
	height: 37px;
	display: flex;
	padding-top:20px ;
}
.rexian input{
	width: 120px;
	height: 38px;
	background-color: red;
	color:#fff;
	margin-right:20px ;
}
.rexian p{
	line-height: 40px;
	color:#383838;	
	font-size: 15px;
}

.rexian p i{
	color:#D50010;
	font-size: 20px;
}

/*页面低部*/
.footer{
	margin-top: 100px;
}
.footer1{
	margin-top: 30px;
}



