@charset "utf-8";
/*about zyr
 * 内容：小顶法律网-首页
 * 2017-8-28
 */
/*公用 start*/
.box1{background: #f7f7f7;position: relative;}
.tt-H3{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 30px;
}
.tt-H3 span{
	float: left;
	font-size: 28px;
	color: #565656;
	line-height: 30px;
	border-left: 6px solid #13b3b3;
	padding-left: 10px;
	font-weight: bold;
}
.more-look{
	color: #b41500;
	font-size: 16px;
    line-height: 30px;
}
.more-look:hover{text-decoration: underline;}
.red{color: #10bbb8;}
/*公用 end*/
/*banner start*/
/*案件解答 start*/
.answer-box{
	width: 260px;
	position: absolute;
	left: 50%;
	margin-left: 339px;
	top: 10px;
	z-index: 99;
}
.banner-form{
	width: 100%;
	height: 346px;
	border-radius: 2px;
	background:url(../images/transparent20.png) repeat;
	text-align: center;
	line-height: 0;
}
.banner-form>h3{
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	padding: 22px 0 7px;
}
.banner-form>p{
	font-size: 14px;
	color: #fe8237;
	line-height: 16px;
	padding-bottom: 10px;
}
.input-box{
	width: 228px;
	position: relative;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	margin: 0 auto 10px;
}
.input-box>i{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 13px;
	top:11px;
}
.input-box input,.input-box textarea{
	padding-left: 45px;
	text-align: left;
	border: none;
	font-size: 14px;
	color: #fff !important;
   text-shadow: 0px 0px 0px #e5e5e5;
   -webkit-text-fill-color: transparent;
}
.input-box textarea{
	width: 173px;
	padding: 10px 10px 10px 45px;
	line-height: 20px;
	height: 70px;
	max-height: 70px;
	overflow: hidden;
}
.input-box input{
	width:183px ;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.banner-form button{
	width: 176px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	background: #fff;
	font-size: 20px;
	color: #10bbb8;
}
.txtMarquee-top{
	width: 100%;
	height: 120px;
	border-radius: 2px;
	background:url(../images/transparent20.png) repeat;
	margin-top: 10px;
	text-align: center;
}
.txtMarquee-top .bd,.top-list,.top-list li{
	width: 100%;
}
.txtMarquee-top .bd{padding: 9px 0;}
.top-list li{
	font-size: 14px;
	color: #e5e5e5;
	line-height:26px;
}
.top-list li span{padding: 0 20px;}
/*案件解答 end*/
/*banner end*/

/*优势 start*/
.adv-list{
	width: 100%;
	overflow: hidden;
}
.adv-list li{
	width: 20%;
	float: left;
	text-align: center;
	padding: 50px 0 45px;
}
.icons{background: url(../images/icons_03.png) no-repeat;}
.adv-list li i{
	width: 120px;
	height: 120px;
	border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.adv-list li .adv-icon2{background-position: -120px 0;}
.adv-list li .adv-icon3{background-position: -240px 0;}
.adv-list li .adv-icon4{background-position: -360px 0;}
.adv-list li .adv-icon5{background-position: -480px 0;}
.adv-list li p{
	font-size: 20px;
	color: #333;
	line-height: 22px;
	padding: 11px 0 13px;
}
.adv-list li span{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.adv-list li i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #13b3b3;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.adv-list li:hover  i{
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.adv-list li:hover i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.adv-list li:hover p{color: #10bbb8;}
/*优势 end*/
/*找律师 start*/
.layer-box{
	min-width: 1200px;
	position: relative;
}
.batch-btn{
	position: absolute;
    right: 19px;
    bottom: 55px
}
.batch-icon{
	width:15px;
	height: 15px;
	background-position: 0 -120px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.batch-btn a{
	font-size: 18px;
	color: #13b3b3;
	line-height: 32px;
}
.batch-btn:hover i{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.batch-btn:hover a{text-decoration: underline;}
.lawyer-tab{
	width: 100%;
	overflow: hidden;
}
.lawyer-tab>a{
	width: 74.4px;
	height: 32px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	float: left;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 5;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.lawyer-tab>a:first-child{margin-left: 0 !important;}
.lawyer-tab>a:before,
.lawyer-tab>a:after{
	content: '';
    position: absolute;
    width: 42px;
    height: 0;
    background: #10bbb8;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.lawyer-tab>a:before{
    left: 0;
    top: 0;
}
.lawyer-tab>a:after{
   right: 0;;
   bottom: 0;
}
.lawyer-tab>a:hover{
	border-color: #10bbb8;
	color: #fff;
}
.lawyer-tab .active{
	border-color: #10bbb8;
	color: #fff;
}
.lawyer-tab>a:hover:before,
.lawyer-tab>a:hover:after{
	height: 32px;
}
.lawyer-tab .active:before,
.lawyer-tab .active:after{height: 32px;}
.lawyer-list{
	width:100%;
	padding: 30px 0 80px;
	overflow: hidden;
	margin-left: -5px;
}
.lawyer-list li{
	width: 230px;
	height: 260px;
	float: left;
	margin:0 0 20px 10px ;
	text-align: center;
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
}
.member-image{
    border-bottom: 4px solid #13b3b3;
    height: 180px;
    overflow: hidden;
    width: 100%;
    transition: 0.4s;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.member-image img{
    width: 100%;
    vertical-align: bottom;
}
.member-info{
    transition: 0.4s;
}
.member-info h3 {
	line-height: 18px;
	padding: 19px 0 9px;
	font-size: 16px;
	color: #333;
}
.member-info h5 {
	line-height: 16px;
	font-size: 14px;
	color: #666;
}
.member-info p{
	font-size: 14px;
	height: 48px;
    line-height: 24px;
    color: #666;
   margin: 12px 25px 16px;
   overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.member-info a {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
    background-color: #13b3b3;
    left: 0;
    bottom: 0;
    transition: 0.4s;
}
.lawyer-list li:hover .member-image{
    height: 81px;
    transition: 0.4s;
}
.lawyer-list li:hover p{margin-top:7px;}
/*找律师 end*/

/*找律所+案件委托  start*/
.office-box,.office-list,.entrust-list{
	width: 100%;
}
.office-box{padding-bottom: 55px;}
.city-box a{
	font-size: 20px;
	color: #666;
	line-height: 22px;
	padding: 0 13px;
	border-left: 1px solid #ccc;
}
.city-box a:first-child{border: none !important;}
.city-box a:hover{color: #10bbb8;}
.city-box .cur{color: #10bbb8;}
.office-list,.entrust-list{
	overflow: hidden;
}
.office-list>a{
	width:232px;
	height: 140px;
	float: left;
	text-align: center;
	margin-left: 10px;
   -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;   
    background: #fff;
}
.office-list>a:first-child{margin-left: 0 !important;}
.office-list a:before{
     content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    top: 0;
    background: #13b3b3;
    height:3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.office-list a:hover:before{
    left: 0;
    right: 0;
}
.office-list>a img{
	width: 100%;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}
/*法律案例 start*/
.box2{
	background: url(../images/case-bg_02.jpg) no-repeat center top;
}
.corlorfff span,.corlorfff a{color: #fff;border-color: #fff;}
.case-list{
	width: 100%;
	background: url(../images/transparent-fff30.png) repeat;
	padding: 15px 0;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 61px;
}
.case-list a{
	width: 530px;
	float: left;
	margin: 0 35px;
	height: 59px;
	line-height: 59px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px dashed #bdc1c8;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.case-list a span{
	font-size: 14px;
	color: #bdc1c8;
	padding-left: 15px;
}
.case-list a:nth-child(9),
.case-list a:nth-child(10){border-bottom: none !important;}
.case-list a:hover span,.case-list a:hover{
	color: #da9d36;
}
/*法律案例*/

/*案件委托 start*/
.tt1-H3{
	width: 350px;
	margin: 0 auto;
	padding: 30px 0 10px;
}
.tt1-H3 span{
	font-size: 20px;
	font-weight: normal;
	color: #565656;
	border-width: 3px;
	padding-left: 10px;
	line-height: 22px;
}
.tt1-H3 a{font-size: 14px;}
.entrust-list>li{
	width: 32%;
	float: left;
	margin-left: 2%;
}
.entrust-list>li:first-child{margin-left: 0;}
.case-box{
	height: 424px;
	border: 1px solid #e5e5e5;
}
.case-box .tt1-H3{
	width: 350px;
}
.ask-list{
	width: 360px;
	margin: 0 auto;
}
.ask-list>li,.ask-list>li p{
	width: 95%;
}
.ask-list>li{
	padding: 19px 0;
	border-top: 1px solid #e7e7e7;
}
.ask-list>li p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	position: relative;
	padding-left: 25px;
}
.ask-list>li p span{
	font-family: impact;
	font-size: 20px;
	color: #10bbb8;
	position: absolute;
	left: 0;
	top: -2px;
}
.ask-list>li p:first-child{
	font-size:16px !important;
	color: #333 !important;
	padding-bottom: 6px !important;
}
.ask-list>li p:first-child span{
	color: #97D3CB !important;
}
/*委托流程 start*/
.case-box2{
	text-align: center;
}
.case-box2>p{
	font-size: 20px;
	color: #565656;
	line-height: 22px;
	padding: 28px 0 0;
}
.flow-list{
	width:326.66px ;
	padding: 27px 30px 0;
	overflow: hidden;
}
.flow-list>li{
	width: 33.33%;
	float: left;
	text-align: center;
	min-height: 171px;
}
.flow-list>li>i{
	width: 76px;
	height: 78px;
	background-position: 0 -175px;
}
.flow-list>li .flow-icon2{background-position: -76px -175px;}
.flow-list>li .flow-icon3{background-position: -152px -175px;}
.flow-list>li .flow-icon4{background-position: -228px -175px;}
.flow-list>li .flow-icon5{background-position: -304px -175px;}
.flow-list>li .flow-icon6{background-position: -380px -177px;}
.flow-list>li>p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	padding: 10px 0 29px;
}
.flow-list .on i{
	background-position: 0 -253px;
    animation: hot 0.5s linear 1;
    -moz-animation: hot 0.5s linear 1;
    -webkit-animation: hot 0.5s linear 1;
    -moz-animation: hot 0.5s linear 1;
    -ms-animation: hot 0.5s linear 1;
    -o-animation: hot 0.5s linear 1;
}
.flow-list .on .flow-icon2{background-position: -76px -253px;}
.flow-list .on .flow-icon3{background-position: -152px -253px;}
.flow-list .on .flow-icon4{background-position: -228px -253px;}
.flow-list .on .flow-icon5{background-position: -304px -253px;}
.flow-list .on .flow-icon6{background-position: -380px -255px;}
.flow-list .on p{color: #13b3b3;}
/*委托流程 end*/
/*发布案件 start*/
.issue-form{
	text-align: center;
	line-height: 0;
}
.issue-form>h4{
	font-size: 20px;
	color: #333;
	padding: 25px 0 8px;
	line-height: 22px;
}
.issue-form>p{
	font-size: 14px;
	color: #10bbb8;
	padding-bottom:10px;
	line-height: 16px;
}
.issue-input{
	width: 344px;
	margin:  0 auto 10px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.issue-input>i{
	width: 18px;
	height: 18px;
	position: absolute;
    left: 13px;
    top: 11px;
}
.pulics-icons.areo-icon{
	width: 20px;
	height: 20px;
	background-position: -50px -59px;
}
.issue-input input{
	width: 301px;
	padding-left: 45px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.issue-input textarea{
	width: 291px;
	font-size: 14px;
	line-height: 24px;
	height: 74px;
	padding: 10px 10px 10px 45px;
	overflow: hidden;
}
.issue-form button{
	width: 230px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background: #10bbb8;
}
/*找律所+案件委托  end*/

/*服务领域 start*/
.serve-list{
	width:1180px ;
	overflow: hidden;
	padding: 0 10px 65px;
}
.serve-list li{
	width: 16.2%;
	height: 200px;
	text-align: center;
	float: left;
	background: #fff;
	border-left: 1px solid #e6e6e6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.serve-list li a{
	width: 100%;	
	height: 200px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.serve-list li a:before,
.serve-list li a:after{
   content: '';
    position: absolute;
    width: 0;
    height: 100px;
    background: #13b3b3;
    -webkit-transition:all .8s;
    transition:all .8s;
    z-index: -1;
}
.serve-list li a:before{
   left: 0;
    top: 0;
}
.serve-list li a:after {
    right: 0;
    bottom: 0;
}
.serve-list li:hover  a:before,.serve-list li:hover  a:after{
   width: 100%;
}
.serve-list li i{
	width: 60px;
	height: 60px;
	margin: 55px 0 17px;
	background-position: 0 -335px;
}
.serve-list li:first-child,.serve-list li:nth-child(8){border: none !important;}
.icons.serve-icon2{background-position: -60px -335px;}
.icons.serve-icon3{background-position: -120px -335px;}
.icons.serve-icon4{background-position: -180px -335px;}
.icons.serve-icon5{background-position: -244px -335px;}
.icons.serve-icon6{background-position: -302px -335px;}
.icons.serve-icon7{background-position: -360px -335px;}
.icons.serve-icon8{background-position: -420px -335px;}
.icons.serve-icon9{background-position: -480px -335px;}
.icons.serve-icon10{background-position: -540px -335px;}
.icons.serve-icon11{background-position: -600px -335px;}
.icons.serve-icon12{background-position: -660px -335px;}
.icons.serve-icon13{background-position: -720px -335px;}
.icons.serve-icon14{background-position: -785px -335px;}
.serve-list li:hover i{
	background-position: 0 -395px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.serve-list li:hover .serve-icon2{background-position: -60px -395px;}
.serve-list li:hover .serve-icon3{background-position: -120px -395px;}
.serve-list li:hover .serve-icon4{background-position: -180px -395px;}
.serve-list li:hover .serve-icon5{background-position: -244px -395px;}
.serve-list li:hover .serve-icon6{background-position: -302px -395px;}
.serve-list li:hover .serve-icon7{background-position: -360px -395px;}
.serve-list li:hover .serve-icon8{background-position: -420px -395px;}
.serve-list li:hover .serve-icon9{background-position: -480px -395px;}
.serve-list li:hover .serve-icon10{background-position: -540px -395px;}
.serve-list li:hover .serve-icon11{background-position: -600px -395px;}
.serve-list li:hover .serve-icon12{background-position: -660px -395px;}
.serve-list li:hover .serve-icon13{background-position: -720px -395px;}
.serve-list li:hover .serve-icon14{background-position: -785px -395px;}
.serve-list li:hover p{color: #fff;}
.serve-list li p{
	font-size: 20px;
	line-height: 22px;
	color: #333;
}
.line-serve{
	width: 1180px;
	height: 1px;
	background: #e6e6e6;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -590px;
	top: 50%;
	margin-top: 22px;
}
/*服务领域 end*/
/*法律文库 start*/
.wk-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.wk-list li{
	width: 380px;
	float: left;
	margin-left: 30px;
}
.wk-list li:first-child{margin-left: 0 !important;}
.wk-img{
	width: 100%;
	height: 192px;
	overflow: hidden;
	position: relative;
}
.wk-img img{
	width: 100%;
	min-width: 380px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wk-list li:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.wk-img p{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: url(../images/transparent50.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
.wk-text,.wk-text a{width: 100%;}
.wk-text{
	text-align: left;
	padding-top: 12px;
	line-height: 0;
}
.wk-text a{
	line-height: 52px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wk-text a:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #10bbb8;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.wk-text a:hover{
	border-color: #10bbb8;
	color: #10bbb8;
}
.wk-text a:hover:before{ right: 0;}
/*法律文库 end*/
/*动画 start*/
@-webkit-keyframes hot{
  from{
    transform: scale(1.2);
    opacity: 0;    
  }
  to{
    transform:  scale(1);
    opacity: 1;  
  }
}
@-moz-keyframes hot{
  from{
    transform: scale(1.2);    
    opacity: 0;  
  }
  to{
     transform:  scale(1);
     opacity: 1;  
  }
}
@-ms-keyframes hot{
  from{
    transform: scale(1.2);    
    opacity: 0;  
  }
  to{
     transform:  scale(1);
     opacity: 1;  
  }
}
@-o-keyframes hot{
  from{
    transform: scale(1.2);    
    opacity: 0;  
  }
  to{
     transform:  scale(1);
     opacity: 1;  
  }
}
@keyframes hot{
  from{
    transform: scale(1.2);
    opacity: 0;  
  }
  to{
    transform:  scale(1);
    opacity: 1;  
  }
}
@-moz-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
@-ms-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
@-o-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
/*动画 end*/