/* footer */
.footer_box {
	width: 100%;
	height: 140px;
	background-color: #fff;
}

.footer {
	position: relative;
	height: 140px;
	box-sizing: border-box;
	padding: 45px 30px 45px 60px;
}

.footer_l {
	width: 650px;
	height: 60px;
}

.footer_l>p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

.footer_l_top {
	color: #282828;
}

.footer_l_top>a {
	vertical-align: middle;
	display: inline-block;
	width: 95px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer_l_top>a:hover {
	text-decoration: underline;
	color: #849bbf;
}

.footer_l_top>span {
	box-sizing: border-box;
	padding: 2px 0 2px 5px;
	display: inline-block;
	width: 100px;
}

.footer_l_top>span i {
	margin-left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #d8d8d8;
}

.footer_l_top>span.active {
	background-color: #f6f9fb;
}

.footer_l_top>span.active i {
	transition: 0.6s;
	transform: rotate(180deg);
}

.friend_show {
	width: 275px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 95px;
	z-index: 3;
	background-color: #f6f9fb;
	box-sizing: border-box;
	padding: 0 0px 0 25px;
}

.friend_show.active {
	max-height: 600px;
	transition: 1s;
}

.friend_show>p {
	width: 100%;
	height: 40px;
	font-size: 14px;
}

.friend_show>p:first-child {
	margin-top: 30px;
}

.friend_show>p:last-child {
	margin-bottom: 30px;
}

.friend_show>p a {
	width: 280px;
	overflow: hidden;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.friend_show>p a:hover {
	text-decoration: underline;
	color: #1f519d;
}

.footer_r {
	width: 445px;
}

.footer_r p span {
	color: #282828;
	display: inline-block;
	text-indent: 30px;
	font-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
}

.footer_r p:nth-of-type(1) span {
	background-image: url(../png/phone.png);
}

.footer_r p:nth-of-type(1) span:nth-of-type(2) {
	margin-left: 15px;
}

.footer_r p:nth-of-type(2) {
	margin-top: 10px;
}

.footer_r p:nth-of-type(2) span:nth-of-type(1) {
	background-image: url(../png/cz.png);
}

.footer_r p:nth-of-type(2) span:nth-of-type(2) {
	background-image: url(../png/email.png);
}

.footer_r p:nth-of-type(2) span:nth-of-type(2) {
	margin-left: 15px;
}
