@charset "utf-8";
/* CSS Document */
body {
	font-family: "微软雅黑",italic,Consolas;
	font-size: 14px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* banner样式*/
.cs_con {
	background: #7fcef4 url(../img/platform/plat-title-bg.jpg) no-repeat scroll center top;
	width: 100%;
}
.cs {
	width: 1200px;
	height: 404px;
	margin: 0 auto;
	position: relative;
}
.cs_d {
	position: absolute;
	top:60px;
	right: 125px;
}
/* banner链接样式*/
.title-link {
	display: block;
	width: 169px;
	height: 43px;
	background-color: #fbfa64;
	font-size: 31px;
	font-weight: bold;
	color: #2d262d;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #2b242b;
	margin-bottom: 32px;
}

a {
	text-decoration: none;
	cursor: pointer;
}
.cs_d a:hover {
	background-color: #fe9a44;
}
/* 主体内容样式 */
.plat-form {
	width: 460px;
	height: 270px;
}
.plat-item {
	width: 980px;
	margin: 0 auto;
	margin-top: 33px;
}
.plat-text {
	width: 365px;
	margin-left: 90px;
}
.plat-item-spec .plat-text {
	margin-left: 40px;
}
.plat-item-spec .plat-form {
	margin: 20px 0 0 110px;
}
.plat-item-third .plat-text {
	margin-top: 80px;
}
.plat-item-fourth .plat-text {
	margin-top: 35px;
}
.plat-item-fifth .plat-text {
	margin-top: 30px;
}
.plat-item-fifth .plat-form {
	margin-top: 10px;
}
.plat-con {
	background: #fff url(../img/platform/plat-bg.png) no-repeat top center;
	padding: 20px 0 70px 0;
}
.plat-title {
	color: #fe5339;
	font-size: 24px;
}
.plat-desc {
	margin-top: 25px;
	font-size: 20px;
	line-height: 1.7;
	text-indent: 2em;
}



.fl{
    float: left;
}
.fr{
    float:right;
}


