.product .backgroundimg{
	width: 100%;
	z-index: 999999;
}
.product .backgroundimg img{
	width: 100%;
}

/*标题部分*/
.product .productlist {
	width: 900px;
	margin: 0px auto;
}

.product .productlist .proine {
	width: 880px;
	margin: 25px 0px 15px 0px;
	height: 35px;
	border-bottom: 2px solid #d7e6e9;
	padding: 0px 10px;
	position: relative;
}

.product .productlist .proine .textlistbiaot {
	position: absolute;
	width: 190px;
	left: 0px;
	text-align: center;
	line-height: 52px;
	height: 52px;
	font-weight: 500;
	color: white;
	font-size: 1.6em;
	background-color: #004bab;
}

.product .productlist .proine .headlinel,
.product .productlist .proine .locationr {
	line-height: 35px;
	width: 440px;
	font-size: 1.3em;
	letter-spacing: 1px;
	display: inline-block;
}

.product .productlist .proine .headlinel {
	position: relative;
	width: 220px;
	margin-left: 220px;
	float: left;
	font-weight: 600;
	text-indent: 15px;
}

.product .productlist .proine .headlinel>img {
	position: absolute;
	width: 13px;
	left: 0px;
}

.product .productlist .proine .locationr {
	float: right;
	text-align: right;
	font-size: 1em;
}

/*文字列表部分*/

.product .productlist .textlist {
	float: left;
	width: 166px;	
	background-color: #e3eff2;
	padding: 0px 12px;
	padding-bottom: 40px;
	position: relative;
}

.product .productlist .textlist span {
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	width: 166px;	
	line-height: 35px;
	height: 35px;
	font-size: 1.2em;
	border-bottom: 1px dashed #004bab;
	cursor: pointer;
}

.product .productlist .textlist span a {
	display: inline-block;
	width: 100%;
	height: 35px;
}
/*下拉列表*/
.product .productlist .textlist span.nametext:hover{/*有列表的span的hover样式*/
	line-height: 35px;
	height: 35px;
	width: 166px;
}
.product .productlist .textlist span ul{
	position: absolute;
	top: -1px;
    right: -140px;
    z-index: 9999;
    display: none;
}
.product .productlist .textlist span ul li{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	text-align: left;
	background-color: #c7e9f2;
	width: 146px;
	padding: 0px 5px ;
	border-bottom: 1px dashed #004bab;
	border-right: 1px solid #004bab;
	border-left: 1px solid #e3eff2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.product .productlist .textlist span ul li a{
	color: #333333;
}
.product .productlist .textlist span ul li a:hover{
	color: #330044;
}
.product .productlist .textlist span ul li.first{
	border-top: 1px solid #004bab;
	border-left: 1px solid #e3eff2;
}
/*案例图文列表*/

.product .productlist .productlist_list .listitem {
	width: 675px;	
	float: right;
}
.product .productlist .productlist_list .fabric_list {
	position: relative;
	width: 675px;
}

.product .productlist .productlist_list .fabric_list ul {
	position: relative;
	margin-left: -12px;
}

.product .productlist .productlist_list .fabric_list ul li {
	width: 217px;
	float: left;
	margin-left: 12px;
	margin-bottom: 20px;
}

.product .productlist .productlist_list .fabric_list ul li img {
	width: 217px;
	margin-bottom: 15px;
}

.product .productlist .productlist_list .fabric_list ul li div {
	text-align: center;
	font-size: 1em;
	line-height: 25px;
}

.product .productlist .productlist_list .fabric_list ul li div.text_blod {
	font-size: 1.1em;
	font-weight: 500;
}