﻿.biz-show-one {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 1400px;
	min-height: 450px;
	background: #f6f6f6;
	overflow: hidden;
}

/* 服务领域 - 左右交替列表 */
.service-page-intro {
  text-align: center;
  padding: 50px 15px 20px;
}
.service-page-intro h2 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}
.service-page-intro p {
  font-size: 15px;
  color: #999;
  line-height: 26px;
  max-width: 760px;
  margin: 0 auto;
}
.service-rows-wrap {
  padding: 20px 15px 80px;
  max-width: 1400px;
}
.service-rows-list .service-row {
  margin-bottom: 48px;
}
.service-rows-list .service-row:last-child {
  margin-bottom: 0;
}
.service-row {
  display: flex;
  align-items: stretch;
  background: #fff;
  min-height: 420px;
  border: 1px solid #ececec;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.service-rows-list .service-row:nth-child(even) {
  flex-direction: row-reverse;
}
.service-row-media {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fafafa 0%, #f0f0f0 100%);
  border-right: 1px solid #ececec;
}
.service-rows-list .service-row:nth-child(even) .service-row-media {
  border-right: 0;
  border-left: 1px solid #ececec;
}
.service-row-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 348px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 12px 36px rgba(0, 0, 0, 0.06);
  padding: 18px;
  box-sizing: border-box;
}
.service-row-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .6s ease;
}
.service-row:hover .service-row-media img {
  transform: scale(1.02);
}
.service-row-body {
  width: 50%;
  padding: 60px 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-row-tag {
  display: inline-block;
  font-size: 12px;
  color: #e93700;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.service-row-body h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
}
.service-row-body h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #e93700;
}
.service-row-body h3 a {
  color: #333;
}
.service-row-body h3 a:hover {
  color: #e00012;
}
.service-row-desc {
  font-size: 14px;
  line-height: 26px;
  color: #888;
  margin-bottom: 28px;
}
.service-row-link {
  display: inline-block;
  align-self: flex-start;
  padding: 10px 28px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #666;
  transition: all .3s;
}
.service-row-link:hover {
  color: #fff;
  background: #e00012;
  border-color: #e00012;
  text-decoration: none;
}
@media (max-width: 992px) {
  .service-rows-list .service-row,
  .service-rows-list .service-row:nth-child(even) {
    flex-direction: column;
  }
  .service-row-media,
  .service-row-body {
    width: 100%;
  }
  .service-row-media {
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #ececec;
    padding: 24px;
  }
  .service-row-media a {
    min-height: 260px;
  }
  .service-row-body {
    padding: 36px 24px 40px;
  }
  .service-page-intro h2 {
    font-size: 26px;
  }
}
.bs-one-mark {
	position: absolute;
	top: 50px;
	left: 17px;
	z-index: 10;
	padding-left: 13px;
	border-left: 1px solid #dcdcdc;
	height: 623px;
}
.bs-one-mark-2 {
	border: 0;
	border-right: 1px solid #dcdcdc;
	padding-left: 0;
	padding-right: 13px;
	left: auto;
	right: 17px;
}
.bs-one-img-cntr {
	width: 50%;
	min-height: 450px;
	overflow: hidden;
	flex-shrink: 0;
}
.bs-one-img-cntr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bs-one-desc {
	width: 50%;
	padding: 60px 80px;
	box-sizing: border-box;
	position: relative;
	left: auto;
	top: auto;
	transform: none;
}
.biz-show-all .biz-show-one:nth-child(even) {
	flex-direction: row-reverse;
}

