/* 滚动条凹槽的颜色，还可以设置边框属性 */
.modalBody::-webkit-scrollbar-track-piece {
	background-color: #f8f8f8;
}

/* 滚动条的宽度 */
.modalBody::-webkit-scrollbar {
	width: 0;
	height: 0;
}

/* 滚动条的设置 */
.modalBody::-webkit-scrollbar-thumb {
	background-color: #dddddd;
	background-clip: padding-box;
	min-height: 28px;
}

.modalBody::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
}

.modalWrap {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

.modalContent {
	width: 80%;
	/* height: 800px; */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40%;
	/* margin-top: -400px; */
	padding: 0 120px;
	font: normal 12px/24px "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 20px 4px #ccc;
}

.modalHead {
	padding: 0 10px;
}

.modalHead span {
	font-size: 1.5em;
	line-height: 2;
	font-weight: bolder;
	transition: all 0.2s ease-in-out;
}

.modalHead span:nth-child(2) {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -40px;
	width: 40px;
	height: 40px;
	text-align: center;
}

.modalHead span:nth-child(2):hover {
	background: rgba(211, 211, 211, 0.2);
}

.modalBody {
	padding: 10px 50px;
	/* height: 800px; */
	overflow-y: auto;
}

@media screen and (min-width: 800px) {
	.modalContent,
	.modalBody {
		height: 400px;
	}

	.modalContent {
		margin-top: -200px;
	}
}

@media screen and (min-width: 1024px) {
	.modalContent,
	.modalBody {
		height: 400px;
	}

	.modalContent {
		margin-top: -200px;
	}
}

@media screen and (min-width: 1280px) {
	.modalContent,
	.modalBody {
		height: 400px;
	}

	.modalContent {
		margin-top: -200px;
	}
}

@media screen and (min-width: 1440px) {
	.modalContent,
	.modalBody {
		height: 600px;
	}

	.modalContent {
		margin-top: -300px;
	}
}

@media screen and (min-width: 1920px) {
	.modalContent,
	.modalBody {
		height: 800px;
	}

	.modalContent {
		margin-top: -400px;
	}
}

@media screen and (min-width: 2160px) {
	.modalContent,
	.modalBody {
		height: 800px;
	}

	.modalContent {
		margin-top: -400px;
	}
}

.modalBody .modalTitle {
	font-size: 18px;
	line-height: 2;
}

.mainPararaph {
	font-size: 16px;
	line-height: 2;
	padding: 0 20px;
}

.mainPararaph img {
	display: block;
	width: 500px;
	height: 250px;
	margin: 0 auto;
}

.mainPararaph .solution_ai_img {
	height: 420px;
}

.textIndent2em {
	text-indent: 2em;
}

.subContent {
	padding: 0 40px;
}

.subContent p {
	font-size: 14px;
	line-height: 2;
}

/* banner */
.pages-banner {
	width: 100%;
	height: 400px;
	margin-top: 82px;
	background: url("../img/bg/pages-banner.jpg") no-repeat scroll center top;
	display: table;
}

.pages-banner-content {
	display: table-cell;
	vertical-align: middle;
}

.pages-banner h1.banner-title {
	color: #73ffe3;
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 44px;
	position: relative;
	opacity: 1;
	right: 0;
}

.pages-banner .banner-content {
	position: relative;
	opacity: 1;
	left: 0;
}

.lead {
	font-family: "OpenSansLight";
	font-size: 22px;
	line-height: 32px;
}

.bc-content {
	background: rgba(255, 255, 255, 0.6);
}

/* bread crumb */
.breadcrumb ul {
	color: #2d343e;
	padding: 20px 0;
}

.breadcrumb ul li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	position: relative;
	font-size: 14px;
	line-height: 25px;
}

.breadcrumb ul li:not(:nth-child(1)) {
	padding-left: 30px;
}

.breadcrumb ul li:first-child a {
	width: 2em;
	height: 2em;
	display: block;
	background: url("../img/common/home.png") no-repeat center;
}

.breadcrumb ul li:first-child a:hover {
	background: url("../img/common/home-active.png") no-repeat center;
}

.breadcrumb ul li:not(first-child) a {
	color: #2d343e;
}

.breadcrumb ul li:not(first-child) a:hover {
	color: #0561a0;
}

.breadcrumb ul li:not(:nth-child(1)):after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url("../img/common/angle-right.png") no-repeat center;
	position: absolute;
	left: 6px;
	top: 6px;
}

