/*css初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {color:#666666; font-size:14px; font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 {font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal;}
a { color:#333; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; display: block;  margin:0px auto;}
ol,ul,li { list-style:none; }
i{
	 font-style:normal;
}
u{
	text-decoration: none;
}
a:hover{
	/* color:#287eff; */
}
a:visited{
	background: none !important;
}
a:focus{outline:none;}
.w:after{content: ""; display: block;  height: 0; clear: both;}
.w{width: 1200px;margin: 0px auto;}
.l{float: left;}
.r{float: right;}
.clear{clear:both;}
.block{
	display:block !important;
}
button,input{
	outline:none;
}
button{
	cursor:pointer;
}
img{
	display:block;
	margin:0px auto;
}
/*清除浮动*/
li:after{content: ""; display: block;  height: 0; clear: both;}
ul:after{content: ""; display: block;  height: 0; clear: both;}
ol:after{content: ""; display: block;  height: 0; clear: both;}
div:after{content: ""; display: block;  height: 0; clear: both;}
h2:after{content: ""; display: block;  height: 0; clear: both;}
h3:after{content: ""; display: block;  height: 0; clear: both;}
h4:after{content: ""; display: block;  height: 0; clear: both;}
h5:after{content: ""; display: block;  height: 0; clear: both;}

/*公共部分*/
/*面包屑导航*/
.mianbaoxie{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ebebeb;
}
.fenye{
	width: 380px;
	margin:40px auto;
}
.index_nav{
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
	opacity: 0;
}

