body{
	font-family: '微软雅黑',arial, san-serif;
}
.container{
	width: 1000px;
}
.container-fluid{
	width: 1000px;
}
#index-big-banner .container-fluid, #slide2-index .container-fluid, #hot-cases .container-fluid{
	width: auto;
	max-width: 1920px;
	min-width: 1000px;
}
#logo{
	background: url(../img/logo.png) no-repeat;
	width: 95px;
	height: 95px;
	font-size: 0;
	margin-top: 9px;
	margin-right: 30px;
}
.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
   margin-bottom: 0;
}
#logo-container{
	margin: 0;
}
#slogan{
	background: url(../img/slogan.png) no-repeat;
	background-size: 100%;
	width: 350px;
	height: 41px;
	font-size: 0;
	margin-top: 44px;
}
#head-top{
	height: 115px;
}
#head-top .container{
	padding-left: 35px;
	padding-right: 35px;
}
#nav-container{
	background-color: #f37022;
}
#nav-container .container {
    background: #f37022;
}
#main-nav > li.active > a, #main-nav > li.active > a:focus, #main-nav > li.active > a:hover{
	background-color: #000;
}
#main-nav > li > a:focus, #main-nav > li > a:hover{
	background-color: #000;
}
#main-nav > li > a{
	border-radius: 0;
}
.nav > li > a{
	color: #fff;
	line-height: 30px;
	font-size: 18px;
}

/*footer*/
#footer-part1{
	background-color: #f37022;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	min-width: 1000px;
}
#footer-part1 a{
	color: #fff;
}

#footer-part2{
	text-align: center;
	color: #666;
	line-height: 2;
	padding-bottom: 26px;
	padding-top: 26px;
}
#footer-part2 p{
	margin-bottom: 0;
}
.footer-phone a{
	font-size: 30px;
}

#company-customers .customer{
	height: 120px;
}
#company-customers .customer img{
	height: 60px;
}
.title-bar{
	text-align: center;
	margin-bottom: 30px;
}
#artists .title-bar{
	margin-bottom: 60px;
}
.icon{
	display: inline-block;
	vertical-align:middle;
}
.icon span{
	vertical-align: middle;
}
.icon-phone{
	background: url(../img/icon-phone.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	margin-right: 13px;
}
.icon-video{
	background: url(../img/icon-video.png) top center no-repeat;
	width: 62px;
	padding-top: 60px;
}
.icon-message{
	padding-right: 30px;
	background: url(../img/icon-message.png) right center no-repeat;
	margin-left: 15px;
}
#phone-number{
	font-size: 24px;
	color: #b0b0b0;
	margin-top: 38px;
}
#phone-number span{
	vertical-align: middle;
}
#q-code-container{
	margin-top: 6px;
	margin-left: 30px;
}

#slides .slidesjs-pagination{
	list-style: none;
	margin: -30px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 10;
	text-align: center;
}
#slides .slidesjs-control img{
	width: 100%;
}
#slides .slidesjs-pagination li{
	display: inline-block;
	margin: 0 4px;
	position: relative;
	top: -30px;
}
#slides .slidesjs-pagination li a{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0;
}
#slides .slidesjs-pagination li .active{
	background-color: #f36f21;
}
#watchword .part{
	background-color: #f36f21;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
#watchword .part h3{
	font-size: 21px;
}
#watchword .part p{
	line-height: 24px;
	margin-bottom: 0;
}

#news-roll{
	padding-bottom: 14px;
	padding-top: 14px;
}
#scrollDiv{
	padding-left: 55px;
	background: url(../img/icon-sound.png) left center no-repeat;
}
#news-roll ul{
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
	overflow-y: hidden;
}
#news-roll ul li a{
	color: #666;
	font-size: 15px;
}

#cases-list{
	width: 100%;
	overflow: hidden;
}
#cases-list li{
	float: left;
	position: relative;
	width: 33.333333%;
	overflow: hidden;
}
#cases-list li img{
	width: 100%;
}
#cases-list .overlay{
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	/*background: rgba(243, 111, 33, 0.7);*/
	background: rgb(180 177 175 / 70%);
	opacity: 0;
	transition: all 0.5s ease;
}
#cases-list li:hover .overlay{
	opacity: 1;
}
#cases-list .overlay h3{
	font-size: 52px;
	margin-top: 10%;
}
#cases-list .overlay .content{
	height: 100px;
}
#cases-list .overlay p{
	font-size: 31px;
}
#cases-list .overlay .btn{
	font-size: 26px;
	background: transparent;
	border-color: #f9ede6;
	color: #fff;
	padding: 10px 40px;
}
#cases-list .overlay .btn:hover{
	background-color: #fff;
	color: #000;
}

