@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: #D86DA6;}

/***首页***/
#top{
		width: 100%;
		height: 89%;
		min-height: 800px;
		position: relative;
		background: url(../iamges/bg.png) no-repeat center;
		/*background: #ccc;*/
		background-size: cover;
	}
	#top .layout{
		width: 1000px;
		height: 100%;
		min-height: 800px;
		margin: 0 auto;
		}
		.t_tittle{
			width: 100%;
			height: 135px;
			display: flex;
			flex-wrap:wrap;
			justify-content: center;
			align-items: center;
		}
		.t_tittle>li{
			
			margin:0 20px; 

		}
		.t_content{
			width: 60%;
			height: 600px;
			margin:0 auto; 
			display: flex;
			flex-wrap:wrap;
			align-content:space-around;
			justify-content: space-around;

		}
		.t_content>li{
			width: 140px;
			height: 140px;
			margin:0 20px; 

		}

#bottom{
		width: 100%;
		height: 11%;
		min-height: 105px;
		z-index: 1;
	}
	#bottom .layout{
		width: 1000px;
		height: 105px;
		margin: 0 auto;
	}
	#bottom .logo{
		float: right;
		margin: 26px 50px 0 0;
	}





































