@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: 40%;
	float: right;
	max-width: 240px;
}
.footer_c_left a
{
	color: #fff;
}

.footer_c_left .tel
{
	color: #fff;
	margin-top: 10px;
}
.footer_c_left .mail
{
	color: #fff;
	margin-top: 10px;
}
.footer_c_left .add
{
	color: #fff;
}
.footer_c_right {
	float:right;
	width:80%;
}
.footer_c_right ul {
	display:flex;
	width:100%;
	justify-content:flex-end;
}

.footer_c_right ul li:nth-of-type(1) {
	background:url(../images/jl_55.png) no-repeat left center;
	padding:10px 100px 10px 60px;
}
.footer_c_right ul li:nth-of-type(2) {
	background:url(../images/jl_58.png) no-repeat left center;
	padding:10px 0px 10px 60px;
}
.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 {
	max-width:100%;
	overflow:hidden;
	padding:20px 0px;
	margin:auto;
	border-top: 1px rgba(255,2555,255,0.1) solid;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin:auto;
}
.bq a {
	color: #fff;
	margin-left:10px;
}
.bq_left {
	width: 100%;
	float:left;
	color: #fff;
	text-align: center;
	opacity: 0.6;
}
.bq_right {
	width:50%;
	float:right;
	text-align:right;
}
.footer_main_ce {
	max-width: 1240px;
	margin:auto;
	padding:0px 20px;
	overflow:hidden;
}
.footer_main {
	background: #00598a;
	overflow:hidden;
	width:100%;
}
.footer_main_center {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	padding: 30px 0px;
	border-top: 1px rgba(255,2555,255,0.1) solid;
}
.footer_left {
	width: 60%;
	float:left;
}
.footer_left ul li {
	width: calc(100% / 3);
	float:left;
}
.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: 16px;
	color:#ffffff !important;
	padding-bottom:10px;
	display:block;
	position: relative;
	padding-left: 25px;
}
.footer_navyj:before
{
	content:'';
	width: 15px;
	height: 3px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
}

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

.links
{
    display: flex;
    color: #fff;
    width: 100%;
    margin: 40px 0px 20px;
}
.links p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px rgba(255,255,255,0.1) solid;
}
.links ul
{
    
    
}
.links ul a
{
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
    margin-right: 20px;
}


