﻿* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "times new roman", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", 'STHeiti', "SimHei";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #0754a8;
	text-decoration: none;
}

a:active {
	color: #333333;
}

p {
	color: #333;
	font-size: 12px;
}

div {
	font-size: 12px;
}

html {
	height: 100%;
}

body {
	background: #fff;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

body.container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
}

#page-box:after,
.product-list:after,
.power:after,
.pro-list:after,
.swiper-slide:after,
.contact:after {
	content: '';
	clear: both;
	display: table;

}

.cur {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	-webkit-animation: slideInDown 1s;
	animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.cin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

#top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: 75px;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 9999;
}

.language a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.language span.iconfont {
	color: #000;
}

.language .head-flag img {
	display: block;
	width: 100%;
}

.language p {
	font-size: 13px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #fff;
}

.logo {
	width: 3rem;
	max-width: 164px;
}

.logo img {
	width: 100%;
}

.nav-bar-tip {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
}

.nav-bar {
	display: inline-block;
	vertical-align: middle;
}

.nav-bar [class^="line"] {
	background: #222;
	height: 3px;
	margin-bottom: 6px;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nav-bar .line1 {
	width: 30px;
}

.nav-bar .line2 {
	width: 25px;
}

.nav-bar .line3 {
	width: 20px;
}

.nav-bar .line3:last-of-type {
	margin-bottom: 0;
}

.nav-bar.on .line1 {
	-webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}

.nav-bar.on .line2 {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0);
	transform: matrix(1, 0, 0, 1, -40, 0);
}

.nav-bar.on .line3 {
	width: 30px;
	-webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
}

.layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
	-webkit-transition: all .3s;
	pointer-events: none;
}

#nav {
	position: fixed;
	pointer-events: none;
	top: 75px;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#nav.over {
	display: block;
	pointer-events: auto;
}

#nav.over .layer {
	opacity: 1;
	pointer-events: auto;
}

.nav-list {
	position: relative;
	margin-left: 100%;
	width: 80%;
	padding: 20px 0;
	background: #2c2b33;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#nav.over .nav-list {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #4e4e4e;
	margin-bottom: 10px;
	padding-left: 15px;
	overflow: hidden;
}

.nav-item>a {
	display: block;
	color: #d8d8d8;
	margin-bottom: 10px;
	font-size: 18px;
}

.two-menu {
	margin: 7px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.two-menu li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

.two-menu li a {
	color: #8e8e8e;
	font-size: 16px;
}

#page-box {
	transition: all .3s;
	-webkit-transition: all .3s;
}

#page-box.out {
	-webkit-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}

.banner {
	/* height: 5rem; */
	overflow: hidden;
}

.swiper-container,
.swiper-container1 {
	width: 100%;
	height: 100%;
}

.swiper-container:hover,
.swiper-container1:hover {
	cursor: pointer;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	overflow: hidden;

	/* Center slide text vertically */
	/*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
*/
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}

.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

.banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #ffbf00;
	border-radius: 50%;
	background: none;
}

.index-search-box {
	padding: 30px 0.15rem;
	background: #eee;
}

.index-search-input {
	width: 100%;
	border: 1px solid #fff;
	padding: 0 10px;
	background: #fff;
	opacity: .8;
	height: 46px;
	vertical-align: bottom;
}

input.index-search-input:focus {
	outline: 0;
	border-color: #ee0106 !important
}

.index-search-btn {
	width: 100%;
	color: #fff;
	font-size: 20px;
	background: #ee0106;
	padding: 11px 10px;
	margin-top: 10px;
	height: 46px;
	line-height: 46px;
}

.index-tit {
	text-align: center;
	padding: 0 0.2rem;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	text-transform: uppercase;
}

.index-tit h2::after {
	content: "";
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	background: #ffbf00;
	z-index: -1;
}

.index-tit p {
	margin-top: 20px;
	line-height: 1.2;
	font-size: 18px;
	color: #555;
}

.about,
.business,
.odd,
.contact {
	padding-top: 30px;
}

.about-bd {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	height: auto;
	padding: 50px 0 40px 0;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.about-bd .container {
	position: relative;
	z-index: 15;
	;
	display: flex;
	align-items: center;
}

.about-content {
	padding: 0.3rem .2rem;
	margin: 0 0.15rem;
	background: rgba(255, 255, 255, .9);
	border-radius: 5px;
	overflow: hidden;
}

#my-video {
	width: 5.7rem;
	height: 3.2rem;
}

.video-content {
	width: 5.7rem;
	height: 3.2rem;
	overflow: hidden;
}

