*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
a{
	list-style:none;
	line-height: 2.5;
	text-decoration:none;
	color:#333;
}
ul,li{list-style: none;}
h2{line-height: 2.5;}
.wrap_c{
	width:1200px;
	margin:0 auto;
}
.header{
	padding:20px;
	overflow: hidden;
}
.header h2{
	font-size: 80px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #ffee00;
    text-shadow: 5px 6px 0px #a9a9a9;
}
.header p{
    text-align: center;
    line-height: 3;
}
.cank{
	padding:20px 0px;
}

.cank a{
	display: block;
}
.home_tools{
	width:100%;
	overflow: hidden;
	background: #eaeaea;
}
.cank h2,
.home_tools h2{
	text-align: center;
	border-bottom:3px solid #adadad;
	display: table;
	margin:0 auto;
	padding:0px 20px;
}
.cank h3,
.home_tools h3{
	text-align:left;
	padding-top:20px;
	padding-bottom: 20px;
	clear:both;
	clearfix:both;
}
.home_tools li{
	transition:all 0.5s;
	padding-right:50px;
	float:left;
}
.home_tools li:hover{
	background: yellow;
	text-align: center;
}
.home_tools li:hover a{
	display: block;
	text-align: center;
	width: 100%;
}
.cank ul{
	width:100%;
	display: flex;
	justify-content: flex-start;
}

.cank ul li{
	padding-left: 20px;
	padding-right: 20px;
}
.cank ul li:hover{
	
	background: yellow;
}
footer{
	width:100%;
	padding: 20px 0px;
	text-align: center;
	background-color:#eaeaea
}