﻿.footer_area {
	background: #292a29;
	padding-top: 70px;
}
.f_widgets_inner {
	padding-bottom: 30px;
}
.f_title {
	margin-bottom: 32px;
}
.f_title h3 {
	color: #fff;
	font: bold 24px "Barlow", sans-serif;
	margin-bottom: 0px;
}
.about_widget .f_logo {
	padding-left: 0px;
	margin-bottom: 0px;
}
.about_widget img {
	margin-bottom: 25px;
}
.about_widget i {
	padding-right: 10px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.about_widget p {
	position: relative;
	padding-left: 27px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.about_widget a {
	display: block;
	color: #fff;
	position: relative;
	padding-left: 27px;
	margin-bottom: 15px;
}
.about_widget a:last-child {
	margin-bottom: 0px;
}
.about_widget a span {
	text-decoration: underline;
}
.link_widget {
	margin-left: 20px;
}
.link_widget .nav li a {
	color: #fff;
	font: normal 16px/36px "Barlow", sans-serif;
	transition: all 300ms linear 0s;
}
.subscribe_widget .input-group {
	position: relative;
}
.subscribe_widget .input-group input {
	width: 100%;
	display: block;
	background: #212221;
	border: none;
	height: 45px;
	margin-bottom:5px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 27.5px !important;
	padding-right: 75px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	font: normal 15px/55px "Barlow", sans-serif;
}
.subscribe_widget .input-group input.placeholder {
	color: rgba(255, 255, 255, 0.5);
	font: normal 15px/55px "Barlow", sans-serif;
}
.subscribe_widget .input-group input:-moz-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font: normal 15px/55px "Barlow", sans-serif;
}
.subscribe_widget .input-group input::-moz-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font: normal 15px/55px "Barlow", sans-serif;
}
.subscribe_widget .input-group input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font: normal 15px/55px "Barlow", sans-serif;
}
.subscribe_widget .input-group .input-group-append {
	position: absolute;
	left: 4px;
	top: 125%;
	transform: translateY(-50%);
	z-index: 4;
}
.subscribe_widget .input-group .input-group-append button {
	border: none;
	height: 47px;
	border-radius: 23.5px !important;
	width: 70px;
	padding: 0px;
	text-align: center;
	outline: none !important;
	box-shadow: none !important;
	transition: all 300ms linear 0s;
}
.subscribe_widget .input-group .input-group-append button i {
	color: #fff;
	font-size: 24px;
	line-height: 47px;
}
.subscribe_widget .input-group .input-group-append button:hover {
	color: #fff;
}
.subscribe_widget .input-group .input-group-append button.red {
	color: #fff;
	position: relative;
}
.subscribe_widget .input-group .input-group-append button.red:before {
	border: #1b294b solid 6px;
}
.subscribe_widget .input-group .input-group-append button.red:hover {
	color: #fff;
}
.subscribe_widget .nav {
	margin-top: 80px;
}
.subscribe_widget .nav li {
	margin-right: 10px;
}
.subscribe_widget .nav li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	background: #475993;
	line-height: 40px;
	color: #fff;
	position: relative;
}
.subscribe_widget .nav li a:before {
	content: "";
	position: absolute;
	border: #475993 solid 3px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation-duration: 1s;
	border-radius: 50%;
}
.subscribe_widget .nav li:nth-child(2) a {
	background: #1b294b;
}
.subscribe_widget .nav li:nth-child(2) a:before {
	border-color: #1b294b;
}
.subscribe_widget .nav li:nth-child(3) a {
	background: #5f9dec;
}
.subscribe_widget .nav li:nth-child(3) a:before {
	border-color: #5f9dec;
}
.subscribe_widget .nav li:last-child {
	margin-right: 0px;
}
.subscribe_widget .nav li:last-child a {
	background: #1b294b;
}
.subscribe_widget .nav li:last-child a:before {
	border-color: #1b294b;
}
.subscribe_widget .nav li:hover a:before {
	animation-name: hvr-ripple-out;
}
.footer_card .f_card_inner {

	background: #1a782e;
	padding: 25px 28px;
	border-radius: 5px;
}
.footer_card .f_card_inner .left p {
	color: #fff;
	margin-bottom: 0px;
	font: normal 16px/24px "Barlow", sans-serif;
}
.footer_card .f_card_inner .right .nav {
	margin-top: 6px;
}
.footer_card .f_card_inner .right .nav li {
	margin-right: 10px;
}
.footer_card .f_card_inner .right .nav li:last-child {
	margin-right: 0px;
}
.red_footer_area {
	background: url(../image/footer-bg.jpg) no-repeat fixed center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.red_footer_area:before {
	content: "";
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.red_footer_area.budget_footer {
	background: url(../images/footer-bg.jpg) no-repeat scroll center center;
}
.red_footer_area.budget_footer:before {
	background: rgba(26, 26, 26, 0.95);
}
.red_footer_area.budget_footer .footer_card .f_card_inner {
	background: #3a3a3a;
}
.red_footer_area.budget_footer .subscribe_widget .input-group input {
	background: #3a3a3a;
}
.red_footer_area .about_widget .f_logo {
	margin-top: -100px;
}
.red_footer_area .footer_card .f_card_inner {
	background: #282828;
}
.red_footer_area.blue_bg {
	background: #002260;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.red_footer_area.blue_bg:before {
	content: "";
	background: url(http://mj.cfsou.cn/hanghong/Templates/longpin/img/footer-dotted.png) no-repeat scroll center center;
	height: 432px;
	width: 637px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	top: auto;
	transform: translateX(-50%);
	z-index: -1;
}
.red_footer_area.blue_bg .about_widget .f_logo {
	margin-top: 0px;
}
.red_footer_area.blue_bg .subscribe_widget .input-group input {
	background: #00143a;
}
.red_footer_area.blue_bg .footer_card .f_card_inner {
	background: rgba(0, 0, 0, 0.4);
}