﻿body {
 background-image: url(imagesindex_02.jpg);
 background-repeat: repeat-x;
 margin: 0px;
 font-family: "微软雅黑";
}
#container {
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 width: 1100px;
}
#top {
	height: 34px;
	font-size: 10pt;
	line-height: 34px;
	color: #FFF;
	background-color: #034c99;
}
#nav {
 height: 44px;
}
#banner {
 height: 320px;
 width: 100%;
 background-color: #CCC;
 text-align: center;
background-position: center;
}
#cbanner {
 height: 150px;
 width: 100%;
 text-align: center;
 margin-top: 8px;
}
#main {
 width: 1100px;
 margin-top: 10px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 clear: both;
 overflow: hidden;
}
#link {
 height: 37px;
 width: 1100px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 border: 1px solid #CCC;
 background-image: url(imageslink.jpg);
 background-repeat: no-repeat;
}

#left {
 width: 790px;
 float: left;
}
#right {
 float: right;
 width: 300px;
}
#cleft {
 width: 850px;
 float: right;
 border: 1px solid #CCC;
}
#cright {
 float: left;
 width: 240px;
 min-height: 200px;

 height: auto !important;
      
 height: 200px;

 border: 1px solid #CCC;
}
.line {
 border: 1px solid #CCC;
}
.nav:link, .nav:visited {
 font-size: 10pt;
 color: #666;
 text-decoration: none;
}

#footer {
 height: 120px;
 width: 100%;
 border-top-width: 10px;
 border-top-style: solid;
 border-top-color: #06F;
 text-align: center;
 vertical-align: middle;
 font-size: 10pt;
}
.bline {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCC;
}
.wtitle {
 font-size: 12pt;
 color: #FFF;
 padding-left: 20px;
 font-weight: bold;
}

.title {
 font-size: 11pt;
 line-height: 40px;
 color: #FFF;
 font-weight: bold;
}
.btitle {
 font-size: 11pt;
 line-height: 40px;
 color: #034C99;
 font-weight: bold;
}
.blineb {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #034C99;
}
a:link, a:visited {
 color:#000;
 text-decoration:none;
}
a:hover {
 color:#c00;
 text-decoration:underline;}