.vjs-poster {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vjs-poster img {
	width: 100%;
	height: auto;
	object-fit: fill;
	-o-object-fit: fill;
}

.about-content-instro {
	margin-bottom: 50px;
	margin-top: 15px;
}

.about-content-instro p {
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 15px;
}

.about-content-instro a {
	margin: 0 auto;
}

.about-content-num {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin-top: 30px;
}

.about-content-num li.first {
	margin-top: -15px;
	background: #ee0106;
}

.about-content-num li {
	width: 50%;
	padding: 0.3rem 0.15rem;
	text-align: center;
}

.about-content-num li span {
	display: block;
	color: #333;
	font-size: 18px;
}

.about-content-num li span.num {
	font-size: 36px;
}

.about-content-num li.first span {
	color: #fff;
}

.business-bd {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 50px 0 40px 0;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/business-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.business-bd-list {
	margin: 0 0.2rem;
}

.business-bd-list dl {
	width: 6rem;
	margin-bottom: 0.2rem;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background: #fff;
}

.business-bd-list dl dt img {
	width: 100%;
}

.business-bd-list dl dd {
	padding: 18px 15px;
}

.business-bd-list dl dd h2 {
	font-size: 20px;
}

.business-bd-list dl dd p,
.business-bd-list dl dd span {
	font-size: 16px;
	margin-top: 10px;
	color: #777;
}

.business-bd-list dl dd span {
	display: block;
}

.odd-bd {
	position: relative;
	margin-top: 30px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/odd-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.odd-list {
	display: flex;
	flex-direction: column;
	margin: 0 0.2rem;
	padding: 40px 0 40px 0;
}

.odd-list dl {
	margin-bottom: 20px;
	padding: 30px 25px 25px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
}

.odd-list dl:hover {
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.odd-list dl dt {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 27px;
	overflow: hidden;
}

.odd-list dl dt span.iconfont {
	font-size: 50px;
	color: #ee0106;
}

.odd-list dl dd {
	text-align: center;
}

.odd-list dl dd h2 {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.odd-list dl dd p {
	font-size: 14px;
	color: #929292;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
}

.contact-bd {
	position: relative;
	overflow: hidden;
	margin: 40px 0.2rem 0 0.2rem;
}

.contact-box {
	display: flex;
	flex-direction: column;
}

.index-contact-list {
	padding-top: 15px;
}

.contact-address {
	font-size: 16px !important;
	line-height: 1.4;
}

.submit-info {
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
	margin-top: 15px;
}

.submit-info h3 {
	font-size: 18px;
	text-align: center;
}

.form-list {
	margin-top: 30px;
}

.form-list li {
	margin-bottom: 10px;
}

.form-list li:last-child {
	margin-bottom: 0;
}

.form-list li input {
	height: 38px;
}

.form-list li textarea {
	height: 80px;
	padding: 5px 0;
}

.form-list li input,
.form-list li textarea {
	width: 100%;
	padding-left: 10px;
	border: 1px solid #e3e3e3;

}

.submit-btn {
	margin-top: 15px;
	text-align: center;
}

.custom-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #ee0106;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
}

.custom-btn:hover {
	background: #ffbf00;
}

input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 16px;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
	font-size: 16px;
}

:-moz-placeholder {
	color: #ccc;
	font-size: 16px;
}

::-moz-placeholder {
	color: #ccc;
	font-size: 16px;
}

input:-ms-input-placeholder {
	color: #ccc;
	font-size: 16px;
}

input::-ms-input-placeholder {
	color: #ccc;
	font-size: 16px;
}



.more {
	display: flex;
	width: 140px;
	height: 42px;
	border: 1px solid #c9c9c9;
	color: #555;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	transition: all .2s ease 0s;
	cursor: pointer;
	border-radius: 20px;
}

a.more:hover {
	border-color: #ffbf00;
	background: #ffbf00;
	color: #fff;
	text-decoration: none;
}

a.more:hover span {
	color: #fff;
}

.more span {
	padding-left: 5px;
	color: #6c6c6c;
}

.more span.iconfont {
	font-size: 16px;
	color: #6c6c6c;
}

.i-banner {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.i-banner img {
	width: 100%;
	display: block;
}

.i-banner .slide-full {
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.banner-content {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	z-index: 99;

}

.banner-content h2 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.banner-desc {
	margin-top: 15px;
}

.banner-desc p {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #f1f1f1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.page-content {
	padding: 0.2rem;
}

.i-instro-box {
	margin-top: 20px;
}

.i-instro {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(9, 93, 52, 0.2);
}

.i-page-tit {
	margin-bottom: 20px;
}

.i-page-tit h1 {
	font-size: 28px;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
}

.i-page-tit h3 {
	color: #666;
	font-size: 18px;
}

.i-instro-desc {
	flex: 1;
}

.i-instro-desc h2 {
	font-size: 28px;
	font-weight: bold;
}

.i-instro-content p {
	font-size: 19px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.i-instro-img img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.i-company {
	align-items: flex-start;
	padding: 0;
	box-shadow: none;
}

.i-instro-box .about-content-num {
	background: #f1f1f1;
}

.i-about-culture {
	margin-top: 40px;
}

.i-about-culture-bd {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 40px;
	padding: 40px 0;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/i-about-culture-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.i-about-culture-content {
	display: flex;
	flex-direction: column;
	margin: 0 0.15rem;
	background: rgba(255, 255, 255, .85);
	border-radius: 0 5px 5px 0;
	overflow: hidden;
}

.i-about-culture-pic img {
	max-width: 500px;
}

.i-about-culture-instro {
	padding: 0.3rem 0.2rem 0.2rem 0.2rem;
}

.i-about-culture-instro p {
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
}

.i-details-tit {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.i-details-tit h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.i-details-content {
	padding: 20px 0.1rem 0 0.1rem;
}

.i-details-content img {
	width: 100%;
	margin-bottom: 5px;
}

.i-details-content p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}

.i-details-content table {
	width: 1000px;
}

.track-content {
	margin-bottom: 10px;
}

.track-tit {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.track-tit span.iconfont {
	color: #000;
	font-size: 40px;
}

.track-tit h2 {
	padding-left: 10px;
	font-size: 20px;
}

.mofang-textarea {
	display: block;
	width: 100%;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 5px;
}

.mofang-textarea {
	outline: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.verify-code {
	display: flex;
	align-items: center;
}

.layuiadmin-captcha-img {
	height: 38px;
	margin-left: 5px;
}

.cin-button-red {
	background: #ee0106;
}

.search-result {
	display: none;
	padding: 0 15px;
	padding-top: 20px;
	margin-bottom: 10px;
}

.search-result dl {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.search-result dl dt {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.search-result dl dt p {
	font-size: 20px;
	margin-bottom: 10px;

}

.search-result dl dt p.destination {
	font-size: 14px;
	color: #666;
}

.timeline {
	padding-left: 5px;
}

.timeline-item {
	position: relative;
	padding-bottom: 15px;
}

.timeline-item:first-child .timeline-icon:after {
	border: 1px solid #fd600a;
}

.timeline-item:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%;
}

.timeline-item:before {
	background-color: #e6e6e6;
}

.timeline-item:last-child:before {
	width: 0;
}

.timeline-icon {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5FB878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.timeline-icon:after {
	content: '';
	position: absolute;
	width: 16px;
	left: 0;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #036eb8;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #036eb8;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
}

.timeline-item:first-child .timeline-icon em {
	background: #fd600a;
}

.timeline-content {
	padding-left: 25px;
}

.timeline-content h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
}

.timeline-content p {
	font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #fd600a;
}

.i-news {
	margin-top: 10px;
}

.i-news a {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-news a h3 {
	flex: 1;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.i-news a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.contact {
	padding-bottom: 30px;
}

.i-contact-box {
	margin: 10px 0;
}

.i-contact-box .container {
	display: flex;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgb(3 3 3 / 20%);
}

.i-contact-content {
	padding-top: 10px;
}

.i-contact-content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}

.contact-list dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.contact-list dl dt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.contact-list dl dd {
	padding-top: 6px;
}

.contact-list dl dt,
.contact-list dl dd,
.contact-list dl dd a {
	font-size: 16px;
}

.contact-list dl dt span.iconfont {
	width: 35px;
	color: #000;
	font-size: 30px;
}

.contact-list dl dt p {
	flex: 1;
	font-size: 16px;
	color: #777;
}

.contact-code {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact-code dl dt {
	width: 120px;
}

.contact-code dl {
	margin-right: 15px;
	margin-bottom: 10px;
}

.contact-code dl dt img {
	width: 100%;
}

.contact-code dl dd {
	text-align: center;
	font-size: 14px;
}

.table-box {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#copy {
	position: relative;
	padding: 10px 0.1rem;
	margin-top: auto;
	background: #222;
	border-top: 1px solid #383838;
}

#copy p {
	margin: 2px 0;
	text-align: center;
	font-size: 12px;
}

#copy p,
#copy p a {
	color: #626262;
}