@charset "utf-8";  
/* CSS Document */  
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {margin:0;padding:0;}  
body, button, input, select, textarea {font:12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}  
h1, h2, h3, h4, h5, h6 {font-size:100%;}  
address, cite, dfn, em, var {font-style:normal;}  
code, kbd, pre, samp {font-family:courier new, courier, monospace;}  
small {font-size:12px;}  
ul, ol {list-style:none;}  
a {text-decoration:none; color: #000;}  
a:hover {text-decoration:underline;}  
sup {vertical-align:text-top;}  
sub {vertical-align:text-bottom;}  
legend {color:#000;}  
fieldset, img {border:0;}  
button, input, select, textarea {font-size:100%;}  
table {border-collapse:collapse;border-spacing:0;}  
body,html{background-color: #FFF000;}

/*头部*/
#top{
	height: 80px;
	width: 100%;
	/*border: 1px solid #000;*/
	overflow: hidden;
}
#top .layout{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#top .layout img{
	margin-top: 20px;
	margin-left: 20px;
}


/*中部*/
#center{
	width: 100%;
	height:720px;
	position: relative;
	background: url(../iamges/home/bg2.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	clear: both;
}
#center .layout{
	width: 1020px;
	height: 100%;
	margin: 0 auto;
}

#center .layout .t_content{
	width: 100%;
	height: 558px;
	margin-top: 140px;
	background: url(../iamges/home/bg3.png) no-repeat center;
	background-size: cover;
	/*border: 1px solid #000;*/
}
#center .layout .t_content .t_content_c{
	width: 600px;
	height: 520px;
	margin:0 auto;
	/*border: 1px solid #000;*/
	display: flex;
	flex-wrap:wrap;
	align-content:space-around;
	justify-content: space-around;
}

/*底部*/
#bottom{
	width: 100%;
	height:240px; 
}
#bottom .layout{
	margin-top: 10px;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#bottom .layout img{

    display: block;
    margin-top: 20px;
}











































