/* CSS Document */

body{
padding:0px;
margin:0px auto;
width: 100%;
}
ul{
padding: 0px;
margin: 0px auto;
}
ul li{
list-style:none;
}

a{
text-decoration:none;
color:#3F3F3F;
} 
a:hover{
text-decoration:none;
color:#FF6464;
} 
.a2{
text-decoration:none;
color:#FFFFFF;
}
.a2:hover{
text-decoration:none;
color:#FF6464;
}
.members_logopic:hover{
transition:0.5s;
transform:scale(1.1);
}


/* 第一层框架*/
.memberskx, .supply, .customer, .hotlink, .localnav, .bottom, .peitao, .ul, .li{
width: 1800px;
margin: 0px auto;
margin: 0px;
padding: 0px;
float:center;
}


/* 第二层框架*/
.memberskx{
width:1800px;
height:auto;
margin:0px auto;
margin-top:30px;
float:center;
}
	.memberskx .members{
	width:1800px;
	height:auto;
	border:1px solid #d81e3c;
	}
		.memberskx .members .members_top{
		width: 100%;
		height: 40px;
		border:0px solid #666666;
		background-color: #d81e3c;
		}
			.memberskx .members .members_top .topic1{
			width:1800px;
			height: 40px;
			float: left;
			text-align: center;
			line-height: 40px;
			font-size:22px;
			font-weight:bold;
			color:#ffffff;
			letter-spacing:15px;
			}
			.memberskx .members .members_top .more{
			width: 100px;
			height: 40px;
			float: right;
			text-align: center;
			line-height: 40px;
			font-size:18px;
			color:#FFFFFF;
			}
		.memberskx .members .members_logo{
		width: 1800px;
		height: auto;
		margin-bottom:100px;
		border-bottom:0px dashed #d3d3d3;
		float: left;
		}
			.memberskx .members .members_logo .members_logopic{
			width:180px;
			height:120px;
			margin:30px 0px 0px 38px;
			border:1px solid #d3d3d3;
			border-radius:10px;
			box-shadow:2px 2px 2px #d3d3d3;
			float:left;
			}
			.memberskx .members .members_logo .members_logopic .mem_pic{
			margin-top:8px;
			margin-left:25px;
			}
			.memberskx .members .members_logo .members_logopic .members_logotext{
			text-align:center;
			font-size:12px;
			color:#666666;
			}
		.memberskx .members .members_name{
		width: 1800px;
		height: 250px;
		border-top: 1px dashed #d3d3d3;
		margin-top:30px;
		padding-top:20px;
		padding-left: 5px;
		float: left;
		}
			.memberskx .members .members_name .mb_ul{
			width: 1800px;
			height: 250px;
			margin-left:40px;
			line-height: 45px;
			float: left;
			}
			.memberskx .members .members_name .mb_ul .mb_li{
			width: 300px;
			height: 45px;
			line-height: 45px;
			font-size:15px;
			color:#666666;
			float: left;
			}