@charset "utf-8";

/*common*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
menu,
nav,
summary,
time,
mark,
audio,
video,
header,
footer {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

ol,
ul {
	list-style: none;
}

b,
strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: baseline;
	border-radius: 0;
	box-shadow: none;
}

button {
	cursor: pointer;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-ms-clear {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

html {
	background: #fff;
	color: #000;
}

body,
button,
input,
select,
textarea,
table {
	font: 12px/1.8 \5FAE\8F6F\96C5\9ED1, verdana, tahoma, Arial, \5B8B\4F53;
}

::selection {
	background-color: #878787;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

::-moz-selection {
	background-color: #878787;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

a {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

.clear:after {
	content: '\200B';
	display: block;
	clear: both;
	height: 0;
}

.clear {
	*zoom: 1;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.transitionAll {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.noAppearance {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.yaheiT {
	font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, \5B8B\4F53 !important;
}


/**/

.wrapper {
	width: 1220px;
	margin: 0 auto;
}

.header-diy {
	height: 75px;
	padding: 20px 0 30px 0;
}

.header-diy .logo {
	float: left;
	width: 390px;
	height: 75px;
	/*height: 82px;*/
	background: url(../../images/home/diy/bg.png) no-repeat;
	/*background: url(../../images/home/diy/logotmall2016.jpg) no-repeat;*/
}
.header-diy a {
	height: 75px;
	float: left;
	display: block;
}

.header-diy .ico-slogan {
	float: right;
	width: 446px;
	height: 75px;
	background: url(../../images/home/diy/bg.png) -390px 0 no-repeat;
}

.header-diy .search-bar {
	float: right;
	width: 278px;
	height: 30px;
	padding-top: 23px;
}

.header-diy .search-bar .txt {
	float: left;
	width: 190px;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	border: 2px solid #303030;
}

.header-diy .search-bar .btn {
	float: left;
	width: 74px;
	height: 30px;
	line-height: 30px;
	background: #303030;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.menu {
	width: 100%;
	height: 40px;
}

.menu .sub-nav {
	width: 235px;
	height: 40px;
	background: url(../../images/home/diy/bg.png) 0 -95px no-repeat;
	cursor: pointer;
	float: left;
	position: relative;
}

.menu .sub-nav-w {
	width: 235px;
	background: #c9033b;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	visibility: hidden;
	min-height: 400px;
}

.menu .sub-nav .hide {
	visibility: hidden;
}

.menu .sub-nav .show {
	visibility: visible;
}

.menu .sub-nav-w .sub-box {
	width: 210px;
	padding: 0 13px 14px 12px;
	display: block;
	background: #c9033b;
}

.menu .sub-nav-w .sub-box:hover {
	background: #d81b51;
}

.menu .sub-nav-w .sub-box:hover h2 {
	border-top: 1px solid #d81b51;
}

.menu .sub-nav-w .sub-box h2 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 14px;
	border-top: 1px solid #b50000;
}

.menu .sub-nav-w .sub-box h2 a {
	color: #FFFFFF;
}

.menu .sub-nav-w .sub-box h2 em {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	background: url(../../images/home/diy/bg.png) no-repeat;
	margin-right: 5px;
}

.menu .sub-nav-w .item01 h2 em {
	background-position: 0 -75px;
}

.menu .sub-nav-w .item02 h2 em {
	background-position: -20px -75px;
}

.menu .sub-nav-w .item03 h2 em {
	background-position: -40px -75px;
}

.menu .sub-nav-w .item04 h2 em {
	background-position: -60px -75px;
}

.menu .sub-nav-w .item05 h2 em {
	background-position: -80px -75px;
}

.menu .sub-nav-w .sub-box p {
	padding-top: 8px;
}

.menu .sub-nav-w .sub-box p a {
	padding-right: 4px;
	line-height: 16px;
	color: #FFFFFF;
	float: left;
}

.menu .sub-nav-w .sub-box p a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.menu .nav-w {
	float: left;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
}

.menu .nav-w a {
	font-size: 15px;
	padding: 0 20px;
	color: #000000;
	position: relative;
	height: 40px;
	line-height: 40px;
	float: left;
}
.menu .nav-w a i {
	width: 24px;
	height: 12px;
	overflow: hidden;
	position: absolute;
	display: inline-block;
	background: url(../../images/home/ico-bg.png) no-repeat;
}
.menu .nav-w a i.new {
	background-position: -237px -110px;
}

/*---首页banner---*/

.banner-diy-home {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background:url("../../images/home/loading24.gif") no-repeat center ;
}

.banner-diy-home .sliderbox {
	position: relative;
	height: 400px;
}

.banner-diy-home .sliderbox li {
	height: 400px;
	float: left;
	overflow: hidden;
}

.banner-diy-home .sliderbox li a {
	width: 100%;
	height: 400px;
	display: block;
}

