body {
	color: #333333;
	font-family: Arial, "微软雅黑";
}

.section h3 {
	margin-bottom: 25px;
	color: #2d5fad;
	font-size: 36px;
	text-align: center;
	line-height: 44px;
}

.section h3 span {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	background-color: #2d5fad;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 38px;
}

.section h4 {
	font-size: 21px;
	margin-bottom: 15px;
}

.section h5 {
	font-size: 19px;
	margin-bottom: 3px;
}

.section p {
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
}

.section {
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 1920px;
	padding: 70px 0;
	font-size: 16px;
}

.content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

p.sectionNote {
	margin: 10px 0 25px;
	font-size: 18px;
	line-height: 27px;
}

.imgStyle {
	display: block;
	margin: 0 auto;
}

.cursor {
	cursor: pointer;
}

.cursorMove {
	cursor: move;
}

#floatcode {
    width: 148px;
    height: 231px;
    position: absolute;
    top: 190px;
    left: 5px;
    z-index: 9996;
}

/*banner*/
#banner {
	width: 100%;
	height: 470px;
	background: url(/solution/furnitureStore/images/bg_banner.jpg) no-repeat center center;
}

#banner h1 {
	width: 1000px;
	margin: 0 auto;
}

h2.mainTitle {
	width: 1000px;
	margin: 46px auto 0;
	border-top: 1px solid #e94821;
	border-bottom: 1px solid #e94821;
	color: #e94821;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
}

h2.mainTitle span {
	margin: 0 5px;
	font-size: 72px;
}


/*case*/
#case .content {
	overflow: hidden;
}

#case .btnGroup {
	margin: 0 auto 50px;
	font-size: 21px;
	text-align: center;
}

#case .btnGroup .pageBtn {
	position: relative;
	padding: 10px 25px;
	background-color: #d4d4d4;
	cursor: pointer;
}

#case .btnGroup .pageBtn.active,
#case .btnGroup .pageBtn:hover {
	background-color: #e94b25;
	color: #fff;
}

#case .btnGroup .pageBtn.active:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #e94b25;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#case .caseContainer {
	position: relative;
	width: 2000px;
	height: 560px;
}

#case .caseBlock {
	float: left;
	width: 1000px;
}

#case .caseTxt li{
	list-style: disc outside; 
	margin-bottom: 10px;
}

#case .caseTxt .left {
	box-sizing: border-box;
	float: left;
	width: 480px;
	margin-left: 20px;
	padding-right: 20px;
}

#case .caseTxt .right {
	box-sizing: border-box;
	float: right;
	width: 480px;
	margin-left: 20px;
	padding-left: 20px;
}

#case .case01 {
	background: url(/solution/furnitureStore/images/bg_case01.png) no-repeat center bottom;
}

/*direct*/
#direct {
	background: url(/solution/furnitureStore/images/bg_direct.jpg) no-repeat center bottom #f7f7f7;
}

#direct h4 {
	padding-left: 13px;
	border-left: 5px solid #e94b25;
	color: #e94b25;
	line-height: 20px;
}

#direct .directConfusion .left {
	box-sizing: border-box;
	float: left;
	width: 410px;
	margin-left: 40px;
}

#direct .directConfusion .right {
	box-sizing: border-box;
	float: right;
	width: 460px;
	
}

#direct .directConfusion .left li, 
#direct .directConfusion .right li {
	margin-bottom: 25px;
	list-style: disc outside;
}

#direct .directConfusion .left li p, 
#direct .directConfusion .right li p {
	line-height: 22px;
}

#direct .directFive h4 {
	margin: 60px 0 40px;
}

#direct .directFive li {
	box-sizing: border-box;
	float: left;
	width: 20%;
}

#direct .directFive img {
	display: block;
	margin: 0 auto;
}

#direct .directFive h5 {
	margin: 20px auto 1px;
	color: #6289c6;
	text-align: center;
}


#direct .directFive p {
	padding: 0 20px;
}


/*fourPoint*/
#fourPoint {
	background: url(/solution/furnitureStore/images/bg_fourPoint.jpg) repeat center top;
}

#fourPoint h3 {
	color: #fff;
}

#fourPoint h3 span {
	background-color: #fff;
	color: #679bec;
}

#fourPoint .point {
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 460px;
	float: left;
	cursor: pointer;
}

#fourPoint .point .top {
	position: absolute;
	top: 0;
	left: 0;
}

#fourPoint .point .pointTxt {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #cce0ff;
	text-align: center;
}

#fourPoint .point .pointTxt h4 {
	margin: 45px 0 25px;
	color: #fff;
}

#fourPoint .point .pointTxt .highLight {
	color: #ffff00;
}


/*solution*/
#solution .sectionNote {
	padding: 0 75px;
}

#solution img {
	display: block;
	margin: 25px auto 10px;
}

#solution .figureNote {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*contactDSC*/
#contactDSC {
	padding: 35px 0;
	background-color: #555555;
	color: #fff;
}

#contactDSC h3 {
	margin-bottom: 10px;
	color: #fff;
	text-align: left
}

#contactDSC a {
	display: block;
	color: #fff;
}

#contactDSC a:hover {
	color: #39ceff;
}

#contactDSC .contactTxt {
	float: left;
}

#contactDSC .contactTxt p {
	margin-bottom: 25px;
	font-size: 19px;
}

#contactDSC #info li {
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 25px;	
}

#contactDSC #contactList {
	float: right;
	margin-top: 85px;
}

#contactDSC #contactList li {
	float: left;
	width: 102px;
	margin-right: 55px;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
}

#contactDSC #contactList li.end {
	margin-right: 0;
}

#contactDSC #contactList li a {
	padding-top: 102px;
	background-position: left top;
	background-repeat: no-repeat;
}

#contactDSC #contactList li a:hover {
	background-position: right top;
	color: #78a1db;	
}

#contactDSC #contactList #list01 a {
	background-image: url(/solution/furnitureStore/images/list01.png);
}

#contactDSC #contactList #list02 a {
	background-image: url(/solution/furnitureStore/images/list02.png);
}

#contactDSC #contactList #list03 a {
	background-image: url(/solution/furnitureStore/images/list03.png);
}

#contactDSC #contactList #list04 a {
	background-image: url(/solution/furnitureStore/images/list04.png);
}

#contactDSC #contactList #list05 a {
	background-image: url(/solution/furnitureStore/images/list05.png);
}

/*fancybox plugin*/
.fancybox-title{
	position: absolute;
	top: -28px;
} 

.fancybox-skin{
	position: relative;
}