/* 专家团队 - 紧凑高度（与服务领域一致 280px，单张竖版肖像优化） */
.team-biz-list {
	padding-top: 0;
	padding-bottom: 20px;
	max-width: 1400px;
	margin: 0 auto;
}
.team-biz-list .biz-show-one {
	min-height: 280px;
	margin-bottom: 24px;
	align-items: stretch;
}
.team-biz-list .biz-show-one:last-child {
	margin-bottom: 0;
}
.team-biz-list .bs-one-img-cntr {
	min-height: 280px;
	background: #fff;
	display: flex;
	align-items: stretch;
	justify-content: center;
	overflow: hidden;
	border-right: 1px solid #ececec;
}
.team-biz-list .biz-show-one:nth-child(even) .bs-one-img-cntr {
	border-right: 0;
	border-left: 1px solid #ececec;
}
.team-biz-list .bs-one-img-cntr a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.team-biz-list .bs-one-img-cntr img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	object-position: center top;
}
.team-biz-list .bs-one-desc {
	min-height: 280px;
	padding: 20px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f6f6f6;
}
.team-biz-list .bs-one-desc h3 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.35;
}
.team-biz-list .bs-one-desc h3::after {
	bottom: -12px;
}
.team-biz-list .bs-one-desc article.desc {
	margin-bottom: 18px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.team-biz-list .bs-one-desc a.bs-link {
	margin-top: 0;
	padding: 12px 28px;
	font-size: 14px;
	align-self: flex-start;
	display: inline-block;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
}
.team-biz-list + .pagebar {
	padding: 10px 15px 60px;
}
@media (min-width: 1200px) {
	/* 竖版肖像：固定窄图栏，避免 50% 宽留白 */
	.team-biz-list .bs-one-img-cntr {
		width: 240px;
		min-width: 240px;
		flex: 0 0 240px;
	}
	.team-biz-list .bs-one-desc {
		width: auto;
		flex: 1;
	}
}
@media (max-width: 1199px) {
	.team-biz-list .biz-show-one {
		min-height: auto;
	}
	.team-biz-list .bs-one-img-cntr {
		width: 100%;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #ececec;
	}
	.team-biz-list .biz-show-one:nth-child(even) .bs-one-img-cntr {
		border-left: 0;
	}
	.team-biz-list .bs-one-img-cntr a {
		min-height: 0;
	}
	.team-biz-list .bs-one-img-cntr img {
		width: 100%;
		max-height: 320px;
		min-height: 0;
		object-fit: cover;
		object-position: center top;
	}
	.team-biz-list .bs-one-desc {
		min-height: 0;
		padding: 36px 24px 40px;
	}
}
.bs-one-desc h3 {
	position: relative;
	margin-bottom: 60px;
	line-height: 42px;
	font-size: 28px;
	color: #333;
}

.bs-one-desc h3::after {
	content: '';
	position: absolute;
	left: 2px;
	bottom: -20px;
	width: 24px;
	height: 2px;
	background: #e93700;
}
.bs-one-desc article.desc {
	line-height: 22px;
	font-size: 14px;
	color: #9a9a9a;
}
.bs-one-desc a.bs-link {
	display: inline-block;
	padding: 9px 27px;
	border: 1px solid #e5e5e5;
	margin-top: 35px;
	font-size: 14px;
	color: #9a9a9a;
    transition: color .5s, border .65s;
}
.bs-one-desc a.bs-link:hover {
    color: #fff;
    border: 1px solid #e00012;
}


.letmove .bs-one-desc h3,
.letmove .bs-one-desc h3::after,
.letmove .bs-one-desc article.desc,
.letmove .bs-one-desc a.bs-link {
	transform: translateY(40px);
	transition: transform .8s .0s, opacity .8s .0s;
	opacity: 0;
}
.letmove .bs-one-desc h3::after {
	transition: transform .8s .1s, opacity .8s .1s;
}
.letmove .bs-one-desc article.desc {
	transition: transform .8s .1s, opacity .8s .1s;
}
.letmove .bs-one-desc a.bs-link {
	transition: transform .8s .2s, opacity .8s .2s;
}
.move .bs-one-desc h3,
.move .bs-one-desc h3::after,
.move .bs-one-desc article.desc,
.move .bs-one-desc a.bs-link {
	transform: translateY(0);
	opacity: 1;
}


/*.bs-one-img-cntr-2,
.bs-one-img-cntr-3 {
	position: relative;
	width: 1762px;
	height: 100%;
}*/
.letmove .bs-one-img-cntr img {
	opacity: 0;
	transition: opacity 1.6s;
}
.move .bs-one-img-cntr img {
	opacity: 1;
}
.bs-one-img-1-1 {
	position: absolute;
	left: -79px;
	top: 354px;
}
.bs-one-img-1-2 {
	position: absolute;
	left: -79px;
	top: 93px;
}
.bs-one-img-1-3 {
	position: absolute;
	left: 165px;
	top: 418px;
}
.bs-one-img-1-4 {
	position: absolute;
	left: 26px;
    top: -55px;
}
.bs-one-img-1-5 {
	position: absolute;
	left: 272px;
    top: 263px;
}
.bs-one-img-1-6 {
	position: absolute;
	left: 488px;
    top: 538px;
}
.bs-one-img-1-7 {
	position: absolute;
	left: 328px;
    top: 43px;
}
.bs-one-img-1-8 {
	position: absolute;
	left: 539px;
    top: 314px;
}
.bs-one-img-1-9 {
	position: absolute;
	left: 628px;
    top: 142px;
}
.bs-one-img-1-10 {
	position: absolute;
    right: -79px;
    top: 46px;
}
.bs-one-img-1-11 {
	position: absolute;
    right: -81px;
    top: 397px;
}
.bs-one-img-1-12 {
	position: absolute;
	right: -255px;
    top: -103px;
}

.bs-one-img-3 {
	position: absolute;
	top: 140px;
	left: 18%;
	transform: translateX(-18%);
	width: 835px;
	font-size: 0;
}
.bs-one-img-2-1,
.bs-one-img-2-2,
.bs-one-img-2-3,
.bs-one-img-3-1,
.bs-one-img-3-2 {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.bs-one-img-3-2 {
	float: right;
}
.bs-one-img-2-1::after,
.bs-one-img-2-2::after,
.bs-one-img-2-3::after,
.bs-one-img-3-1::after,
.bs-one-img-3-2::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 33, 60, .5);
}
.bs-one-img-2-1::after,
.bs-one-img-2-2::after,
.bs-one-img-2-3::after {
	background: rgba(15, 33, 60, .1);
}
.bs-one-img-2 {
	position: absolute;
	left: 792px;
	top: 119px;
}

