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

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

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

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

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

.bidding .banner .line-con .line1 {
	left:10%;
	animation: linemove 11s linear infinite;
}
.bidding .banner .line-con .line2 {
	left:18%;
	animation: linemove 5s linear infinite;
}
.bidding .banner .line-con .line3 {
	left:21%;
	animation: linemove 11s linear infinite;
}
.bidding .banner .line-con .line4 {
	left:74%;
	animation: linemove 13s linear infinite;
}
.bidding .banner .line-con .line5 {
	left:82%;
	animation: linemove 13s linear infinite;
}
.bidding .banner .line-con .line6 {
	left:10%;
	animation: linemove 11s linear infinite;
}
.bidding .banner .line-con .line7 {
	left:18%;
	animation: linemove 5s linear infinite;
}
.bidding .banner .line-con .line8 {
	left:21%;
	animation: linemove 6.5s linear infinite;
}
.bidding .banner .line-con .line9 {
	left:74%;
	animation: linemove 9s linear infinite;
}
.bidding .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:last-child{
	border: 1px solid #fff;
	background: #4a6dd9;
	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: 290px;
}

/* 功能模块 */
.bidding {
	background-color: #f3f7f9;
}
.bidding .banner {
	width: 100%;
}

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

.bidding .content {
	width: 1200px;
	margin: 0 auto;
}
.bidding .content h3{
	font-size: 40px;
	color: #484949;
	text-align: center;
	padding: 52px 0;
}

/*NPL+招投标*/
.bidding .content .biddingMain {
	margin-bottom: 60px;
}
.bidding .content .biddingMain .inputCon{
	width: 100%;
	padding: 18px 18px 30px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.bidding .content .biddingMain .inputCon h4{
	max-height: 18px;
	font-size: 18px;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 18px;
	border-left: 2px solid #007ADD;
}
.bidding .content .biddingMain .inputCon .url{
	width: 100%;
	height: 80px;
	border: 1px solid #f2f2f3;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 14px;
}
 .bidding .content .biddingMain .inputCon .operate {
    text-align: center;
}
 .bidding .content .biddingMain .inputCon .operate .submit{
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: #3175f7;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
}
.bidding .content .biddingMain .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;
}

.bidding .content .biddingMain .testCon{
	width: 100%;
}
.bidding .content .biddingMain .testCon .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;
}

.bidding .content .biddingMain .testCon .website{
	height: 400px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/loading.gif);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
}
.bidding .content .biddingMain .testCon .website .tit{
	padding: 18px;
	background: #fff;
}
.bidding .content .biddingMain .testCon .website iframe{
	width: 100%;
	height: 100%;
}


.bidding .content .biddingMain .testCon .resultCon{
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.bidding .content .biddingMain .testCon .resultCon .tit{
	padding: 18px;
	background: #fff;
}

.bidding .content .biddingMain .testCon .resultCon .loading{
	height: 24px;
	width: 100%;
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/loading.gif);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -15px;
	display: none;
}
.bidding .content .biddingMain .testCon .resultCon .resultList{
	min-height: 70px;
}
.bidding .content .biddingMain .testCon .resultCon .resultList .emptyTips{
	text-align: center;
    padding: 0 0 40px;
    color: #2b2b2b;
}
.bidding .content .biddingMain .testCon .resultCon .headCon{
	overflow: hidden;
}
.bidding .content .biddingMain .testCon .resultCon .headCon li{
	font-size: 14px;
	color: #2b2b2b;
	line-height: 20px;
	margin: 0px 20px 17px;
	padding: 10px 20px;
	background: #f6faff;
	border-radius: 10px;
	width: calc(50% - 40px);
	float: left;
}
.bidding .content .biddingMain .testCon .resultCon .headCon li span{
	color: #3175f7;
	font-size: 14px;
}

.bidding .content .biddingMain .testCon .resultCon dl{
	margin: 0px 20px 17px;
	background: #f6faff;
	border-radius: 10px;
	padding: 10px 20px;
	min-height: 70px;
}

.bidding .content .biddingMain .testCon .resultCon dt{
	color: #3175f7;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.bidding .content .biddingMain .testCon .resultCon dd{
	padding-left: 50%;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #2b2b2b;
	margin-bottom: 25px;
	background-position-y: 10px;
}
.bidding .content .biddingMain .testCon .resultCon dd:nth-child(2){
	margin-bottom: 20px;
}

.bidding .content .biddingMain .testCon .resultCon .name{
	width: 50%;
	position: absolute;
	left: 0;
}

.bidding .content .biddingMain .testCon .resultCon dd .address{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/locationIcon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 40px;
	margin-bottom: 15px;
	background-position-y: 4px;
}

.bidding .content .biddingMain .testCon .resultCon dd .fail{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/failIcon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 40px;
	margin-bottom: 15px;
	background-position-y: 4px;
}
.bidding .content .biddingMain .testCon .resultCon dd .success{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/successIcon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 40px;
	margin-bottom: 10px;
	background-position-y: 4px;
}

.bidding .content .biddingMain .testCon .resultCon dd .people{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/peopleIcon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 40px;
	margin-bottom: 15px;
	background-position-y:3px;
}

.bidding .content .biddingMain .testCon .resultCon dd .phone{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/phoneIcon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 40px;
	background-position-y: 5px;
}

.bidding .content .biddingMain .testCon .resultCon dd .money{
	background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/bidding-icon-money.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 40px;
	background-position-y: 5px;
}