#artists-list{
	display: inline-block;
}
#artists-list li{
	float: left;
	margin: 0 3px 0 3px;
	text-align: center;
	width: 16%;
}
#artists-list li:nth-child(odd){
	position: relative;
	top: -37px;
}
#artists-list li .img-container{
	position: relative;
	overflow: hidden;
}
#artists-list .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(180 177 175 / 70%);
	left: 0;
	top: 100%;
	z-index: 1;
	padding-left: 35px;
	padding-right: 20px;
	padding-top: 150px;
	color: #fff;
	text-align: left;
	transition: all 0.5s ease;
}
#artists-list li:hover .overlay{
	top: 0;
}
#artists-list .overlay p{
	line-height: 20px;
	margin-bottom: 0;
}
#artists-list .border-line{
	position: absolute;
	border: 1px solid #fff;
	left: 7px;
	right: 7px;
	top: 11px;
	bottom: 11px;
}
#artists-list .name{
	color: #000;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	width: 90px;
	letter-spacing: -.7px;
	border-top: 1px solid #000;
	margin-top: 17px;
}

#artists-intro{
	text-align: center;
}
#artists-intro p{
	line-height: 27px;
	display: inline-block;
	font-size: 16px;
	width: 930px;
}
#artists .btn-bar{
	text-align: center;
}
#artists .btn{
	color: #000;
	margin-left: 4px;
	margin-right: 4px;
	padding: 6px 20px;
	border-color: #000;
}
#slides2{
	position: relative;
	margin: 20px 0;
}
#slides2 .slidesjs-navigation{
	display: block;
	width: 48px;
	height: 120px;
	position: absolute;
	top: 40%;
	background: #ff0;
	z-index: 10;
}
#slides2 .slidesjs-previous{
	left: 3%;
	background: url(../img/icon-navigation-left.png) no-repeat;
}
#slides2 .slidesjs-next{
	right: 3%;
	background: url(../img/icon-navigation-right.png) no-repeat;
}
#slides2 .slidesjs-pagination{
	display: none;
}

/* 关于我们 */
#banner-about{
	margin-bottom: 40px;
	background: url(../img/img6.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
}
#banner-about img{
	width: 100%;
	display: none;
}
#intro-mijiazhuangshi{
	margin-bottom: 10px;
}
#intro-mijiazhuangshi p{
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-indent: 2em;
	margin-bottom: 12px;
}


/* 案例 */

#nav-secondary{
	border: 1px solid #f1f1f1;
	margin-top: 25px;
	margin-bottom: 25px;
}
#nav-secondary > li a{
	color: #000;
}
#nav-secondary > li a{
	border-radius: 0;
}
#nav-secondary > li.active > a, #nav-secondary > li.active > a:focus, #nav-secondary > li.active > a:hover{
	background-color: #f37022;
	color: #fff;
}
#nav-secondary > li > a:focus, #nav-secondary > li > a:hover{
	background-color: #f37022;
	color: #fff;
}
#nav-secondary > li > a{
	line-height: 46px;
	font-size: 16px;
}

#cases .case-item img{
	width: 100%;
	padding: 10px;
	border: 2px solid #f37022;
	transition: all 0.6s ease;
}
#cases .case-item p{
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	background-color: #f37022;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	transition: all 0.6s ease;
}
#cases .case-item:hover p{
	background-color: #b64a09;
}
#cases .case-item:hover img{
	border-color: #b64a09;
}
#cases .row{
	margin-left: -10px;
	margin-right: -10px;
}
#cases .case-item{
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#cases{
	margin-bottom: 40px;
}

/* 家庭装饰 */
#banner-home-decoration1{
	background:url(../img/img8.jpg) left center no-repeat;
	background-size: cover;
	height: 300px;
	text-align: center;
	font-weight: bold;
	min-width: 1000px;
}
#banner-home-decoration1:before{
	content: '';
	height: 100%;
	display: inline-block;
	width: 0;
	vertical-align: middle;
}
#banner-home-decoration1 .content{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #f37022;
	font-size: 20px;
}
#banner-home-decoration1 h2{
	font-size: 65px;
}
#banner-home-decoration1 h2 small{
	font-size: 34px;
	color: #f37022;
}
#banner-home-decoration1 p{
	line-height: 25px;
	margin-bottom: 0;
}

#package-service-home{
	text-align: center;
	font-size: 20px;
	color: #000;
	line-height: 90px;
	font-weight: bold;
}
#package-service-home span{
	margin-right: 30px;
	margin-left: 30px;
}
#package-service-home strong{
	margin-left: 14px;
}

#features h2{
	color: #f37022;
	font-size: 65px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
/* css hex */