.banner-diy-home .slidernav {
	position: absolute;
	left: 50%;
	top: 355px;
	margin-left: -50px;
	padding: 3px 10px 3px 3px;
	background: #FFFFFF;
	display: inline-block;
	border-radius: 8px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.banner-diy-home .slidernav li {
	width: 10px;
	height: 10px;
	line-height: 60px;
	float: left;
	margin-left: 7px;
	background: #000000;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
}

.banner-diy-home .slidernav li.current {
	background-color: #ff4400;
}

.banner-diy-home .form-bg {
	width: 212px;
	height: 386px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 7px;
	margin-left: 398px;
	z-index: 888;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.banner-diy-home .form-w {
	width: 196px;
	height: 370px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 406px;
	z-index: 999;
}

.banner-diy-home .form-w .tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #c9033b;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

.banner-diy-home .form-w .line {
	width: 184px;
	height: 30px;
	padding-left: 12px;
	margin-bottom: 12px;
}

.banner-diy-home .form-w .line .t1 {
	width: 160px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dddddd;
	padding: 0 5px;
	color: #DDDDDD;
}

.banner-diy-home .form-w .line .s1 {
	width: 83px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #DDDDDD;
	margin-right: 5px;
	font-size: 12px;
	float: left;
}
.banner-diy-home .form-w .err {
	background: #fffbfc none repeat scroll 0 0;
	border: 1px solid #f93500;
	color: #f93500;
	display: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: -21px;
	z-index: 10;
}

.banner-diy-home .form-w .area-w1 {
	width: 184px;
	height: 46px;
}

.banner-diy-home .form-w .area-w1 .sendApplyBtn {
	width: 172px;
	height: 46px;
	background: url(../../images/home/diy/bg.png) 0 -135px no-repeat;
	display: block;
	margin-left: 12px;
	line-height: 46px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.banner-diy-home .form-w .t2 {
	width: 100%;
	line-height: 100%;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.banner-diy-home .form-w .t2 span {
	color: #dd2726;
}

.banner-diy-home .form-w ul {
	width: 172px;
	margin-left: 16px;
	margin-top: 10px;
	height: 96px;
	line-height: 24px;
	overflow: hidden;
}

.banner-diy-home .form-w ul li {
	color: #989898;
	height: 24px;
	line-height: 24px;
}

.slogan-diy {
	width: 100%;
	height: 56px;
	background: #e8e8e8;
}

.slogan-diy .contant {
	padding-left: 260px;
	width: 940px;
	margin: 0 auto;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #130e09;
}

.slogan-diy .contant strong {
	color: #ff4400;
}

.step-w {
	width: 100%;
	height: 134px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
}

.step-w img {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -610px;
}

.tit-w {
	height: 24px;
	padding-bottom: 10px;
	margin-top: 50px;
	border-bottom: 1px solid #000000;
}

.tit-w h2 {
	height: 24px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 22px;
	line-height: 24px;
	margin-right: 15px;
}

.tit-w h2 img {
	position: absolute;
}

.tit-w h2.t1 {
	width: 130px;
}

.tit-w h2.t1 img {
	top: -135px;
	left: 0;
}

.tit-w h2.t2 {
	width: 160px;
}

.tit-w h2.t2 img {
	top: -135px;
	left: -130px;
}

.tit-w h2.t3 {
	width: 135px;
}

.tit-w h2.t3 img {
	top: -135px;
	left: -290px;
}

.tit-w h2.t4 {
	width: 135px;
}

.tit-w h2.t4 img {
	top: -135px;
	left: -425px;
}

.wrapper-left {
	width: 235px;
	float: left;
}

.wrapper-right {
	width: 305px;
	float: right;
}

.wrapper-middle {
	width: 660px;
	float: left;
	margin-left: 10px;
}

.floor1-ranking {
	border: 1px solid #DDDDDD;
	padding: 9px;
	width: 215px;
}
.floor1-ranking1 {
	border: 1px solid #DDDDDD;
	padding: 9px;
	width: 225px;
}

.floor1-ranking .tit,.floor1-ranking1 .tit {
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
}

.floor1-ranking .first {
	border-bottom: 1px solid #DDDDDD;
	background: url(../../images/home/diy/bg.png) no-repeat -979px 150px;
	height: 235px;
	margin-top: 15px;
}

.floor1-ranking1 .first {
	border-bottom: 1px solid #DDDDDD;
	background: url(../../images/home/diy/bg.png) no-repeat -979px 150px;
	height: 245px;
	margin-top: 15px;
}

.floor1-ranking .first img {
	width: 215px;
	height: 150px;
}

.floor1-ranking1 .first img {
	width: 225px;
	height: 150px;
}

.floor1-ranking .first p {
	position: relative;
	padding-left: 30px;
	width: 185px;
	display: block;
	height: 85px;
}

.floor1-ranking1 .first p {
	position: relative;
	padding-left: 30px;
	width: 195px;
	display: block;
	height: 85px;
}

.floor1-ranking .first p a,.floor1-ranking1 .first p a {
	position: absolute;
	width: 120px;
	color: #333333;
	display: inline-block;
	left: 30px;
	top: 25px;
}

.floor1-ranking .first p span,.floor1-ranking1 .first p span {
	position: absolute;
	color: #c9033b;
	right: 0;
	top: 30px;
	font-size: 14px;
}

.floor1-ranking .first p em,.floor1-ranking1 .first p em {
	position: absolute;
	color: #999999;
	font-style: normal;
	left: 30px;
	top: 43px;
}

.floor1-ranking .other {
	width: 215px;
	height: 260px;
	background: url(../../images/home/diy/bg.png) no-repeat -979px -90px;
	margin-top: 12px;
	margin-bottom: 13px;
}

.floor1-ranking1 .other {
	width: 225px;
	height: 260px;
	background: url(../../images/home/diy/bg.png) no-repeat -979px -90px;
	margin-top: 12px;
	margin-bottom: 13px;
}

.floor1-ranking .other p {
	width: 185px;
	height: 50px;
	padding-left: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}

.floor1-ranking1 .other p {
	width: 195px;
	height: 50px;
	padding-left: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}

.floor1-ranking .other p a,.floor1-ranking1 .other p a {
	position: absolute;
	width: 120px;
	color: #333333;
	display: inline-block;
	left: 30px;
	top: 20px;
}

.floor1-ranking .other p span,.floor1-ranking1 .other p span {
	position: absolute;
	color: #c9033b;
	right: 0;
	top: 20px;
	font-size: 14px;
}

.floor1-ranking .other p em,.floor1-ranking1 .other p em {
	position: absolute;
	color: #999999;
	font-style: normal;
	left: 30px;
	top: 33px;
}

.floor1-case-w {
	width: 975px;
	float: right;
}

.floor1-case-w .case01,
.floor1-case-w .case02,
.floor1-case-w .case03,
.floor1-case-w .case04,
.floor1-case-w .case05 {
	float: left;
}

.floor1-case-w .case01,
.floor1-case-w .case01 img {
	width: 660px;
	height: 345px;
}

.floor1-case-w .case02,
.floor1-case-w .case02 img {
	width: 305px;
	height: 345px;
}

.floor1-case-w .case02 {
	margin-left: 10px;
}

.floor1-case-w .case03,
.floor1-case-w .case03 img,
.floor1-case-w .case04,
.floor1-case-w .case04 img {
	width: 325px;
	height: 230px;
}

.floor1-case-w .case03,
.floor1-case-w .case04 {
	margin-top: 10px;
}

.floor1-case-w .case04 {
	margin-left: 10px;
}

.floor1-case-w .case05,
.floor1-case-w .case05 img {
	width: 305px;
	height: 230px;
}

.floor1-case-w .case05 {
	margin-top: 10px;
	margin-left: 10px;
}

.c-t-s01,
.c-t-s02,
.c-t-s03 {
	position: relative;
}

.c-t-s01 .t-w,
.c-t-s02 .t-w,
.c-t-s03 .t-w {
	position: absolute;
	cursor: pointer;
}

.c-t-s01 .t-w {
	padding: 20px;
	background: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	left: 0;
	bottom: 45px;
}

.c-t-s01 .t-w h4 {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #000000;
	color: #f22045;
	font-size: 26px;
}

.c-t-s01 .t-w p {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.c-t-s02 .t-w {
	padding: 10px 15px;
	left: 0;
	top: 15px;
	background: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.c-t-s02 .t-w h4 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000000;
	color: #f22045;
	font-size: 20px;
}

.c-t-s02 .t-w p {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.c-t-s03 .t-w {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	left: 0;
	bottom: 0;
}

.c-t-s03 .t-w h4 {
	display: inline-block;
	font-size: 16px;
	width: 150px;
	float: left;
	margin-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #000000;
}

.c-t-s03 .t-w p {
	width: 110px;
	display: inline-block;
	text-align: right;
	font-size: 14px;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: right;
	margin-right: 8px;
}

.floor2-hx-w {
	border: 1px solid #DDDDDD;
	padding: 9px;
	width: 215px;
}


/*首页楼层2左侧小区户型*/

.floor2-hx-w img {
	width: 215px;
	height: 180px;
}

.floor2-hx-w h4 {
	font-size: 16px;
	line-height: 100%;
	display: inline-block;
	color: #000000;
	margin-top: 10px;
}

.floor2-hx-w p {
	line-height: 18px;
	font-size: 14px;
}

.floor2-hx-w .ts1 {
	color: #000000;
	margin-top: 8px;
}

.floor2-hx-w .ts2 {
	color: #707070;
}

.floor2-hx-w .ts2 strong {
	color: #ff4400;
}

.floor2-hx-w .ts2 span {
	color: #000000;
}

.floor2-ct-case {
	border: 1px solid #DDDDDD;
	padding: 9px;
	width: 215px;
	/*margin-top: 10px;*/
	position: relative;
}


/*首页楼层2左侧客餐厅实例*/

.floor2-ct-case h2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}

.floor2-ct-case .case-w {
	width: 215px;
	height: 525px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

.floor2-ct-case .prev,
.floor2-ct-case .next {
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../../images/home/diy/bg.png) no-repeat;
	top: 13px;
	cursor: pointer;
}

.floor2-ct-case .prev {
	left: 180px;
	background-position: -570px -75px;
}

.floor2-ct-case .next {
	left: 204px;
	background-position: -590px -75px;
}

.floor2-ct-case ul {
	position: relative;
}

.floor2-ct-case ul li {
	width: 215px;
	height: 68px;
	display: block;
	overflow: hidden;
	margin-top:7px;
	float: left;
}

.floor2-ct-case ul li img {
	width: 90px;
	height: 68px;
	float: left;
	display: block;
	margin-right: 10px;
}

.floor2-ct-case ul li h5 {
	width: 115px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #000000;
	display: block;
}

.floor2-ct-case ul li p {
	width: 115px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 8px;
	color: #505050;
}

.floor2-case-w {
	width: 660px;
	float: left;
}

.floor2-case-w .case01,
.floor2-case-w .case02,
.floor2-case-w .case03,
.floor2-case-w .case04 {
	float: left;
}

.floor2-case-w .case01,
.floor2-case-w .case01 img,
.floor2-case-w .case02,
.floor2-case-w .case02 img {
	width: 325px;
	height: 345px;
}

.floor2-case-w .case02 {
	margin-left: 10px;
}

.floor2-case-w .case03,
.floor2-case-w .case03 img,
.floor2-case-w .case04,
.floor2-case-w .case04 img {
	width: 325px;
	height: 230px;
}

.floor2-case-w .case03,
.floor2-case-w .case04 {
	margin-top: 10px;
}

.floor2-case-w .case04 {
	margin-left: 10px;
}

.floor2-case-w1 {
	width: 303px;
	height: 260px;
	border: 1px solid #DDDDDD;
	background: url(../../images/home/diy/bg.png) no-repeat 0 -181px;
}

.floor2-case-w1 li {
	width: 290px;
	height: 115px;
	float: left;
	padding: 15px 0 0 13px;
}

.floor2-case-w1 li img {
	width: 130px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.floor2-case-w1 li h5 {
	width: 150px;
	height: 20px;
	line-height: 20px;
	color: #4c4c4c;
	display: inline-block;
	font-size: 14px;
}

.floor2-case-w1 li p {
	width: 140px;
	height: 60px;
	line-height: 20px;
	color: #666666;
	margin-top: 5px;
	overflow: hidden;
	display: inline-block;
}

.floor2-case-w1 li span {
	width: 140px;
	color: #999999;
	text-decoration: underline;
	text-align: right;
	display: inline-block;
}

.film_focus {
	width: 305px;
	height: 325px;
	overflow: hidden;
	position: relative;
}

.film_focus .next,.film_focus .prev {display: none;}/*2楼轮播next pre隐藏*/

.film_focus ul.film_focus_nav {
	width: 306px;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.film_focus ul.film_focus_nav li {
	width: 101px;
	margin-right: 1px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	background: #b7abac;
	font-size: 14px;
	color: #FFFFFF;
	cursor: hand;
	float: left;
}

.film_focus ul.film_focus_nav li.current {
	background: #dc2a39;
}

.film_focus ul.film_focus_imgs {
	height: 299px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.film_focus ul.film_focus_imgs li,
.film_focus ul.film_focus_imgs li img {
	width: 305px;
	height: 299px;
	float: left;
}

.floor3-baike-pic {
	width: 590px;
	height: 390px;
	float: left;
	overflow: hidden;
}

.floor3-baike-pic img {
	width: 590px;
	height: 390px;
}

.floor3-baike-notebook {
	width: 280px;
	height: 390px;
	float: right;
	position: relative;
}

.floor3-baike-notebook .tit {
	width: 100%;
	height: 25px;
	position: absolute;
}

.floor3-baike-notebook .tit h3 {
	width: 92px;
	height: 25px;
	background: #575757;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	font-weight: normal;
}

.floor3-baike-notebook .tit span {
	float: left;
	border-bottom: 1px solid #575757;
	color: #575757;
	padding: 0 3px;
	line-height: 14px;
	padding-top: 10px;
}

.floor3-baike-notebook .tit a {
	float: right;
	padding-top: 10px;
	color: #B8B8B8;
	padding-right: 15px;
}

.floor3-baike-notebook .contant {
	width: 250px;
	height: 360px;
	border: 5px solid #f1f1f1;
	padding: 10px;
	float: right;
	overflow: hidden;
}

.floor3-baike-notebook .contant img {
	width: 250px;
	height: 150px;
	margin-top: 25px;
}

.floor3-baike-notebook .contant h4 {
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	font-size: 16px;
}

.floor3-baike-notebook .contant h4 a {
	color: #444444;
}

.floor3-baike-notebook .contant p {
	width: 100%;
	height: 36px;
	line-height: 18px;
	color: #888888;
	overflow: hidden;
	margin-top: 8px;
}

.floor3-baike-notebook .contant ul {
	width: 100%;
	height: 104px;
	float: left;
	margin-top: 15px;
}

.floor3-baike-notebook .contant ul li {
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.floor3-baike-notebook .contant ul li a {
	width: 240px;
	padding-left: 10px;
	height: 26px;
	background: url(../../images/home/diy/bg.png) no-repeat -990px -449px;
	color: #333333;
	display: block;
	float: left;
}

.floor3-baike-list {
	width: 300px;
	float: left;
	margin-left: 25px;
}

.floor3-baike-list h3 {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 100%;
	margin-top: 5px;
}

.floor3-baike-list h3 a {
	color: #444444;
}

.floor3-baike-list h3 em {
	height: 16px;
	line-height: 16px;
	background: url(../../images/home/diy/bg.png) right -409px;
	vertical-align: middle;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
	margin-bottom: 2px;
}

.floor3-baike-list h3 em a {
	color: #FFFFFF;
	padding: 0 5px;
}

.floor3-baike-list p {
	width: 100%;
	height: 40px;
	line-height: 20px;
	color: #888888;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}

.floor3-baike-list ul {
	width: 100%;
	height: 104px;
	float: left;
	margin-top: 15px;
}

.floor3-baike-list ul li {
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.floor3-baike-list ul li a {
	width: 225px;
	padding-left: 10px;
	height: 26px;
	background: url(../../images/home/diy/bg.png) no-repeat -990px -449px;
	color: #333333;
	display: block;
	float: left;
}

.floor3-baike-list ul li span {
	width: 48px;
	float: right;
	overflow: hidden;
	color: #999999;
	text-align: right;
}

.floor4-gl-w {
	margin-top: 12px;
	width: 1236px!important;
}

.floor4-gl-w .gl-box {
	width: 293px;
	height: 336px;
	padding: 8px;
	position: relative;
	overflow: hidden;
	float: left;
}

.floor4-gl-w .gl-box img {
	width: 293px;
	height: 186px;
}

.floor4-gl-w .gl-contant {
	width: 100%;
	height: 150px;
	background: #fafafa;
}

.floor4-gl-w .gl-box .tips {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dotted #9aa1aa;
	color: #505050;
}

.floor4-gl-w .gl-box .tips .time-w {
	padding-left: 25px;
	width: 80px;
	background: url(../../images/home/diy/bg.png) no-repeat -685px -64px;
	float: left;
}

.floor4-gl-w .gl-box .tips .view-w {
	padding-right: 10px;
	width: 120px;
	float: right;
	text-align: right;
}

.floor4-gl-w .gl-box h4 {
	width: 273px;
	line-height: 100%;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

.floor4-gl-w .gl-box h4 a {
	color: #505050;
}

.floor4-gl-w .gl-box p {
	color: #979797;
	width: 273px;
	height: 54px;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 15px;
	overflow: hidden;
	float: left;
}

.floor4-gl-w .gl-box:hover {
	box-shadow: 0 1px 5px #666666;
}

.floor4-gl-w .gl-box:hover .gl-contant {
	background: #ededed!important;
}

.floor4-gl-w .gl-box:hover h4 a {
	color: #000000!important;
}

.floor4-gl-w .gl-box:hover p {
	color: #505050!important;
}


/*订制页面*/

.diy-liucheng-w {
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #dfdfdf;
}

.diy-liucheng-l {
	width: 900px;
	height: 53px;
	float: left;
	background: url(../../images/home/diy/bg.png) no-repeat 0 -571px;
	overflow: hidden;
}
.diy-liucheng-l a {
	width: 100px;
	height: 53px;
	display: block;
	float: left;
	margin-left: 220px;
}

.diy-liucheng-r {
	width: 197px;
	height: 53px;
	float: right;
	display: block;
	background: url(../../images/home/diy/bg.png) no-repeat -305px -388px;
	cursor: pointer;
}

.diy-item-title {
	/*width: 215px;*/
	width: 225px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	background: #01af63;
	font-size: 16px;
	color: #FFFFFF;
}

.diy-item-list {
	background: #e8e8e8;
	/*width: 220px;*/
	width: 230px;
	height: 20px;
	line-height: 20px;
	padding: 10px 0 10px 13px;
	border: 1px solid #DDDDDD;
	border-top: 0;
	font-size: 16px;
	font-weight: bold;
}

.diy-item-list a {
	color: #000000;
}

.diy-item-list em {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	background: url(../../images/home/diy/bg.png) no-repeat;
	margin-right: 5px;
	font-size: 16px;
}

.diy-item-list .list-ico01 {
	background-position: -330px -76px;
}

.diy-item-list .list-ico02 {
	background-position: -350px -76px;
}

.diy-item-list .list-ico03 {
	background-position: -370px -76px;
}

.diy-item-list .list-ico04 {
	background-position: -390px -76px;
}

.diy-item-list .list-ico05 {
	background-position: -410px -76px;
}

.diy-item-box {
	/*width: 213px;*/
	width: 223px;
	border: 1px solid #DDDDDD;
	border-top: 0;
	padding: 0 10px;
	overflow: hidden;
}

.diy-item-box h4 {
	width: 100%;
	line-height: 100%;
	font-size: 14px;
	margin-top: 20px;
	display: block;
}

.diy-item-box p {
	width: 100%;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	margin-top: 10px;
}

.diy-item-box p a {
	color: #505050;
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	float: left;
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
}

.diy-item-box p a:hover {
	color: #FFFFFF;
	background: #01af63;
}

.diy-item-box p a.current {
	color: #FFFFFF;
	background: #01af63;
}

.diy-sub-tj {
	border: 1px solid #DDDDDD;
	padding: 0 9px;
	width: 215px;
}

.diy-sub-tj1 {
	border: 1px solid #DDDDDD;
	padding: 0 9px;
	width: 225px;
}

.diy-sub-tj h2,.diy-sub-tj1 h2 {
	width: 100%;
	line-height: 100%;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 25px;
}

.diy-sub-tj .box-w,.diy-sub-tj1 .box-w {
	height: 225px;
	/*	text-align: center;*/
}

.diy-sub-tj .box-w img {
	width: 215px;
	height: 160px;
}
.diy-sub-tj1 .box-w img {
	width: 225px;
	height: 160px;
}

.diy-sub-tj .box-w .t,.diy-sub-tj1 .box-w .t {
	display: inline-block;
	/*height: 16px;*/
	line-height: 100%;
	color: #333333;
	/*border-radius: 8px;
	padding: 0 12px;
	background: #da1f2e;
	max-width: 200px;
	overflow: hidden;
	margin: 13px auto 0 auto;*/
	margin-top: 10px;
}

.diy-sub-tj .box-w p {
	width: 100%;
	line-height: 100%;
	/*text-align: center;*/
	color: #999999;
}
.diy-sub-tj .box-w p strong {
	color:#da1f2e;
	padding: 0 3px;
}

.diy-case-right {
	width: 975px;
	float: right;
}

.diy-case-right ul {
	width: 975px;
}

.diy-case-right ul li {
	width: 300px;
	height: 335px;
	float: left;
	margin-left: 25px;
	overflow: hidden;
}

.diy-case-right ul li img {
	width: 300px;
	height: 225px;
}

.diy-case-right ul li h4 {
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	font-weight: normal;
}

.diy-case-right ul li h4 a {
	color: #333333;
}

.diy-case-right ul li p {
	width: 100%;
	line-height: 100%;
	color: #808080;
	margin-top: 8px;
}

.diy-case-right ul li p strong {
	color: #da1f2e;
	padding: 0 3px;
}

.diy-case-right ul li .btn {
	width: 100%;
	height: 26px;
	margin-top: 15px;
	overflow: hidden;
}

.diy-case-right ul li .btn a {
	width: 80px;
	height: 24px;
	line-height: 24px;
	display: block;
	border: 1px solid #e8e8e8;
	float: left;
	text-align: center;
	background: url(../../images/home/diy/bg.png) no-repeat -305px -364px;
	margin-right: 10px;
	color: #333333;
}

.scoll-title {
	width: 1203px;
	height: 37px;
	padding-left: 15px;
	line-height: 37px;
	font-size: 14px;
	display: block;
	color: #666666;
	border: 1px solid #DDDDDD;
}

.scoll-img-w {
	width: 1150px;
	height: 230px;
	border: 1px solid #DDDDDD;
	border-top: 0;
	padding: 0 34px;
	position: relative;
	overflow: hidden;
}

.scoll-img-w .scoll-img-box {
	width: 1150px;
	height: 200px;
	overflow: hidden;
	margin: 25px auto 0 auto;
}

.scoll-img-w .scoll-img-box ul {
	position: relative;
}

.scoll-img-w .scoll-img-box ul li {
	width: 200px;
	height: 200px;
	float: left;
	padding: 0 15px;
}

.scoll-img-w .scoll-img-box ul li img {
	width: 198px;
	height: 128px;
	border: 1px solid #DDDDDD;
}

.scoll-img-w .scoll-img-box ul li p {
	width: 100%;
	color: #4C4C4C;
	line-height: 22px;
	text-align: center;
}

.scoll-img-w .scoll-img-box ul li p a {
	color: #4C4C4C;
}

.scoll-img-w .prev,
.scoll-img-w .next {
	width: 21px;
	height: 100px;
	background: url(../../images/home/diy/bg.png) no-repeat;
	position: absolute;
	top: 40px;
	cursor: pointer;
}

.scoll-img-w .prev {
	left: 0;
	background-position: -305px -162px;
}

.scoll-img-w .next {
	right: 0;
	background-position: -326px -162px;
}


/*订制家居详情*/

.diy-xq-img {
	width: 770px;
	float: left;
}

.diy-xq-text {
	width: 425px;
	float: right;
}

.diy-xq-text .tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e8e8e8;
	font: 18px;
	font-weight: normal;
	color: #333333;
}

.diy-xq-text .tit span {
	font-size: 12px;
	color: #808080;
	padding-left: 10px;
}

.diy-xq-text p {
	width: 100%;
	line-height: 24px;
	color: #808080
}

.diy-xq-text p span {
	color: #000000;
}

.diy-xq-text p a {
	color: #000000;
	padding: 0 5px;
}

.diy-xq-text p a:hover {
	color: #FF000C;
}

.diy-xq-text p strong {
	font-size: 20px;
	color: #FF000C;
	padding: 0 5px;
}

.diy-change-box {
	width: 423px;
	border: 1px solid #e8e8e8;
	background: #F5F5F5;
	padding-bottom: 15px;
	margin-top: 15px;
	position: relative;
}

.diy-change-box .t-w {
	height: 52px;
	line-height: 52px;
	float: left;
	padding: 0 10px;
	color: #808080;
	margin-top: 15px;
}

.diy-change-box .u-ws {
	width: 100px;
	height: 50px;
	border: 1px solid #98c3d0;
	position: relative;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	background: #f7f5f8;
	margin-right: 18px;
}

.diy-change-box .u-ws ul {
	position: relative;
}

.diy-change-box .u-ws ul li {
	width: 64px;
	padding: 4px 5px;
	height: 42px;
	float: left;
}

.diy-change-box .u-ws ul li img {
	width: 60px;
	height: 38px;
	border: 2px solid #cacaca;
}
.diy-change-box .dq-w,.diy-change-box .kx-w{
	float: left;
}
.diy-change-box .dq-w .box,.diy-change-box .kx-w .box {
	position: relative;
	float: left;
}
.diy-change-box .u-ws .prev,
.diy-change-box .u-ws .next {
	width: 20px;
	height: 25px;
	position: absolute;
	background: url(../../images/home/diy/bg.png) no-repeat;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}

.diy-change-box .u-ws .prev {
	background-position: -347px -211px;
	top: 0;
}

.diy-change-box .u-ws .next {
	background-position: -347px -237px;
	top: 25px;
}

.diy-change-box .t-w1 {
	height: 66px;
	line-height: 66px;
	float: left;
	padding: 0 10px;
	color: #808080;
	margin-top: 15px;
}

.diy-change-box .u-wb {
	width: 300px;
	height: 64px;
	border: 1px solid #d8d6d6;
	position: relative;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	background: #FFFFFF;
}

.diy-change-box .u-wb ul {
	position: relative;
}

.diy-change-box .u-wb ul li {
	width: 124px;
	padding: 12px 5px;
	height: 42px;
	float: left;
	overflow: hidden;
}

.diy-change-box .u-wb ul li img {
	width: 60px;
	height: 38px;
	border: 2px solid #cacaca;
	float: left;
	margin-right: 3px;
}
.diy-change-box .u-wb ul li img.cur {
	border: 2px solid #FF0000;
}

.diy-change-box .u-wb ul li p {
	color: #505050;
	padding-top: 10px;
	line-height: 14px;
}

.diy-change-box .u-wb .prev,
.diy-change-box .u-wb .next {
	width: 23px;
	position: absolute;
	background: url(../../images/home/diy/bg.png) no-repeat;
	right: 0;
	overflow: hidden;
	cursor: pointer;
	border-left: 1px solid #d8d6d6;
}

.diy-change-box .u-wb .prev {
	background-position: -367px -193px;
	top: 0;
	border-bottom: 1px solid #D8D6D6;
	height: 33px;
}

.diy-change-box .u-wb .next {
	background-position: -367px -229px;
	top: 34px;
	height: 32px;
}
.diy-change-box .dq-big-img {
	width: 350px;
	height: 158px;
	position: absolute;
	background: #0078FF;
	top: 67px;
	left:68px;
	z-index: 800;
	border: 3px solid #DDDDDD;
}
.diy-change-box .dq-big-img img {
	width: 350px;
	height: 158px;
	z-index: 0;
}
.diy-change-box .dq-big-txt {
	width:140px;
	height:24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	background: #c2b5ad;
	top: 204px;
	left:70px;
	z-index: 999;
	opacity: 0.8;
}
.diy-change-box .kx-big-img {
	width: 350px;
	height: 158px;
	position: absolute;
	background: #0078FF;
	margin-top:78px;
	left:68px;
	z-index: 800;
	border: 3px solid #DDDDDD;
}
.diy-change-box .kx-big-img img {
	width: 350px;
	height: 158px;
	z-index: 0;
}
.diy-change-box .kx-big-txt {
	width:140px;
	height:24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	background: #c2b5ad;
	margin-top: 215px;
	left:70px;
	z-index: 999;
	opacity: 0.8;
}
.diy-cn-box {
	width: 423px;
	height: 58px;
	border: 1px solid #e8e8e8;
	background: #F5F5F5;
	margin-top: 15px;
	overflow: hidden;
}
.diy-cn-box .t-w {
	height: 58px;
	line-height: 58px;
	float: left;
	padding: 0 8px;
	color: #808080;
}
.diy-cn-box .img-w {
	width: 345px;
	/*height:36px;*/
	height: 50px;
	background: #FFFFFF;
	float: left;
	margin-top: 4px;
	/*padding: 7px 0;*/
}
.diy-cn-box .img-w img {
	/*width: 36px;*/
	/*height: 36px;*/
	float: left;
	/*vertical-align: middle;*/
	/*margin-left: 8px;*/
	/*margin-right: 5px;*/
}
.diy-cn-box .img-w p {
	width: 48px;
	height: 36px;
	line-height: 18px;
	float: left;
	overflow: hidden;
	color: #666666;
	font-size: 12px;
	margin-right: 15px;
}
.diy-xq-text .btn-box {
	width: 100%;
	padding-top: 25px;
	text-align: center;
}
.diy-xq-text .btn-box a {
	width: 260px;
	height: 54px;
	display:block;
	margin: 0 auto;
	background: url(../../images/home/diy/bg.png) no-repeat -502px -387px;
}
.diy-xq-text .btn-box strong {
	color: #e21e36;
	font-size: 22px;
	line-height: 54px;
}
/*详情页焦点图*/
#gallery {
	width: 770px;
	height:710px;
	position:relative;
}
#gallery #main {
	width: 770px;
	height: 580px;
	position:relative;
	text-align:center;
}
#gallery #main #images {
	width: 770px;
	height: 580px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#gallery #main #images .slide{
	float: left;
	position: relative;
}
#gallery #main #images .slide img {
	width: 770px;
	height: 580px;
}
#gallery #thumbs {
	overflow: hidden;
	height: 104px;
	width: 728px;
	margin: 10px 21px;
}
#gallery #thumbs .thumb{
	width: 154px;
	height: 104px;
	padding: 0 14px;
	float: left;
	position: relative;
}
#gallery #thumbs .thumb a{
	border: 2px solid #e6e6e6;
	display: block;
}
#gallery #thumbs .thumb a:hover,#gallery #thumbs .thumb a.selected{
	border: 2px solid #da1f2e;
	display: block;
}
#gallery #thumbs .thumb img {
	width: 150px;
	height: 100px;
}
#gallery #prev,#gallery #next {
	width: 21px;
	height: 100px;
	position: absolute;
	background: url(../../images/home/diy/bg.png) no-repeat;
	bottom: 18px;
	cursor: pointer;
}
#gallery #prev{
	background-position: -305px -162px;
	left: 0;
}
#gallery #next{
	background-position: -326px -162px;
	right: 0;
}

