@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_contact p
{
	font-size: 15px;
	color: #fff;
	line-height: 2em;
	opacity: 0.74;
}


.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: 1640px;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin:auto;
}
.bq a {
	color: #fff;
	margin-left:10px;
	font-size: 15px;
	opacity: 1;
}
.bq_left {
	width: 100%;
	float:left;
	color: #fff;
	text-align: center;
	opacity: 0.7;
	font-size: 15px;
}
.bq_right {
	width:50%;
	float:right;
	text-align:right;
	opacity: 1;
}



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


.footer_main_center {
	max-width: 1640px;
	overflow:hidden;
	margin:auto;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	padding: 40px 20px;
}
.footer_left {
	width: 65%;
	float: left;
}
.footer_left ul li {
	width:auto;
	float:left;
}
.footer_left ul
{
	display:flex;
	justify-content: space-between;
}


.footer_right {
	width: 35%;
	float: right;
	max-width:370px;
	overflow: hidden;
}
.footer_right p {
	width:100%;
	font-size: 16px;
	color: #fff !important;
	display: block;
	margin-bottom:0px;
	overflow: hidden;
	position: relative;
	line-height: 1.8em;
}
.footer_right .companyphone
{
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-family: DINCond-b;
}
.footer_right ul
{
    width: 100%;
    overflow: hidden;
    max-width: 320px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.footer_right ul li
{
	max-width: 150px;
	text-align: center;
}
.footer_right ul li p
{
	font-size: 14px;
	margin-top: 5px;
}
.footer_right img
{
	/* max-width: 100%; */
}


.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;
	position: relative;
}

.footer_navej a {
	display:block;
	font-size: 15px;
	color: #fff !important;
	line-height: 2.4em;
	opacity: 0.7;
}
.footer_navej a:hover {
	color:#fff;
	opacity:1;
}


.footer_logo
{
    margin: auto;
    max-width: 1600px;
    border-bottom: 1px rgba(255,255,255,0.1) solid;
    padding: 80px 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo .left
{
    
}
.footer_logo .right
{
    text-align: right;
}
.footer_logo .right a
{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 100%;
	margin-left: 10px;
}


.link1
{
    background: url(../images/weibo.png)rgba(255,255,255,0.1) no-repeat center !important;
}
.link2
{
    background: url(../images/weixin.png)rgba(255,255,255,0.1) no-repeat center !important;
}
.link3
{
    background: url(../images/qq.png)rgba(255,255,255,0.1) no-repeat center !important;
}
.link4
{
    background: url(../images/zone.png)rgba(255,255,255,0.1) no-repeat center !important;
}
.link5
{
    background: url(../images/link.png)rgba(255,255,255,0.1) no-repeat center !important;
}

