﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:16px;	
	font-family:"Microsoft Yahei";
	background:#e8f5fb url("../images/bodybg.jpg") no-repeat top center;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#333;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.top{
	height: 776px;
}
.tp_area{
	height: 244px;
	background:url("../images/topbg.jpg") no-repeat top center;
}
.tp_area .inf{
	padding:94px 0 0 104px;
	width: 838px;
	font-size:16px;
	line-height: 32px;
	text-indent:2em;
	color:#2b6092;
}
.main{
	background:url("../images/mainbg.jpg") repeat-y top center;
	padding-top:20px;
}
.m_floor{
	width: 1050px;
	margin:0 auto;
}
.m_floor .tit{
	height: 50px;
	line-height: 50px;	
	background:#eee url("../images/sus_head.png") no-repeat left center;
	width: 1000px;
	margin:30px auto 30px -23px;
	font-size:20px;
	padding-left:60px;
	color:#fff;
}
.m_floor p{
	line-height: 32px;
	padding-right:10px;
}

.sus_head{
	height: 50px;
	line-height: 50px;	
	background:#eee url("../images/sus_head.png") no-repeat left center;
	width: 1000px;
	margin:30px auto 0 52px;
	font-size:20px;
	padding-left:60px;
	color:#fff;
}
.sus_t1{
	text-align: center;
	height: 95px;
	line-height: 95px;
	padding-top:10px;
	font-size:16px;
	color:#0082a8;
}
.sus_t1 em{
	color:#f00;
}
.sus_in{
	height: 38px;
	line-height: 38px;
	clear: both;
	padding-left:208px;
}
.sus_in .tit{
	float: left;
	width: 130px;
}
.sus_in .tit em{
	color:#f00;
}
.sus_in .text{
	float: left;
	width: 400px;
	height: 36px;
	border:1px solid #ccc;
	line-height: 36px;	
	padding-left:16px;
	font-size:16px;
}
.sus_in .text2{
	width: 626px;
}
.line25{
	height: 25px;
	clear: both;
}
.sus_t2{
	height: 70px;
	line-height: 70px;
	padding-left:208px;
}
.sus_t2 em{
	color:#f00;
}
.sus_ta{
	width: 754px;
	height: 90px;
	border:1px solid #ccc;
	margin-left:208px;
	resize:none;
	overflow:hidden;
	font-size:16px;
	padding:10px;
}
.sus_sub{
	display: block;
	width: 320px;
	height: 46px;
	line-height: 46px;
	border-radius:5px;
	background:#0091d4;
	border:0;
	text-align: center;
	margin:60px auto 0 auto;
	color:#fff;
	font-size:18px;
}
.bt{
	height: 90px;
	background:url("../images/btbg.jpg") no-repeat top center;
}
.footer{
	text-align: center;
	line-height: 32px;
	padding:20px 0 46px 0;
}