	/* 产品详情页 带缩略图 多图轮动切换css */
		.picFocus{ float:left; width:100%; max-width: 960px;  position:relative;  overflow:hidden;  zoom:1;  }
		.picFocus:after,.picFocus .hd:after,.picFocus .bd:after{ content:'';clear: both; display: block;	font-size:0;}
		.picFocus .hd{ float:left; width:100%; overflow:hidden;  box-sizing:border-box;  padding:15px 0;}
		.picFocus .hd ul{ float:left; width:100%; overflow:hidden; zoom:1; }
		.picFocus .hd ul li{ float:left; width:100px; height:100px; overflow:hidden;  border:2px solid #999; cursor:pointer; margin-right:10px;margin-bottom:10px; text-align:center;  }
		.picFocus .hd ul li.on{  border:2px solid #FF4546; }
		.picFocus .hd ul li img{ height:100%; width: auto;   }
		
		.picFocus .bd{ float:left; width:100%; max-width: 960px;  border:#999 1px solid; box-sizing:border-box;}
		.picFocus .bd li{ float:left; width:100%; height:600px; overflow:hidden; text-align: center; }
		.picFocus .bd img{ height:100%; width: auto;  }
		

@media screen and (max-width:800px){
    .picFocus .bd li{  height:500px;  }
}



.proTxt:after,.canshubiao:after{ content: ''; clear: both; display: block; font-size: 0;}
.proTxt {box-sizing:border-box; padding-left:50px; position:relative;
	width: 700px;
	float: left;
}
.proTxt h2 {
	font-size: 24px; color:#222;
	line-height: 26px; margin-bottom:15px;
	font-weight: normal;
	position: relative;
}

.proTxt h2:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 5px;
	width: 4px;
	height: 20px;
	background-color: #2367B5;
	overflow: hidden;
}

.proTxt h2 span {
	font: bold 16px/44px Arial, "宋体";
	color: #777;
}
.proTxt p {font-size:16px; line-height:1.8;}
.cont_view{float:left; display:block; width:100%; margin-top:22px;}
.cont_view dt{float:left; display:block; width:20%;font-size: 24px; color:#222;}
.cont_view dt i{font-size: 20px; color:#ff9900;}
.cont_view dd{float:left; display:block; width:80%;font-size:16px; line-height:1.6;}
h2.content_hh{  float:left; display:block; width:100%; box-sizing:border-box; border-bottom:#EEE 1px solid; height:20px; margin-bottom:20px;}
h2.content_hh span{  color:#1388F3;font-size:17px; line-height:40px; background:#FFF; padding:0 12px 0 2px; }

ul.canshubiao{  float:left; display:block; width:100%; box-sizing:border-box; padding-left:2%; }
ul.canshubiao li{float:left;min-width:50%; color:#666;font-size:15px; line-height:25px;height:25px; overflow:hidden; margin-bottom:7px;}
ul.canshubiao li.price{width:100% !important; font-size:20px; line-height:45px;height:45px;}
ul.canshubiao li.price span{ color:#F00;font-size:30px; }
ul.canshubiao li a:hover,ul.rnav li a.hover{  color:#1388F3; text-decoration:underline;}
.proTxt p.bz_btm {	padding: 10px;}
		/* 律师团队css */
		.picScroll-left{ width:100%;  float:left; overflow:hidden;   }
		.picScroll-left .hd{ width:46%; float:left;}
		
		.picScroll-left .hd dl{ float:left; width:100%; }
		.picScroll-left .hd dt{ float:left; width:100%; padding:30px 0;}
		.picScroll-left .hd dd{ float:left; text-align:center;}
		.picScroll-left .hd .prev,
		.picScroll-left .hd .next{ display:block;  width:70px; height:24px; line-height:24px; overflow:hidden; margin-right:5px;  cursor:pointer; background: #DDD;transition: all ease-out 0.3s; color:#999; border:#CCC 1px solid;}
		.picScroll-left .hd .prev:hover,
		.picScroll-left .hd .next:hover{  background: #ff9900; color:#FFF; }
		
		.picScroll-left .bd{width:54%; float:left;  }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;float:left;width:100%;}
		.picScroll-left .bd ul li{ margin-left:2%; width:48%; max-height:405px; float:left; _display:inline; overflow:hidden; text-align:center; position:relative; }
		.picScroll-left .bd ul li img{ width:100%; display:block;transition: all ease-out 0.3s;}
		.picScroll-left .bd ul li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
		.picScroll-left .bd ul li p{ background:#FFF;  font-size:1em; line-height:2.4; text-align:center;  }
		
		/* 新闻轮播 css */
		.slideTxtBox{ width:100%;  float:left; overflow:hidden; }
		.slideTxtBox .hd{ width:100%;  float:left;  line-height:30px;  position:relative; }
		.slideTxtBox .hd h2{float:left;  width:50%; font-weight: 540;  font-size: 1.5em; line-height: 1.4; color: #222;}
        .slideTxtBox .hd h2 span {font-weight:normal;font-size:0.7em; color:#999; padding-left:10px; }
		.slideTxtBox .hd ul{ width: auto; float:right;   }
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
		.slideTxtBox .hd ul li.on{ height:30px;  background: #09C; color:#FFF;}
		
		.slideTxtBox .bd dl{ width:100%;  float:left; zoom:1; padding-top:22px;}
		.slideTxtBox .bd dt{ width:45%;  float:left; position:relative; overflow:hidden;}
		.slideTxtBox .bd dt:hover img{width:100%;transition: all ease-out 0.3s;}
		.slideTxtBox .bd dt:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
		.slideTxtBox .bd dt a p{  position: absolute; left:0; right:0; bottom:0; font-size: 1em; line-height:36px;height:36px; overflow:hidden; color: #333; font-weight:500; background:rgba(0,0,0,0.8); color:#FFF; text-align:center;}
		.slideTxtBox .bd dd{ width:50%;  float:left; margin-left:5%; box-sizing:border-box; padding:16px ; border-top:#E4E4E4 1px solid;position:relative;}
		.slideTxtBox .bd dd a{ font-size: 0.95em; line-height: 1.5; color: #777; }
		.slideTxtBox .bd dd a h2{ font-size: 1.1em; line-height: 1.7; color: #333; font-weight:500;}
		.slideTxtBox .bd dd a:hover h2{  color: #0B6ECA; }
		.slideTxtBox .bd dd a p{ padding-left:15px;}
        .slideTxtBox .bd dd a span{ color: #999;font-size: 0.7em;}
.slideTxtBox .bd dd:hover{ background:#FFF;}
.slideTxtBox .bd dd:before {content: "\f178"; font-family: "FontAwesome";position:absolute; right:30px; top:20px; transition: all .36s ease;color: #999;}
.slideTxtBox .bd dd:hover:before {right:-30px;  }  

.slideTxtBox .bd dd:after {	content: "\f178"; font-family: "FontAwesome";position:absolute; right:60px; top:20px; transition: all .36s ease;color: #999;opacity:0;}
.slideTxtBox .bd dd:hover:after {	opacity:1;  right:30px;	}
		/* 下面是前/后按钮代码，如果不需要删除即可 */
		/*.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }*/
@media screen and (max-width:1030px){
	.picScroll-left .bd ul li{  width:260px;  }




}		
@media screen and (max-width:800px){
	/* 产品详情页 带缩略图 多图轮动切换css */
		.picFocus .hd{  width:100%;margin-left:0;margin-top:5px; }
		.picFocus .hd ul li{max-width:100px;   margin-bottom:5px; margin-right:5px; }
		.picFocus .bd{  width:99%; border:#ddd 1px solid; }
		
		/* 律师团队css */
		.picScroll-left .hd{ width:100%; }
		.picScroll-left .hd dl{ margin:0 1%; width:98%; }
		.picScroll-left .bd{width:100%; }
		.picScroll-left .bd ul li{ margin:1%; width:48% !important; max-height:255px;}


		/* 新闻轮播 css */
		.slideTxtBox .hd h2{width:100%; text-align:center;}
        .slideTxtBox .hd ul{ width:100%;float: none; margin:0 auto; box-sizing:border-box; padding-left:10%;}
		.slideTxtBox .bd dt{ width:100%; }

		.slideTxtBox .bd dd{ width:100%;  margin-left:0; }


}