
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei","Arial","宋体";
	font-weight: normal
}

body {
	overflow: hidden;
	overflow-x: hidden;
	font-size: 14px;
	color:#ffffff;
}

i,em {
	font-style: normal
}

article,aside,footer,header,hgroup,nav,section,audio,canvas,video,img {
	display: block
}

div,form,img,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}



input {
	border: 0;
	outline: 0;
	font-family: "Microsoft YaHei","Arial","宋体"
}

input::-webkit-input-placeholder {
	color: #666;
	-webkit-transition: color.5s
}

.clear {
	clear: both
}


.fl {
	float: left
}

.fr {
	float: right
}

/*主界面*/
body{
	background:#E1EFF6;
	overflow:auto;
	}
.main{
	width:1002px;
	height:633px;
	margin:30px auto;
	overflow: hidden;
	background: url(../images/tz_bg.png) no-repeat;
	}
.header{
	width:759px;
	margin:35px auto;
	}
.midd{
	width:266px;
	margin:0 auto;
	}
.midd input{
	width:210px; 
	height:35px; 
	border:1px #DDDDDD solid; 
	padding-left:50px; 
	color:#BABABA;
	}
.midd .inputo {
	background: url(../images/tz_1.png) no-repeat left #ffffff; 
	}
.midd .inputt {
	background: url(../images/tz_2.png) no-repeat left #ffffff;
	}
.midd .inputs{
	border:none;
	color:#ffffff;
	width:260px;
	height:40px;
	font-size:16px;
	background: url(../images/tz_3.png) no-repeat;
	padding-left:0px;
	cursor:pointer; 
	}
.footer{
	width:730px;
	margin:30px auto;
	}
	
/*列表样式*/
.ldxx_tab_wrap{
	width:940px;
	margin:0 auto;
	}
.ldxx_tab_title{}
.ldxx_tab_title li{
	float: left;
	width:128px;
	height:42px;
	line-height:42px;
	color:#1D86CC;
	font-size:16px;
	text-align:center;
	margin-right:10px;
	background:#E1EFF6;
	cursor:pointer;
	}
.ldxx_tab_title .now{
	color:#ffffff;
	background:#1D88CE;
	}
.ldxx_tab_con{
	width:875px;
	height:350px;
	padding:30px;
	border:#1986CD 2px solid;
	}