@charset "utf-8";

/* footer */
.footer_bg {
	width: 100%;
	background-color: #2e2e2e;
	background-image: url(../images/bg_03.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.footer_nav_box {
	
}

.footer_nav_box .footer_logo {
	float: right;
	height: 72px;
	margin: 14px 0;
}

.footer_nav_box .footer_logo img {
	height: 100%;
	width: auto;
}

.footer_nav_box .footer_nav {
	float: left;
	padding: 27px 0;
}

.footer_nav_box .footer_nav li {
	float: left;
	font-size: 16px;
	line-height: 46px;
	margin-right: 60px;
}

.footer_nav_box .footer_nav li a {
	color: #ffffff;
	opacity: .9;
	transition: all 0.3s;
}

.footer_nav_box .footer_nav li:last-child a{
	width: 124px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #231f20;
	background-color: #ffbf00;
	border-radius: 8px;
}

.footer_nav_box .footer_nav li a:hover {
	color: #ffbf00;
	opacity: 1;
	transition: all 0.3s;
}

.footer_nav_box .footer_nav li:last-child a:hover{
	color: #ffffff;
	background-color: #00479b;
}

.footer_contact_box {
	padding: 48px 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer_contact_box>li h1 {
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
}

.footer_contact_box>li h5 {
	width: 48px;
	height: 2px;
	background-color: #ffbf00;
	margin: 20px 0 24px;
}
.footer_contact_box>li h6 {
	width: 48px;
	height: 60px;
}

.footer_contact_box li.footer_contact {
	width: 420px;
	float: left;
}

.footer_contact .contact_info {
	font-size: 15px;
	line-height: 32px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left 12px;
	opacity: 1;
	transition: all 0.3s;
}

.footer_contact .contact_info span {
	opacity: 0;
}

.footer_contact .contact_info a {
	display: inline-block;
	color: #ffffff;
	transition: all 0.3s;
}

.footer_contact .contact_info a img{
	display: inline-block;
	height: 18px;
	margin-top: 7px;
	margin-right: 6px;
}

.footer_contact .contact_info a:hover{
	color: #ffbf00;
}

.footer_contact .contact_info:hover {
	opacity: 1;
	transition: all 0.3s;
}

.footer_contact_box li.footer_ewm_box {
	width: 144px;
	float: right;
	margin-left: 24px;
}

.footer_ewm_box .footer_ewm_img {
	width: 144px;
	height: 144px;
}

.footer_ewm_box .footer_ewm_img img {
	width: 100%;
	height: 100%;
}

.footer_ewm_box p {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	margin-top: 12px;
}

/* 版权信息 */
.copy_box {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.copy_box .left {
	float: left;
}

.copy_box .right {
	float: right;
}

.copy_box li {
	font-size: 14px;
	line-height: 72px;
	color: #ffffff;
	opacity: 0.75;
	transition: all 0.3s;
}

.copy_box li a {
	display: inline-block;
	color: #ffffff;
	padding-left: 12px;
}

.copy_box li img {
	display: inline-block;
	width: auto;
	height: 16px;
	margin: 0 6px 0 0;
}

.copy_box li:hover {
	opacity: 1;
	transition: all 0.3s;
}

/* 底部导航 */
.nav_k {
	display: none;
}

.bottom_nav {
	display: none;
}



@media (max-width:1200px) {
	
	/* footer */
	.footer_bg {
		background-image: url(../images/bg_04.jpg);
		background-repeat: repeat;
		background-size: 100% auto;
		background-position: bottom left;
	}
	
	.footer_nav_box .footer_logo {
		width: 100%;
		height: auto;
		margin: 2.304rem 0;
	}
	
	.footer_nav_box .footer_logo img {
		height: auto;
		width: 12.48rem;
		max-width: 260px;
		margin: 0 auto;
	}
	
	.footer_nav_box .footer_nav {
		display: none;
	}
	
	.footer_contact_box li:first-child{
		display: none;
	}
	
	.footer_contact_box {
		padding: 2.304rem 0;
	}
	
	.footer_contact_box>li{
		text-align: center;
	}
	
	.footer_contact_box>li h1 {
		display: none;
	}
	
	.footer_contact_box>li h5 {
		display: none;
	}
	
	.footer_contact_box li.footer_contact {
		width:100%;
	}
	
	.footer_contact .contact_info {
		font-size: 1.344rem;
		line-height: 1.6;
	}
	
	.footer_contact .contact_info a img{
		height: 1.728rem;
		margin-top: 0.288rem;
		margin-right: 0.288rem;
	}
	
	.footer_contact_box li.footer_ewm_box {
		display: none;
	}
	
	/* 底部导航 */
	.nav_k {
		display: block;
		padding-bottom: 4.704rem;
	}
	
	.bottom_nav {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4.704rem;
		background-color: #f7f7f7;
		border-top: 1px solid #dfdfdf;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		z-index: 999999;
		
	}
	
	.bottom_nav li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		text-align: center;
		padding-top: 0.672rem;
	}
	
	.bottom_nav li img {
		height: 1.728rem;
		width: auto;
		margin: 0 auto;
	}
	
	.bottom_nav li a {
		font-size: 1.056rem;
		line-height: 1;
		color: #262626;
		position: relative;
	}
	
	.bottom_nav li p {
		padding-top: 0.576rem;
	}
	
	.bottom_nav li.active a {
		color: #06429f;
	}
	
}