/**-------------------------- banner --------------------------------------**/
.banner-title .deliver-line{
	width: 230px;
}

/**-------------------------- 卡片介绍(部分css见card－carousel.css) --------------------------------------**/
.fr-card-carousel{
	position: relative;
	padding-top: 52px;
	padding-bottom: 52px;
	width: 100%;
	height: auto;
	
}
/* 描述 */
.card-overall-describe{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left: 14px;
	padding-right: 2px;
	width: 660px;
	height: 58px;
	border: 2px solid #5e8fff;
	border-bottom: 0px;
	border-top: 0px;
}
#card-carousel{
	height: auto;
}

.flashBg{
	height: 720px;
}
.flashBg ul.mobile{
	width: 980px;
	height: 688px;
}

.flashBg ul.mobile .card-text{
	width: 276px;
	height: 154px;
}
.flashBg ul.mobile .card-text .deliver-line{
	left: 0px;
	bottom: 0px;
}

#card-carousel .sec-line{
	margin-top: 30px;
}

.flashBg ul.mobile li.sec-line.first{
	margin-left: 0;
}

.flashBg ul.mobile a{
	color: #515151;
}

.flashBg ul.mobile a:hover{
	color: #428bca;
}

/**--------------------------列表--------------------------------------**/
.text-content ul{
	text-align: left;
}
.text-content ul a{
	color: #999999;
}
.text-content ul a:hover{
	color: #43baf6;
}
.text-content ul a:hover li:before{
	background-color: #43baf6;
}
.text-content ul li{
	display: block;
	margin-left: 18px;
	padding-bottom: 2px;
}
.text-content ul li:before{
	position: absolute;
	margin-top: 14px;
	margin-left: -18px;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #999999;
	/*box-shadow: -1px 1px 1px rgba(52,52,52, 0.8) inset;*/
}
.text-content .form{
	margin: 0 auto;
	width: 443px;
	height: 347px;
}

















