.product .banner {
	height: 5.06rem;
	background: url(https://cdn.001.bailian-ai.com/web2/images/product/product-banner.jpg) center center repeat-x;
	background-size: auto 100%;
	margin-top: .64rem;
	position: relative;
}

.product .banner h1 {
	width: 100%;
	text-align: center;
	font-size: .60rem;
	color: #fff;
	padding-top: 1.60rem;
	letter-spacing: 2..6rem;
}

.product .banner h2 {
	width: 100%;
	line-height: .40rem;
	text-align: center;
	color: #fff;
	font-size: .24rem;
	padding: .25rem 0 0;
}

.product .banner-tab {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: .30rem;
}

.product .banner-tab h3 {
	text-align: center;
	color: #fff;
	font-size: .16rem;
	margin-bottom: .30rem;
}

.product .banner-tab ul {
	overflow: hidden;
	font-size: 0;
	display: flex;
	justify-content: center;
}

.product .banner-tab li {
	height: .70rem;
	line-height: .70rem;
	padding: 0 3%;
	border: .01rem solid #fff;
	border-right: 0;
	position: relative;
}

.product .banner-tab li:last-child {
	border-right: .01rem solid #fff;
}

.product .banner-tab li a {
	font-size: .20rem;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease;
}

.product .banner-tab li:after {
	content: '';
	width: calc(100% + .04rem);
	height: 0;
	opacity: 0;
	background: #4fb3c0;
	position: absolute;
	z-index: 1;
	left: -.02rem;
	bottom: -.01rem;
	transition: all 0.2s ease;
	border: .01rem solid #75d1dd;
	border-top-width: .04rem;
}

.product .banner-tab li.active {
	padding: 0 2%;
}

.product .banner-tab li.active a {
	padding: 0 0 0 .50rem;
	background: url(../../images/product/product-icon.png) left center no-repeat;
	background-size: .28rem .32rem;
}

.product .banner-tab li:hover:after,
.product .banner-tab li.active:after {
	height: .72rem;
	opacity: 1;
}

.product .banner.jzdy {
	background-image: url(../../images/solution/product-banner-jzdy.jpg);
}

.product .banner.znzs {
	background-image: url(../../images/solution/product-banner-znzs.jpg);
}

.product .banner.store {
	background-image: url(../../images/solution/product-banner-store.jpg);
}

.product .banner.gene {
	background-image: url(../../images/solution/product-banner-gene.jpg);
}

.product .banner.wdsc {
	background-image: url(../../images/solution/product-banner-wdsc.jpg);
}

.product .banner.mdgl {
	background-image: url(../../images/solution/product-banner-mdgl.jpg);
}

.product .section {
	max-width: calc(12.00rem + 12%);
	padding: 1.20rem 6%;
	margin: 0 auto;
	position: relative;
	font-size: .14rem;
	position: relative;
}

.product .section h3 {
	width: 100%;
	font-size: .40rem;
	text-align: center;
	margin-bottom: .60rem;
}

.product-brief.section {
	min-height: 5.10rem;
	padding: .60rem 6%;
	display: flex;
}

.product-brief::after {
	content: '';
	width: 200%;
	height: 100%;
	background: #f5f7fe;
	position: absolute;
	left: -50%;
	top: 0;
	z-index: -1;
}

.product-brief .brief {
	width: 44%;
	float: left;
}

.product-brief .brief h3 {
	font-size: .40rem;
	margin: .30rem 0 .45rem;
	text-align: justify;
	text-align: left;
}

.product-brief .brief p {
	font-size: .20rem;
	line-height: .36rem;
}

.product-brief .brief .btn {
	width: 1.40rem;
	height: .60rem;
	line-height: .60rem;
	font-size: .20rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #4a6dd9;
	margin-top: .50rem;
}

.product-brief .brief ul li {
	list-style: disc;
	color: #4a6dd9;
	position: relative;
	left: .20rem;
	margin: .10rem 0;
}

.product-brief .brief ul span {
	color: #484949;
}

.product-brief .demo {
	width: calc(56% - .40rem);
	position: relative;
	left: .40rem
}

.product-brief .demo img {
	width: 100%;
	max-width: 6.40rem;
	border-radius: .20rem;
	padding: .20rem;
	background: #fff;
	box-shadow: .08rem 0 .40rem rgba(51, 90, 212, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-example.section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: .90rem;
}

.product-example.section h3 {
	margin-bottom: .30rem;
}

.product-example h4 {
	font-size: .20rem;
	margin-bottom: .45rem;
}

.product-example p {
	font-size: .16rem;
	line-height: .36rem;
	text-align: justify;
}

.example-content {
	width: 100%;
	border: .01rem solid #dedede;
	padding: .55rem .30rem;
	margin: .15rem 0;
	position: relative;
}

.example-content:nth-child(3) {
	color: #fff;
	background: #5b7ada;
	position: relative;
}

.example-content:nth-child(3)::after {
	content: '';
	width: 2.22rem;
	height: 1.52rem;
	background: url(https://cdn.001.bailian-ai.com/web2/images/product/product-example-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -1.00rem;
	bottom: -.55rem;
}

.example-content:last-child h4 {
	margin-bottom: .10rem;
}

.example-content.small {
	width: 34%;
}

.example-content.big {
	width: calc(66% - .20rem);
	z-index: 2;
}

.example-content.bg::before,
.example-content.bg::after {
	content: '';
	width: .73rem;
	height: .81rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(https://cdn.001.bailian-ai.com/web2/images/product/boxbg1.jpg);
	background-size: 100% 100%;
	z-index: -1;
}

.example-content.bg::after {
	width: .85rem;
	height: .94rem;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	background: url(https://cdn.001.bailian-ai.com/web2/images/product/boxbg2.jpg);
}

.example-compare {
	padding: .30rem;
	margin: .50rem 0 .10rem;
	background: #f5f7fe;
	border-radius: .20rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.example-compare::after {
	content: 'VS';
	position: absolute;
	font-size: 1.00rem;
	color: #c9d5fa;
	left: 50%;
	top: calc(50% + .20rem);
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
}

.example-compare dl {
	width: 40%;
	position: relative;
	z-index: 2;
}

.example-compare dt {
	font-size: .20rem;
	padding-left: .20rem;
	margin-bottom: .30rem;
}

.example-compare dd {
	height: .85rem;
	line-height: .22rem;
	padding: .20rem;
	margin-bottom: .20rem;
	border-radius: .42rem;
	font-size: .16rem;
	color: #fff;
	background: #b4bbd4;
	display: flex;
	align-items: center;
}

.example-compare dl:nth-child(2) dd {
	background: #5b7ada;
}

.example-solution {
	display: flex;
	justify-content: space-between;
}

.example-solution li {
	color: #fff;
	background: #5b7ada;
	padding: .15rem .30rem;
	border-radius: .10rem;
	line-height: .23rem;
	margin-right: .20rem;
	flex: 1;
}

.example-solution li:last-child {
	margin: 0;
}

.example-solution.bg li {
	background: #b4bbd4;
	text-align: center;
}

.example-solution.bg li strong {
	font-size: .18rem;
	display: block;
}

.example-value {
	display: flex;
	justify-content: space-between;
	margin-top: .35rem;
}

.example-value li {
	margin: 0 .30rem;
	font-size: .14rem;
	line-height: .24rem;
	flex: 1;
}

.example-value strong {
	display: block;
	font-size: .16rem;
	margin-bottom: .20rem;
}

.example-value.bg li::before {
	content: '';
	width: 100%;
	height: .55rem;
	background: url(https://cdn.001.bailian-ai.com/web2/images/solution/mdgl-jz-icon.png) left top no-repeat;
	display: inline-block;
}

.product-solve.section {
	max-width: inherit;
	background: url(https://cdn.001.bailian-ai.com/web2/images/product/product-scene-bg.png) center bottom no-repeat;
}

.product-solve.section::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-151deg, #e9edfd, #f5f7fe);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.product-solve ul {
	max-width: 12.00rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.product-solve li {
	height: 1.00rem;
	line-height: 1.00rem;
	margin: 0 .30rem;
	font-size: .24rem;
	text-align: center;
	border-top-left-radius: .20rem;
	border-top-right-radius: .20rem;
	background: #fff;
	box-shadow: 0 .10rem 0 #c1cfeb;
	flex: 1;
}

.product-solve.long {
	padding-bottom: .60rem;
}

.product-solve.long ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.product-solve.long ul li {
	min-width: calc(100% / 3 - .60rem);
	max-width: calc(100% / 3 - .60rem);
	margin-bottom: .60rem;
	flex: auto;
}

.product-advantage ul {
	max-width: 12.00rem;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.product-advantage li img {
	margin-bottom: .30rem;
}

.product-advantage li p {
	font-size: .20rem;
	line-height: .34rem;
}

.product-advantage li span {
	display: block;
}

.product-advantage.long {
	padding-bottom: .85rem;
}

.product-advantage.long h3 {
	margin-bottom: .15rem;
}

.product-advantage.long ul {
	flex-wrap: wrap;
}

.product-advantage.long li {
	width: calc(100% / 3);
	margin: .45rem 0;
}

.product-advantage.bg {
	overflow: auto;
}

.product-advantage.bg::before {
	content: '';
	width: 50%;
	height: 100%;
	background: url(https://cdn.001.bailian-ai.com/web2/images/solution/yxzdh-jzdy-cpys-bg.jpg) left center no-repeat;
	position: absolute;
	left: 6%;
	top: 0;
	z-index: -1;
}

.product-advantage.bg ul {
	width: 50%;
	flex-direction: column;
	float: right;
}

.product-advantage.bg li {
	display: flex;
	text-align: left;
	align-items: center;
	margin: 0 0 .30rem;
}

.product-advantage.bg li img {
	margin: 0 .30rem 0 0;
}

.product-business.section {
	max-width: inherit;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/product/product-flow-bg.jpg);
	text-align: center;
}

.product-business.section h3 {
	color: #fff;
}

.product-business img {
	width: 100%;
	max-width: 12.00rem;
}
