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


.footer_c {
	max-width:1340px;
	padding:0px 20px;
	margin:auto;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer_c_left {
	width: 32%;
	float: left;
	text-align: left;
	display: block;
	border-right: 1px rgba(255,255,255,0.1) solid;
}

.footer_c_left .title
{
	color: #cfa951;
	font-size: 34px;
	display: block;
	font-weight: bold;
	margin: 10px 0px 20px;
}
.footer_c_left .title span
{
	display: block;
	font-size: 15px;
	color: #999;
	font-weight: normal;
}


.footer_c_left .companyphone
{
	color: #cfa951;
	font-size: 36px;
	display: block;
	font-family: bahnschrift;
	font-weight: 100;
}
.footer_c_left .companyemail
{
	display: block;
	font-size: 15px;
	color: #999;
	line-height: 2.2em;
	background: url(../images/email.png) no-repeat left center;
	opacity: 1;
	padding-left: 24px;
	margin-bottom: 10px;
}
.footer_c_left .companyaddress
{
	display: block;
	font-size: 15px;
	color: #999;
	opacity: 1;
	background: url(../images/add.png) no-repeat left center;
	padding-left: 24px;
}
.footer_c_right {
	float:right;
	width:80%;
}
.footer_c_right ul {
	display:flex;
	width:100%;
	justify-content:flex-end;
}
.footer_c_right ul li p {
	color:#fff;
	font-size:16px;
}
.footer_c_right ul li p a {
	color:#fff;
}
.footer_c_right ul li p:nth-of-type(1) {
	font-size:14px;
	opacity:0.7;
	margin-bottom:4px;
}

.bq_c {
	overflow:hidden;
	padding: 30px 20px;
	margin:auto;
	max-width: 1440px;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	background: #cfa951;
}
.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: 15px;
}
.bq_right {
	width:50%;
	float:right;
	text-align:right;
	opacity: 1;
}



.footer_main {
	background: url(../images/footerbg.jpg) no-repeat center;
	overflow:hidden;
	width:100%;
	background-size: cover;
}
.footer_main_center {
	max-width: 1420px;
	overflow:hidden;
	margin:auto;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	padding: 80px 20px;
	border-top: 1px rgba(255, 255, 255, 0.1) solid;
}
.footer_left {
	width: 65%;
	float: right;
	padding-left: 40px;
}
.footer_left ul li {
	width:auto;
	float:left;
}
.footer_left ul
{
	display:flex;
	justify-content: space-between;
}


.footer_right {
	width:10%;
	float:left;
}
.footer_right p {
	width:100%;
	max-width: 110px;
	float: right;
}
.footer_right p span {
	width:100%;
	text-align:center;
	display:block;
	margin-top:10px;
	color: #a2a1a1;
}
.footer_left ul li:nth-last-of-type(1) {
	padding-right:0px;
}
.footer_navyj {
	font-size: 18px;
	color: #fff !important;
	padding-bottom: 15px;
	display:block;
	font-weight: bold;
}
.footer_navej a {
	display:block;
	font-size: 15px;
	color: #999;
	line-height: 2.4em;
	opacity: 1;
}
.footer_navej a:hover {
	color:#fff;
	opacity:1;
}

