*{
      margin: 0;
      padding: 0;
      color: #0c0c0c;
      font-family: Arial;
  }
.container {
	margin: 0;
	padding: 0;
}
.header {
	height: 565px;
	margin:0;
}
.header .logo{
	width: 107px;
	height: 92px;
	float: left;
	margin: 20px 10%;
}
.bg_index {
	background: url('../images/index_head_bg.jpg') no-repeat;
	background-size:cover;
　　 background-position: center center;
}
.bg_brief {
	background: url('../images/brief_head_bg.jpg') no-repeat;
	background-size:cover;
　　 background-position: center center;
}
.bg_service_available {
	background: url('../images/service_available_head_bg.jpg') no-repeat;
	background-size:cover;
　　 background-position: center center;
}
.head {
	height: 130px;
	background: #f0f0f0;
}
.banner {
	height: 435px;
	background: url('../images/contact_head_bg.jpg') no-repeat;
	background-size:cover;
　　background-position: center center;
}
.header .nav{
	width: 650px;
	float: right;
	margin-right: 50px;
}
.header .nav ul{
	margin:50px 50px;
	float: right;
}
.header .nav ul li{
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	float: left;
	padding: 0 25px; 
	border-left: solid 2px #0C0C0C;
	height: 16px;
}

.header .nav ul>:first-child{
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	float: left;
	padding: 0 20px;
	border-left: 0px;
	height: 16px;
}
.header .nav ul li a{
	text-decoration: none;
}
.main {
	margin-top: 20px;
	width: 100%;
	min-height: 250px;
}
.main .case {
	width: 800px;
	height: 400px;
	margin: 0 auto;

}
.main .case ul {
	margin: 50px 0px;
}
.main .case ul li {
	width: 355px;
	height: 355px;
	border: solid 1px #F1F1F1;
	float: left;
	margin-right: 40px;
	list-style: none;
}
.main .case ul li .title {
	margin:20px; 
	font-size: 20px;
	font-weight: bold;;
	color: #00A2E6;
	text-align: center;
}
.main .case ul li .description {
	margin:20px; 
	font-size: 14px;
	text-align: center;
}
.main .case ul li .img {
	width: 249px;
	height: 185px;
	margin: 0 auto;
}
.main .case ul li .link {
	margin:20px; 
	font-size: 18px;
	font-weight: bold;;
	text-align: center;
}
.main .case ul li .link a{
	color: #00A2E6;
	text-decoration: none;
}
.main .detail {
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
}
.main .detail .title {
	margin:50px 0px 20px 0px; 
	font-size: 20px;
	font-weight: bold;;
	color: #00A2E6;
	text-align: left;
}
.main .detail .content {
	font-size: 14px;
	text-align: left;
	line-height:30px;
}
.main .piclist {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.main .piclist hr {
	width: 1000px;
	margin:0 auto;
	height:1px;
	border:0px;
	background-color:#f0f0f0;
	color:#f0f0f0;
}
.main .piclist ul {
	height: 340px;
	margin:40px 0px 0px 0px;
}
.main .piclist ul li {
	width: 345px;
	height: 300px;
	float: left;
	margin:10px 10px;
	list-style: none;
}
.main .piclist ul li .title {
	margin:20px 0px; 
	font-size: 20px;
	font-weight: bold;;
	color: #212121;
	text-align: center;
}
.main .piclist ul li .description {
	margin:20px; 
	font-size: 14px;
	text-align: center;
}
.main .piclist ul li .img {
	width: 250px;
	height: 185px;
	margin: 0 auto;
}
.main .piclist ul li .view {
	margin:20px;
	text-align: center;
}

.main .contact {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}
.main .contact .title {
	margin:50px 0px 20px 0px; 
	font-size: 20px;
	font-weight: bold;;
	color: #00A2E6;
	text-align: left;
}
.main .contact .content {
	font-size: 18px;
	text-align: left;
	line-height:30px;
}
.footer {
	clear: both;
	height:150px;
	background-color: #F0F0F0; 
}
.footer .foot_logo{
	width: 107px;
	height: 92px;
	float: left;
	margin: 20px 10%;
}
.footer .foot_right {
	width:800px;
	float: left;
}
.footer .foot_right .nav_link{
	width: 650px;
	float: right;
	margin-right: 50px;
}
.footer .foot_right .nav_link ul{
	margin:50px 50px 25px 50px;
	float: right;
}
.footer .foot_right .nav_link ul li{
	list-style-type: none;
	font-size: 14px;
	float: left;
	padding: 0 25px; 
	border-left: solid 2px #00A2E6;
	height: 16px;
}
.footer .foot_right .nav_link ul>:first-child{
	list-style-type: none;
	font-size: 14px;
	float: left;
	padding: 0 20px;
	border-left: 0px;
	height: 16px;
}
.footer .foot_right .nav_link ul li a {
	color: #00A2E6;
	text-decoration: none;
}

.footer .foot_right .copyright{
	clear: both;
	width: 600px;
	float: right;
	margin-right: 125px;
	text-align: right;
	font-size: 14px;
	height: 16px;
	color: #00A2E6;
}
.footer .foot_right .copyright a{
	color: #00A2E6;
}
