/* 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;
}
.nlp .banner {
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/banner-technology.jpg);
}

.nlp .banner img {
	width: 100%;
}

.nlp .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;
	}
}

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

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

.nlp .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;
}

/* 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:first-child {
	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: 490px;
	width: 100%;
	background: #5173da;
	color: #fff;
	position: relative;
}

.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;
}

/* 功能模块 */
.nlp {
	background-color: #f3f7f9;
}

.nlp .content {
	width: 1200px;
	margin: 0 auto;
}

.nlp .content h3 {
	font-size: 40px;
	color: #484949;
	text-align: center;
	padding: 52px 0;
}

.nlp .content .nlpMain {
	margin-bottom: 124px;
}

.nlp .content .nlpMain .inputNplTxt {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 18px 18px 30px;
}

.nlp .content .nlpMain .inputNplTxt h4 {
	max-height: 18px;
	font-size: 18px;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 18px;
	border-left: 2px solid #007ADD;
}

.nlp .content .nlpMain .inputNplTxt textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #f2f2f3;
	margin-bottom: 5px;
	padding: 18px;
	border-radius: 10px;
	font-size: 14px;
	color: #484949;
}

.nlp .content .nlpMain .inputNplTxt textarea::-moz-placeholder,
.nlp .content .nlpMain .inputNplTxt textarea::-webkit-input-placeholder {
	color: #cbd1dd;
}

.nlp .content .nlpMain .inputNplTxt #info {
	padding-bottom: 20px;
	color: #484949;
}

.nlp .content .nlpMain .inputNplTxt .operate {
	text-align: center;
}

.nlp .content .nlpMain .inputNplTxt .operate .submit {
	height: 40px;
	line-height: 40px;
	background: #3175f7;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
}

.nlp .content .nlpMain .inputNplTxt .operate .submit:hover {
	background: #3e7ff9;
}

.nlp .content .nlpMain .disabled {
	opacity: 0.5;
	cursor: default;
}

.nlp .content .nlpMain .resultTit {
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-result-bg.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
}

.nlp .content .nlpMain .resultTab {
	background: #e4edf8;
	border-radius: 28px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 13px;
}

.nlp .content .nlpMain .resultTab span {
	height: 30px;
	line-height: 30px;
	color: #a1bad1;
	font-size: 16px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 20px;
	padding: 0 20px;
	cursor: pointer;
	position: relative;
}

.nlp .content .nlpMain .resultTab span:not(.disabled):hover,
.nlp .content .nlpMain .resultTab span.active {
	background: #5781f0;
	box-shadow: 0px 2px 6px rgba(87, 129, 245, 0.5);
	color: #fff;
}

.nlp .content .nlpMain .resultTab span.disabled:after {
	content: '';
	width: 24px;
	height: 24px;
	margin-left: -12px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/loading.gif);
	background-size: 24px 24px;
}

.nlp .content .nlpMain .resultCon {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}

.nlp .content .nlpMain .resultCon .tit {
	margin-bottom: 20px;
	cursor: pointer;
}

.nlp .content .nlpMain .resultCon .tit h5 {
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-title-icon.png);
	background-size: 16px 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 20px;
	color: #484949;
	display: inline-block;
}

.nlp .content .nlpMain .resultCon .tit span {
	color: #3175f7;
	font-size: 14px;
}

.nlp .content .nlpMain .resultCon>div {
	display: none;
}

.nlp .content .nlpMain .resultCon .nominalCon {
	position: relative;
	padding-right: 280px;
}

.nlp .content .nlpMain .resultCon .nominalCon .leftRes {
	width: 100%;
}

.nlp .content .nlpMain .resultCon .nominalCon .rightRes {
	width: 280px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 20px;
	border-left: 1px solid #f2f2f3;
}

.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul {
	margin-bottom: 0;
	padding-top: 20px;
}

.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul li {
	cursor: pointer;
}

.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul li.active {
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
}

.nlp .content .nlpMain .resultCon .nominalCon ul li {
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-bottom: 19px;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
	background: #ec765b;
}

.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul li {
	border-top-left-radius: 13px;
	border-bottom-right-radius: 13px;
}


