@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: 35%;
	text-align: left;
	display: block;
}

.footer_c_left p {
	font-size: 16px;
	color: #fff;
	line-height: 2em;
	padding-left: 35px;
}
.footer_c_left .add
{
    background: url(../images/lxicon_03.png) no-repeat left center;
}
.footer_c_left .phone
{
    background: url(../images/lxicon_06.png) no-repeat left center;
}
.footer_c_left .tel
{
    background: url(../images/lxicon_08.png) no-repeat left center;
}
.footer_c_left .fax
{
    background: url(../images/lxicon_10.png) no-repeat left center;
}
.footer_c_left .szrico
{
    background: url(../images/lxicon_12.png) no-repeat left center;
}
.footer_c_left .web
{
    background: url(../images/lxicon_14.png) no-repeat left center;
}
.footer_c_left .ewm
{
    margin-top: 30px;
    padding-left: 0px;
    max-width:260px;
    display: flex;
    justify-content: space-between;
}
.footer_c_left .ewm p
{
    max-width:120px;
    margin-left: 0px;
    padding-left: 0;
}
.footer_c_left .ewm img
{
    max-width:100%;
}

.footer_c_left .ewm span
{
	display: block;
	text-align: center;
	margin-top: 5px;
}

.footerlogo {
	width: auto;
}

.footerlogo img {
	width: auto;
	height: 68px;
	filter: brightness(0%) invert(100%);
	margin-bottom: 30px;
}







.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: 1600px;
	border-top: 1px rgba(255,255,255,0.1) solid;
}

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

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

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

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



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


.footer_main_center {
	max-width: 1640px;
	overflow: hidden;
	margin: auto;
	padding: 80px 20px 60px;
	position: relative;
	display: flex;
}

.footer_left {
	width: 65%;
	overflow: hidden;
}

.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: #fff !important;
	padding-bottom: 15px;
	display: block;
	font-weight: 700;
}

.footer_navej a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 2em;
	opacity: 0.7;
}

.footer_navej a:hover {
	opacity: 1;
}



.jszc span
{
	opacity: 0;
	margin-left: 10px;
	transition: all .5s;
	position: absolute;
	left: 100%;
}
.jszc:hover span
{
	opacity:1;
}
