@charset UTF-8;
/**footer**/


.footer_c {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	a align-items: center;
}

.footer_left {
	width: 30%;
	float: left;
	text-align: left;
	display: block;
	color: #fff;
}

.footer_left p {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	max-width: 260px;
}
.footer_left p a
{
	color:#fff;
}
.footer_left h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}


.footer_left strong {
	font-weight: normal;
	color: #fff;
}




.footer_contact span {
	color: #292C33 !important;
}


.bq_c {
	overflow: hidden;
	padding: 30px 0px;
	margin: auto;
	max-width: 1200px;
}

.bq {
	max-width: 100%;
	overflow: hidden;
	margin: auto;
}

.bq a {
	color: #fff;
	margin-left: 10px;
	font-size: 15px;
	opacity: 1;
}

.bq_left {
	width: 50%;
	float: left;
	color: #fff;
	text-align: left;
	opacity: 1;
	font-size: 14px;
}

.bq_right {
	width: 50%;
	float: right;
	text-align: right;
	opacity: 1;
	color: #fff;
}



.footer_main {
	background: #2B2B2B;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	position: relative;
}


.footer_main_center {
	max-width: 1200px;
	overflow: hidden;
	margin: auto;
	display: flex;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	padding: 70px 0px;
}

.footer_main_center .title {
	font-size: 20px;
	color: #fff;
	font-family: Frizon;
	margin-bottom: 15px;
	opacity: 1;
}



.footer_right {
	width: 25%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}

.footer_right a {
	display: block;
	color: #fff;
	line-height: 2.4em;
	font-size: 14px;
}


.footer_center {
	width: 45%;
}

.footer_center .messages-list {}

.footer_center input {
	line-height: 50px;
	background: none;
	border: 1px rgba(255, 255, 255, 0.1) solid;
	padding: 0px 20px;
    width: calc((100% - 40px) / 3);
	font-size: 14px;
	color: #fff;
	font-family: Comfortaa-Regular;
}

.footer_center textarea {
	display: block;
	line-height: 50px;
	background: none;
	border: 1px rgba(255, 255, 255, 0.1) solid;
	padding: 0px 20px;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	font-family: Comfortaa-Regular;
}

.footer_center .button {
	line-height: 50px;
	background: #C10116;
	width: 150px;
	border: none;
	color: #fff;
	margin-top: 20px;
}