@charaset "utf-8";


header {
	background-color: #1e90ff;
	height: 75px;
	width: 100%;
	position: fixed;
	top: 0;
}

.headerleft {
  color: white;
  font-size: 65px;
  float: left;
}

.headerright {
	color: white;
	font-size: 20px;
	padding-right: 20px;
	padding-top: 40px;
	float: right;
}

.puti {
	width: 100%;
	padding-top: 80px;
}


*, *::before, *::after {
  box-sizing: border-box;
}

.contents li {
	margin-top: 50px;
	opacity: 0;
	transform: translateY(50px);
	transition: 1s;
}

.contents li.show {
	opacity: 1;
	transform: none;
}

.contents img {
	width: 100%;
}

footer {
	background-color: #1e90ff;
	height: 75px;
	width: 100%;
}

.home2 {
	color: white;
	font-size: 30px;
	float: left;
	padding: 20px 20px 20px 10px;
}

.catalog2 {
	color: white;
	font-size: 30px;
	float: left;
	padding: 20px 20px 20px 10px;
}

.contacts2 {
	color: white;
	font-size: 30px;
	float: left;
	padding: 20px 20px 20px 10px;
}

a {
	text-decoration: none;
}