/* banner */
.banner{
	width: 100%;
	height: 506px;
	margin-top:64px;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
}
.banner .title{
	width: 100%;
	font-size: 40px;
	text-align: center;
	color:rgba(255,255,255,.8);
	letter-spacing: 2.6px;
	padding: 165px 0 0;
	position: relative;
	z-index: 2;
}
.banner .title::after{
	content: '';
	width: 50px;
	height: 5px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 240px;
}

.banner .en{
	width: 100%;
	color:rgba(255,255,255,.16);
	font-size: 100px;
	font-family: 'Roboto-Bold';
	text-align: center;
	position: absolute;
	top: 108px;
	z-index: 1;
	display: none;
}
.sku .banner {
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/banner-technology.jpg);
}
.sku .banner .ai-box {
	position: absolute;
	right: 57%;
	top: 0;
	height: 100%;
}

@keyframes bgbulin{
	0% {
		opacity: .8;
	}
	25% {
		opacity: .9;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: .9;
	}
	100% {
		opacity: .8;
	}
}

.sku .banner .ai-box img {
	width: 330px;
	bottom: 40px;
	position: absolute;
	animation: 1s bgbulin linear infinite;
}

.sku .banner .ai-box .line-con {
	width: 330px;
	height: 66%;
	overflow: hidden;
	position: relative;
}

.sku .banner .line-con .moveline {
	position: absolute;
	left: 10%;
	top: 0;
	width: 12px;
	height: 120px;
	background: url(https://cdn.001.bailian-ai.com/web2/images/technology/ai-line.png) 0 0 no-repeat;
	z-index: 1;
}

@keyframes linemove{
	0% {
		opacity: 0;
		top: 100%;
	}
	50% {
		top: 50%;
		opacity: .7;
	}
	100% {
		opacity: 0;
		top: -60px;
	}
}

.sku .banner .line-con .line1 {
	left:10%;
	animation: linemove 11s linear infinite;
}
.sku .banner .line-con .line2 {
	left:18%;
	animation: linemove 5s linear infinite;
}
.sku .banner .line-con .line3 {
	left:21%;
	animation: linemove 11s linear infinite;
}
.sku .banner .line-con .line4 {
	left:74%;
	animation: linemove 13s linear infinite;
}
.sku .banner .line-con .line5 {
	left:82%;
	animation: linemove 13s linear infinite;
}
.sku .banner .line-con .line6 {
	left:10%;
	animation: linemove 11s linear infinite;
}
.sku .banner .line-con .line7 {
	left:18%;
	animation: linemove 5s linear infinite;
}
.sku .banner .line-con .line8 {
	left:21%;
	animation: linemove 6.5s linear infinite;
}
.sku .banner .line-con .line9 {
	left:74%;
	animation: linemove 9s linear infinite;
}
.sku .banner .line-con .line10 {
	left:82%;
	animation: linemove 5s linear infinite;
}

/* tab描述模块 */
.tabTitle{
	height: 120px;
	width: 100%;
	background: #335ad4;
}

.tabTitle ul li {
	float: left;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	opacity: 0.6;
}
.tabTitle ul li a{
	width: inherit;
}

.tabTitle ul li:nth-child(2) {
	background: #5173da;
	opacity: 1;
}

.tabTitle ul li img{
	margin-right: 25px;
}

.tabTitle ul li span{
	height: 120px;
	line-height: 120px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.tabDes{
	height: 414px;
	width: 100%;
	background: #5173da;
	color: #fff;
	position: relative;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-tab2-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.tabDes h1{
	font-size: 40px;
	font-weight: 300;
	padding: 60px 0 40px;
}

.tabDes p{
	font-size: 20px;
	line-height: 36px;
}

.tabDes ul li{
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 55px;
	cursor: pointer;
	border: 1px solid transparent;
}

.tabDes ul li a{
	color: #fff;
	width: inherit;
}

.tabDes ul li:hover{
	border: 1px solid #fff;
}

.tabDes ul li:first-child{
	border: 1px solid #fff;
	background: #4a6dd9;
}
.tabDes ul li:last-child{
	margin-left: -1px;
}

#triangle-up {
	bottom: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f3f7f9;
	margin-left: 90px;
}

/* 功能模块 */
.sku {
	background-color: #f3f7f9;
}
.sku .content {
	width: 1200px;
	margin: 0 auto;
}
.sku .content h3{
	font-size: 40px;
	color: #484949;
	text-align: center;
	padding: 52px 0;
}


.sku .content .skuMain{
	width: 1200px;
	margin-bottom: 115px;
}
.sku .content .skuMain .tips{
	font-size: 14px;
	color: #a7a7a7;
}
.sku .content .skuMain .testCon {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	
	height: 746px;
	width: 100%;
	margin-bottom: 15px;
}
.sku .content .skuMain .testCon .picture{
	width: 937px;
	height: 100%;
	float: left;
	border-right: 1px solid #dadada;
}
.sku .content .skuMain .testCon .selectCon{
	width: 204px;
	height: 100%;
	float: right;
	padding: 11px 0;
	text-align: center;
}
.sku .content .skuMain .testCon .selectCon ul li {
	margin-bottom: 9px;
}
.sku .content .skuMain .testCon .selectCon ul li img{
	width: 204px;
	height: 153px;
	border: 2px solid #eaeaea;
	cursor: pointer;
}
.sku .content .skuMain .testCon .selectCon ul li:hover img,
.sku .content .skuMain .testCon .selectCon ul li.active img{
	border: 2px solid #3175f7;
}
.sku .content .skuMain .testCon .selectCon .uploadBtn{
	height: 30px;
    line-height: 30px;
    background: #3175f7;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}