.bizstep-list {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #1c1c1c;
	text-align: center;
	overflow: hidden;
}
.bizstep-list::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 1394px;
	height: 1px;
	background: #444;
}
.bizstep-list.letmove::before {
	width: 0;
	transition: 1.8s .3s;
}
.bizstep-list.move::before {
	width: 1394px;
}
.bstep-one {
	display: inline-block;
	padding-top: 80px;
	padding-bottom: 110px;
	margin-right: 88px;
	margin-right: 4.625%;
	margin-left: 88px;
	margin-left: 4.625%;
	width: 335px;
	text-align: left;
	vertical-align: top;
}
.bstep-one p.words {
	display: -webkit-box;
	margin-bottom: 30px;
	height: 78px;
	line-height: 26px;
	font-size: 12px;
	color: #6f6f6f;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.bstep-one-title {
	margin-bottom: 10px;
	font-size: 0;
}
.bstep-one-title h3,
.bstep-one-title .bstep-one-title-more {
	display: inline-block;
	vertical-align: top;
}
.bstep-one-title h3 {
	margin-right: 20px;
	font-size: 52px;
	font-family: gothic;
	color: #939393;
}
.bstep-one-title-more h4 {
	margin-top: 9px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 20px;
	color: #939393;
}
.bstep-one-title-more h5 {
	line-height: 12px;
	font-size: 12px;
	color: #fdfbfb;
	opacity: .25;
}
.bstep-one a.blogo {
	display: inline-block;
	position: relative;
	width: 24px;
	text-align: center;
}
.bstep-one a.blogo::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -27px;
	width: 24px;
	height: 2px;
	background: #e93700;
}

.letmove .bstep-one-title,
.letmove p.words,
.letmove a.blogo {
	transform: translateY(40px);
	transition: transform .8s .0s, opacity .8s .0s;
	opacity: 0;
}
.letmove p.words {
	transition: transform .8s .1s, opacity .8s .1s;
}
.letmove a.blogo {
	transition: transform .8s .2s, opacity .8s .2s;
}
.move .bstep-one-title,
.move p.words,
.move a.blogo {
	transform: translateY(0);
	opacity: 1;
}

.product {
	margin-bottom: 0;
}

@media (max-width: 1820px) {
	.biz-show-one {
		width: 95%;
	}
}

@media (max-width: 1600px) {
	.bstep-one {
	    margin-right: 3%;
	    margin-left: 3%;
	}
}

@media (min-width: 1501px) {
	.bs-one-img-cntr-1 img.w1500 {
		display: none;
	}
}
@media (max-width: 1500px) {
	.bs-one-img-cntr-1 img.w1920 {
		display: none;
	}
}

@media (max-width: 1400px) {
	.bs-one-desc {
		padding: 50px 50px;
	}
	.bstep-one {
	    margin-right: 2%;
	    margin-left: 2%;
	}
}
@media (max-width: 1300px) {
	.bstep-one {
	    margin-right: 1%;
	    margin-left: 1%;
	}
}

@media (min-width: 1201px) {
	.bs-one-img-cntr-m {
		display: none;
	}
}

