/**-------------------------- 分割的标题内容 --------------------------------------**/
.fr-first-title{
	position: relative;
	margin-top: -62px;
	width: 100%;
	height: 80px;
	background-color: white;
	text-align: center;
}
.fr-first-title p{
	padding-top: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	word-spacing: 6px;
}
/* 渐变分割线 */
.deliver-line{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: -webkit-gradient(linear, left top, right bottom, from(#409dff), color-stop(0.5, #5d90ff), to(rgb(122, 130, 255))); /*safair 和 chrome*/
	background-image: -moz-linear-gradient(left, #409dff, #7a82ff);/*firefox*/
}

/**-------------------------- 卡片轮播介绍 --------------------------------------**/
.fr-card-carousel{
	position: relative;
	width: 100%;
	height: 550px;
	padding-top: 52px;
	background-image: url(../images/home/card_carousel_bg.jpg);
}
/* 描述 */
.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;
}

/* 轮播图效果css见 card—carousel.css */

/**-------------------------- 公司介绍 --------------------------------------**/
.fr-about{
	position: relative;
	width: 100%;
	height: 480px;
	padding-top: 90px;
	background-image: url(../images/home/about_bg.jpg);
}

.about-content{
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 300px;
}

/* 左边图片内容 */
.about-content .content-left{
	position: relative;
	float: left;
	width: 346px;
	height: 282px;
	/*background-color: red;*/
}

.about-content .content-left .deliver-line{
	position: absolute;
	bottom: 0;
	padding-top: 20px;
	width: 346px;
	height: 75px;
	color: white;
	font-size: 13px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right bottom, from(#409dff), color-stop(0.5, #5d90ff), to(rgb(122, 130, 255))); /*safair 和 chrome*/
	background-image: -moz-linear-gradient(top, #409dff, #7a82ff);/*firefox*/
}

.about-content .content-left .about-img{
	float: left;

}

.about-content .content-left .about-logo{
	position: absolute;
	top:20px;
	left: 24px;
}

/* 右边文字内容 */
.about-content .content-right{
	position: relative;
	float: left;
	margin-left: 60px;
	width: 494px;
	height: 300px;
}

.about-content .content-right .about-title{
	position: relative;
	margin: 0 auto;
	padding-top: 8px;
	width: 264px;
	height: 44px;
	background-color: rgba(130,178,226, 0.8);
	text-align: center;
	font-size: 20px;
	color: white;
	letter-spacing: 1px;
}
.about-content .content-right .about-text{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}

.about-content .content-right .deliver-line{
	left: 206px;
	padding-top: 1px;
	width: 74px;
	height: 24px;
	border-radius: 20px;
	text-align: center;
	color: white;
}

/**-------------------------- 公司新闻 --------------------------------------**/
.fr-news{
	position: relative;
	width: 100%;
	height: 642px;
	padding-top: 76px;
	background-image: url(../images/home/news_bg.jpg);
}

.news-content{
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 490px;
}

/* 左边文字 */
.news-content .content-left{
	position: relative;
	float: left;
	width: 224px;
	height: auto;
}

.news-content .content-left .news-title{
	position: relative;
	padding-top: 8px;
	width: 224px;
	height: 44px;
	background-color: rgba(130,178,226, 0.4);
	text-align: center;
	font-size: 20px;
	color: white;
	letter-spacing: 1px;
}
.news-content .content-left .news-text{
	width: 184px;
	margin-top: 56px;
	color: white;
}

/* 右边卡片轮播 *//* 滚轮播图效果css见 card—scroll.css */

/**-------------------------- 公司新闻 --------------------------------------**/