/* solution pages */
.solution {
	padding: 50px;
	font-size: 16px;
	color: #000;
}

.solution .solution-title {
	font-size: 18px;
	font-weight: bolder;
	line-height: 2;
}

.solution .solution-sub-title {
	font-weight: bolder;
}

.solution ul {
	list-style: disc;
	list-style-position: inside;
	/* text-indent: 2em; */
}

.solution .solution-paragraph {
	text-indent: 2em;
}

.solution .solution-img img {
	display: block;
	width: 70%;
	/*height: 400px;*/
	margin: 10px auto;
}

/* migration pages */
.container-right {
	background: #fff;
	display: inline;
	padding-left: 35%;
	padding-top: 4px;
}

/* intelligentVision pages */
.container-intelligentVision {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container-intelligentVision {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container-intelligentVision {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container-intelligentVision {
		width: 1140px;
	}
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.to-amazon {
	display: inline-block;
	width: 310px;
	height: 60px;
	background: url("../img/bg/to-amazon.svg") no-repeat center;
}

.anchor-list-content {
	/* position: absolute; */
	/* left: 50%;
    top: 582px; */
	transform: translateY(-65%);
	height: 60px;
}

.anchor-list-content ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.anchor-list-content ul li {
	flex: 1;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 26px;
	gap: 10px;
	width: 330px;
	height: 60px;
}

.anchor-list-content ul li a {
	font-weight: 400;
	font-size: 14px;
	color: #242529;
}

.product-introduction-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: rgba(36, 37, 41, 0.2);
}

.product-introduction-sub-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: -0.03em;
	color: #242529;
}

.product-introduction-paragraph {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.03em;
	color: rgba(36, 37, 41, 0.5);
}

.product-introduction-icon {
	width: 28px;
	height: 28px;
	background: url("../img/intelligentVision/tecnology.png") no-repeat center;
}

.product-introduction-ul li {
	flex: 1;
	padding: 24px;
	height: 270px;
	list-style: none;
}

.product-introduction-ul li span {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: #242529;
	display: inline-block;
	padding: 10px 0;
}

.product-introduction-ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(36, 37, 41, 0.5);
}

.five-item-navigation {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}

.five-item-navigation-li {
	list-style: none;
	height: 40px;
	width: 137px;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
	font-size: 16px;
	color: #242529;
	background: #f5f5f5;
}

.five-item-navigation-li:hover {
	cursor: pointer;
}

.five-item-navigation-li:nth-child(n + 2) {
	margin-left: 12px;
}

.five-item-navigation-active {
	font-weight: 600;
	color: #ffffff;
	background: #006efb;
}

.five-item-box h5 {
	padding: 0 60px;
	color: #242529;
	font-weight: 600;
	font-size: 24px;
}

.five-item-box p {
	padding: 0 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.03em;
	color: rgba(36, 37, 41, 0.5);
}

.hidden-item {
	display: none;
}

.slideshow a,
.slideshow li {
	list-style: none;
}

.slideshow {
	width: 100%;
}

.slideshow .slideshow-content {
	width: 100%;
	height: 500px;
	margin: 20px auto;
	margin-bottom: 0;
	position: relative;
}

#slideshow-item {
	width: 100%;
	height: 100%;
}

.slideshow-item {
	position: absolute;
	opacity: 0;
	transition: all 1s;
}

.slideshow-item.active {
	opacity: 1;
}

.slideshow-item img {
	height: 500px;
	object-fit: contain;
}

#btn-left {
	width: 30px;
	height: 69px;
	font-size: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 69px;
	padding-left: 5px;
	z-index: 10;
	/*始终显示在图片的上层*/
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-60%);
	/*使按钮向上偏移居中对齐*/
	cursor: pointer;
	opacity: 0;
	/*平时隐藏*/
}

.slideshow:hover #btn-left {
	/*鼠标滑入，显示图标*/
	opacity: 1;
}

#btn-right {
	width: 26px;
	height: 69px;
	font-size: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 69px;
	padding-left: 5px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-60%);
}

.slideshow:hover #btn-right {
	opacity: 1;
}

#circle {
	height: 20px;
	display: flex;
	position: absolute;
	bottom: 35px;
	right: 50%;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid white;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin: 5px;
}

.white {
	background-color: #ffffff;
}
.cloud_solutions-bg {
	background: url("../img/cloud_solutions/bg2.png") no-repeat;
	background-size: 100% 100%;
}
