/* 首页 */
.banner {
	height: 656px;
	background-image:url(https://cdn.001.bailian-ai.com/web2/images/index/banner.jpg);
}

.banner .slogan {
	width: 850px;
	font-size: 65px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 20;
	text-align: center;
}

.banner .slogan::before {
	content: '';
	position: absolute;
	left: -210px;
	margin: 40px 0 0;
	width: 200px;
	height: 5px;
	background: linear-gradient(to right, rgba(193, 200, 216, 0), rgba(193, 200, 216, .8));
}

.banner .slogan::after {
	content: '';
	position: absolute;
	right: -210px;
	margin: 40px 0 0;
	width: 200px;
	height: 5px;
	background: linear-gradient(to left, rgba(193, 200, 216, 0), rgba(193, 200, 216, .8));
}
.banner canvas{
	position: absolute;
	left:0;
	top: 0;
	opacity: .5;
	z-index: 1;
}

.banner .leftmsk,.banner .rightmsk{
	width: 30%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 3;
	opacity: 0;
}
.banner .rightmsk{
	left:auto;
	right:0;
}
.banner.globe canvas{
	display: none;
}
.banner.globe .leftmsk{
	width: 100%;
	background: url(https://cdn.001.bailian-ai.com/web2/images/index/globe.png) center center no-repeat;
	background-size: auto 100%;
	opacity: 1;
}




/* 产品 */
#bailian-product {}

#bailian-product .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 68px;
	position: relative;
}

#bailian-product .content .title {
	text-align: center;
	margin-bottom: 28px;
}

#bailian-product .content .title h2 {
	text-align: center;
	font-size: 40px;
	color: #484949;
	opacity: 0.8;
	position: relative;
	top: -30px;
}

#bailian-product ul {
	overflow: hidden;
	margin-right: -20px;
	position: relative;
}

#bailian-product ul li {
	float: left;
	border: 1px solid #d8e1ff;
	width: 384px;
	height: 280px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}



#bailian-product li .product-hover {
	background: #2f56c7;
	background-image: url('../images/index/product_item_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	text-align: left;
	padding: 0 28px;

	width: 100%;
	height: 100%;
	position: absolute;
	top: 280px;
	display: table;
	overflow: hidden;
	transition: top 1s;
	-moz-transition: top 0.5s;
	/* Firefox 4 */
	-webkit-transition: top 0.5s;
	/* Safari and Chrome */
	-o-transition: top 0.5s;
	/* Opera */
}

#bailian-product li:hover .product-hover {
	top: 0px;
}

#bailian-product li .name {
	color: #fff;
	font-size: 20px;
	padding-top: 30px;
}

#bailian-product li .white-line {
	background: #fff;
	width: 30px;
	height: 5px;
	border-radius: 6px;
	margin: 5px 0 20px;
}

#bailian-product li .des {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

#bailian-product li .detail {
	position: absolute;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 100px;
	bottom: 25px;
	padding: 5px 25px;
}

#bailian-product ul li img {
	margin-top: 35px;
}

#bailian-product ul li h5 {
	color: #484949;
	font-size: 20px;
	padding: 12px;
	font-weight: 500;
}

#bailian-product ul li p {
	color: #989898;
	font-size: 16px;
	line-height: 26px;
}

/* 解决方案 */
#bailian-solution {
	height: 516px;
	margin-top: 110px;
	background: url('../images/index/solution_bg.jpg') center center repeat-x;
	background-size: auto 100%;
}

#bailian-solution .content {
	position: relative;
}

#bailian-solution .content .title {
	padding-top: 68px;
	text-align: center;
}

#bailian-solution .content .title h2 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	opacity: 0.8;
	position: relative;
	top: -30px;
}

#bailian-solution .solution-content {
	z-index: 1;
	position: absolute;
	width: 1200px;
	top: 220px;
	left: 0;
	right: 0;
	margin: 0 auto;


}

#bailian-solution ul li {
	position: relative;
	background: #335ad4;
	float: left;
	width: calc(100% / 2);
	height: 400px;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
}

#bailian-solution ul .solution-con {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	display: table;
	overflow: hidden;
	transition: top 1s;
	-moz-transition: top 0.5s;
	/* Firefox 4 */
	-webkit-transition: top 0.5s;
	/* Safari and Chrome */
	-o-transition: top 0.5s;
	/* Opera */
}

#bailian-solution ul li:hover .solution-con {
	top: 400px;
}

#bailian-solution ul li:first-child {
	border-radius: 6px 0 0 6px;
}

#bailian-solution ul li:last-child {
	border-radius: 0 6px 6px 0;
}

#bailian-solution ul li:hover {
	cursor: pointer;
}

#bailian-solution .solution1 {
	background-image: url('../images/index/solution_item_bg1.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bailian-solution .solution1:hover {
	top: 0px;
	background-image: url('../images/index/solution_hover_bg1.jpg');
}

#bailian-solution .solution2 {
	background-image: url('../images/index/solution_item_bg2.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bailian-solution .solution2:hover {
	top: 0px;
	background-image: url('../images/index/solution_hover_bg2.jpg');
}

#bailian-solution .solution3 {
	background-image: url('../images/index/solution_item_bg3.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bailian-solution .solution3:hover {
	top: 0px;
	background-image: url('../images/index/solution_hover_bg3.jpg');
}

#bailian-solution li .name {
	color: #fff;
	font-size: 20px;
	padding-top: 58px;
}

#bailian-solution li .white-line {
	background: #fff;
	width: 30px;
	height: 5px;
	border-radius: 6px;
	margin: 18px auto 20px;
}

#bailian-solution li .des {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 0 28px;
}

