html, body,
dl, dt, dd, ol, ul,
h1, h2, h3, h4, h5, h6,
pre, code, form, p,
fieldset, legend, figure{
    margin: 0;
    padding: 0;
}

body{
	font-size: 14px;
	font-family: "微软雅黑";
}
a{
	color: #3e3e3f;
	text-decoration: none;
}
img{
	border: 0;
}
a:hover{
	color: #e93937;
}
li{
	list-style-type: none;
}
.clear{
	clear: both;
}


.clearfix { *overflow: hidden; *zoom: 1; } 

.clearfix:after{ display: table; content: ""; width: 0; clear: both; }

.wrap{
	width: 1200px;
	margin: 0 auto;
}
.hide{
	display: none;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}

.top{
	height: 130px;
	border-top: 10px solid #ff0000;
}
.top .logo{
	position: absolute;
	top: 35px;
}
.top .search{
	position: absolute;
	top: 20px;
	right: 20px;
}
.top .nav{
	position: absolute;
	top: 55px;
	right: 20px;
}
.top .nav li{
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	float: left;
}
.top .nav li.active,.top .nav li:hover{
	border-bottom: 2px solid #f00;
	color: #f00;
}
.top .nav li.active a{
	color: #f00;
}
.top .search{
	position: absolute;
	top: 15px;
	right: 40px;
}
.top .search .inp-search{
	border: 1px solid #000;
	padding: 6px 15px;
	border-radius: 5px;
}
.top .search .btn-search{
	width: 15px;
	height: 15px;
	border: none;
	background: url('../img/btn-search.png') no-repeat;
	position: absolute;
	right: 15px;
	top: 7px;
	cursor: pointer;
}

.banner{
	height: 400px;
}

.box{
	padding: 40px 0;
}
.box:nth-child(2n){
	background-color: #f3f3f3;
}
.box .box-title{
	text-align: center;
}
.box .box-content{
	margin: 50px 0;
}



/*关于律所*/
.about-l{
	width: 600px;
	height: 330px;
	float: left;
}
.about-r{
	width: 560px;
	height: 290px;
	padding: 20px 0;
	float: right;
}
.about-r h3{
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
.about-r h3 span{
	color: #f00;
	font-size: 30px;
}
.about-r p{
	line-height: 30px;
	color: #666666;
}
/*品仁团队*/
.team{
overflow:hidden; zoom:1; 
}
.team li{
	width: 256px;
	height: 340px;
	margin-right: 40px;
	float: left;
	border: 2px solid #ebebeb;
}
.team .team-item:hover{
	-moz-box-shadow:2px 2px 35px #ccc; 
	-webkit-box-shadow:2px 2px 35px #ccc; 
	box-shadow:2px 2px 35px #ccc;
}
.team .team-item:last-child{
	margin-right: 0;
}
.team .team-item img{
	width: 256px;
	height: 290px;
}
.team .team-item p{
	background-color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
}

.news{
	width: 560px;
	height: 255px;
	border: 1px solid #e7e7e7
}
.news li{
	width: 550px;
	height: 65px;
	padding: 10px 5px;
	border-bottom: 1px solid #e7e7e7;
	float: left;
}
.news li:last-child{
	border-bottom: 0;
}
.news li:hover{
	background-color: #f3f3f3;
}
.news li:hover .news-time .news-day{
	color: #f00;
}
.news li .news-time{
	width: 50px;
	padding: 10px 25px;
	margin: 0 5px;
	float: left;
	text-align: center;
	background-color: #eaeaea;
}
.news li .news-time .news-day{
	font-size: 24px;
	color: #3074b5;
}
.news li .news-time .news-year{
	font-size: 12px;
	color: #838383;
}
.news li .news-content{
	width: 410px;
	margin-left: 30px;
	float: left;
}
.news li .news-content .news-title{
	margin-bottom: 10px;
}
.news li .news-content .news-desc{
	color: #9e9e9e;
	font-size: 12px;
}
.list{
	margin: 50px 0;
}
.list .list-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom:solid 1px #cacaca; padding:0px 20px;
	position:relative;
	width:200px; margin:0px auto 50px auto; padding-bottom:20px
}

.list-title:after{display:block;content:'';width:30px; height:4px; background:#c40000; position:absolute;left:50%; margin-left:-15px; bottom:0px}

.list .list-item{
	padding: 45px 0;
	border-bottom: 1px solid #eeeeee;
}
.list .list-item-l{
	width: 160px;
	float: left;
}
.list .list-item-r{
	width: 1020px;
	margin-left: 20px;
	float: left;
}
.list .list-content .list-item h3 a{
	font-size: 18px;
}
.list .list-content .list-item-desc{
	margin: 20px 0;
}
.list .list-content .list-item p{
	color: #999999;
}
.list .list-content .list-item p span{
	margin-right: 25px;
}
.list .team-item{
	margin-bottom: 40px;
}

.show{
	padding: 60px 0;
}
.show .show-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.show .show-info{
	height: 25px;
	line-height: 25px;
	margin: 25px 0;
	text-align: center;
	background-color: #fde8e9;
}
.show .show-body{
	padding: 0 50px;
	line-height: 2;
}
.footer{
	background-color: #3c3c3c;
	color: #fff;
	padding: 20px 0;
}
.footer p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 15px 0;
}

.slide{    height: 66px;
    line-height: 60px;
    background: url(../img/ico3_4bg.png) repeat-x top;}

.slide .nav{display:none}

.slide .nav.nshow{display:block;float:left}

.slide .nav a {float:left;
    height: 66px;
    display: block;
    padding: 0 33px;
    color: #666;
}

.slide .nav a.current{    color: #fff;
    font-weight: bold;
    background: url(../img/ico3_5.png) no-repeat top center;}
	
.position{color:#6d6d6d; margin-right:10px; margin-left:10px}
.position a{ color:#6d6d6d;}
.position a:hover,.position a.aNow{ color:#a1253e;}
.position img{ padding-right:10px; vertical-align:middle}
.position span{ padding:0 5px;}

.position em{font-style:normal}

.position.right{float:right}

.page{text-align:center; margin-top:20px}

.page a, .page span {
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #666;
    margin: 3px;
    padding: 0px 12px;
    text-decoration: none;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

.page span.current, .page span.current:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

.scroll-box{position:relative}

.par li{width:175px;float:left; margin-right:24px}