@media (max-width: 1200px) {
	.bizstep-list::before {
		display: none;
	}
	.biz-show-all {
		padding-bottom: 55px;
		border-bottom: 16px solid #e5e5e5;
		border-bottom: 0.213333rem solid #e5e5e5;
	}
	.bstep-one {
	    margin-right: 4%;
	    margin-left: 4%;
	}
	.biz-show-one {
		border: 0;
		width: 100%;
		min-height: auto;
		flex-direction: column;
	}
	.biz-show-one:last-child {
		margin-bottom: 0;
	}
	.bs-one-img-cntr {
		width: 100%;
		min-height: auto;
		display: none;
	}
	.team-biz-list .biz-show-one,
	.team-biz-list .biz-show-one:nth-child(even) {
		flex-direction: column;
		align-items: stretch;
	}
	.team-biz-list .bs-one-img-cntr {
		display: flex;
		width: 100%;
		min-height: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #ececec;
	}
	.team-biz-list .biz-show-one:nth-child(even) .bs-one-img-cntr {
		border-left: 0;
	}
	.team-biz-list .bs-one-img-cntr a {
		min-height: 0;
		width: 100%;
	}
	.team-biz-list .bs-one-img-cntr img {
		display: block;
		width: 100%;
		max-height: 320px;
		min-height: 0;
		height: auto;
		object-fit: cover;
		object-position: center top;
	}
	.team-biz-list .bs-one-desc {
		width: 100%;
		min-height: 0;
		padding: 24px 20px 32px;
		box-sizing: border-box;
	}
	.biz-show-all .biz-show-one:nth-child(odd) .bs-one-desc,
	.biz-show-all .biz-show-one:nth-child(even) .bs-one-desc {
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0, 0);
		padding: 40px 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.bs-one-img-cntr-m {
		width: 100%;
	}
	.bs-one-img-cntr-m img {
		width: 100%;
		height: auto;
	}

	.demand_txt {
	    margin-top: 100px;
	}
}

@media (min-width: 992px) {
}

@media (max-width: 992px) {

	.bs-one-mark {
		display: none;
	}

	.bs-one-desc h3 {
	    margin-bottom: 45px;
	    line-height: 35px;
	    font-size: 22px;
	}
	.bs-one-desc a.bs-link {
		margin-top: 28px;
		padding: 9px 10px;
	}

	.bstep-one {
	    margin-right: 2%;
	    margin-left: 2%;
	}
}

@media (min-width: 768px) {
}

@media (max-width: 768px) {
	.demand_txt {
		margin-bottom: 70px;
		margin-bottom: 0.933333rem;
	}
	.product {
		margin-bottom: 45px;
	}

	.bizstep-list {
		padding: 0 15px 45px;
		padding: 0 15px 0.6rem;
		border-bottom: 16px solid #e5e5e5;
		border-bottom: 0.213333rem solid #e5e5e5;
		background: #fff;
	}
	.bizstep-list::before,
	.bstep-one a.blogo,
	.bstep-one-title-more h5 {
		display: none;
	}

	.bstep-one {
		display: block;
		padding: 0;
		padding-bottom: 40px;
		padding-bottom: 0.533333rem;
		border-bottom: 1px solid #d6d6d6;
		margin: 0;	
		margin-bottom: 42px;
		margin-bottom: 0.56rem;
		width: 100%;
	}
	.bstep-one:last-child {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.bstep-one-title h3 {
	    margin-right: 10px;
	    line-height: 30px;
	    font-size: 30px;
	    font-family: gothicb;
	    color: #d51b32;
	}
	.bstep-one-title-more h4 {
		margin: 0;
		line-height: 28px;
		font-size: 28px;
		color: #d51b32;
	}
	.bstep-one-title {
		margin-bottom: 25px;
		margin-bottom: 0.333333rem;
	}
	.bstep-one p.words {
	    margin-bottom: 0;
		height: auto;
		line-height: 24px;
	}
	.bs-one-desc article.desc {
		/*font-size: 24px;*/
		/*font-size: 0.32rem;*/
	}
}

@media (max-width: 544px) {
	.bs-one-desc article.desc {
		font-size: 13px;
		/*font-size: 0.32rem;*/
	}
	.bstep-one-title h3 {
		margin-right: 10px;
		line-height: 48px;
		line-height: 0.64rem;
		font-size: 48px;
		font-size: 0.64rem;
		font-family: gothicb;
		color: #d51b32;
	}
	.bstep-one-title-more h4 {
		margin: 0;
		margin-top: 2px;
		line-height: 40px;
		line-height: 0.533333rem;
		font-size: 40px;
		font-size: 0.533333rem;
		color: #d51b32;
	}
}

@media (max-width: 395px) {
	.menu{padding-right: 2%;padding-left: 2%}
	.menu ul li{margin: 0 4px;}
}

@media (max-width: 350px) {
	.menu ul li{font-size: 11px}
}