.hex{
	background: url('../img/img-hex.png') center center no-repeat;
	background-size: cover;
	height: 207px;
  width: 240px;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
	transition: all 1s ease;
}
.hex:hover{
	transform: rotate(360deg);
}
  .hex h3{
	font-size: 30px;
    margin-top: 34px;
}
.hex p{
	font-size: 18px;
    margin-bottom: 0;
}
.hex span{
	bottom: 0;
  font-size: 42px;
  position: absolute;
  right: 64px;
}
.hex1{
}
.hex2{
	left: -50px;
    top: 103px;
}
.hex3{
	left: -100px;
}
.hex4{
	left: -150px;
    top: 103px;
}
.hex5{
	left: 760px;
    top: -206px;
}
.hex6{
	left: 140px;
    top: 10px;
}
.hex7{
	left: 90px;
    top: 118px;
}
.hex8{
	left: 40px;
    top: 10px;
}
/* hex结束 */
#features{
	margin-bottom: 170px;
}
#quality-img-list li{
	float: left;
	width: 25%;
	padding-top: 25%;
	height: 0;
	position: relative;
	overflow: hidden;
}
#quality-img-list li .img1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}
#quality-img-list li .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	transition: all 0.8s ease;
}
#quality-img-list li:hover .img1{
	transform:scale(0.1);
}
#quality-img-list li:hover .img2{
	top: 0;
}
#quality-img-list li span{
	position: absolute;
	bottom: 20px;
	right: 38px;
	color: #f57522;
	font-size: 50px;
}

.package-img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.package-img img{
	width: 100%;
}

#package-568{
	color: #ef5e00;
	margin-bottom: 60px;
}
#package-568 h2{
	font-size: 65px;
}
#package-568 h2 small{
	color: inherit;
}
#package-568 h3{
	font-size: 34px;
}
#package-568 p{
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 0;
}

#material-list li{
	float: left;
	width: 20%;
	height: 0;
	padding-top: 20%;
	overflow: hidden;
	position: relative;
}
#material-list li img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#material-list li span{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 52px;
	z-index: 1;
}
#material-list li:nth-child(odd) span{
	color: #f57522;
}
#material-list li:nth-child(even) span{
	color: #fff;
}
#material-list li strong{
	position: absolute;
	bottom: 20px;
	font-size: 22px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-weight: normal;
	z-index: 1;
	transition: all 0.5s ease;
}
#material-list li:nth-child(even) strong{
	right: 0;
}
#material-list li:nth-child(odd) strong{
	left: 100%;
}
#material-list li .cover{
	background-color: #f67a22;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}

#material-list li:nth-child(odd) .cover{
	left: -100%;
}
#material-list li:nth-child(odd):hover .cover{
	left: 0;
}
#material-list li:nth-child(odd):hover strong{
	left: 0;
}

#material-list li:nth-child(odd):hover span{
	color: #fff;
}
#material-list li:nth-child(even):hover .cover{
	left: 100%;
}
#material-list li:nth-child(even):hover strong{
	right: 100%;
}
#material-list li:nth-child(even):hover span{
	color: #f57522;
}

#form-order{
	border: 1px solid #fbd17f;
	padding: 40px 40px 20px 40px;
	margin-bottom: 40px;
}

#form-order input{
	border-color: #fbd17f;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
}
#form-order input:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(245, 116, 33, 0.6);
}
#form-order label{
	font-size: 16px;
	font-weight: normal;
}
#form-order .btn{
	background-color: #f7a401;
	color: #fff;
	font-size: 20px;
	margin-top: 70px;
	margin-bottom: 30px;
}

#contact-method a{
	color: #000;
	font-size: 16px;
}
#contact-method  span{
	margin-left: 18px;
	margin-right: 18px;
}
.icon-b{
	display: inline-block;
	padding-left: 37px;
}
#contact-method .online{
	background: url(../img/icon-message-2.png) left center no-repeat;

}
#contact-method .phone{
	background: url(../img/icon-phone-2.png) left center no-repeat;
}
#contact-method .phone a:first-child{
	margin-right: 20px;
}
#contact-method .mail{
	background: url(../img/icon-mail.png) left center no-repeat;
}
#project-banner{
	height: 300px;
	background: url(../img/img13.jpg) center center no-repeat;
	background-size: cover;
}
.title-order{
	width: 650px;
}
#project-banner img{
	display: none;
}
.img-100 img{
	width: 100%;
}
#experts{
	background: url(../img/img16.jpg) center center no-repeat;
	background-size: cover;
	height: 550px;
	margin-bottom: -45px;
	padding-top: 40px;
}
#experts .container{
	width: 500px;
	padding-top: 40px;
}
#slides3{
	border: 11px solid  #cbc7c6;
	border-left-width: 13px;
	border-right-width: 13px;
	position: relative;
}
#slides3 .slidesjs-pagination{
	display: none;
}
#slides3 .slidesjs-navigation{
	width: 73px;
	height: 73px;
	position: absolute;
	top: 50%;
	margin-top: -37px;
	z-index: 10;
	transform: scale(0.7);
}
#slides3 .slidesjs-previous{
	left: 3%;
	background: url('../img/btn-pre2.png') center center no-repeat;
}
#slides3 .slidesjs-next{
	right: 3%;
	background: url('../img/btn-next2.png') center center no-repeat;
}

@media (max-width: 1280px) {
  #artists-list li{
  	width: 16%;
  	overflow: hidden;
  }

  #cases-list .overlay h3{
  	margin-top: 20px;
  }

  #package-service-home span{
  	margin-left: 40px;
  	margin-right: 40px;
  }
  #package-568 p{
  	font-size: 24px;
  }
}



























