@charset "utf-8";
/* CSS Document */
html,body{ background-color:#333333;}
*{  font-family:微软雅黑,宋体; padding:0px; margin:0px; border:0px;}
a:link {color: #000000;text-decoration:none;}		/* 未访问的链接 */
a:visited {color: #000000}	/* 已访问的链接 */
a:hover {color: #0000FF}	/* 鼠标移动到链接上 */
a:active {color: #FF00FF}	/* 选定的链接 */
/* header.php*/


/*.header{ width:100%; clear:both; height:auto; position: fixed;}*/
.header{ width:100%; clear:both; height:auto; text-align: center;  background-color:#22beff;}
.header a{ text-decoration:none;color:#fff; display:inline-block; width:100%; height:100%; line-height:3; }

@media screen and (max-width: 480px) { 
.header  li { 

line-height:2;
} 
} 
	
/* header.php */


/* 通用*/
.main{ width:100%; clear:both;background-color: aliceblue; }
.neoButton{line-height:2;padding:10px 30px;margin:10px;border:1px solid #fff;border-radius:4px; background-color: #4CAF50; color: white;}
.neoButton:hover{cursor:pointer;}

input{line-height:2;padding:10px;box-shadow: 0px 0px 5px green  ;}

/* 通用*/
/* 首页项目*/
.ourProjects{width:100%; display: flex; flex-direction: row; flex-wrap: wrap;  }
.ourProjects li{flex: auto; list-style: none; margin: 0px 0px; padding:20px 5px;justify-content:start;}
.ourProjects li .projectDesc{text-align: center;}
.ourProjects li .projectDesc a{line-height: 2;}
.ourProjects li .projectDesc a img{width:200px;}
.ourProjects li .projectName{text-align: center;}

.ProjectLogo{width:100%; text-align: center;padding: 30px 0px; }
.ProjectLogo img{width:150px;height:150px;}



/* 服务项目*/

.main .whatwedo{  width:100%;  }
.main .whatwedo li{width:100%; display: block; padding: 10px 0px; text-align: center;border-bottom: 1px solid #ccc;  }
.main .whatwedo li h2{ line-height: 2;}
.main .whatwedo li div{ line-height: 2;}
.main h1{ text-align: center; line-height: 3;}


	
/* 关于我们aboutus.php*/
.whatweare{ text-align:center; line-height:2;}
/* 关于我们aboutus.php*/

/* 招聘页面*/
.job-list{ padding:20px 20%; line-height:2; margin-bottom:20px; border-bottom:1px solid #ccc;}
.job-title{ text-align:center; line-height:3;}

/* 招聘页面*/

	
/* footer*/
.footer{ width:100%;clear:both; padding:50px 0; line-height:3; text-align:center; background-color:#333333; color:#7f7f7f; }
.footer .footer-logo{ display: inline-block; border: 4px solid #7f7f7f; border-radius:99px;}
.footer .footer-logo:hover{  border: 4px solid #ffffff; }
.footer .fastlink{ list-style:none; padding-top:30px; }
.footer .fastlink li{  padding:0 50px;}
.footer .fastlink li a{ text-decoration:none; color:#7f7f7f;}
.footer .fastlink li a:hover{ color:#fff;}
/* footer*/



	
	
	
	