.nlp .content .nlpMain .resultCon .entityCon ul li {
	border: 1px solid #f2f2f3;
	position: relative;
	border-radius: 10px;
	padding: 34px 20px 0;
	margin-bottom: 10px;
}

.nlp .content .nlpMain .resultCon .entityCon ul li span {
	height: 25px;
	line-height: 25px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 0 15px;
	background: #007ADD;
	position: absolute;
	left: -1px;
	top: -1px;
	color: #fff;
}

.nlp .content .nlpMain .resultCon .entityCon ul li dl dd {
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-bottom: 10px;
	border-radius: 13px;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
}

.nlp .content .nlpMain .resultCon .textCon .textResult textarea {
	width: 100%;
	height: 180px;
	padding: 30px 20px;
	border: 1px solid #f2f2f3;
	border-radius: 10px;
	font-size: 14px;
	color: #484949;
}

.nlp .content .nlpMain .resultCon .keywordRes {
	width: 100%;
	height: 300px;
	position: relative;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordChart {
	width: calc(100% - 270px);
	height: 300px;
	float: left;
	position: relative;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList {
	width: 270px;
	height: 300px;
	float: right;
	position: relative;
	background-color: #f0f5fb;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList .itemCon {
	width: 270px;
	height: 300px;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList .itemCon .keyWordTit {
	background-color: #e4edf8;
	height: 36px;
	line-height: 36px;
	width: 100%;
	overflow: hidden;
	color: #a4b1d2;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList ul {
	height: calc(100% - 36px);
	overflow: auto;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList ul li {
	height: 36px;
	line-height: 36px;
	width: 100%;
	overflow: hidden;
	color: #5781f0;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList p {
	width: 20%;
	float: left;
	text-align: center;
}

.nlp .content .nlpMain .resultCon .keywordRes .keywordList .itemCon .keyWordTit p:nth-child(2),
.nlp .content .nlpMain .resultCon .keywordRes .keywordList ul li p:nth-child(2) {
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nlp .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% {
		top: 100%;
		opacity: 0;
	}
	50% {
		top: 50%;
		opacity: .7;
	}
	100% {
		opacity: 0;
		top: -60px;
	}
}

.nlp .banner .line-con .line1 {
	left:10%;
	animation: linemove 11s linear infinite;
}
.nlp .banner .line-con .line2 {
	left:18%;
	animation: linemove 5s linear infinite;
}
.nlp .banner .line-con .line3 {
	left:21%;
	animation: linemove 11s linear infinite;
}
.nlp .banner .line-con .line4 {
	left:74%;
	animation: linemove 13s linear infinite;
}
.nlp .banner .line-con .line5 {
	left:82%;
	animation: linemove 13s linear infinite;
}
.nlp .banner .line-con .line6 {
	left:10%;
	animation: linemove 11s linear infinite;
}
.nlp .banner .line-con .line7 {
	left:18%;
	animation: linemove 5s linear infinite;
}
.nlp .banner .line-con .line8 {
	left:21%;
	animation: linemove 6.5s linear infinite;
}
.nlp .banner .line-con .line9 {
	left:74%;
	animation: linemove 9s linear infinite;
}
.nlp .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:first-child {
	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: 490px;
	width: 100%;
	background: #5173da;
	color: #fff;
	position: relative;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-tab1-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;
}

/* 功能模块 */
.nlp {
	background-color: #f3f7f9;
}
.nlp .content {
	width: 1200px;
	margin: 0 auto;
}
.nlp .content h3{
	font-size: 40px;
	color: #484949;
	text-align: center;
	padding: 52px 0;
}
.nlp .content .nlpMain{
	margin-bottom: 124px;
}
.nlp .content .nlpMain .inputNplTxt{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 18px 18px 30px;
}
.nlp .content .nlpMain .inputNplTxt h4{
	max-height: 18px;
	font-size: 18px;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 18px;
	border-left: 2px solid #007ADD;
}
.nlp .content .nlpMain .inputNplTxt textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #f2f2f3;
	margin-bottom: 5px;
	padding: 18px 28px;
	border-radius: 10px;
	font-size: 14px;
	color: #484949;
}
.nlp .content .nlpMain .inputNplTxt textarea::-moz-placeholder,
.nlp .content .nlpMain .inputNplTxt textarea::-webkit-input-placeholder{
	color: #cbd1dd;
}
.nlp .content .nlpMain .inputNplTxt #info{
	padding-bottom: 20px;
	color: #484949;
}
.nlp .content .nlpMain .inputNplTxt .operate{
	text-align: center;
}
.nlp .content .nlpMain .inputNplTxt .operate .submit{
	height: 40px;
	line-height: 40px;
	background: #3175f7;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
}
.nlp .content .nlpMain .inputNplTxt .operate .submit:hover{
	background: #3e7ff9;
}
.nlp .content .nlpMain .disabled{
	opacity: 0.5;
    cursor: default;
}
.nlp .content .nlpMain .resultTit{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-result-bg.png);
	background-repeat: no-repeat;
	background-position:  100px center;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
}
.nlp .content .nlpMain .resultTab{
	background: #e4edf8;
	border-radius: 28px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 13px;
}
.nlp .content .nlpMain .resultTab span{
	height: 30px;
	line-height: 30px;
	color: #a1bad1;
	font-size: 16px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 20px;
	padding: 0 20px;
	cursor: pointer;
	position:relative;
}
.nlp .content .nlpMain .resultTab span:not(.disabled):hover,
.nlp .content .nlpMain .resultTab span.active{
	background: #5781f0;
	box-shadow: 0px 2px 6px rgba(87, 129, 245, 0.5);
	color: #fff;
}
.nlp .content .nlpMain .resultTab span.disabled:after{
	content: '';
	width:24px;
	height:24px;
	margin-left: -12px;
	position:absolute;
	left: 50%;
	top:0;
	z-index: 1;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/loading.gif);
	background-size: 24px 24px;
}
.nlp .content .nlpMain .resultCon{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding:20px;
}
.nlp .content .nlpMain .resultCon .tit{
	margin-bottom: 20px;
	cursor: pointer;
}
.nlp .content .nlpMain .resultCon .tit h5{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-title-icon.png);
	background-size: 16px 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	margin-right: 20px;
	color: #484949;
	display: inline-block;
}
.nlp .content .nlpMain .resultCon .tit span{
	color: #3175f7;
	font-size: 14px;
}
.nlp .content .nlpMain .resultCon >div{
	display: none;
}

