﻿@charset 'utf-8';
.header{
	height: 130px;
	background: url(../img/topbg.jpg) no-repeat right top;
	position: relative;
}
.header img{
	margin: 38px 46px 0 24px;
}
.header img,
.nav{
	float:left;
}
.header .username{
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 36px;
	left: 45%;
}
.header .username em{
	color: #d72b33;
	padding-right: 16px;
	border-right: 1px solid #ccc;
}
.header .username a{
	font-size: 14px;
	color: #999;
	padding-left: 9px;
}
form{
	float: left;
	display: inline-block;
	*display: inline;
	margin-top: 26px;
	margin-left: 316px;
}
.input{
	display: inline-block;
	*display: inline;
	background: #fff;
	width: 187px;
	border:1px solid #e3e3e3;
	border-radius: 20px;
}
.search{
	float: left;
	width: 136px;
	height: 30px;
	text-indent: 4px;
	margin: 2px 0 0 11px;
}
.submits{
  background: #fff url(../img/iconfont-fangdajing.png) center center no-repeat;
  width: 33px;
  height:30px;
  line-height: 30px;
  margin-top: 2px;
}
.nav span{
	display:inline-block;
	*display:inline-block;
	font-size: 16px;
	color:#d72b33;
	line-height: 19px;
	background:url(../img/pngbg2.png) no-repeat 18px center;
	padding-left: 46px;
	margin-top: 32px;

}
.nav span em{
	font-size: 18px;
	font-family: "Arial";
}
.nav .navs{
	width: 768px;
	height: 35px;
	border:0;
	border-radius: 13px;
	background:url(/img/nav_bg.png) no-repeat;
	margin-top: 16px;
}
.nav ul li{
	float: left;
	height: 35px;
}
.nav ul li a{
	display: block;
	font-size: 15px;
	color:#fff;
	line-height: 13px;
	border-left: 1px solid #eb9599;
	padding: 0 23px; 
	margin-top: 11px;
}

.nav .navs .indexs{
	margin-left: 23px;
}

.nav ul li:first-child a{
	border-left: none;
}
.nav .navs li:hover{
	background: #ba232a;
}
/*导航*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navs .nLi{ float:left;  position:relative; display:inline;  }
.navs .sub{ 
	display:none; 
	left:0; top:36px;  
	position:absolute; 
	line-height:26px;  
	border:1px solid #e4e4e4;
	padding: 0 9px;
	border-radius: 5px;
	padding-bottom: 14px;
	background:#e4e4e4\0;
	background: linear-gradient(#fefefe, #e4e4e4); 
	background: -webkit-linear-gradient(#fefefe, #e4e4e4); 
    background: -o-linear-gradient(#fefefe, #e4e4e4); 
    background: -moz-linear-gradient(#fefefe, #e4e4e4);
    z-index: 3;
}
.navs .sub li{ 
	zoom:1;
	width: 90px;
	color:#666;
}
.navs .sub li:hover{
	background:none;
}
.navs .sub a{ 
	display:block; 
	height: 30px;
	line-height: 30px;
	color:#666; 
	text-align: center;
	padding: 0;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	border-left: none;

}
.navs .sub a:hover{ color:#c02128;  }

/*左侧导航条*/
.main .main_left{
	padding-top: 19px;
	margin-left: 17px;
	margin-bottom: 68px;
	float: left;
}
.main .main_left h3{
	width: 214px;
	height: 66px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-indent: 22px;
	background:url(../img/questionbg.png);
	padding-top: 24px;
	border-right: 1px solid #eee;
}
.main .main_left h3 small{
	display:block;
	font-size: 13px;
	font-family: "Arial";
	text-indent: 22px;
	margin-top: 8px;
}
.main .main_left ul{
	width: 213px;
	border: 1px solid #eee;
	border-bottom: 2px solid #d35e64;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fdfdfd;
	margin-top: -5px;
}
.main .main_left li:first-child{
	margin-top: 12px;
}
.main .main_left .last{
	margin-bottom: 12px;
}
.main .main_left li a{
	display: inline-block;
	*display: inline-block;
	font-size: 14px;
	color: #666;
	width: 210px;
	height: 33px;
	line-height: 33px;
	text-indent: 24px;
}
.main .main_left li .ons{
	color: #c1232b;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: linear-gradient(#f8f8f8, #dcdcdc); 
	background: -webkit-linear-gradient(#f8f8f8, #dcdcdc); 
    background: -o-linear-gradient(#f8f8f8, #dcdcdc); 
    background: -moz-linear-gradient(#f8f8f8, #dcdcdc);
    border-left: 4px solid #c2262e;
}

.main .main_left li:hover a{
	color: #c1232b;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: linear-gradient(#f8f8f8, #dcdcdc); 
	background: -webkit-linear-gradient(#f8f8f8, #dcdcdc); 
    background: -o-linear-gradient(#f8f8f8, #dcdcdc); 
    background: -moz-linear-gradient(#f8f8f8, #dcdcdc);
    border-left: 4px solid #c2262e;
}

/*右侧面包屑导航*/

.main .main_right{
	float: left;
	padding-top: 19px;
	margin-left: 39px;
	width: 911px;
}
.main .main_right .breadcrumb{
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 3px solid #ececec;
}
.main .main_right .breadcrumb span{
	font-size: 12px;
	color: #be2028;
}
.main .main_right .breadcrumb span:first-child{
	color: #666;
}
.main .main_right .breadcrumb span a{
	font-size: 12px;
	color: #666;
}
/*footer*/
.footer{
	margin-top: 14px;
}
.footer .link{
	padding-top: 20px;
	padding-bottom: 10px;
	background: #f8f8f8;
}
.footer .link p{
	display: inline-block;
	*display: inline-block;
	*width: 80px;
	float: left;
	font-size: 30px;
	color: #666;
	line-height: 25px;
	border-right:1px solid #cdcdcd;
	padding-right: 16px;
	padding-left: 27px;
}
.footer .link p span{
	font-size: 14px;
	float: right;
}

.footer .link ul li{
	float: left;
}
.footer .link ul li a{
	font-size: 13px;
	color: #333;
	padding: 0 17px;
	border-left:1px solid #a7a7a7;
	margin-bottom: 11px;
	line-height: 28px;
}
.footer .link ul li:first-child a{
	border-left: none;
}
.footer .link ul li a:hover{
	color:#b51a1d;
}
.footer .copyright{
	background: #b51a1d;
}
.footer .copyright p{
	font-size: 13px;
	color: #f6cba0;
	text-align: center;
	padding-bottom: 17px;
}
.footer .copyright p:first-child{
	padding-top: 21px;
}
.footer .copyright p span{
	margin-left: 15px;
}
.footer .copyright p span a{
	display: inline-block;
	*display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding-right: 1px;
}

/*新加的*/
.footer .link ul li a{
	border-right:1px solid #a7a7a7;
    border-left:none;
}
.footer .copyright p{padding-bottom:19px;}