@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_c_left {
	width: 100%;
	text-align: left;
	display: block;
	display: flex;
	justify-content: space-between;
}

.footerlogo {
	width: auto;
}

.footerlogo img {
	width: auto;
	height: 68px;
}


.footerfx img {
	height: 23px;
}


.footer_c_left p {
	font-size: 16px;
	color: #2c2e35;
	line-height: 2em;
}

.footer_c_left .companyaddress {
	padding: 5px 0px 5px 25px;
	line-height: 1.3em;
	background: url(../images/add.png) no-repeat 0px 5px;
	max-width: 460px;
}

.footer_c_left .companyaddress span {
	display: block;
	margin-bottom: 15px;
}

.footer_contact {
	line-height: 1.3em;
}
.footer_contact a
{
	color: #2c2e35;
	margin-right: 20px;
	line-height: 2em;
	display: inline-block;
}

.footer_contact span {
	display: block;
	padding: 5px 0px 5px 25px;
	line-height: 1.3em;
}

.footer_contact .email {
	background: url(../images/email.png) no-repeat left center;
	padding: 0px 0px 0px 25px;
}

.footer_contact .companyphone {
	background: url(../images/tel1.png) no-repeat left center;
}

.footer_contact .companymobile {
	background: url(../images/tel2.png) no-repeat left center;
	padding: 0px 0px 0px 25px;
}




.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: 1400px;
}

.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: #4b5a62;
	text-align: center;
	opacity: 1;
	font-size: 15px;
}

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



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


.footer_main_center {
	max-width: 1440px;
	overflow: hidden;
	margin: auto;
	padding: 80px 20px 0px;
	position: relative;
}

.footer_left {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px rgba(0, 0, 0, 0.1) solid;
	border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
	padding-bottom: 100px;
}

.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: 20px;
	color: #4b5a62 !important;
	padding-bottom: 15px;
	display: block;
	font-family: Montserrat-Medium;
}

.footer_navej a {
	display: block;
	font-size: 14px;
	color: #4b5a62;
	line-height: 2.4em;
	opacity: 1;
}

.footer_navej a:hover {
	color: #0645a4;
	opacity: 1;
}


.footerfx .wx {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    left: 50%;
    margin-left: -55px;
    visibility: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    top: -120px;
}

.footerfx .wx img {
	width: 110px;
	height: auto;
}

.footerfx a:hover .wx {
	opacity: 1;
	visibility: initial;
}
.footerfx
{
	position: absolute;
	right: 20px;
	bottom: 30px;
}


.footerfx a {
	margin-left: 10px;
	position: relative;
	background: #4b5a62;
	line-height: 39px;
	width: 39px;
	display: inline-block;
    cursor: pointer;
	text-align: center;
	border-radius: 100%;
}