@charset "utf-8";

/* footer */
.footer_bg {
	width: 100%;
	background-color: #426a9e;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	background-attachment: fixed;
	overflow: hidden;
}

.footer_contact_box {
	width: 1200px;
	padding: 72px 0 60px;
	margin: 0 auto;
}

.footer_contact_box li.footer_contact {
	width: 300px;
	float: left;
}
.footer_logo{
	width: 100%;
	padding-bottom: 16px;
}
.footer_logo img{
	width: 100%;
}
.footer_contact .contact_info {
	font-size: 14px;
	line-height: 36px;
	color: #eeeeee;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left 10px;
	opacity: 0.8;
	transition: all 0.3s;
}

.footer_contact .contact_info span {
	font-size: 24px;
	font-style: italic;
}

.footer_contact .contact_info a {
	display: inline-block;
	color: #eeeeee;
}

.footer_contact .contact_info_hot {
	
	background-image: url(../images/icon_foot_contact_info01.png);
}

.footer_contact .contact_info_tel {
	background-position: left 12px;
	background-image: url(../images/icon_foot_contact_info02.png);
}

.footer_contact .contact_info_fax {
	background-image: url(../images/icon_foot_contact_info03.png);
}

.footer_contact .contact_info_mail {
	background-image: url(../images/icon_foot_contact_info04.png);
}

.footer_contact .contact_info_add {
	line-height: 24px;
	background-image: url(../images/icon_foot_contact_info05.png);
}
.footer_contact .contact_info_qq {
	background-image: url(../images/icon_foot_contact_info06.png);
}

.footer_contact .contact_info:hover {
	opacity: 1;
	transition: all 0.3s;
}

/* 底部导航 */
.footer_contact_box li.footer_nav_box {
	float: left;
	width: 576px;
	/* margin-left: calc((100% - 1522px) / 2); */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-left: 43px;
}

.footer_nav_box dl{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	float: left;
	/* width: 136px;
	margin-right: 32px; */
	padding-left: 32px;
}
.footer_nav_box dl:last-child{
	
	
}

.footer_nav_box dl dt{
	width: 100%;
	font-size: 18px;
	font-weight: 200;
	line-height: 1;
	color: #ffffff;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 12px;
}
.footer_nav_box dl dd{
	font-size: 14px;
	line-height: 2.2;
}
.footer_nav_box dl dd a{
	color: #ffffff;
	opacity: .8;
	transition: all 0.3s;
}
.footer_nav_box dl dd a:hover{
	text-decoration: none;
	color: #aad353;
	opacity: 1;
}


.footer_contact_box li.footer_ewm_box {
	width: 206px;
	float: right;
}

.footer_ewm_box .footer_ewm_img{
	position: relative;
	width: 206px;
	height: 206px;
	border: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
	padding: 8px;
	margin: 0 auto;
}
.footer_ewm_box .footer_ewm_img img{
	width: 100%;
	height: 100%;
}
.footer_ewm_box .footer_ewm_img .line{
	position: absolute;
	background-color: rgba(255, 255, 255, .8);
}
.footer_ewm_box .footer_ewm_img .line_h{
	width: 20px;
	height: 3px;
}
.footer_ewm_box .footer_ewm_img .line_01{
	top: -2px;
	left: -2px;	
}
.footer_ewm_box .footer_ewm_img .line_02{
	top: -2px;
	right: -2px;
}
.footer_ewm_box .footer_ewm_img .line_03{
	left: -2px;
	bottom: -2px;
}
.footer_ewm_box .footer_ewm_img .line_04{
	right: -2px;
	bottom: -2px;
}
.footer_ewm_box .footer_ewm_img .line_s{
	width: 3px;
	height: 20px;
}
.footer_ewm_box .footer_ewm_img .line_05{
	top: -2px;
	left: -2px;	
}
.footer_ewm_box .footer_ewm_img .line_06{
	top: -2px;
	right: -2px;
}
.footer_ewm_box .footer_ewm_img .line_07{
	left: -2px;
	bottom: -2px;
}
.footer_ewm_box .footer_ewm_img .line_08{
	right: -2px;
	bottom: -2px;
}
.footer_ewm_box p{
	width: 100%;
	font-size: 14px;
	line-height: 1;
	color: #dee0e3;
	text-align: center;
	margin-top: 12px;
}
/* 版权信息 */
.copy_box {
	width: 100%;
	padding: 0 calc((100% - 1200px) / 2);
	background-color: rgba(0, 0, 0, .3);
}

.copy_box .left {
	float: left;
}

.copy_box .right {
	float: right;
}

.copy_box li {
	font-size: 14px;
	line-height: 60px;
	color: #ffffff;
	opacity: 0.9;
	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: 22px 6px 0 0;
}

.copy_box li:hover {
	opacity: 1;
	transition: all 0.3s;
}



@media (max-width:1200px) {
	
	/* footer */
	.footer_bg {
		background-image: url(../images/footer_bg01.jpg);
	}
	
	.footer_contact_box {
		width: 100%;
		padding: 2.304rem 2% 0;
	}
	
	.footer_contact_box li.footer_contact {
		width: 100%;
	}
	.footer_logo{
		width: 100%;
		padding-bottom: 0.768rem;
	}
	.footer_logo img{
		width: auto;
		height: 10rem;
	}
	
	.footer_contact .contact_info {
		font-size: 1.344rem;
		line-height: 3.456rem;
		padding-left: 2.304rem;
		background-size: 1.536rem 1.536rem;
		background-position: left 0.96rem;
	}
	.footer_contact .contact_info_add {
		line-height: 2.304rem;
	}
	
	.footer_contact .contact_info span {
		font-size: 2.304rem;
	}
	
	.footer_contact .contact_info_tel {
		background-position: left 1.152rem;
	}

	.footer_contact_box li.footer_nav_box {
		display: none;
	}
	.footer_contact_box li.footer_ewm_box {
		display: none;
	}

	
	
	
	/* 版权信息 */
	.copy_box {
		padding: 1.152rem 2%;
		margin-top:2.304rem;
	}
	
	.copy_box li {
		width: 100%;
		font-size: 1.152rem;
		line-height: 1.92rem;
		text-align: center;
	}
	
	.copy_box li a {
		display: block;
		width: 100%;
		padding-left:0;
	}
	
	.copy_box li img {
		height: 1.152rem;
		margin: 0.384rem 0.48rem 0 0;
	}
	


	
}