@charset "utf-8";

/* 主体 */
.tit{
	width: 100%;
	text-align: center;
}
.tit h2{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
}
.tit h2::after{
	position: absolute;
	top: 40px;
	left: calc(50% - 25px);
	display: inline-block;
	content: " ";
	width: 50px;
	height: 2px;
	background-color: #00468E;
}
.zs-domain-main{
	width: 100%;
}
.zs-domain-main .tit{
	margin-top: 70px;
	margin-bottom: 40px;
}
.zs-domain-main .zs-domain-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs-domain-content .zs-domain-item{
	width: 31.66%;
	border: 1px solid #D8D8D8;
	margin-bottom: 15px;
}
.zs-domain-item-top{
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
}
.zs-domain-item-top img{
	height: 48px;
	margin-bottom: 20px;
}
.zs-domain-item-top h3{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.zs-domain-item-top p{
	font-size: 16px;
	line-height: 150%;
	color: #7F7F7F;
	text-align: left;
	min-height: 63px;
}
.zs-domain-item-bottom{
	width: 100%;
	padding: 0 10px;
}
.zs-domain-item-bottom ul{
	width: 100%;
}
.zs-domain-item-bottom ul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border-bottom: 1px solid #eeeeee;
}
.zs-domain-item-bottom ul li a{
	display: flex;
	width: 100%;
	align-items: center;
}
.zs-domain-item-bottom ul li a i{
	border: 1px solid #e50b1c;
	font-size: 12px;
	padding: 0px 2px;
	color: #e50b1c;
	font-weight: bold;
	border-radius: 2px;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
	margin: 0 2px;
}
.zs-domain-item-bottom>ul>li>a i:last-of-type{
	margin-right: 8px;
}
.zs-domain-item-bottom ul li a h4{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zs-domain-item-bottom ul li:hover{
	background-color: #f5f5f5;
}
.zs-domain-item-bottom ul li:hover a h4{
	color: #f65e12;
}
/* 按钮集 */
.buttonbox{
	margin: 34px auto 20px;
	text-align: center;
}
.buttonbox a{
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 180px;
	border: 1px solid #00468E;
	border-radius: 25px;
	font-size: 16px;
	color: #00468E;
	display: inline-block;
	position: relative;
	margin: 0 25px;
}
.buttonbox a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00468E;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: all .3s ease-out;
}
.buttonbox a:hover{
	background-color: #00468E;
	color: #fff;
}
.buttonbox a:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

/* 律师团队 */
.zs-domain-team{
	width: 100%;
}
.zs-domain-team .tit{
	margin-top: 70px;
	margin-bottom: 40px;
}
.zs-domain-team-list{
	width: 100%;
}
.zs-domain-team-list ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.zs-domain-team-list ul li{
	width: 25%;
	background-color: #f7f7f7;
	position: relative;
	padding: 10px 5px 27px 5px;
	transition: transform .5s ease-out 0s,background-color .5s ease-out 0s;
	top: 0;
	cursor: pointer;
	margin: 10px 0px 5px 0px;
}
.zs-domain-team-list .pro-img{
	display: block;
	overflow: hidden;
	position: relative;
}
.zs-domain-team-list .pro-img img{
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-out 0s;
}
.zs-domain-team-list .pro-tit{
	position: relative;
}
.zs-domain-team-list .pro-tit .pro-tit-left{
	padding-left: 20px;
}
.zs-domain-team-list .pro-tit .pro-tit-left p:nth-child(1){
	height: 24px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 18px;
	color: #666;
	font-size: 18px;
	width: 80%;
}
.zs-domain-team-list .pro-tit .pro-tit-left p:nth-child(2){
	height: 18px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	padding-right: 18px;
}
.zs-domain-team-list ul li:hover{
	background-color: #00468E;
	box-shadow: 0px 8px 30px #D5D5D5;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-sizing: border-box;
}
.zs-domain-team-list ul li:hover .pro-tit .pro-tit-left p{
	color: #fff;
}
.zs-domain-team-list ul li:hover .pro-img img{
	transform: scale(1.1);
}

