/*内页banner*/
.inner-banner {
	height: 355px;
}
/*内页banner*/

/*主体*/
main#inner > div.inner {
	width: 1200px;
	margin: 25px auto;
	display: flex;
	flex-direction: column;
}
.position {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.position > span > img {
	/*vertical-align: middle;*/
	/*margin-top: 5px*/
}
.position > .cent {
	display: flex;
	margin-left: 10px
}
.position > .cent > span {
	font-size: 13px;
	color: #666666;
	margin: 0 5px;
}
.cate {
	margin-top: 10px;
}
.cate > ul {
	display: flex;
	justify-content: center;
}
.cate > ul > li {
	width: 400px;
	text-align: center;
	height: 55px;
	line-height: 50px;
	background: url(../images/cate-bg-gray.jpg) no-repeat center;
	color: #4a4a4a;
	font-size: 16px;
	cursor: pointer;
}
.cate > ul > li.on {
	color: #f2f2f2;
	background: url(../images/cate-bg-red.jpg) no-repeat center;
}
.cate > ul > a.on {
	color: #f2f2f2;
	background: url(../images/cate-bg-red.jpg) no-repeat center;
}
.cate > ul > li:hover {
	color: #f2f2f2;
	background: url(../images/cate-bg-red.jpg) no-repeat center;
}
.cate > ul > a {
	width: 32%;
	margin: .5%;
	flex-wrap: wrap;
	text-align: center;
	height: 55px;
	line-height: 50px;
	background: url(../images/cate-bg-gray.jpg) no-repeat center;
	color: #4a4a4a;
	font-size: 16px;
	cursor: pointer;
}
.cate > ul > a.on {
	color: #f2f2f2;
	background: url(../images/cate-bg-red.jpg) no-repeat center;
}
.cate > ul > a:hover {
	color: #f2f2f2;
	background: url(../images/cate-bg-red.jpg) no-repeat center;
}
main#inner > div.inner > section#cent {
	margin-top: 30px;
}
main#inner > div.inner > section#cent > div {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding-left: 10px;
}
main#inner > div.inner > section#cent > div > a {
	display: flex;
	flex-direction: column;
	width: 32%;
	margin: .5%;
}
main#inner > div.inner > section#cent > div > a > .img {
	width: 100%;
	/*height: 205px;*/
	overflow: hidden;
}
main#inner > div.inner > section#cent > div > a > .img > img {
	width: 100%;
	transition: all 0.6s;
}
main#inner > div.inner > section#cent > div > a > .cont {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 20px 25px 15px 25px;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	border-top: 0;
}

main#inner > div.inner > section#cent > div > a:hover .cont {
	border: 1px solid #e0e0e0;
	border-top: 0;
}
main#inner > div.inner > section#cent > div > a:hover .img > img {
	transform: scale(1.2);
}
main#inner > div.inner > section#cent > div > a > .cont > span:first-of-type {
	font-size: 18px;
	font-family: inherit;
}
main#inner > div.inner > section#cent > div > a > .cont > span:last-of-type {
	/*margin-top: 10px;*/
	text-align: left;
	font-size: 13px;
	color: #999999;
}
/*主体*/

main#detail > .detail {
	margin: 0 auto;
	width: 1200px;
}
main#detail > div.detail > section#detail-cent {
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
}
main#detail > div.detail > section#detail-cent > h1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
main#detail > div.detail > section#detail-cent > .note {
	display: flex;
	justify-content: center;
	align-items: center;
}
main#detail > div.detail > section#detail-cent > .note > span {
	margin: 0 10px 15px 10px;
	font-size: 14px;
	color: #666666;
}
main#detail > div.detail > section#detail-cent > .cont {
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 2px;
	text-indent: 2rem;
}
main#detail > div.detail > section#detail-cent > .cont > img {
	max-width: 80%;
}
.prev-next {
	margin-top: 15px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.prev-next > a {
	font-size: 14.5px;
	margin-bottom: 5px;
}
/*推荐案例*/
section#start {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	margin-bottom: 20px;
}
section#start > .title {
	height: 40px;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	line-height: 45px;
	padding-left: 10px;
	font-size: 16px;
}
section#start > .title > span {
	border-bottom: 1.5px solid red;
	padding-bottom: 5px;
	box-sizing: border-box;
}
section#start > .cent {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
section#start > .cent > a {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin: .5%;
}
section#start > .cent > a > .img {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
section#start > .cent > a > .img > img {
	width: 100%;
	transition: all .5s;
}
section#start > .cent > a > .down {
	height: 55px;
	border: 1px solid #eee;
	border-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
}
section#start > .cent > a:hover img {
	transform: scale(1.2);
}
section#start > .cent > a:hover .down {
	border: 1px solid #e0e0e0;
	border-top: 0;
}

/*设计师*/
main#inner > .inner {
	margin: 0 auto;
	width: 1200px;
}
main#inner > div.inner > section#design-cent {
	padding: 30px 20px;
}
#design-cent {
	display: flex;
	flex-wrap: wrap;
}
#design-cent  > a {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin: .5%;
}
#design-cent  > a > .img {
	width: 100%;
	height: 359px;
	overflow: hidden;
}
#design-cent  > a > .img > img {
	width: 100%;
	transition: all .5s;
}
#design-cent  > a:hover .img img {
	transform: scale(1.2);
}
#design-cent  > a > .cont {
	/*height: 60px;*/
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px;
	box-sizing: border-box;
}
#design-cent  > a > .cont > div {
	display: flex;
	margin-bottom: 5px;
}
#design-cent  > a > .cont > div > span:first-of-type {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
#design-cent  > a:hover .cont {
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 8px #e0e0e0;
	border-top: 0;
}
section#design-detail-cent {
	display: flex;
	margin-top: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #f7f7f7;
}
section#design-detail-cent > .img {
	width: 30%;
}
section#design-detail-cent > .img > img {
	width: 100%;
}
section#design-detail-cent > .cont {
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}
section#design-detail-cent > .cont > .title {
	display: flex;
	flex-direction: column;
}
section#design-detail-cent > .cont > .title > span:first-of-type {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
section#design-detail-cent > .cont > .title > span:last-of-type {
	margin-bottom: 10px;
}
section#design-detail-cent > .cont > .cent {
	display: flex;
	flex-direction: column;
}
section#design-detail-cent > .cont > .cent > span {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}
section#design-detail-cent > .cont > .cent > .desc {
	height: 380px;    
	overflow: auto;
}
/*设计师*/