.dk-nav {
    width: 100%;
    background-color: #fff;
    height: 80px;
    border-bottom: 1px solid #E8E8E8;
}
.office-cont-left {
    float: left;
    width: 955px;
}
.office-cont-right {
    float: left;
    width: 255px;
    margin-left:10px;
}
.office-city-ul{
	display: flex;
	flex-shrink:1 ;
	height: 30px;
	/* max-width: calc(100% - 100px); */
	width: 100%;
	flex-wrap: wrap;
}
.office-category-right{
	display: flex;
}
.office-category-box .area-all{
	width: -webkit-fit-content;
	margin-right: 30px;
	cursor: pointer;
}
.office-category-box .area-all:hover span {
    background-color: #1184e1;
    color: #fff;
    text-decoration: none;
}
.office-category-right .area-all span {
    border: solid 1px #1184e1;
    color: #1184e1;
    padding: 0px 8px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
}
.mt10{
	margin-top: 10px;
}
.body-f9 {
    background-color: #f9f9f9;
}
@font-face {
	font-family: 'iconfont';
	/* Project id 274560 */
	src: url('https://at.alicdn.com/t/font_274560_6dhgibw4qcx.woff2?t=1645693686375') format('woff2'),
		url('https://at.alicdn.com/t/font_274560_6dhgibw4qcx.woff?t=1645693686375') format('woff'),
		url('https://at.alicdn.com/t/font_274560_6dhgibw4qcx.ttf?t=1645693686375') format('truetype');
}
.offices-nav-right {
	/*height: 79px;*/
	margin: 0 9px 0 0;
/*	line-height: 79px;*/
	display: flex;
}
.offices-nav-right li:first-child{
	position: relative;
}

.offices-nav-right a,
.offices-nav-right li {
	font-size: 14px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #262626;
}

.offices-nav-right a:hover,
.offices-nav-right li:hover {
	color: #1A8CFF;
	cursor: pointer;
}
.offices-nav-right li:hover i{
	transform: rotate(180deg);
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}
.office-nav-fixed .offices-nav-right {
/*    height: 60px;
    line-height: 60px;*/
	margin: 0 9px 0 0;
}
.offices-nav-right li{
	margin-left: 40px;
}
.offices-nav-right li i{
	display: inline-block;
	font-size: 14px;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}
.breadcrumb > li a, 
.breadcrumb .active a,
.breadcrumb > li span, 
.breadcrumb .active span{
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #9E9E9E;
}
.main-breadcrumb ol a:hover {
    color: #1a8fee;
    text-decoration: none;
}
.breadcrumb {
    padding: 13px 15px;
	background-color: initial;
	margin-bottom: 0px;
}

/* 侧边二维码 */
.slide {
	position: fixed;
	z-index: 5555;
	right: 20px;
	top: 50%;
	margin-top: -130px;
}

.slide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slide li {
	width: 48px;
	height: 48px;
	margin-top: 5px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	text-align: center;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}

.slide li:hover {
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #1184e1;
}

.slide li a {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	color: #323232;
}

.slide li:hover a {
	color: #fff;
}

.slide li i {
	width: 22px;
	height: 22px;
	margin-top: 14px;
	display: block;
	font-size: 22px;
	line-height: 22px;
}

.slide li:hover div {
	display: block;
}

.ewm-code {
	width: 0;
	height: 0;
	position: absolute;
	top: -65px;
	left: -180px;
	display: block;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 0;
	border: 0;
	background: #fff;
}

.ewm-code div {
	width: 132px;
	height: 150px;
	margin: 0 auto;
	display: none;
	text-align: center;
}

.ewm-code .ewm-box {
	margin-top: 10px;
}

.ewm-code div img {
	width: 132px;
	height: 132px;
	display: none;
}

.ewm-code div p {
	width: 100%;
	height: 18px;
	margin: 0;
	display: none;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}

.ewm:hover .ewm-code,
.kf:hover .ewm-code {
	width: 160px;
	height: 170px;
	left: -172px;
	display: block;
	opacity: 1;
	border: 1px solid #e8e8e8;
}

