/* CSS Document */
html { overflow-x:auto; overflow-y:scroll; }
.topbar{
	width:100%;
	height:30px;
	color:#FFF;
	text-align:center;
	background-color:#002060;
	border-left:2px solid #2d5282;
	border-right:2px solid #2d5282;
	border-bottom:2px solid #2d5282;
	font-size:14px;
	line-height:30px;
	margin-bottom:10px;
	
	}
#container{
	width:960px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
	}
	
#content{
	width:960px;
	margin:0 auto;
	}

#logo{
	background-image:url(../images/a.gif);
	width:179px;
	height:98px;
	background-repeat:no-repeat;
	float:left;
	}
#logotext{
	width:750px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	
	color:#000;
	margin-left:10px;
	margin-top:10px;
	float:left;
	}
#dis{
	margin-top:38px;
	float:right;
	}
#dis ul{
	list-style-type: none;
    padding: 0;
	}
#dis li{
	float:left;
	width:auto;
	margin-right:10px;
	
}
#dis li a:link{
	color:#395577;
	}
#nav{
	width:960px;
	height:30px;
	float:left;
	margin-bottom:20px;
	}
#nav ul{
	list-style-type: none;
    padding: 0;
	}
#nav li{
	float:left;
	width:160px;;
	text-align:center;
	
	line-height:30px;
	margin-right:-2px;
	
}
#nav li a {
	text-decoration:none;
	color:#FFF;

	}
#nav li a:hover {
	text-decoration:none;
	color:#F00;

	}
#nav li a:.active {
	color:#F00!important;

	}
.active {
	color:#F00!important;

	}
.c1{
	background-image:url(../images/btnc1.png);
	width:160px;
	height:30px;
	background-repeat:no-repeat;
	}
.c2{
	background-image:url(../images/btnc2.png);
	width:160px;
	height:30px;
	background-repeat:no-repeat;
	}
.c3{
	background-image:url(../images/btnc3.png);
	width:160px;
	height:30px;
	background-repeat:no-repeat;
	}
.imgn{
	width:320px;
	text-align:center;
	float:left;
	color:#000;
	}
.imgpic{
	width:310px;
	text-align:center;
	float:left;
	margin-right:10px;
	
	}
#block1{
	width:960px;
	height:230px;
	margin-top: 30px
	}
.intro1{
	width:525px;
	
	margin-right:20px;
	float:left;
	font-weight:normal;
	}
	
.intro2{
	width:920px;

	font-weight:normal;
	}
#introimg{
	width:313px;
	height:202px;
	float:left;
	}
#footer{
	margin-top:50px;
	width:960px;
	text-align:center;
	color:#2b2b63;
	font-size:12px;
	}
.label{
	width:300px;
	text-align:left;
	
	font-size:16px;
	float:left;
	}
.label2{
	width:300px;
	text-align:left;
	font-weight:normal;
	line-height:14px;
	float:left;
	}
.msg{
	width:380px;
	float:left;
	margin-left:200px;
	font-weight:normal;
	line-height:18px;
	}
.label2 p {
	line-height:18px;
	margin:0px;
	}
.msg p{
	line-height:18px;
	margin:0px;
	}
.btn{
	border:none;
	background-image:url(../images/send.png);
	width:118px;
	height:30px;
	background-repeat:no-repeat;
	float:right;
	}