/*布局1*/
.layout-mode-1{
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	height:auto;
	overflow: hidden;
	font-size: 0px;
	position: relative;
}
.layout-mode-1-left{
	width: 80%;
	height: auto;
	margin: 20px auto;
	/*position: absolute;*/
	left:0px;
	top:0px;
}
.layout-mode-1-left-title{
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 42px;
	position: relative;
	background-color: #00a0e3;
	color:white;
	text-align: left;
}
.layout-mode-1-left-title-left{
	width: 10px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../images/a/product/title-left.png) white;
}
.layout-mode-1-left-title-right{
	width: 10px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../../images/a/product/title-right.png) white;
}
.layout-mode-1-left-title img{
	margin-left: 10px;
	width: 40px;
	height: 40px;
	vertical-align: top;
}
.layout-mode-1-left-item{
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #d4d4d4;
	background-color: #f6f6f6;
}
.layout-mode-1-left-item-table{
	width: 100%;
}
.layout-mode-1-left-item-img{
	padding:20px 10px;
	width: 60px;
	height: 60px;
}
.layout-mode-1-left-item-content{
	padding: 20px 10px;
}
.layout-mode-1-left-item-content-content{
	color:rgb(0,49,88);
	line-height: 20px;
	text-align: left;
	font-size: 12px;
}
.layout-mode-1-left-item-content-content a{
	color:rgb(0,49,88);
	text-decoration: none;
	font-size: 14px;
}
.layout-mode-1-left-item-content-content a:hover{
	text-decoration: underline;
}
.layout-mode-1-left-item-table img{
	width: 60px;
	height:60px;
}

.layout-mode-1-right{
	width:80%;
	height: auto;
	/*margin: 20px 20px 20px 340px;*/
	margin:20px auto;
	font-size: 0px;
}