/*详情实际内容区*/
.xq-left-hot {
	width: 210px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
	padding-bottom: 15px;
	float: left;
}
.xq-left-hot .t-w {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #EEEEEE;
	font-size: 14px;
	color: #4c4c4c;
	text-indent: 15px;
}
.xq-left-hot ul {

}
.xq-left-hot ul li {
	width: 180px;
	height: 160px;
	padding: 0 15px;
	float: left;
	margin-top: 15px;
}
.xq-left-hot ul li img {
	width: 180px;
	height:120px;
}
.xq-left-hot ul li h4 {
	height:18px;
	line-height:18px;
	font-weight: normal;
	font-size: 12px;
	margin-top: 4px;
}
.xq-left-hot ul li h4 a {
	color: #666666;
}
.xq-left-hot ul li p {
	height:18px;
	line-height:18px;
	color:#999999;
}
.xq-left-hot ul li p strong {
	color: #FF0000;
}
.xq-right-contant {
	width: 990px;
	float: right;
	background: #EEEEEE;
	position: relative;
}

.xq-right-contant .right-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 169px;
}
.xq-right-contant #main-nav .sub-nav-w {
	width: 169px;
	float: right;
}
.xq-right-contant #main-nav .sub-nav-w .t-w {
	width: 168px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 14px;
	color: #999999;
	background: #EEEEEE;
}
.xq-right-contant #main-nav .sub-nav-w ul {
	width: 110px;
	padding: 20px 0 0 45px;
}
.xq-right-contant #main-nav .sub-nav-w ul li {
	width: 100%;
	height: 31px;
	background: url(../../images/home/diy/bg.png) no-repeat -353px -313px;
	cursor: pointer;
}
.xq-right-contant #main-nav .sub-nav-w ul li i {
	width: 19px;
	height: 31px;
	overflow: hidden;
	display:block;
	float: left;
}
.xq-right-contant #main-nav .sub-nav-w ul li span {
	height: 31px;
	line-height: 31px;
	display:block;
	color: #999999;
	float: left;
	margin-left:3px;
}
.xq-right-contant #main-nav .sub-nav-w ul li.abs_active i {
	background: url(../../images/home/diy/bg.png) no-repeat -353px -288px;
}
.xq-right-contant #main-nav .sub-nav-w ul li.abs_hot i {
	background: url(../../images/home/diy/bg.png) no-repeat -353px -288px;
}
.xq-right-contant #main-nav {
	border-top: 2px solid #bfbfbf;
	width:990px;
	height: 38px;
	background: #EEEEEE;
}
.sticky #main-nav {
	left: 50%;
	margin-left: -380px !important;
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	z-index: 999;
}

