﻿
.footer-information {
	border-radius: 5px;
	margin: 0;

}
.footer-information a, .footer-information span, .footer-information i {
	
}
.footer-information a {
	font-weight: bold
}

.socical-icon {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding:0px;
	padding-bottom:20px;
	margin:0px;

}

/*小屏幕*/

@media screen and (max-width: 768px) {

}


.socical-icon .content span{ display:block;line-height:24px; font-size:14px; margin-top:0px;}
.socical-icon .content a{
	font-size: 16px;
	
}

.socical-icon .content a:hover {
	color: #ff7029;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.socical-icon .icon-1, .socical-icon .icon-2, .socical-icon .icon-3, .socical-icon .icon-4 {
	margin-top: 2px;	color:#CA1F26 !important;
}
.socical-icon .icon-1:before {
	content: "\f041";
	font-family: fontawesome;
	color:#919191 !important;
	font-size: 27px;
	border: 1px solid rgba(255,255,255,.2);
	/*圆圈*/
	border-radius: 50%;
	width:50px; height:50px;
	display: block; line-height:50px;
	text-align: center; 
		/*圆圈End*/
	margin-right: 11px
}
.socical-icon .icon-4:before {
	content: "\f279";
	font-family: fontawesome;
	color:#919191 !important;
	font-size: 20px;
	border: 1px solid rgba(255,255,255,.2);
	/*圆圈*/
	border-radius: 50%;
	width:50px; height:50px;
	display: block; line-height:50px;
	text-align: center; 
		/*圆圈End*/
	margin-right: 11px
}
.socical-icon .icon-2:before {
	content: "\f095";
	font-family: fontawesome;
color:#919191 !important;
	font-size: 25px;
	border: 1px solid rgba(255,255,255,.2);
	/*圆圈*/
	border-radius: 50%;
	width:50px; height:50px;
	display: block; line-height:50px;
	text-align: center; 
		/*圆圈End*/
	margin-right: 11px
}
.socical-icon .icon-3:before {
	content: "\f0e0";
	font-family: fontawesome;
color:#919191 !important;
	font-size: 23px;
	border: 1px solid rgba(255,255,255,.2);
	/*圆圈*/
	border-radius: 50%;
	width:50px; height:50px;
	display: block; line-height:50px;
	text-align: center; 
		/*圆圈End*/
	margin-right: 11px
}

.address::after, .phone::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 71px;
	background-color: rgba(255,255,255,.2)
}
.address::after {
	right: -12%;
	top: 24%
}
.phone::after {
	right: -7%;
	top: 24%
}
