@charset "utf-8";
*,body {
    padding: 0;
	margin: 0;
}
body {
    font: 12px "宋体";
	color: #333;
}
img {
    border: none;
}
.clear {
    clear: both;
}
a {
    color: #333;
	text-decoration: none;
}
a:hover { 
    color: #D92921;
	text-decoration: underline;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
	border: 1px solid #42404B;
}
#header {
	width: 100%;
	border-top: 15px solid #42404B;
	border-bottom: 1px solid #D5D4D9;
}
#logo {
	float: left;
	height: 46px;
	width: 138px;
	padding-top: 14px;
	padding-left: 50px;
}
#search {
	width: 300px;
	padding-top: 20px;
	padding-right: 15px;
	float: right;
	text-align: right;
}
#search select option {
    padding-right: 5px;
}
#content {
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#left_side {
	float: left;
	width: 245px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #C7C7C7;
}
.box {
	width: 100%;
	padding-bottom: 10px;
}
.box_header {
	background: url(../images/l_icon.gif) no-repeat left 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	font: bold 13px "宋体";
	color: #318684;
}
.box_body {
	padding-bottom: 5px;
}
ul.news,
ul.skill,
ul.video_ul {
    list-style: none;
}
ul.news li,
ul.skill li,
ul.video_ul li {
    padding-left: 10px;
	background: url(../images/ul_icon.gif) no-repeat left 6px;
	line-height: 16px;
	width: 235px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
    -moz-text-overflow: ellipsis;
}
ul.video_ul li {
    width: 140px;
}
.box_footer {
	text-align: right;
}
.video_l {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 90px;
	height: 98px;
}
.video_r {
    float: right;
	width: 150px;
}
.book_l {
    width: 73px;
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #ddd;
}
.book_r {
    float: right;
	width: 152px;
}
.book_r p {
    line-height: 16px;
	text-indent: 2em;
}#main_content {
	float: right;
	width: 714px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: -1px;
	border-left: 1px solid #c7c7c7;
}
.block {
	padding-bottom: 10px;
}
.block_header {
	background: url(../images/m_icon.gif) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #00696B;
}
.block_header h2 {
    font-size: 13px;
	font-weight: bold;
	color: #318684;
	width: auto;
	float: left;
}
.header_right {
    float: right;
	width: auto;
	padding-right: 5px;
}
.block_body {
	padding: 10px 0;
}
.block_body p {
    line-height: 20px;
	text-indent: 2em;
	padding-bottom: 10px;
}
.block_left,
.block_right {
    width: 49%;
	float: left;
	padding-bottom: 20px;
}
.block_right {
    float: right;
}
ul.industry_course {
    list-style: none;
	padding-left: 4px;
}
ul.industry_course li {
    width: 305px;
	height: 32px;
	padding: 15px 37px 0 0;
	text-align: right;
	margin-bottom: 13px;
	margin-top: 3px;
	display: block;
}
ul.industry_course li.zz {
    background: url(../images/zz.gif) no-repeat;
}
ul.industry_course li.sp {
    background: url(../images/sp.gif) no-repeat;
}
ul.industry_course li.dl {
    background: url(../images/dl.gif) no-repeat;
}
.skill_li {
    margin-bottom: 10px;
	width: 100%;
	clear: both;
}
.skill_left {
	width: 80px;
	padding-right: 10px;
	float: left;
}
.skill_right {
	float: right;
	width: 259px;
}
.skill_title {
	padding-bottom: 5px;
}
ul.skill li{
    width: 249px;
	line-height: 15px;
}
.line {
    width: 495px;
	height: 9px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}
#footer {
	background: #01696C;
	clear: both;
	height: 30px;
}
.footer_right {
	line-height: 30px;
	color: #fff;
	background: #42404B;
	text-align: center;
	float: right;
	width: 220px;
}


