
/* 信息 */
.container9{
	padding: 3rem 0;
	background-color: #F4F7FB;
	overflow: hidden;
}
.introduce_li{
	display: flex;
	align-items: center;
	min-height: 4.4rem;
}
.introduce_li_a{
	flex-shrink: 0;
	width: 3.6rem;
	height: 3.5rem;
}
.introduce_li_b{
	padding-left: 1.4rem;
}
.introduce_li_b_a{
	font-size: 1.2rem;
	font-weight: 600;
	color: #000714;
}
.introduce_li_b_b{
	margin-top: .5rem;
	font-size: 1rem;
	color: #666666;
}
/* 信息 */

/* 主体盒子 */
.footer {
	background-color: #373F5E;
}
/* 主体盒子 */

.foot_box_content{
	padding-top: 4rem;
	padding-bottom: 3rem;
	overflow: hidden;
}

.foot_box_titile{
	position: relative;
	margin-bottom: 3rem;
	font-size: 2rem;
	color: #FDFDFD;
	line-height: 6rem;
}
.foot_box_titile span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 54px;
	height: 3px;
	background-color: #FDFDFD;
}
.foot_box_list{
	display: flex;
}
.foot_box_list_a{
	width: 50%;
}
.foot_box_li{
	display: block;
	margin-top: 1.8rem;
	font-size: 1.4rem;
	color: #AFB2BF;
	word-break: break-all;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
}
.foot_box_li:hover{
	color: #fff;
}
.foot_box_li:first-child{
	margin-top: 0;
}
.foot_box_li_img_a{
	width: 6.8rem;
	text-align: center;
	font-size: 1rem;
	color: #AFB2BF;
}
.foot_box_li_img{
	display: block;
	margin-top: 1.8rem;
	margin-bottom: .4rem;
	width: 6.8rem;
	height: 6.8rem;
	background-color: #fff;
}
.foot_box3 .foot_box_li{
	margin-top: 2.5rem;
}

.col-lg-4,
.col-lg-3{
	padding: 0;
}



.footer_all{
	margin: 0 auto;
	padding-top: 6rem;
	padding-bottom: 6rem;
	overflow: hidden;
}


/* 版权所有 */
.footer_copyright {
	padding: .8rem 0;
	background-color: #373F5E;
	font-size: 1rem;
	line-height: 2rem;
	text-align: center;
}
.footer_copyright p {
	color: #626262;
	opacity: 0.8;
	line-height: 2rem;
	margin-bottom: 0;
	letter-spacing: .1px;
}



/* 媒体查询 */
@media (min-width: 1183px) {
	.foot_box_content1{
		margin: 0 auto;
		width: 1102px;
	}
	.foot_box_content {
		width: 1183px;
		margin: 0 auto;
	}
	
	.col-lg-25{
		float: left;
		width: 20.8%;
	}
}

@media (max-width: 1183px) {
	.foot_box_content1{
		padding: 0 1rem;
	}
	.foot_box_content{
		display: flex;
		flex-wrap: wrap;
		padding: 0 2rem;
	}
	.foot_box1,
	.foot_box2,
	.foot_box3,
	.foot_box4{
		width: 50%;
	}
	
	.foot_box3,
	.foot_box4{
		margin-top: 3rem;
	}
}


@media (max-width: 1066px) {
	
}

@media (max-width: 991px) {
	.foot_box_content{
		padding-top: 4rem;
	}
}

@media (max-width: 899px) {
	/* 联系我们 */
	.introduce_li_b{
		padding-left: 1rem;
	}
	/* 联系我们 */
}

/* 小屏以上 */
@media (min-width: 767px) {
	
}

/* 小屏显示 */
@media (max-width: 767px) {
	.foot_box1{
		width: 100%;
	}
	.foot_box2,
	.foot_box3{
		width: 50%;
	}
	
	.foot_box4{
		width: 100%;
	}
	
	.foot_box2,
	.foot_box3,
	.foot_box4{
		margin-top: 2rem;
	}
	
	
	/* 联系我们 */
	.container9{
		padding: 2rem 0;
	}
	.introduce_li_l{
		margin: 1rem 0;
	}
	/* 联系我们 */
}


@media (max-width: 633px) {
	.footer_copyright p {
		width: 90%;
		margin: 0 auto;
		line-height: 2rem;
		padding: 1rem 0;
	}
}

@media (max-width: 522px) {
	.foot_box_content{
		padding-top: 4rem;
	}
}

@media (max-width: 446px) {
}

@media (max-width: 375px) {
	/* 联系我们 */
	.introduce_li_b{
		padding-left: .5rem;
	}
	.introduce_li_a{
		width: 3rem !important;
		height: 3rem !important;
	}
	/* 联系我们 */
}

/* 从左往右 */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.introduce_li_l{
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
}
/* 从左往右 */

/* 从右往左 */
@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.introduce_li_r{
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeRight;
}
/* 从右往左 */