.nlp .content .nlpMain .resultCon .nominalCon{
	position: relative;
	padding-right: 280px;
}
.nlp .content .nlpMain .resultCon .nominalCon .leftRes{
	width: 100%;
}
.nlp .content .nlpMain .resultCon .nominalCon .rightRes{
	width: 280px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 28px;
	border-left:1px solid #f2f2f3;
}
.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul{
	margin-bottom: 0;
	padding-top: 20px;
}
.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul li{
	cursor: pointer;
}
.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul li.active{
	box-shadow: 1px 3px 4px rgba(0,0,0,0.6);
}
.nlp .content .nlpMain .resultCon .nominalCon ul li{
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-bottom: 19px;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
	background: #ec765b;
}

.nlp .content .nlpMain .resultCon .nominalCon .rightRes ul li{
	border-top-left-radius: 13px;
	border-bottom-right-radius: 13px;
}


.nlp .content .nlpMain .resultCon .entityCon ul li{
	border: 1px solid #f2f2f3;
	position: relative;
	border-radius: 10px;
	padding: 34px 20px 0;
	margin-bottom: 10px;
}
.nlp .content .nlpMain .resultCon .entityCon ul li span{
	height: 25px;
	line-height: 25px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 0 15px;
	background: #007ADD;
	position: absolute;
	left: -1px;
	top: -1px;
	color: #fff;
}
.nlp .content .nlpMain .resultCon .entityCon ul li dl dd{	
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-bottom: 10px;
	border-radius: 13px;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
}
.nlp .content .nlpMain .resultCon .textCon .textResult textarea{
	width: 100%;
	height: 180px;
	padding: 30px 20px;
	border: 1px solid #f2f2f3;
	border-radius: 10px;
	font-size: 14px;
	color: #484949;
}
.nlp .content .nlpMain .resultCon .keywordChart{
	width: 100%;
	height: 300px;
	position: relative;
}