

/**************** 律所简介 about-intro ****************/
.about-intro{
	width: 100%;
	padding-bottom: 20px;
}
.about-intro .con-wrap{
	height:457px;
}
.about-intro .con-wrap:after{
	content: "";
	display: block;
	clear: both;
}
.about-intro .con-wrap .left{
	width: 600px;
	height: 100%;
	float: left;
	position: relative;
}
.about-intro .con-wrap .left .list{
	width: 100%;
	height: 100%;
}
.about-intro .con-wrap .left .list .item{
	width: 100%;
	height: 100%;
	display: none;
}
.about-intro .con-wrap .left .list .item.active{
	display: block;
}
.about-intro .con-wrap .left .list .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-intro .con-wrap .left .lb-btn-box{
	position: absolute;
	bottom: 30px;
	right: 0;
	text-align: right;
	padding-right: 20px;
}
.about-intro .con-wrap .left .lb-btn-box span{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #cccccc;
	margin: 0 5px;
}
.about-intro .con-wrap .left .lb-btn-box span.active{
	background: #5599ff;
}
.about-intro .con-wrap .right{
	width: 600px;
	height: 100%;
	float: left;
	background-color: #f6f6f6;
	background-image: url(../images/aboutus/about-intro-bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	overflow: hidden;
	padding: 0 40px;
	padding-top: 40px;
}
.about-intro .con-wrap .right p{
	font-size: 20px;
	line-height: 54px;
    font-weight: 500;
	text-indent: 2em;
}

/**************** 服务 about-service ****************/
.about-service{
	width: 100%;
	height: 639px;
	background-image: url(../images/aboutus/about-service-bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.about-service .module-title{
	padding-bottom: 73px;
}
.about-service .module-title h2 span,
.about-service .module-title p{
	color: #fff;
}
.about-service .list:after{
	content: "";
	display: block;
	clear: both;
}
.about-service .list .item{
	width:274px;
	float:left;
	margin-left:34px;
	position:relative;
	background:#fff;
}
.about-service .list .item:nth-of-type(1){
	margin-left: 0;
}
.about-service .list .item .line-box{
	display: block;
}
.about-service .list .item .pic-box{
	font-size: 0;
}
.about-service .list .item .pic-box img{
	width: 100%;
}
.about-service .list .item .txt-box{
	padding: 20px 16px;
}
.about-service .list .item .txt-box .title{
	font-size:24px; 
	color:#a98442;
	text-align: center;
	font-weight: 600;
}
.about-service .list .item .txt-box p{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding-top:10px;
}
.about-service .list .item:hover{
	top: -30px;
	box-shadow: 0 0 20px 0 #9c9c9c;
}

/**************** 泰仁文化 about-culture ****************/
.about-culture{
	width: 100%;
	padding-bottom: 50px;
}
.about-culture .module-title{
	padding-bottom: 50px;
}
.about-culture .list:after{
	content: "";
	display: block;
	clear: both;
}
.about-culture .list .item{
	width:248px;
	float:left;
	margin-left:69px;
	position:relative;
	background:#f0f0f0;
}
.about-culture .list .item:nth-of-type(1){
	margin-left: 0;
}
.about-culture .list .item .line-box{
	display: block;
}
.about-culture .list .item .pic-box{
	font-size: 0;
}
.about-culture .list .item .txt-box{
	min-height: 56px;
	padding: 10px 12px 15px;
	text-align: center;
}
.about-culture .list .item .txt-box p{
	font-size:16px;
	color:#22223d;
	line-height:22px;
}
.about-culture .list .item:hover{
	top: -30px;
	box-shadow: 0 0 20px 0 #9c9c9c;
}