.ewm:hover .ewm-code div,
.ewm:hover .ewm-code img,
.ewm:hover .ewm-code p,
.kf:hover .ewm-code div,
.kf:hover .ewm-code img,
.kf:hover .ewm-code p{
	display: block;
}

.slide .to-top {
	display: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #dcdcdc;
}

.slide .to-top a {
	color: #fff;
}

.slide .to-top:hover {
	background: #dcdcdc;
}

.slide .to-top:hover a {
	color: #888;
}

.ewm .ewm-code .position-icon,
.kf .ewm-code .position-icon {
	width: 6px;
	height: 10px;
	position: absolute;
	z-index: 2;
	right: 145px;
	bottom: 80px;
}

.sanjiao_border:before,
.sanjiao_border .before {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 150px;
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	content: '';
	border: 10px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #e8e8e8;
}

.sanjiao_border:after,
.sanjiao_border .after {
	width: 0;
	height: 0;
	position: absolute;
	top: 1px;
	left: 150px;
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	content: '';
	border: 9px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #fff;
}

/* 提示 */
.alert-collection {
  width: auto;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  /* display: none; */
}
.alert-coll {
  width: auto;
  height: 44px;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-coll .coll-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alert-coll .coll-l i {
  width: 16px;
  color: #35D3A3;
  margin-right: 4px;
}
.alert-coll .coll-l span {
  display: block;
  font-size: 14px;
  color: #35D3A3;
  line-height: 16px;
}
.alert-coll > i {
  display: block;
  width: 1px;
  height: 12px;
  background: #FFFFFF;
  margin: 0 8px;
}
.alert-coll .coll-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alert-coll .coll-r span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  margin-right: 4px;
}
.alert-coll .coll-r i {
  width: 16px;
  font-size: 12px;
  color: #fff;
}
/* 擅长领域 */
.offices-nav-right .field-li:hover .field-box {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.field-box{
	width: 550px;
	max-height: 440px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: flex;
	box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
	transform: scale(0);
	position: absolute;
	right: -100px;
	z-index: 10;
}
.field-box .field-box-l{
	width: 180px;
	background: #FAFBFC;
	padding: 8px 0;
	box-sizing: border-box;
	overflow-y: auto;
}
.field-box .field-box-l li{
	line-height: 45px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1A8CFF;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.field-box .field-box-l .li-on{
	background: #1A8CFF;
	font-weight: bold;
	color: #FFFFFF;
}
.field-box .field-box-r{
	width: calc(100% - 180px);
	padding: 30px 40px;
	box-sizing: border-box;
	overflow-y: auto;
}

.field-box-r-tit{
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	line-height: 28px;
}
.field-box-r-line{
	width: 100%;
	height: 4px;
	border: 1px solid #EBEBEB;
	border-left: 0;
	border-right: 0;
	margin: 20px 0;
}
.field-box .field-box-r ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.field-box .field-box-r ul li{
	width: 48%;
	margin: 0 0 24px 0;
	line-height: 20px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
}
.field-box-l::-webkit-scrollbar-track-piece,
.field-box-r::-webkit-scrollbar-track-piece {
	background-color: #f8f8f8;
}
.field-box-l::-webkit-scrollbar,
.field-box-r::-webkit-scrollbar{
	width: 4px;
	height: 9px;
}
.field-box-l::-webkit-scrollbar-thumb,
.field-box-r::-webkit-scrollbar-thumb{
	background-color: #dddddd;
	background-clip: padding-box;
	min-height: 28px;
}

.field-box-r {
	display: none;
}

.tab-show {
	display: block;
}



.map-iframe {
	display: inline-block;
	align-items: center;
	color: #1A8CFF !important;
	cursor: pointer;
}

	.map-iframe:before {
		content: '';
		width: 1px;
		height: 10px;
		display: inline-block;
		background: #ABABAB;
		margin: 0 6px;
		transform: translateY(1px);
	}

	.map-iframe i {
		font-size: 12px;
		width: 12px;
		height: 12px;
		line-height: 12px;
		margin-right: 2px;
		color: #1A8CFF;
	}

#map-iframe {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

	#map-iframe iframe {
		width: 100%;
		height: 100%;
	}

.map-pop-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
}

.map-box {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 1220px;
	height: 580px;
	margin: -290px 0 0 -610px;
}