.xq-right-contant #main-nav .boldtit_list{
	border-right: 1px solid #fff;
	/*border-right: 1px solid #e0e0e0;*/
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 100px;
	background: #e6e6e6;
}
.xq-right-contant #main-nav .h_list a:link, .xq-right-contant #main-nav .h_list a:visited {
	background: #da1f2e;
	color: #fff;
	display: block;
	height: 40px!important;
	margin-top: -2px;
	width: 99px;
}
.xq-right-contant #main-nav .h_list a {
	color: #FFFFFF!important;
}
.xq-right-contant #main-nav .boldtit_list a:link {
	color: #4c4c4c;
	display: block;
	height: 38px;
	width: 99px;
	border-right: 1px solid #e0e0e0!important;

}
.xq-right-contant #main-nav .boldtit_list a {
	border-right: 1px solid #e0e0e0!important;
}
.xq-right-contant #main-nav .boldtit_list a:visited {
	color: #4c4c4c;
}
.xq-right-contant #main-nav .boldtit_list a:hover {
	color: #da1f2e;
}
.xq-right-contant #main-nav .boldtit_list a:active {
	color: #da1f2e;
}
.xq-right-contant .contant-w {
	width: 820px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #DCDCDC;
}
.xq-right-contant .contant-w img {
	width:expression(width>820?”820px”:this.width);
	max-width: 820px;
	display: block;
	margin: 0 auto;
}
.xq-right-contant .t-w {
	width: 100%;
	height: 54px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.xq-right-contant .t-w h2 {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #d6d6d6;
	position: absolute;
	top: 0;
	font-weight: normal;
}
.xq-right-contant .t-w h2 span {
	/*width: 109px;*/
	padding-left: 6px;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #da1f2e;
	color: #da1f2e;
	margin-top: 11px;
	display: inline-block;
	font-size: 16px;
}
.xq-right-contant .c-w {
	overflow: hidden;
}
.xq-right-contant .xq-w{
	width: 800px;
	overflow: hidden;
	background: #EDEDED;
	padding: 10px;
	border-top: 5px solid #FFFFFF;
}
.xq-right-contant .xq-w img {
	width: 210px;
	height:120px;
	float: left;
	margin-right: 40px;
}
.xq-right-contant .xq-w p {
	color: #4C4C4C;
	line-height: 22px;
}
.xq-right-contant .chicun-w {
	width: 820px;
	padding-top: 220px;
	background: #EEEEEE url(../../images/home/diy/chicun-w.jpg) top center no-repeat;
}
.xq-right-contant .chicun-w ul li {
	width: 172px;
	height: 215px;
	padding: 9px;
	float: left;
	margin-left: 12px;
	margin-bottom: 15px;
	background: #FFFFFF;
}
.xq-right-contant .chicun-w ul li img {
	width: 170px;
	height: 170px;
	border: 1px solid #DDDDDD;
}
.xq-right-contant .chicun-w h5 {
	width: 100%;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	margin-top: 3px;
}
.xq-right-contant .chicun-w p {
	width: 100%;
	line-height: 20px;
	color: #999999;
}
/*搜索页面相关 列表 无相关内容页面*/
.diy-search-case ul {
	width: 1240px;
	margin-left: -20px;
}

.diy-search-case ul li {
	width: 290px;
	height: 328px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}

.diy-search-case ul li img {
	width: 290px;
	height: 218px;
}

.diy-search-case ul li h4 {
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	font-weight: normal;
}

.diy-search-case ul li h4 a {
	color: #333333;
}

.diy-search-case ul li p {
	width: 100%;
	line-height: 100%;
	color: #808080;
	margin-top: 8px;
}

.diy-search-case ul li p strong {
	color: #da1f2e;
	padding: 0 3px;
}

.diy-search-case ul li .btn {
	width: 100%;
	height: 26px;
	margin-top: 15px;
	overflow: hidden;
}

.diy-search-case ul li .btn a {
	width: 80px;
	height: 24px;
	line-height: 24px;
	display: block;
	border: 1px solid #e8e8e8;
	float: left;
	text-align: center;
	background: url(../../images/home/diy/bg.png) no-repeat -305px -364px;
	margin-right: 10px;
	color: #333333;
}
.diy-search-none {
	width: 100%;
	padding: 80px 0;
}
.diy-search-none i {
	margin: 0 auto;
	width: 96px;
	height: 84px;
	background: url(../../images/home/diy/bg.png) no-repeat -390px -180px;
	display: block;
}
.diy-search-none p {
	width: 100%;
	line-height: 50px;
	text-align: center;
}
.diy-search-none p strong {
	padding: 0 3px;
	color: #FF4400;
}
.diy-bottom-line {
	width: 100%;
	height: 1px;
	background: #e0e0e0;
}
.diy-bottom-w {
	width: 100%;
	height: 130px;
	background: #f7f7f7;
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
}
.diy-bottom-left {
	width: 967px;
	height: 130px;
	float: left;
	background: url(../../images/home/diy/bg.png) no-repeat 0 -441px;
}
.diy-bottom-right {
	width: 220px;
	height: 130px;
	float: right;
}
.diy-bottom-right .diy-call-w {
	margin-top: 20px;
}
.diy-bottom-right .diy-call-w i {
	width: 42px;
	height: 41px;
	overflow: hidden;
	display: inline-block;
	background: url(../../images/home/diy/bg.png) no-repeat -235px -95px;
	float: left;
	margin-right: 10px;
}
.diy-bottom-right .diy-call-w strong {
	font-size: 18px;
	line-height: 26px;
	color: #d8212f;
}
.diy-bottom-right .diy-call-w p {
	color: #808080;
	line-height: 100%;
}
.diy-bottom-right .diy-online-w {
	margin-top: 10px;
}
.diy-bottom-right .diy-online-w i {
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: inline-block;
	background: url(../../images/home/diy/bg.png) no-repeat -277px -95px;
	float: left;
	margin-right: 10px;
}
.diy-bottom-right .diy-online-w a {
	font-size: 18px;
	line-height: 26px;
	color: #d8212f;
}
.diy-bottom-right .diy-online-w p {
	color: #808080;
	line-height: 100%;
}
.diy-search-bar {
	width: 215px;
	border: 1px solid #DDDDDD;
	padding: 9px;
}
.diy-search-bar .dq-s {
	width: 215px;
	padding: 10px 0;
	line-height: 18px;
	color: #01af63;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #DDDDDD;
}
.diy-search-bar .dq-s strong {
	padding:0 5px;
	color: #333333;
}
.diy-search-bar .dq-s a {
	width: 13px;
	height: 13px;
	overflow: hidden;
	display: inline-block;
	background: url(../../images/home/diy/bg.png) no-repeat -329px -111px;
	margin-left: 3px;
}
.diy-search-bar .xg-tag {
	width: 200;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	background: url(../../images/home/diy/bg.png) no-repeat -345px -105px;
	margin-top: 10px;
	font-size: 12px;
}
.diy-search-bar .tag-w {
	line-height: 24px;
}
.diy-search-bar .tag-w a {
	color: #333333;
	padding-right: 8px;
}
/*设计页面*/
.diy-design-banner {
	width: 100%;
	height: 405px;
	background: url(../../images/home/diy/sheji-bg.jpg) center top no-repeat;
}
.diy-sjxx-w {
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 50px;
}
.diy-sheji-form {
	width: 273px;
	height: 311px;
	padding-left:24px;
	padding-top: 31px;
	margin-top: 32px;
	margin-left: 22px;
	background: #ffffff;
}
.diy-sheji-form .t {
	width: 100%;
	line-height: 100%;
	font-size: 30px;
	text-align: center;
}
.diy-sheji-form .tips {
	margin-top:15px;
	width: 100%;
	line-height: 100%;
	text-align: center;
}
.diy-sheji-form .tips strong {
	color: #f25619;
	font-weight: normal;
	padding: 0 3px;

}
.diy-sheji-form .line {
	width: 100%;
	height: 34px;
	margin-top: 10px;
	position: relative;
}
.diy-sheji-form .err {
	background: #fffbfc none repeat scroll 0 0;
	border: 1px solid #f93500;
	color: #f93500;
	display: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: -21px;
	z-index: 10;
}
.diy-sheji-form .line .inp {
	width: 240px;
	padding: 0 5px;
	border: 1px solid #CCCCCC;
	height: 32px;
	line-height: 32px;
	color: #888888;
}
.diy-sheji-form .line .area_w {
	width: 113px;
	float: left;
	height: 34px;
	position: relative;
	margin-right: 24px;
}
.diy-sheji-form .line .area_w .sel {
	width: 106px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
.diy-sheji-form .line .sendApplyBtn {
	background: #ed1c42;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 252px;
}

/*改版首页*/
.home-header {
	position: relative;/*2017年新年*/
	height: 70px;
	padding: 22px 0;
}
.home-header .logo {
	/*position: absolute;!*2017年新年*!*/
	/*left: 0;!*2017年新年*!*/
	top:0;/*2017年新年*/
	/*width: 572px;!*2017年新年*!*/
	width: 400px;
	/*height: 112px;!*2017年新年*!*/
	height: 70px;
	cursor: pointer;
	float: left;
	/*background:url(../../images/home/diy/logo2017.jpg) no-repeat;*/
	background:url(../../images/home/diy/homebg.png) no-repeat;
}
.home-header .ico-slogan {
	float: right;
	width: 446px;
	height: 70px;
	background: url(../../images/home/diy/bg.png) -392px 0 no-repeat;
}
.home-nav-w {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #01af63;
	background: #ffffff;
}
.home-nav-w .sub-nav {
	width: 235px;
	float: left;
	position: relative;
	margin-right: 15px;
	z-index: 999;
}
.home-nav-w .sub-nav h2 {
	width: 235px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: #01af63;
	cursor: pointer;
}
.home-nav-w .sub-nav .sub-nav-w {
	width: 235px;
	height: 400px;
	position: absolute;
	top: 42px;
	background: #FFFFFF;
	z-index: 999;
	visibility: hidden;
}
.home-nav-w .sub-nav .hide {
	visibility: hidden;
}
.home-nav-w .sub-nav .show {
	visibility: visible;
}
.home-nav-w .sub-nav .sub-nav-w a {
	height: 100px;
	width: 200px;
	padding: 0 17px 0 18px;
	display: block;
	background: #FFFFFF;
	float: left;
}
.home-nav-w .sub-nav .sub-nav-w a:hover {
	background: #f6f6f6;
}
.home-nav-w .sub-nav .sub-nav-w a h3 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 14px;
	color: #000000;
}
.home-nav-w .sub-nav .sub-nav-w a h3 em {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/home/index/2017hgzbg.png) no-repeat;
	overflow: hidden;
	margin-right: 6px;
}
.home-nav-w .sub-nav .sub-nav-w a p {
	line-height: 18px;
	color: #8C8C8C;
	margin-top: 8px;
	font-size: 12px;
}
.home-nav-w .menu-w {
	height: 40px;
	line-height: 40px;
	float: left;
}
.home-nav-w .menu-w a {
	position: relative;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #000000;
}
.home-nav-w .menu-w a.cur {color: #01af63;}
.home-nav-w .menu-w a i{
	position: absolute;
	width: 24px;
	height:12px;
	overflow: hidden;
	background: url(../../images/home/ico-bg.png) no-repeat;
}
.home-nav-w .menu-w a i.hot {
	background-position: -212px -110px;
}
.home-nav-w .tel-w {
	/*width:170px;*/
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #ff4400;
	display: inline-block;
	float: right;
	background: url(../../images/home/diy/homebg.png) -190px -59px;
}
.home-step-w {
	width: 100%;
	height: 124px;
	background: #f6f6f6 url(../../images/home/index/home-step4.gif) center no-repeat;
	overflow: hidden;
}
.index_tit .home-t1 {
	width: 120px;
	overflow: hidden;
}
.index_tit .home-t1 img {
	top: -141px;
}
.index_tit .home-t2 {
	width: 180px;
	overflow: hidden;
}
.index_tit .home-t2 img {
	left: -120px;
	top: -141px;
}
.index_tit .home-t3 {
	width: 180px;
	overflow: hidden;
}
.index_tit .home-t3 img {
	left: 0;
	top: -171px;
}
.index_tit .home-t4 {
	width: 120px;
	overflow: hidden;
}
.index_tit .home-t4 img {
	left:-300px;
	top: -141px;
}
.index_tit a {
	line-height: 40px;
	color: #ff4400;
	padding-left: 10px;
	text-decoration: underline;
}
.index_tit p a {
	color: #01af63;
	padding-left: 10px;
	text-decoration: underline;
}
.home-qwbd {
	width: 215px;
	border: 1px solid #e8e8e8;
	padding:11px 9px;
}
.home-qwbd h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 12px;
	margin-top: 5px;
}
.home-qwbd .list-w {
	height: 170px;
	overflow: hidden;
}
.home-qwbd .list-w ul {
	margin-top: -1px;
}
.home-qwbd .list-w ul li {
	height: 40px;
	padding: 8px 0;
	border-top: 1px solid #EEEEEE;
}
.home-qwbd .list-w ul li img {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.home-qwbd .list-w ul li h4 {
	display: block;
	font-size: 14px;
	color: #999999;
	width: 160px;
	line-height:18px;
	font-weight: normal;
	margin-top: 2px;
	overflow: hidden;
}
.home-qwbd .list-w ul li h4 a {
	color: #999999;
}
.home-qwbd .list-w ul li p {
	font-size: 12px;
	color: #666666;
	width: 160px;
	line-height: 100%;
	font-weight: normal;
	margin-top: 8px;
}
#home-qwbd-pic {
	width: 235px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
#home-qwbd-pic ul {
	position: absolute;
	height: 250px;
}
#home-qwbd-pic ul li {
	width: 235px;
	height: 250px;
	float: left;
	position: relative;
}
#home-qwbd-pic ul li img {
	width: 235px;
	height: 250px;
}
#home-qwbd-pic ul li .t-w {
	position: absolute;
	width:215px;
	padding: 10px;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#home-qwbd-pic ul li .t-w h4 {
	display: inline-block;
	line-height: 100%;
	color: #f22045;
	font-size: 18px;
}

