/* footer */
.footer {
	margin: 60px 0px 30px 0px;
	position: relative;
}
.footer .nav {
	display: table;
	margin: 0 0 0 14px;
	position: relative;
}

.footer .nav a {
	color: #818181;
	font-size: 14px;
	font-weight: normal;
	padding-left: 35px;
}

.footer .nav a:hover {
	color: #40405B;
}

.jazu .footer .nav a {
	color: #4773e1;
}

.footer .nav a:first-child {
	padding: 0;
}

.footer .border {
	border-top: 1px dashed #e5f1f6;
	height: 0px;
	margin: 0 auto;
	width: 100%;
}

.footer .footer_text {
	color: #9d9d9d;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 15px;
	padding-bottom: 20px;
	margin-left: 14px;
}

.photowarning_cont .footer
{
	margin-top: 65px;
}

.photowarning_cont .footer .footer_text
{
	text-align: center;
}

.support_container {
	background-color: #ecfaff;
	border-radius: 2px;
	height: 98px;
	margin: 25px auto;
	position: relative;
	overflow: hidden;
	width: 960px;
}

.jazu .support_container {
	background-color: #ecf1fc;
}

.support_container .support_left {
	float: left;
	width: 779px;
}

.support_container .supp_pic {
	background: transparent url('../images/pic_holder.png') 0px -154px no-repeat;
	float: left;
	height: 88px;
	margin: 6px 30px 0 21px;
	width: 101px;
}

.support_container .supp_title {
	color: #4773E1;
	display: block;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 25px 0 8px 0;
}

.support_container .supp_desc {
	color: #888d90;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

.support_container .support_right {
	color: #fff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 67px;
	line-height: 13px;
	padding-top: 31px;
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
	width: 161px;
}

.support_container .support_right .arrow {
	background: transparent url('../images/pic_holder.png') -452px -193px no-repeat;
	float: right;
	height: 20px;
	margin: 8px 35px 0 22px;
	width: 13px;
}

.jazu .support_container .support_right .arrow {
	background-position: -467px -193px;
}