.leftbar_title {
    margin-bottom: 15px;
}
ul.leftbar_menu {
    list-style: none;
	width: 245px;
	display: block;
}
ul.leftbar_menu li {
    padding-left: 10px;
	line-height: 30px;
	border-bottom: 1px dotted #00696B;
}
ul.leftbar_menu li a {
    color: #42404B;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 40px;
	background: url(../images/longicon1.gif) no-repeat left center;
}
ul.leftbar_menu li a:hover,
ul.leftbar_menu li a.active {
    color: #00696B;
	background: url(../images/longicon.gif) no-repeat left center;
	text-decoration: none
}
h1 {
    line-height: 30px;
	padding-left: 30px;
	background: url(../images/anrrowred.gif) no-repeat left center;
	border-bottom: 1px solid #3E6665;
	color: #3D6665;
	font-size: 14px;
	font-weight: bold;
	clear: both;
} 
.content_body {
    padding: 20px 10px;
}
.content_body p {
    padding-bottom: 20px;
	line-height: 20px;
	text-indent: 2em;
}
.part {
    width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.part_img {
    width: auto;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}
.part_img img {
    width: 140px;
}
.content_body .part p {
    text-indent: 0;
	padding-bottom: 15px;
}
.content_body p.subtitle {
    padding-bottom: 3px;
}
.content_body p.con {
	text-indent: 0;
}
.body_ul,
.body_ul2 {
    list-style: none;
	padding-left: 2em;
	margin-bottom: 20px;
}
.body_ul li,
.body_ul2 li {
    padding-left:  20px;
	background: url(../images/icon2.gif) no-repeat left 3px;
	line-height: 20px;
}
.body_ul2 li {
    padding-bottom: 10px;
}
.content_body a:link {
    color: #3A6160;
}
.content_body a:visited {
    color: #424149;
}
.content_body a:hover {
    color: #f00;
}
.content_body a:active {
    color: #f00;
}
a.download {
    padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/pdf.gif) no-repeat left 2px;
	line-height: 30px;
}
.content_body .part p.indent{
    text-indent: 2em;
}
p.named {
    color: #000;
	text-align: right;
}
ul.partner_ul {
    list-style: none; 
	line-height:25px; 
	display: block;
}
ul.partner_ul li {
    display: block;
	padding-left: 10px;
	border-bottom: 1px dotted #999;
}
ul.partner_ul li a {
   padding-left: 20px;
   background: url(../images/es.gif) no-repeat left center;
}
#banner {
   width: 1000px;
   height: 151px;
}
#banner iframe {
   width: 1000px;
   height: 151px;
   border: none;
}

/* dropdown menu */
#menu_bar {
	clear: both;
	padding-top: 13px;
	text-align: right;
	height: 20px;
}
.menu {
    width: 615px!important;
	width: 630px;
	float: right;
	position: relative;
}
.menu UL {
	list-style: none;
	line-height: 20px;
	position: relative;

}
.menu UL LI {
    float: left;
	display: inline;
	width: auto;
	position: relative;
}
.menu UL LI A {
    padding: 0 15px;
	display: block;
	float: left;
	width: auto;
	height: 20px;
}
.menu UL LI A:visited {
	padding: 0 15px;
	display: block;
	float: left;
	width: auto;
}
HTML .menu UL LI A {
	WIDTH: auto
}
.menu UL LI A:visited {
	WIDTH: auto
}
.menu UL LI UL {
	DISPLAY: none
}
.menu ul table {
	border-collapse:collapse;
	margin:-1px;
	font-size: 12px;
}
.menu ul li:hover ul li a.first {
    border-top: 1px solid #A1a1a1;
}
.menu ul li:hover ul li a.last {
    border-bottom: 1px solid #A1a1a1;
}
.menu UL LI:hover A {
	COLOR: #f00;
}
.menu UL LI:hover UL {
	DISPLAY: block; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 20px
}
.menu UL LI:hover UL LI A {
	display:block;
	background:#0B6766;
	color:#fff;
	height:auto;
	line-height:20px;
	padding:2px 16px;
	width:100px;
	text-align: left;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
}
.menu UL LI:hover UL LI A:hover {
	background:#444446;
	color:#CDCB9A;
}
.news_ul {
    list-style: none;
}
.news_ul li {
	padding: 2px 0;
	padding-left: 20px;
	line-height: 16px;
	background: url(../images/icon3.gif) no-repeat left 6px;
}
h3 {
    color: #3D6665;
	line-height: 30px;
	
	margin-bottom: 20px;
	text-align:center;
	font-size: 14px;
}
.news_body {
    padding: 0 10px;
}
.news_body p {
    text-indent: 2em;
	padding-bottom: 20px;
	line-height: 20px;
}
.news_content {
    padding: 10px 20px;
}
.c_table {
    border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
}
.c_table th {
    border: 1px solid #999;
	background: #eee;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}
.c_table td {
    border: 1px solid #999;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}
.course_table {
   border: 1px solid #999;
   border-collapse: collapse;
   margin-bottom: 20px;
   margin-left: 2em;
   width: 90%;
}
.course_table th {
   vertical-align: top;
   padding: 5px 10px;
   text-align: left;
   color: #333;
   border: 1px solid #999;
   background: #eee;
}
.course_table td {
   padding: 5px 10px;
   color: #333;
   border: 1px solid #999;
}
.course_ul {
    list-style: none;
	padding-left: 2em;
	margin-bottom: 20px;
	margin-top: 20px;
}
.course_ul li {
    padding-left:  20px;
	background: url(../images/icon2.gif) no-repeat left 3px;
	line-height: 20px;
	padding-bottom: 20px;
}
.course_ul li a {
    font-size: 14px;
}
.course_ul li a.active {
    font-weight: bold;
}
