#logo {
	padding: 10px 0 10px 0;
	text-align: center;
}

header {
	width: 100%;
	background-image: url('../images/img_01.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
}

header .overlay {
	position: absolute;
	z-index: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 1921px) {
	header {
		background-size: cover;
	}
}

/*图片动效*/
.animated {
    animation-duration: 2s; //动画持续时间
    animation-delay: 2s; //动画延迟时间
    animation-iteration-count: 1; //动画执行次数
}

.animate-box {
	opacity: 0;
}

/*产品*/
#content {
	margin-top: 20px;
}

#content #project {
	text-align: center;
}

#content #project .brief {
	margin-top: 20px;
}

#content #project .brief button {
	margin-bottom: 15px;
}

#content #project .brief_img {
	padding: 30px 0 40px 0;
	background-color: #efefef;
}

.brief_back_img {
	width: 100%;
	background: url('../images/brief_img_back.png') no-repeat center top;
	background-size: contain;
    display: block;
    position: absolute;
}

.brief_back img{
	margin-top: 2%;
	width: 73%;
}

.margin-top {
	margin-top: 10px;
}

/*联系方式*/
#contact .images {
	width: 100%;
	background-image:url('../images/contact_01.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 991px) {
	#contact .images {
		background-size: 100% 50%;
	}
}

.contact {
	text-align: center;
}

.contact i {
	font-size: 100px;
	color: #6666ff;
}

.contact p {
	margin-top: 10px;
	font-size: 18px;
	color: #6b6b6b;
}

.contact div {
	padding: 100px 0 100px 0;
	border-bottom: 1px solid #bfbfbf;
}

.map div {
	padding: 50px 0 50px 0;
}

.map img {
	width: 100%;
	box-shadow: 0px 5px 5px #888888;
}

.map_content h1 {
	margin-left: 20px;
}

.map_content p {
	margin: 0 20px 0 20px;
	text-indent: 2em;
	font-size: 20px;
}

.map_content h3 {
	text-align: center;
}

footer {
	background: #29292A;
}

footer p {
	font-family: 'Fugaz One', cursive;
	color: #fec63f;
	margin-bottom: 0px;
}

footer #links p {
	font-size: 20px;
}

footer #links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer #links ul li {
	text-align: center;
	display: inline;
}

footer #links ul li a {
	text-decoration: none;
}

footer #links ul li a:hover {
	text-decoration: none;
	color: #66ccff;
}

footer #record {
	background: #1f1f1f;
	text-align: right;
}

footer #record p {
	font-size: 12px;
	margin-right: 10px;
}

footer #record p span {
	color: #efefef;
	font-size: 10px;
}
