html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #3e3a39;
	background-color: #fefdfa;
}
div, p, span, i, u, ul, ol, li, a, dl, dt, dd {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
i,u {
	font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
img{
	width: 100%;
	height: auto;
}
input{
	border: 0;/*清除自带的2px的边框*/
	padding: 0;/*清除自带的padding间距*/
	outline: none;/*清除input点击之后的黑色边框*/
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
textarea{
	border: 0;/*清除自带的2px的边框*/
	padding: 0;/*清除自带的padding间距*/
	outline: none;/*清除input点击之后的黑色边框*/
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.none{
	display: none !important;
}
.block{
	display: block;
}
.text_justify{
	text-align:justify
}
.dct_container{
	width: 100%;
	position: relative;
	background: linear-gradient(
		to bottom,
		#ffe6c6 0,
		#fefdfa 1rem, 
		#fefdfa 100%
	);
}
.dct_top{
	width: 100%;
	height: 2.85rem;
	background: url('../image/内容bg.png') no-repeat;
	background-size: 100%;
}
.dct_top_container{
	width: 14.75rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.dct_top_logo{
	width: 2.72rem;
	position: absolute;
	top: 0;
	left: 0;
}
.dct_top_content{
	width: 6.68rem;
	margin: 0 auto;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
	.container{
		width: 14.75rem;
		margin: 0 auto;
	}
	/*导航栏样式*/
	.header{
		z-index: 1;
		width: 100%;
	}
	.nav_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 0.86rem;
		line-height: 0.86rem;
		background-color: #e89455;
	}
	.nav_menu{
		display: flex;
		align-items: center;
		align-content: center;
	}
	.nav_menu_item{
		position: relative;
		width: 2.98rem;
	}
	.nav_menu_item_i{
		position: absolute;
		display: block;
		width: 0.01rem;
		height: 0.33rem;
		top: 0.26rem;
		left: 0;
		background-color: #f1bf99;
	}
	.nav_menu_item a.nav_menu_item_btn{
		display: block;
		height: 0.86rem;
		line-height: 0.86rem;
		padding: 0 0.1rem;
		text-align: center;
		font-size: 0.22rem;
		color: #fff;
	}
	.nav_menu_item:hover, .nav_menu_item.act{
		cursor: pointer;
		background: linear-gradient(to bottom, #f35e07, #ea8a47)
	}
	.nav_menu_item:hover .nav_son_list{
		height: auto;
		padding: 0.22rem 0;
	}
	/*主体内容*/
	/*主体标题*/
	.dct_cotainer_title{
		width: 100%;
		height: 1.8rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.dct_cotainer_title_right{
		width: 2.32rem;
		height: 0.03rem;
		background: linear-gradient(
			to right,
			#f35e07,
			transparent
		);
	}
	.dct_cotainer_title_left{
		width: 2.32rem;
		height: 0.03rem;
		background: linear-gradient(
			to left,
			#f35e07,
			transparent
		);
	}
	.dct_cotainer_title_text{
		padding: 0 0.39rem;
		height: auto;
		background: url("../image/切小图.png") no-repeat;
		background-position: -140px 55px;
		font-size: 0.36rem;
		color: #f35e07;
	}
	/*律所介绍内容*/
	.dct_introduction_container{
		width: 13.24rem;
		margin: 0 auto;
	}
	.dct_container_text{
		font-size: 0.24rem;
		line-height: 0.5rem;
		margin-bottom: 0.5rem;
		text-align: justify;
		text-align-last: left;
		text-justify: inter-ideograph;
		hyphens: auto;  /* 自动断词（英文） */
	}
	.dct_introduction_container_img{
		width: 11.97rem;
		height: 5.12rem;
		margin: 0 auto;
		margin-bottom: 0.5rem;
		background: url("../image/荣誉.png") no-repeat;
		background-size: 100%;
	}	
	/*刑事团队介绍*/
	.dct_team_container{
		width: 12rem;
		margin: 0 auto;
		text-align: center;
	}
	.dct_team_container_title{
		width: 100%;
	}
	.dct_team_container_title_top{
		height: 0.68rem;
		line-height: 0.68rem;
		font-size: 0.3rem;
		color: #f35e07;
	}
	.dct_team_container_title_slid{
		width: 100%;
		height: 0.01rem;
		background-color: #f35e07;
	}
	.dct_team_container_title_bottom{
		width: 100%;
		height: 0.75rem;
		line-height: 0.75rem;
		font-size: 0.26rem;
	}
	.dct_team_container_list{
		width: 13.26rem;
		background-color: linear-gradient(135deg,#fefdf9, #fef9f0, #fefdfa);
	}
	.dct_team_container_item{
		display: flex;
		align-items: center;
		position: relative;
		width: 10.85rem;
		height: 2.05rem;
		padding: 0.3rem 0.76rem 0.3rem 3.15rem;
		margin: 0 auto;
		margin-top: 0.45rem;
		border: 0.01rem solid #f35e07;
		border-radius: 0.25rem;
	}
	.dct_team_container_item_left{
		position: absolute;
		width: 2.4rem;
		height: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: space-around;
		top: 0.3rem;
		left: 0;
		border-right: 0.01rem solid #f35e07;
	}
	.dct_team_container_item_left img{
		width: 0.9rem;
		height: 0.7rem;
	}
	.dct_team_container_item_right{
		line-height: 0.46rem;
		text-align: left;
		font-size: 0.24rem;
	}
	.dct_team_container_item_text_list{
		position: relative;
		height: 0.75rem;
		line-height: 0.75rem;
		padding-left: 0.3rem; 
	}
	.dct_team_container_item_text_list i {
		position: absolute;
		display: block;
		width: 0.09rem;
		height: 0.09rem;
		border-radius: 50%;
		background-color: #f35e07;
		top: 0.33rem;
		left: 0;
	}
	/* 产品介绍 */
	.dct_project_nav{
		width: 100%;
		height: 0.8rem;
		padding-top: 0.2rem;
		display: flex;
		justify-content: center;
		border-bottom: 0.01rem solid #f35e07;
	}
	.dct_project_nav_item{
		text-align: center;
		height: 0.6rem;
		line-height: 0.6rem;
		margin-right: 1.44rem;
		padding: 0 0.05rem;
		font-size: 0.24rem;
		color: #d37e3f;
		border-bottom: 0.03rem solid rgba(256, 256, 256, 0);
	}
	.dct_project_nav_item:last-child{
		margin-right: 0;
	}
	.dct_project_nav_item:hover{
		cursor: pointer;
		color: #f3600a;
	}
	.dct_project_nav_item.act{
		color: #f3600a;
		border-bottom: 0.03rem solid rgba(243, 94, 7, 1);
	}
	.dct_container_nav_box{
		width: 13.26rem;
		min-height: 8rem;
		position: relative;
		padding: 0.73rem 0 0 3.6rem;
		margin: 0 auto;
	}
	.dct_container_left_nav{
		position: absolute;
		width: 2.4rem;
		top: 0.73rem;
		left: 0;
		border-left: 0.05rem solid #f35e07;
	}
	.dct_container_left_nav_item{
		position: relative;
		width: 100%;
		height: 0.9rem;
		font-size: 0.24rem;
		line-height: 0.9rem;
		color: #3e3a39;
		text-align: center;
		border-right: 0.01rem solid #aaa;
	}
	.dct_container_left_nav_item i{
		display: none;
		position: absolute;
		height: 0.9rem;
		line-height: 0.9rem;
		font-size: 0.18rem;
		top: 0;
		right: 0.1rem;
	}
	.dct_container_left_nav_item:hover{
		cursor: pointer;
		color: #f35e07;
	}
	.dct_container_left_nav_item.act{
		color: #f35e07;
		background-color: #fcf2e4;
		border: 0.01rem solid #aaa;
		border-right: 0;
	}
	.dct_container_left_nav_item.act i {
		display: block;
	}
	.dct_container_right_container_title{
		position: relative;
		height: 0.5rem;
		line-height: 0.5rem;
		padding-left: 0.25rem;
		color: #f35e07;
		font-size: 0.26rem;
		border-bottom: 0.01rem solid #f35e07;
	}
	.dct_container_right_container_title_label{
		font-size: 0.24rem;
		color: #696564;
	}
	.dct_container_right_container_title i{
		position: absolute;
		display: block;
		width: 0.1rem;
		height: 0.26rem;
		background-color: #f35e07;
		top: 0.13rem;
		left: 0;
	}
	.dct_container_right_container_text{
		margin-top: 0.7rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		color: #3e3a39;
	}
	.dct_container_right_container_dl{
		margin-top: 0.5rem;
	}
	.dct_container_right_container_dl dl{
		display: flex;
		line-height: 0.5rem;
	}
	.dct_container_right_container_dl dt{
		position: relative;
		padding-left: 0.2rem;
		font-size: 0.22rem;
		color: #3e3a39;
		font-weight: bold;
	}
	.dct_container_right_container_dl dt i{
		position: absolute;
		display: block;
		width: 0.08rem;
		height: 0.08rem;
		border-radius: 50%;
		background-color: #f35e07;
		top: 0.21rem; 
		left: 0;
	}
	.dct_container_right_container_dl dd{
		position: relative;
		font-size: 0.22rem;
		color: #3e3a39;
	}
	.dct_container_right_container_list{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 0.15rem;
		margin-top: 0.24rem;
	}
	.dct_container_right_container_item{
		position: relative;
		box-sizing: border-box;
		width: 3rem;
		height: 2.5rem;
		padding: 0 0.12rem;
		margin-right: 0.15rem;
		margin-bottom: 0.24rem;
		border: 0.01rem solid #c3c3c3;
		border-bottom: 0.03rem solid #ea9b60;
		background-color: #fefdfa;
	}
	.dct_container_right_container_item:nth-child(3n){
		margin-right: 0;
	}
	.dct_container_right_container_item:hover{
		cursor: pointer;
		background-color: #fffaf4;
	}
	.dct_container_right_container_item.act{
		background-color: #fffaf4;
	}
	.dct_container_right_container_item_title{
		box-sizing: border-box;
		padding: 0.13rem 0.2rem;
		border-bottom: 0.01rem solid #aaaaaa;
		font-size: 0.22rem;
		color: #3e3a39;
		 display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  /* 必须设置行高，否则可能显示异常 */
		  line-height: 0.35rem;
		  height: 0.9rem; /* line-height × 2行 = 1.5 × 2 */
	}
	.dct_container_right_container_item_code{
		width: 1.15rem;
		height: 1.15rem;
		margin-top: 0.2rem;
		background-color: #fff;
	}
	.dct_container_right_container_item_code img{
		width: 100%;
		height: 100%;
	}
	.dct_container_right_container_item_num{
		position: absolute;
		font-size: 0.2rem;
		color: #8e8e8e;
		bottom: 0.1rem;
		right: 0.2rem;
	}
	.dct_container_right_text_item{
		position: relative;
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.2rem 0 0.68rem;
		font-size: 0.24rem;
		color: #3e3a39;
		border-bottom: 0.01rem solid #c0c0c0;
		overflow: hidden;           /* 隐藏溢出 */
		text-overflow: ellipsis;    /* 显示省略号 */
		white-space: nowrap;        /* 强制不换行 */
		  
	}
	.dct_container_right_text_item:hover{
		cursor: pointer;
		color: #f35e07;
	}
	.dct_container_right_text_item.act{
		color: #f35e07;
	}
	.dct_container_right_text_item i{
		position: absolute;
		display: block;
		width: 0.1rem;
		height: 0.1rem;
		top: 0.35rem;
		left: 0.28rem;
		background-color: #f35e07;
		border-radius: 50%;
	}
	/*联系我们*/
	.dct_contact_container{
		width: 13.24rem;
		margin: 0 auto;
	}
	.dct_contact_phone{
		margin-bottom: 0.4rem;
		text-align: center;
		font-size: 0.3rem;
		color: #f35e07;
	}
	.dct_contact_content_box{
		display: flex;
		position: relative;
		width: 13.24rem;
		height: 8.58rem;
		padding-right: 6.85rem;
		margin: 0 auto;
	}
	.dct_contact_content_left_item,.dct_contact_content_right_item{
		padding: 0.5rem 0.2rem;
		border-top: 0.01rem solid #f35e07;
		border-bottom: 0.01rem solid #f35e07;
	}
	.dct_contact_content_left_item p{
		line-height: 0.5rem;
		font-size: 0.24rem;
		color: #3e3a39;
	}
	.dct_contact_content_right_item{
		display: flex;
		flex-wrap: wrap;
		border-top: 0;
		height: 5.58rem;
	}
	.dct_contact_content_left_img_box{
		margin-right: 0.2rem;
	}
	.dct_contact_content_right_item img{
		width: 1.24rem;
		height: 1.24rem;
	}
	.dct_contact_content_left_img_title{
		width: 1.24rem;
		height: 0.3rem;
		text-align: center;
		font-size: 0.18rem;
		color: #3e3a39;
	}
	.dct_contact_content_left_img_label{
		width: 1.24rem;
		text-align: center;
		height: 0.3rem;
		font-size: 0.16rem;
		color: #3e3a39;
	}
	.dct_contact_content_right{
		position: absolute;
		width: 6.55rem;
		height: 8.58rem;
		top: 0;
		right: 0;
	}
	/*底部内容*/
	.footer{
		width: 100%;
		margin-top: 1rem;
		background-color: #e89455;
	}
	.footer_top{
		padding: 0.5rem 0 0.25rem 0;
		border-bottom: 0.01rem solid #edb68d;
	}
	.footer_top_box{
		display: flex;
		width: 14.85rem;
		margin: 0 auto;
		justify-content: space-between;
	}
	.footer_top_left{
		margin-top: 0.2rem;
		width: 2.72rem;
	}
	.footer_top_center{
		margin-top: 0.2rem;
	}
	.footer_top_text{
		line-height: 0.5rem;
		font-size: 0.22rem;
		color: #f9f9f9;
	}
	.footer_top_right{
		display: flex;
	}
	.footer_top_right_code_box{
		width: 1.2rem;
		margin-right: 0.3rem;
	}
	.footer_top_right_code_img{
		width: 1.2rem;
		margin-right: 0.3rem;
	}
	.footer_top_right_code_img img{
		width: 100%;
	}
	.footer_top_right_code_text{
		width: 1.2rem;
		text-align: center;
		font-size: 0.16rem;
		margin-top: 0.1rem;
		color: #f9f9f9;
	}
	.footer_bottom{
		text-align: center;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.22rem;
		color: #f9f9f9;
	}
	.footer_bottom a{
		margin-left: 0.2rem;
		font-size: 0.22rem;
		color: #f9f9f9;
	}
@media (max-width: 999px) {
}