/* 本例子css */
.slideBox{width:100%;height:auto; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; margin-left:-130px;left:50%; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ 
	float:left; 
	margin-right:16px; 
	width:70px; 
	height:6px; 
	line-height:14px;
	text-align:center;
	background:#b5cbdf;
	cursor:pointer;
}
.slideBox .hd ul li.on{ background:#2c515e; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:auto; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .btns a{
	position:absolute;
	margin-top:-25px;
	display:block;
	width:50px;
	height:50px;
}
.slideBox .prev{
	left:3%;
	top:50%;
	background:url('../images/btn_prev.png') center no-repeat;
}
.slideBox .prev:hover{
	background:url('../images/btn_prev_hover.png') center no-repeat;
}
.slideBox .next{
	right:3%;
	top:50%;
	background:url('../images/btn_next.png') center no-repeat;
}
.slideBox .next:hover{
	background:url('../images/btn_next_hover.png') center no-repeat;
}
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/* 本例子css */
.picScroll-left{ 
	width:1200px;
	overflow:-hidden;
	position:relative;
}
.picScroll-left .prev{
	display:block;
	width:40px; 
	height:40px;
	overflow:hidden;
	cursor:pointer; 
	position: absolute;
	top:100px;
	left:-45px;
	background:url('../images/picScroll_left1.png') no-repeat center;
	z-index:999;
}
.picScroll-left .prev:hover{
	background:url('../images/picScroll_left2.jpg') no-repeat center;
}
.picScroll-left .next{
	display:block;
	width:40px; 
	height:40px;
	overflow:hidden;
	cursor:pointer; 
	position: absolute;
	top:100px;
	right:-45px;
	background:url('../images/picScroll_right1.png') no-repeat center;
	z-index:999;
}
.picScroll-left .next:hover{
	background:url('../images/picScroll_right2.jpg') no-repeat center;
}
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ 
    margin-bottom: 56px !important;
    width: 260px;
    /* padding: 0px 17px; */
    height: 346px;
    margin: 0 17px;
    float: left;
    _display: inline;
    overflow: -hidden;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.picScroll-left .bd ul li:hover{
	box-shadow:0px 0px 10px #CCC;
}
.picScroll-left .bd ul li:hover .bottom{
	color:#FFF;
	background: #266fbe;
}
.picScroll-left .bd ul li .top{
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.picScroll-left .bd ul li .top img{
	width: 100%;
}
.picScroll-left .bd ul li .bottom{
	padding-bottom:25px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.picScroll-left .bd ul li .bottom h2{
	font-size:20px;
	font-weight:100;
	padding-top:20px;
	padding-bottom: 8px;
}
.picScroll-left .bd ul li .bottom p{
	width: 168px;
	margin:0px auto;
}

.index_more{
	background: #60afff;
	color:#FFF;
	width: 80px;
	height: 32px;
	line-height:32px;
	text-align: center;
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.index_more:hover{
	background: #266fbe;
}

/* 导航条 */
.nav{
	height: 60px;
	line-height: 60px;
	box-shadow:0px 1px 5px #EEE;
}
.nav h1{
	font-size:22px;
	color:#0b70ab;
}
.nav ul li{
	float: left;
	padding:0px 20px;
}
.nav ul li a{
	color:#888;
}
.nav ul .active a{
	color:#0b70ab;
}


/* 经典案例 */
.case .w{
	overflow: hidden;
}
.case .case_content{
	width: 1300px;
}
.case .case_content .block{
	width: 318px;
	height: 365px;
	background: #FFF;
	margin-right:3px;
	margin-bottom:3px;
	float: left;
	padding:40px;
}
.case .case_content .block img{
	width: 320px;
	height: 160px;
}
.case .case_content .block h2{
	font-size:16px;
	color:#333;
	padding-top:28px;
	padding-bottom:20px;
}
.case .case_content .block p{
	height: 40px;
	text-align: justify;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	color:#666;
}
.case .case_content .block .span1{
	padding-top: 20px;
	padding-bottom:30px;
	display: block;
	color:#aaaaaa;
}
.case .case_content .block a{
	color:#266fbe;
}

/* footer */
.footer{
	line-height:50px;
	background: #dcdcdc;
	text-align: center;
}


/*选项卡公共*/
.list_title{
	margin:0px auto;
	position: relative;
	left:30px;
}
.list_title li{
	float: left;
	padding:7px 14px;
	margin-left:15px;
	cursor: pointer;
	color:#333;
}
.list_title .active{
	color:#266fbe;
}
/*选项卡内容*/
.list_content{
	min-height:400px;
	padding-top:40px;
	padding-bottom: 40px;
}
.list_content li{
	display: none;
}

/*关于海蔚*/
.ablot .about_title{
	margin-top:75px;
	margin-bottom:88px;
}


/*律师团队*/
.team{}
.team .team_title2{
	padding-top: 70px;
	padding-bottom: 80px;
}

/*律师团队内容*/
.team_nr{
	padding-top:70px;
	padding-bottom: 150px;
}
.team_nr_content{
	padding-bottom: 50px;
}
.team_nr_content .left{
	width: 400px;
	overflow: hidden;
}
.team_nr_content .left img{
	max-width:400px;
}
.team_nr_content .right{
	width: 750px;
}
.team_nr_content .right h2{
	font-size:22px;
}
.team_nr_content .right h3{
	padding-top:7px;
	padding-bottom:22px;
}
.team_nr_content .right div p{
	padding-bottom: 10px;
	line-height:26px;
}


/*经典案例*/
.case_data{
	background: #f5f5f5;
}
.case_data .titles{
	background: #FFF;
	padding-top: 65px;
	padding-bottom:90px;
}
.case_data .w{
	margin-top:88px;
	padding-bottom:80px;
}


/*文章详细*/
.article_nr{
	padding-top:54px;
	padding-bottom: 80px;
}
.article_nr h2{
	text-align: center;
	font-size:26px;
}
.article_nr h3{
	text-align: center;
	color:#aaaaaa;
	font-size:16px;
	font-weight:100;
	padding-top:10px;
	padding-bottom:30px;
}
.article_nr .article_nr_nr{
	padding-bottom:100px;
	min-height:350px;
}


/* 联系我们 */
.lianxiwomen{
	padding-bottom:50px;
}
.lianxiwomen .lianxiwomen_title{
	margin-top:70px;
	margin-bottom:90px;
}
.lianxiwomen .ditu{
	margin-bottom:50px;
}
.lianxiwomen p{
	text-align: center;
	line-height:35px;
}



/* 遮罩层 */
.mask{
	top:0px;
	left:0px;
	width: 1920px;
	height: 1000px;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: fixed;
	z-index: 9999999;
	display: none;
}
.pop_up{
	width: 270px;
	height: 300px;
	background: #FFF;
	position: fixed;
	z-index: 99999999999;
	border-radius: 3px;
	left:50%;
	top:50%;
	margin-top:-150px;
	margin-left:-200px;
	padding:0px 50px;
	display: none;
}
.pop_up .pop_up_box{
	position: relative;
}
.pop_up .pop_up_btn{
	width: 14px;
	height: 14px;
	position: absolute;
	top:15px;
	right:-30px;
	border:none;
	background:url('../images/pop_up_btn.png') no-repeat center;
}
.pop_up h2{
	border-bottom: 1px solid #e7e7e8;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	padding:12px 0px;
	margin-bottom: 26px;
	position: relative;
	z-index: 9999;
}
.pop_up .yonghuming{
	border:1px solid #9e9e9e;
	background: #FFF;
	height: 34px;
	margin-bottom: 20px;
	border-radius: 3px;
	padding-left: 15px;
}
.pop_up .yonghuming input{
	display: block;
	width: 100%;
	border:none;
	background: #FFF;
	line-height: 33px;
	height: 32px;
}  
.pop_up .yonghuming input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
    -webkit-text-fill-color: rgba(204,204,204,1)!important;
}
.pop_up .mima{
	border:1px solid #9e9e9e;
	background: #FFF;
	height: 34px;
	margin-bottom: 20px;
	border-radius: 3px;
	padding-left: 15px;
}
.pop_up .mima input{
	display: block;
	width: 100%;
	border:none;
	background: #FFF;
	line-height: 34px;
	height:32px;
}
.pop_up .mima input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(204,204,204,1)!important;
}
.pop_up .denglu{
	display: block;
	height: 36px;
	background: #444a95;
	color:#FFF;
	text-align: center;
	border: none;
	width: 100%;
	border-radius: 2px;
	cursor:pointer;
}
.pop_up_box_img01{
	position: absolute;
	top:0px;
	left:-81px;
	z-index: -1;
}
.pop_up_box_img02{
	position: absolute;
	bottom:-72px;
	right:-81px;
	z-index: -1;
}