/* 经典案例 */
.zs-domain-case{
	width: 100%;
	margin-bottom: 56px;
}
.zs-domain-case .tit{
	margin-top: 70px;
	margin-bottom: 40px;
}
.zs-domain-case-list{
	width: 100%;
}
.zs-domain-case-list ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.zs-domain-case-list ul li{
	width: 23%;
	cursor: pointer;
	margin-bottom: 20px;
}
.zs-domain-case-list ul li .case-img{
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}
.zs-domain-case-list ul li .case-img img{
	transition: all .3s ease-out 0s;
	object-fit: cover;
	width: 100%;
}
.zs-domain-case-list ul li .case-tit{
	margin-top: 20px;
}
.zs-domain-case-list ul li .case-tit p{
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zs-domain-case-list ul li .case-tit time{
	margin-bottom: 10px;
	margin-top: 11px;
	position: relative;
	display: block;
}
.zs-domain-case-list ul li .case-tit time:before{
	border-bottom: 1px solid #ccc;
	margin-bottom: -10px;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}
@keyframes liner{
	0%  {width:10%; }
	30% {width:20%; }
	60% {width:60%; }
	100%{width:100%; }
}
.zs-domain-case-list ul li:hover .case-img img{
	transform: scale(1.2);
}
.zs-domain-case-list ul li:hover .case-tit p{
	color: #00468E;
}
.zs-domain-case-list ul li:hover .case-tit time:before{
	border-bottom: 1px solid #00468E;
	background: -webkit-gradient(linear,0 0 ,0 100%, from(#fff), to(#fff));
	-webkit-animation: liner 0.6s linear 1;
	-webkit-animation-fill-mode: both;
}

/* 详情 */
.zs-domain-detail-main{
	width: 100%;
}
/* 导航 */
.zs-domain-detail-nav{
	margin: 20px auto;
	text-align: right;
}
.zs-domain-detail-nav p{
	float: right;
	background: url(../img/syy_03.png) left no-repeat;
	padding-left: 28px;
	color: #666666;
	font-size: 14px;
}
.zs-domain-detail-nav p a,.zs-domain-detail-nav p span{
	display: inline-block;
	font-size: 14px;
	color: #666666;
}
.zs-domain-detail-nav p a:hover{
	color: #00468E;
}
/* 主体 */
.zs-domain-detail-content{
	width: 100%;
	margin: 110px auto 60px;
}
.domain-detail-content1{
	margin-bottom: 70px;
}
.domain-detail-content1 .content1-left{
	width: 45%;
	position: relative;
	margin-bottom: 15px;
	margin-right: 55px;
}
.domain-detail-content1 .content1-left::after{
	position: absolute;
	content: "";
	background: #eeeeee;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	z-index: -1;
}
.domain-detail-content1 .content1-left img{
	width: 100%;
}
.domain-detail-content1 .content1-right{
	
}
.domain-detail-content1 .content1-right h2{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
}
.domain-detail-content1 .content1-right span{
	width: 66px;
	height: 4px;
	background: #00468E;
	display: block;
	margin: 15px auto;
	margin-left: calc(50% - 16px);
}
.domain-detail-content1 .content1-right p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}
.domain-detail-content2{
	width: 100%;
	margin-bottom: 60px;
}
.dongtai h3{
	position: relative;
	padding: 12px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}
.dongtai h3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 77px;
    height: 2px;
    background: #00468E;
}
.domain-detail-content2 .content2-txt{
	font-size: 16px;
	color: #333;
	font-weight: 300;
	margin-top: 40px;
	line-height: 28px;
}
.domain-detail-content3{
	width: 100%;
}
.domain-detail-content3 ul{
	margin-top: 30px;
	background: #fafafa;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 25px 35px;
}
.domain-detail-content3 ul li{
	width: 47.5%;
	float: left;
}
.domain-detail-content3 ul li a{
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 29px;
	background: url(../img/l-img_07.png) left 10px no-repeat;
	padding-left: 25px;
}
.domain-detail-content3 ul li a:hover{
	color: #00468E;
	font-weight: bold;
}









/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-domain-content .zs-domain-item{width: 100%;}
	.zs-domain-team-list ul{flex-wrap: wrap;}
	.zs-domain-team-list ul li{width: 50%;}
	.zs-domain-case-list ul{flex-wrap: wrap;}
	.zs-domain-case-list ul li{width: 48%;}
	.buttonbox{margin: 30px auto 20px;display: flex;flex-wrap: nowrap;justify-content: space-around;}
	.buttonbox a{width: 40%;font-size: 14px;height: 40px;line-height: 40px;margin: 0;}

	.zs-domain-detail-content{margin-top: 30px;}
	.domain-detail-content1{margin-bottom: 30px;}
	.domain-detail-content1 .content1-left{width: 100%;margin-right: 0;}
	.domain-detail-content1 .content1-right span{height: 2px;margin: 10px auto;margin-left: 0;}
	.domain-detail-content1 .content1-right h2{font-size: 20px;}
	.domain-detail-content1 .content1-right p{font-size: 14px;}
	.domain-detail-content1 .content1-left::after{position: unset;}
	.dongtai h3{font-size: 16px;}
	.domain-detail-content2{margin-bottom: 30px;}
	.domain-detail-content2 .content2-txt{margin-top: 20px;font-size: 14px;}
	.domain-detail-content3 ul li{width: 100%;}
	






}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-domain-content .zs-domain-item{width: 49%;}
	.domain-detail-content1 .content1-left{margin-right: 22px;}
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.domain-detail-content1 .content1-left{margin-right: 34px;}
}
/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1439px) {
	.domain-detail-content1 .content1-left{margin-right: 42px;}
}