@charset "gb2312";

body{font-size:14px;color:#000;font-family:"Î¢ÈíÑÅºÚ","ËÎÌå",system;}
a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}
.ml20{margin-left:20px;}.ml10{margin-left:10px;}
.mt20{margin-top:20px;}.mt10{margin-top:10px;}

/*index*/
.header{width:100%;background:;height:126px;}
.black{width:100%;height:10px;background:#000;}
.fy-head{width:1220px;margin:0 auto;height:116px;}
.fy-head .logo{width:405px;height:77px;display:block;float:left;margin-top:20px;}
.fy-head .nav{width:615px;height:40px;line-height:40px;float:left;margin-top:40px;margin-left:40px;}
.fy-head .nav li{float:left;}
.fy-head .nav li a{font-size:18px;}
.fy-head .nav li.dot{padding:0 18px;}
.fy-head .phone{width:140px;height:54px;float:right;text-align:right;margin-top:28px;}
.fy-head .phone .phone-word{height:20px;background:url(../images/telephone.jpg) no-repeat 50px center;padding-left:24px;display:block;}
.fy-head .phone .phone-num{color:#001B79;font-weight:bold;line-height:30px;}
.banner{width:100%;height:560px;background:url(../images/banner.jpg) no-repeat center top;}
.fy-title{width:1220px;margin:30px auto 0;}
.fy-title h2{height:70px;line-height:70px;color:#000;font-size:35px;background:url(../images/title_line.jpg) no-repeat bottom center;}
.fy-title span{width:1220px;text-align:center;font-size:12px;display:block;height:30px;line-height:30px;}
.main{width:1220px;margin:0 auto;}
.fy-about{width:100%;height:680px;background:url(../images/bbg_1.jpg) no-repeat center top;margin-top:20px;padding-top:96px;}
.video-center{width:1220px;height:601px;background:url(../images/bbg_2.jpg) no-repeat top;margin-top:20px;padding-top:29px;}
.video-center .video{width:736px;height:426px;margin-left:242px;}

.news{width:100%;height:739px;background:url(../images/bbg_3.jpg) no-repeat center top;margin-top:35px;padding-top:1px;}
.news-list{width:1270px;margin:15px auto 0;}
.news-item{width:350px;height:458px;padding:19px;border:1px solid #EDEDED;background:#fff;float:left;margin-left:25px;}
.news-item h4{height:26px;line-height:26px;overflow:hidden;margin-top:15px;}
.news-item h4 a{color:#013687;font-size:20px;font-weight:bold;}
.news-item span{height:20px;line-height:20px;text-align:right;display:block;font-size:14px;color:#666;margin-top:10px;}
.news-item .pic{width:350px;height:195px;display:block;margin-top:10px;}
.news-item .pic img{width:100%;height:100%;}
.news-item .resume{width:350px;height:110px;line-height:28px;color:#5F5F5F;overflow:hidden;margin-top:25px;}
.news-item .more{color:#00134E;float:right;margin-top:15px;}

.fy-more{width:164px;height:43px;display:block;background:url(../images/more.png) no-repeat;margin:30px auto 0;}

.cases{margin-top:20px;}
.cases .list-item {float: left;width: 90px;height: 30px;text-align: center;display: inline-block;}
.cases .list-item a {line-height: 24px;color: #333;}
.cases .list-item:hover {background: #009b74;}
.cases .list-item:hover a {color: #fff;}
.cases .hotspot {width: 640px;height: 420px;background: #eee;}
.cases .cases-list {
    width: 550px;
    height: 420px;
    background: #f2f2f2;
    overflow-x: hidden;
    overflow: auto;
}

.cases .cases-list::-webkit-scrollbar-track {
    background-color: rgba(102, 102, 102, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(102, 102, 102, 0.2);
}

.cases .cases-list::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: rgba(102, 102, 102, 0.3);
}

.cases .cases-list::-webkit-scrollbar {
    width: 3px;
}

.cases .cases-list .list-item {
    background: #f2f2f2;
    width: 522px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    border-bottom: 10px solid #fff;
    border-right: 5px solid #fff;
}

.cases .cases-list .list-item:last-child {
    border-bottom: none;
}

.cases .cases-list .list-item .item-media {
    float: left;
    width: 185px;
    height: 113px;
}

.cases .cases-list .list-item .item-media img {
    width: 100%;
    height: 100%;
}

.cases .cases-list .list-item .item-content {
    float: right;
    width: 320px;
    height: 113px;
	text-align:left;
}

.cases .cases-list .list-item .item-content .zh {
    font-family: microsoft yahei;
    font-size: 16px;
    color: #333;
    margin: 5px 0;
	display:block;
	height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.cases .cases-list .list-item .item-content .num {
    font-family: microsoft yahei;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}


.cases .cases-list .list-item .item-content .desc {
    font-family: microsoft yahei;
    font-size: 12px;
    color: #666666;
    padding: 0 0 6px 0;
	height:44px;
	line-height:22px;
	display: block;
	overflow: hidden;
}

.cases .cases-list .list-item .item-content .view {
    width: 98px;
    height: 24px;
    border: 1px solid #E61D27;
    border-radius: 6px;
    color: #E61D27;
    text-align: center;
    line-height: 24px;
	margin-top:2px;
	display:block;
	float:right;
}

.cases .cases-list .list-item:hover {
    background: #f9f9f9;
}
.focus-cases {
    position: relative;
}

.focus-cases #pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.focus-cases #pic ul {
    width: 1216px;
    height: 100%;
    float: left;
}

.focus-cases #pic li {
    width: 100%;
    height: 100%;
    float: left;
}

.focus-cases #pic li .item-media {
    width: 640px;
    height: 330px;
}

.focus-cases #pic li .item-media img {
    width: 640px;
    height: 100%;
    float: left;
}

.focus-cases #pic li .item-content {
    width: 580px;
    height: 30px;
    padding: 30px;
    background: #f2f2f2;
	line-height: 30px;
}

.focus-cases #pic li .item-content .zh,
.focus-cases #pic li .item-content .num {
    line-height: 30px;
    margin-right: 30px;
}

.focus-cases #pic li .item-content .view {
    float: right;
    width: 98px;
    height: 24px;
    border: 1px solid #E61D27;
    border-radius: 6px;
    color: #E61D27;
    text-align: center;
    line-height: 24px;
	margin-top:2px;
	display:block;
}

.focus-cases .prev,
.focus-cases .next {
    width: 200px;
    height: 330px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.focus-cases .prev {
	left: 0;
    cursor: url(../images/up_l.cur), auto !important
}

.focus-cases .next {
	right: 0;
    cursor: url(../images/up_r.cur), auto !important;
}

.lawyer-list {
    overflow: hidden;
    position: relative;
}

.lawyer-list .bd ul {
    width: 1220px;
}

.lawyer-list .bd li {
    position: relative;
    width: 204px;
    height: 269px;
    cursor: pointer;
}

.lawyer-list .bd li img {
    width: 204px;
    height: 269px;
    display: block;
}

.lawyer-list .bd li span {
    cursor: pointer;
    font-size: 16px;
    color: #d4d4d4;
    line-height: 42px;
    width: 184px;
    padding: 0px 10px;
    height: 42px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    background: url(../images/img-black.png) repeat;
    z-index: 1;
}

.lawyer-list .bd li span p.cur {
    text-align: center;
}

.f-cb {
    zoom: 1;
}

.practice{margin-top:35px;width:100%;height:650px;background:url(../images/bbg_4.jpg) no-repeat center top;}

.practice-left{width:275px;height:650px;}
.practice-right{width:945px;height:650px;}
.practice-right .pra-img{width:285px;height:176px;display:block;float:left;_display:inline;margin-left:30px;margin-top:30px;position:relative;}

.fy-link{width:100%;height:46px;line-height:46px;background:#36373B;color:#fff;margin-top:100px;font-size:16px;}
.fy-link a{color:#fff;padding:0 10px;}

.fy-foot{
	width:100%;
	padding:50px 0;
	background:#2B2C30;
}
.foot-logo{
	width:315px;
	height:200px;
	border-right:1px solid #36373B;
	padding:5px 55px 5px 0;
	float:left;
}
.foot-nav{
	width:170px;
	height:210px;
	border-left:1px solid #1E1F22;
	border-right:1px solid #36373B;
	float:left;
	text-align:center;
}
.foot-nav a{
	color:#fff;
	display:block;
	line-height:30px;
}
.nav-title{
	width:100%;
	display:block;
	margin-bottom:20px;
	color:#fff;
	line-height:30px;
}
.foot-about{
	width:464px;
	height:210px;
	border-left:1px solid #1E1F22;
	border-right:1px solid #36373B;
	float:left;
	padding:0;
}
.foot-about a{
	color:#fff;
	display:block;
	line-height:30px;
	float:left;
	margin-left:56px;
	text-align:center;
}
.foot-about a.a-left{width:182px;}
.foot-about a.a-right{width:126px;}

.foot-about .nav-title{
	text-align:center;
}
.foot-wx{
	width:160px;
	border-left:1px solid #1E1F22;
	float:left;
	padding-left:50px;
}
	
.foot-bq{
	width:100%;
	height:70px;
	background:#36373B;
	text-align:center;
	color:#fff;
	line-height:26px;
	padding-top:10px;
}

/*ï¿½ï¿½Ê¦ï¿½Å¶ï¿½*/
.con-title {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #E4E4E4;
	margin-top:40px;
}

.con-title .column-name {
    width: auto;
    text-align: left;
    border-bottom: 2px solid #000;
    font-size: 24px;
    color: #000;
    padding-right: 10px;
    line-height: 38px;
	display:inline-block;
}

.con-title .column-route {
    margin-left: 10px;
    font-size: 12px;
    color: #000;
}

.con-title .column-route a {
    color: #000;
}

.lawyer_team {
    float: left;
    margin-left: -28px;
}

.lawyer_team>li {
    float: left;
    width: 284px;
    height: 492px;
    margin: 30px 0 0 28px;
    box-shadow: 0px 0px 10px #f3e3e3;
}

.lawyer_team>li:hover {
    box-shadow: 0px 0px 20px #f3e3e3;
}

.lawyer_team .shj_index_3d_item_img_box {
    width: 284px;
    height: 380px;
}

.lawyer_team .shj_index_3d_item_img_box img {
    width: 284px;
    height: 380px;
}

.lawyer_team .lawyer_info {
    padding: 12px 15px;
}

.lawyer_team .lawyer_info h4 {
    height: 20px;
    line-height: 20px;
    text-align: left;
}

.lawyer_team .lawyer_info h4 a {
    font-size: 18px;
    color: #333;
}

.lawyer_team .lawyer_info span {
	font-size: 12px;
    color: #999;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    margin-top: -24px;
}

.lawyer_team .lawyer_info p {
    font-size: 12px;
    color: #5F5F5F;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
}

/*Í¼Æ¬ï¿½Ð±ï¿½*/
.fy-list-left {
    width: 860px;
}

.fy-list-left .piclist {
}

.fy-list-left .piclist li:first-child {
    border-top: none;
}

.fy-list-left .piclist li {
    height: 90px;
    border-top: 1px solid #E9E9E9;
    padding: 15px 0;
}

.fy-list-left .piclist li.hover {
    background: #F4F4F4;
}

.fy-list-left .piclist li .pic {
    width: 120px;
    height: 90px;
    display: block;
    float: left;
    _display: inline;
    margin-right: 20px;
}

.fy-list-left .piclist li .pic img {
    width: 120px;
    height: 90px;
}

.fy-list-left .piclist li h4 {
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.fy-list-left .piclist li h4 a {
    color: #444;
    font-size: 20px;
}

.fy-list-left .piclist li .resume {
    color: #9D9D9D;
    font-size: 14px;
    line-height: 28px;
    padding: 4px 0 0;
	height: 56px;
    overflow: hidden;
}

.fy-list-left .piclist li .resume a {
    color: #000;
}

.fy-list-left .piclist li .resume a:hover {
    color: #F26C36;
}
.fy-list-right {
    width: 310px;
    margin-left: 50px;
}

/*ï¿½ï¿½ï¿½ï¿½Ä¿ï¿½Ò±ï¿½*/
.team-list{width:310px;height:643px;overflow:hidden;}
.team-list ul{}
.team-list ul li{padding:20px 0;height:120px;border-bottom:1px solid #E8E8E8;}
.team-list ul li .photo{width:90px;height:120px;display:block;float:left;margin-right:20px;}
.team-list ul li .photo img{width:90px;height:120px;}
.team-list ul li h4{height:30px;text-align:left;}
.team-list ul li h4 a{font-size:20px;margin-right:10px;}
.team-list ul li h4 span{color:#9D9D9D;font-size:12px;}
.team-list ul li p{color:#9D9D9D;height:40px;line-height:20px;overflow:hidden;font-size:12px;margin-top:4px;}
.team-list ul li .more{width:70px;height:22px;line-height:22px;background:#901131;border-radius:5px;display:block;text-align:center;float:right;color:#fff;font-size:12px;margin-top:24px;}

.newlawyer{width:310px;}
.newlawyer ul{margin-top:10px;}
.newlawyer ul li{line-height: 34px;height: 34px;overflow: hidden;background: url(../images/list_bg.jpg) no-repeat left 15px;padding-left: 15px;}
.newlawyer ul li a {color: #666;}

/*ï¿½ï¿½ï¿½ï¿½Ò³*/
.show {
    width: 840px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
}

.show h2 {
    font-size: 22px;
    line-height: 30px;
    color: #444;
    font-weight: bold;
}

.show h4 {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #777;
    margin-top: 25px;
}

.show .article {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    color: #777;
}

.show .article p {
    padding: 10px 0;
    line-height: 28px;
}
