/* 去除元素默认样式 */
a {
	text-decoration: none;
	color: #630f14;
}

/* 顶部导航栏 */
.navbar-dark .navbar-nav .nav-link {
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #630f14;
}

.navbar-dark .navbar-nav .nav-link:focus {
	color: #630f14;
}
.top-bg {
	background: rgba(255, 255, 255, 0.8)
}
.navbar-dark .navbar-nav .nav-link.active{
	color: #630f14;border-bottom: 3px solid #630f14;
}
/* logo 宽度 */
.logo {
	width: 8rem
}

.link-a {
	color: #000;
}

.link-a:hover {
	color: #630f14;
}

/* 内外间距 */
.pr-2 {
	padding-right: 6px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-10 {
	margin-right: 10px;
	;
}

/* 宽100% */
.width-fluid {
	width: 100%;
	height: auto;
}

/* 标题样式线 */
.caption:before {
	content: "";
	width: 25%;
	height: 1px;
	top: 50%;
	border-bottom: 1px solid #ababab;
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 4px;
}

.caption:after {
	content: "";
	width: 25%;
	height: 1px;
	top: 50%;
	border-bottom: 1px solid #ababab;
	display: inline-block;
	margin-left: 24px;
	margin-bottom: 4px;
}

/* 查看详情按钮 */
.button-a {
	display: inline-block;
	border: 1px #ddd solid;
	border-radius: 20px;
	padding: 10px 40px;
}

.button-a:hover {
	background: #630f14;
	border: 1px #630f14 solid;
	color: #fff;
}

/* 浮动 */
.float-r {
	float: right;
}

.float-l {
	float: left;
}

/* 字体颜色 */
/* log字体颜色 */
.logo-color {
	color: #630f14;
}

/* p的颜色 */
.color-6 {
	color: #666;
}

/* 英文颜色 */
.color-ab {
	color: #ababab
}

/* 字体加粗 */
.text-b {
	font-weight: bold;
}

/* 文字靠右 */
.text-right {
	text-align: right;
}

.text-index {
	text-indent: 2em;
}

/* 文字换行 */
.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

.clamp-one {
	-webkit-line-clamp: 1;
}

.clamp-two {
	-webkit-line-clamp: 2;
}

}
.clamp-8{
    -webkit-line-clamp: 8;
}
/* 背景颜色 */
/* 团队背景颜色 */
.bg-e3 {
	background: #e3e3e3;
}

/* 模块背景颜色 */
.bg-f7 {
	background-color: #f7f7f7
}



/* 返回上一页模块 */
.return {
	padding: 4px 0;
}

/* 业务领域模块 */
.about-img {
	clear: both;
}

.about-img img {
	float: left;
	width: 50%;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* 边框 */
.business-li {
	border-radius: 6px;
}

.business-li:hover {
	box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 7%);
}
.bottom-boder{
	border-bottom:1px #630f14 solid;
	padding-bottom: 10px;
}
.practices-a:hover {

	background: #630f14;
	border: 1px #630f14 solid;
	color: #fff;
}

/* 专业团队模块 */
.team-ul {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	list-style-type: none
}

.team-ul:before {
	position: absolute;
	content: "";
	width: 89%;
	height: 1px;
	border-bottom: 1px solid #000;
	display: inline-block;
	bottom: 10%;
}

.team-ul li {
	width: 40%;
}

.team-ul li:nth-child(2) {
	margin-left: 10px;
	width: 60%;
}
.position-li{
	position: relative;
}
.team-img {
	margin-bottom: 2px;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
}

/* 新闻中心模块 */
.news-ul {
	overflow: hidden;
}

.news-li {
	text-align: right;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.news-old-left {
	width: 80%;
	float: left;
}

.news-old-right {
	width: 20%;
	float: left;
	text-align: right;
}

/* 地图 */
.map-div {
	width: 100%;
	height: 300px;
	margin-top: 20px;
}

/* 底部导航栏 */
.col-white {
	color: #fff;
	text-decoration: none;
}

.bottom-bg {
	height: auto;
	background: rgba(0, 0, 0, 0.8);
	margin: 0;
}

.bottom-bg div {
	text-align: center;

}

.col-mrg {
	margin-left: 10px;
	margin-right: 10px;
}

.line-center {
	line-height: 4rem;
}
/* 二维码 */
.code{
	width: 50px;
	height: auto;
	margin-left: 10px;
}