#bailian-solution li .detail {
	position: absolute;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 100px;
	left: 38%;
	bottom: 30px;
	padding: 4.5px 20px;
}

#bailian-solution ul li img {
	margin-top: 114px;
}

#bailian-solution ul li h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 45px 0 12px;
}

#bailian-solution ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

#bailian-solution li .solution-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 400px;
	display: table;
	overflow: hidden;
	transition: top 1s;
	-moz-transition: top 0.5s;
	/* Firefox 4 */
	-webkit-transition: top 0.5s;
	/* Safari and Chrome */
	-o-transition: top 0.5s;
	/* Opera */
}

#bailian-solution li:hover .solution-hover {
	top: 0px;
}


/* 核心技术 */
#bailian-technology {}

#bailian-technology .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 170px;
	position: relative;
}

#bailian-technology .content .title {
	text-align: center;
	margin-bottom: 22px;
}

#bailian-technology .content .title h2 {
	text-align: center;
	font-size: 40px;
	color: #484949;
	opacity: 0.8;
	position: relative;
	top: -30px;
}

#bailian-technology ul {
	overflow: hidden;
}

#bailian-technology ul li {
	float: left;
	width: 292px;
	height: 245px;
	margin-right: 162px;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 20px;
	border-radius: 6px;
	position: relative;
}
#bailian-technology ul li a{
	display: block;
	position: relative;
	z-index: 2;
}

#bailian-technology ul li:last-child {
	margin-right: 0;
}


#bailian-technology ul li h5 {
	color: #484949;
	font-size: 20px;
	padding: 28px 0 25px;
	font-weight: 500;
}

#bailian-technology ul li .detail {
	color: #335ad4;
	font-size: 14px;
	line-height: 20px;
	display: block;
	opacity: 0;
	transition: all 0.1s ease;
	position: relative;
	z-index: 2;
}


#bailian-technology ul li:hover .detail {
	opacity: 1;
}

#bailian-technology ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.2s ease;
}

#bailian-technology ul li:hover::after {
	opacity: 1;
}

#bailian-technology .technology1::after {
	background-image: url('../images/index/technology_item_bg1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bailian-technology .technology2::after {
	background-image: url('../images/index/technology_item_bg2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bailian-technology .technology3::after {
	background-image: url('../images/index/technology_item_bg3.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* 服务行业 */
#bailian-industry {
	height: 500px;
	margin-top: 100px;
	background: url('../images/index/industry_bg.jpg') center center repeat-x;
	background-size: auto 100%;
}

#bailian-industry .content {
	width: 1040px;
	margin: 0 auto;
}

#bailian-industry .content .title {
	padding-top: 86px;
	text-align: center;
	margin-bottom: 40px;
}

#bailian-industry .content .title h2 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	opacity: 0.8;
	position: relative;
	top: -30px;
}

#bailian-industry .industry-con {
	display: flex;
	justify-content: space-around;
}

#bailian-industry ul li {
	text-align: center;
	position: relative;
	flex: 1;
	padding-top: 118px;
}

#bailian-industry .industry-con img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

#bailian-industry ul li p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.1s ease;
}

#bailian-industry ul li:hover p {
	font-size: 25px;
}

/* 合作伙伴 */
#bailian-partner {}

#bailian-partner .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

#bailian-partner .content .title {
	text-align: center;
	margin-bottom: 25px;
}

#bailian-partner .content .title h2 {
	text-align: center;
	font-size: 40px;
	color: #484949;
	opacity: 0.8;
	position: relative;
	top: -30px;
}

#bailian-partner .content .box {
	overflow: hidden;
}

#bailian-partner ul {
	width: 110%;
}

#bailian-partner ul li {
	width: 182px;
	height: 102px;
	float: left;
	margin: 0 22px 30px 0;
	position: relative;
}

#bailian-partner ul li img {
	width: 179px;
	height: 100px;
	border: 1px solid #f1f3f4;
	position: absolute;
	top: 0px;
	transition: all 0.2s ease;
}

#bailian-partner ul li:hover img {
	border-color: #e8e8e8;
	box-shadow: 0px 10px 10px #e6e4e4;
	top: -2px;
}

/* 最新资讯 */

#newlist a {
	display: block;
}

#newlist .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	text-align: center;
}

#newlist .content .title {
	text-align: center;
	margin-bottom: 28px;
}

#newlist .content .title h2 {
	text-align: center;
	font-size: 40px;
	color: #484949;
	opacity: 0.8;
	position: relative;
	top: -30px;
}

#newlist .content .more {
	text-align: center;
	font-size: 14px;
	color: #335ad4;
	margin-bottom: 120px;
	display: block;
}

#newlist ul {
	overflow: hidden;
	margin-right: -18px;
}

#newlist ul li {
	float: left;
	border: 1px solid #eaeaea;
	width: 385px;
	margin-right: 18px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	transition: all 0.2s ease;
	overflow: hidden;
}

#newlist ul li:hover {
	box-shadow: 0 0 15px rgba(44, 81, 197, 0.2);
}
#newlist ul li img{
	width: 100%;
	height: 250px;
}

#newlist ul li h4 {
	color: #484949;
	font-size: 20px;
	text-align: left;
	padding: 0 19px;
	margin: 19px 0;
	max-height: 56px;
	height: 56px;
	text-align: justify;
	text-overflow: ellipsis;/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
	overflow: hidden;
}

#newlist ul li p {
	color: #a7a7a7;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
}

/* 媒体中心 */
.news .banner{
	height: 506px;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/news/banner-news.jpg);
}
.news #newlist {
	padding: 60px 0;
}

.media{
	display: none;
}