#home-qwbd-pic ul li .t-w p {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#home-qwbd-pic .btn {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -28px;
	display: inline-block;
}

#home-qwbd-pic .btn span {
	width: 10px;
	height: 10px;
	float: left;
	margin-left:4px;
	background: #000000;
	border-radius: 5px;
	display: inline-block;
}

#home-qwbd-pic .btn span.on {
	background-color: #ff4400;
}
.home-kbgz-w {
	width:985px;
	background: #f6f6f6;
	height: 480px;
	float: right;
}
.home-kbgz-w ul li {
	width: 100px;
	padding: 0 32px;
	float: left;
}
.home-kbgz-w ul li div {
	width:100px;
	height:100px;
	overflow: hidden;
	background: #000000;
	margin-top: 12px;
	border-radius: 50px;
	position: relative;
}
.home-kbgz-w ul li div img {
	width: 100px;
	height: 100px;
}
.home-kbgz-w ul li div span {
	width: 68px;
	height: 24px;
	line-height: 24px;
	display: none;
	background: #FF4400;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	top: 38px;
	z-index: 999;
	position: absolute;
	margin-left: 16px;
}
.home-kbgz-w ul li.cur div img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}
.home-kbgz-w ul li.cur div span {
	display: block!important;
}
.home-kbgz-w ul li h4 {
	line-height: 22px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.home-kbgz-w ul li h4 a {
	color: #000000;
}
.home-kbgz-w ul li p {
	line-height: 20px;
	color: #999999;
	text-align: center;
}
.home-sub-w {
	width: 205px;
	padding: 0 15px;
	height: 440px;
	overflow: hidden;
	background: #fff8e5;
}
.home-sub-w h3 {
	width: 100%;
	height: 18px;
	line-height: 100%;
	font-size: 14px;
	padding-top: 24px;
}
.home-sub-w h3 a {
	color: #000000;
	line-height: 18px;
}
.home-sub-w h3 em {
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../../images/home/diy/homebg.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.home-sub-w h3 em.t1-ico {
	background-position: -100px -70px;
}
.home-sub-w h3 em.t2-ico {
	background-position: -118px -70px;
}
.home-sub-w h3 em.t3-ico {
	background-position: -136px -70px;
}
.home-sub-w h3 em.t4-ico {
	background-position: -154px -70px;
}
.home-sub-w h3 em.t5-ico {
	background-position: -172px -70px;
}
.home-sub-w p {
	padding-top: 10px;
	display: block;
	overflow: hidden;
}
.home-sub-w p a {
	display: inline-block;
	float: left;
	padding: 0 2px;
	color: #505050;
	white-space: nowrap;
	line-height: 16px;
}
.home-sub-w p a:hover {
	color:#FFFFFF;
	background: #ffb43d;
}
.home-tyzx-right {
	width: 985px;
	float: right;
}
.home-tyzx-right .pic-w1 {
	width: 275px;
	height: 280px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}
.home-tyzx-right .pic-w1 img {
	width: 275px;
	height:280px;
}

.home-tyzx-right .pic-w1 ul {
	position: absolute;
	height: 280px;
}
.home-tyzx-right .pic-w1 ul li {
	width: 275px;
	height: 280px;
	float: left;
}
.home-tyzx-right .pic-w1 ul li img {
	width: 275px;
	height: 280px;
}
.home-tyzx-right .pic-w1 .btn {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -28px;
	display: inline-block;
	padding: 3px 10px 3px 3px;
	background: #FFFFFF;
	display: inline-block;
	border-radius: 8px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.home-tyzx-right .pic-w1 .btn span {
	width: 10px;
	height: 10px;
	float: left;
	margin-left:4px;
	background: #000000;
	border-radius: 5px;
	display: inline-block;
}

.home-tyzx-right .pic-w1 .btn span.on {
	background-color: #f9bb04;
}
.home-kbgz-w {
	width:985px;
	background: #f6f6f6;
	height: 480px;
	float: right;
}

.home-tyzx-right .pic-w2 {
	width: 260px;
	height: 280px;
	margin-left: 10px;
	float: left;
}
.home-tyzx-right .pic-w2 img {
	width: 260px;
	height:135px;
}
.home-tyzx-right .pic-w3 {
	width: 135px;
	height: 280px;
	margin-left: 10px;
	float: left;
}
.home-tyzx-right .pic-w3 img {
	width: 135px;
	height:135px;
}
.home-tyzx-right .pp-logo-w {
	width: 984px;
	height: 110px;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	margin-top: 10px;
	float: left;
}
.home-tyzx-right .pp-logo-w a {
	width: 163px;
	height: 54px;
	display: block;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	float: left;
}
.home-tyzx-right .pp-logo-w a img {
	width: 163px;
	height: 54px;
}
.home-tyzx-left img {
	width: 235px;
	height: 290px;
}
.home-tyzx-left h3 {
	background: #1d1b2e;
	width: 210px;
	padding: 0 12px 0 13px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.home-tyzx-left h3 a {
	color: #FFFFFF;
}
.home-tyzx-left p {
	width: 210px;
	padding: 12px 12px 13px 13px;
	height: 36px;
	line-height: 18px;
	color: #413100;
	background: #f9bb04;
	display: block;
	overflow: hidden;
}
.home-case-w {
	width: 1220px;
	overflow: hidden;
}
.home-case-w ul {
	width: 1260px;
	height: 537px;
	margin-left: -40px;
	overflow: hidden;
}
.home-case-w ul li {
	width: 200px;
	height: 248px;
	padding: 5px;
	border: 1px solid #D2D2D2;
	float: left;
	margin-left: 40px;
	margin-bottom: 17px;
	overflow: hidden;
}
.home-case-w ul li .pic-w {
	width: 200px;
	height: 180px;
	position:relative;
	overflow: hidden;
}
.home-case-w ul li .pic-w img {
	width: 200px;
	height: 180px;
}
.home-case-w ul li .pic-w .bg {
	width: 200px;
	height: 30px;
	background: #000000;
	position: absolute;
	bottom: 0;
	opacity: 0.8;
	z-index: 888;
}
.home-case-w ul li .pic-w p {
	width: 190px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 5px;
	z-index: 999;
	font-size: 12px;
}
.home-case-w ul li .pic-w p a {
	color: #FFFFFF;
}
.home-case-w ul li .name-w {
	width: 100px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-top: 5px;
}
.home-case-w ul li .name-w img {
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 10px;
}
.home-case-w ul li .btn-w {
	width: 90px;
	height: 28px;
	float: right;
	margin-top: 5px;
}
.home-case-w ul li .btn-w a {
	width: 90px;
	height: 24px;
	line-height: 24px;
	margin-top: 2px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #ff4400;
	border-radius: 4px;
}
.home-case-w ul li .c-w {
	width: 90px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 5px;
	color: #555555;
}
.home-case-w ul li .view-w {
	width: 90px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 5px;
	color: #01af63;
	text-align: right;
}
	/*商城详情页弹窗表单*/
#overlay {position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50); z-index: 8888;display: none;}
#poplayer {
	width:530px;
	height: 366px;
	background: #fdfcfc;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -183px;
	margin-left: -265px;
	z-index: 9999;
	display: none;
}
#poplayer #pop-close {
	width: 17px;
	height: 17px;
	background: url(../../images/home/diy/pop-close.gif) no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 14px;
}
#poplayer .c-w {
	width: 290px;
	height: 366px;
	margin: 0 auto;
	position: relative;
}
#poplayer .c-w .tg-w {
	width: 100%;
	height: 26px;
	margin-top: 30px;
}
#poplayer .c-w .tg-w em {
	width: 38px;
	height: 26px;
	display: inline-block;
	overflow: hidden;
	background: url(../../images/home/diy/pop-ico.gif) no-repeat;
	float: left;
	vertical-align: middle;
}
#poplayer .c-w .tg-w span {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	display: inline-block;
	float: left;
	border: 1px solid #f24d55;
	padding: 0 5px;
	background: #fef9c5;
}
#poplayer .c-w .tg-w span strong {
	color: #e22f39;
}
#poplayer .c-w .tit {
	width: 290px;
	height: 65px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#poplayer .c-w .line {
	width: 100%;
	height: 34px;
	margin-bottom: 5px;
	position: relative;
}
#poplayer .c-w .line label {
	width: 48px;
	height: 34px;
	line-height:34px;
	font-size: 14px;
	float: left;
}
#poplayer .c-w .line .t1 {
	width: 230px;;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	border: 1px solid #abadb3;
	float: left;
}
#poplayer .c-w .line .sl {
	width: 110px;;
	height: 34px;
	line-height: 28px;
	padding:3px;
	border: 1px solid #abadb3;
	float: left;
}
#poplayer .c-w .btn-w {
	width: 100%;
	height: 47px;
	text-align: center;
	margin-top: 30px;
}
#poplayer .c-w .btn-w input {
	width: 188px;
	height: 47px;
	display: inline-block;
	background: url(../../images/home/diy/pop-btn01.gif) no-repeat;
	border: 0;
	cursor: pointer;
}
#poplayer #success-w {
	position: absolute;
	top: 0;
	left: 115px;
	width: 300px;
	height: 366px;
	background: #fdfcfc;
	display: none;
}
#poplayer #success-w p {
	padding: 0 30px;
	font-size: 14px;
	line-height: 24px;
}
#poplayer #success-w p a#s-btn {
	width: 110px;
	height: 34px;
	display:block;
	margin: 0 auto;
	cursor: pointer;
	background: url(../../images/home/diy/s-btn.gif) no-repeat;
	margin-top: 20px;
}
/*2017好工长改版*/
.head-slogan {float: right;width: 336px;height: 70px;margin-right: 96px;}
.head-wechatcode {position: absolute;right:0;top:9px;width: 96px;height: 96px;}
.index_tit .t-zjgd {width: 120px; overflow: hidden;}
.index_tit .t-zjgd img {left:-120px; top:0;}
.index_tit .t-bdzx {width: 120px; overflow: hidden;}
.index_tit .t-bdzx img {left:-240px; top:0;}
.index_tit .t-spzf {width: 120px; overflow: hidden;}
.index_tit .t-spzf img {left:-360px; top:0;}
.index_tit .t-xgt {width: 150px; overflow: hidden;}
.index_tit .t-xgt img {left:-120px; top:-30px;}
.index_tit .t-ljhgz {width: 150px; overflow: hidden;}
.index_tit .t-ljhgz img {left:-270px; top:-30px;}
.index-bdzx-w {width: 1180px;height: 480px;padding: 20px 19px;border: 1px solid #dddddd;overflow: hidden;}
.index-bdzx-w .add-w {float: left;width: 360px;height: 480px;}
.index-bdzx-w .add-w img {width: 360px;height: 480px;}
.index-bdzx-w .mid-w {float: left;width: 440px;height: 480px;margin-left: 30px;}
.index-bdzx-w .mid-w h4 {display: block;width: 425px;height: 70px;padding-left: 15px;line-height: 70px;font-size: 18px;background: url("../../images/home/index/2017hgzbg.png") no-repeat -8px -106px;}
.index-bdzx-w .mid-w h4 a {color: #505050;}
.index-bdzx-w .mid-w ul {width: 440px;height: 170px;overflow: hidden;}
.index-bdzx-w .mid-w ul li {display: block;float: left;width: 425px;height: 34px;padding-left: 15px;line-height: 34px;font-size: 16px;background: url("../../images/home/index/2017hgzbg.png") no-repeat -8px -123px;}
.index-bdzx-w .mid-w ul li a {color: #505050;}
.index-bdzx-w .right-w {float: left;width: 320px;height: 480px;margin-left: 30px;}
.index-bdzx-w .right-w .first {display: block;width: 320px;height: 185px;margin-bottom: 13px;}
.index-bdzx-w .right-w .first img {width:320px;height: 185px;}
.index-bdzx-w .right-w dl {width: 320px;height: 100px;margin-bottom: 12px;}
.index-bdzx-w .right-w dl dt {float: left;width: 140px;height: 100px;overflow: hidden;}
.index-bdzx-w .right-w dl dt img {width: 140px;height: 100px;}
.index-bdzx-w .right-w dl dd {float: left;width: 170px;height: 100px;margin-left: 10px;overflow: hidden;}
.index-bdzx-w .right-w dl dd h5 {width: 100%;height: 52px;line-height: 26px;font-size: 18px;font-weight: normal;}
.index-bdzx-w .right-w dl dd h5 a {color: #505050;}
.index-bdzx-w .right-w dl dd p {width: 100%;height: 40px;line-height: 20px;font-size: 12px;overflow: hidden;color: #999999;}
.index-bdzx-w .right-w ul {width: 320px;height: 170px;overflow: hidden;}
.index-bdzx-w .right-w ul li {display: block;float: left;width: 305px;height: 34px;padding-left: 15px;line-height: 34px;font-size: 16px;background: url("../../images/home/index/2017hgzbg.png") no-repeat -8px -123px;}
.index-bdzx-w .right-w ul li a {color: #505050;}
.index-video-left {float: left;width: 710px;height: 430px;overflow: hidden;}
.index-video-left .img {display: block;width: 710px;height: 360px;}
.index-video-left .img img {width: 710px;height: 360px;}
.index-video-left h5 {display: block;float: left;width: 690px;height: 36px;line-height: 36px;margin-left: 10px;}
.index-video-left h5 i {display: inline-block;width: 28px;height: 16px;line-height:16px;background: #ff0a0a;text-align: center;font-size: 10px;font-family: \5FAE\8F6F\96C5\9ED1, Arial, sans-serif;color: #ffffff;font-style: normal;font-weight: normal;vertical-align:3px;}
.index-video-left h5 a {color: #505050;font-size: 18px;font-weight: normal;padding-left: 10px;}
.index-video-left p {display: block;float: left;width: 690px;height: 20px;line-height: 20px;margin-left: 10px;color: #999999;}
.index-video-right {float: left;width: 510px;height: 430px;overflow: hidden;}
.index-video-right  li {display: block;float: left;width: 240px;height:207px;margin-left: 15px;margin-bottom: 18px;}
.index-video-right  li .img {width: 240px;height: 135px;display: block;}
.index-video-right  li .img img {width: 240px;height: 135px;}
.index-video-right  li h5 {display: block;float: left;width:100%;height:50px;line-height: 24px;overflow: hidden;margin-top: 3px;}
.index-video-right  li h5 i {display: inline-block;width: 28px;height: 16px;line-height:16px;background: #ff0a0a;text-align: center;font-size: 10px;font-family: \5FAE\8F6F\96C5\9ED1, Arial, sans-serif;color: #ffffff;font-style: normal;font-weight: normal;vertical-align:2px;}
.index-video-right  li h5 a {color: #505050;font-size: 18px;font-weight: normal;;padding-left: 10px;}

.index-xgt-big,.index-xgt-mid,.index-xgt-small {position:relative;float: left;}
.index-xgt-big .b-bg,.index-xgt-mid .b-bg,.index-xgt-small .b-bg {position:absolute;bottom:0;opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; -webkit-opacity: 0.5;width: 100%;height: 38px;background: #000000;}
.index-xgt-big h5,.index-xgt-mid h5,.index-xgt-small h5 {position:absolute;bottom:0;left:10px;display:block;height: 38px;line-height: 38px;font-weight: normal;font-size: 14px;color: #ffffff;z-index: 99;}
.index-xgt-big, .index-xgt-big img{width: 380px;height: 490px;}
.index-xgt-w {float:left;width: 410px;height: 490px;margin-left: 10px;}
.index-xgt-mid,.index-xgt-mid img {width: 410px;height: 240px;}
.index-xgt-small,.index-xgt-small img {width: 200px;height: 240px;}
.index-about-w {}
.index-about-w ul {width: 1230px;margin-left: -10px;}
.index-about-w ul li {float: left;display: block;width: 398px;height: 328px;border:1px solid #d2d2d2;margin-left: 10px;}
.index-about-w ul li .img {width: 398px;height: 248px;overflow: hidden;}
.index-about-w ul li .img img {width: 398px;height: 248px;}
.index-about-w ul li h5 {display: block;width: 378px;height: 60px;margin: 10px;line-height: 25px;font-size: 16px;font-weight: normal;color: #505050;}