/* CSS Document */
body {
	background:#15679b url(../images/body_bg.jpg) repeat-x top;
	font-size:12px;
	padding-top:7px;
	
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	font-size:16px;
	color:#73897D;
}

h2 {
	font-size:14px;
	line-height:18px;
}

/* link css */
a {
	text-decoration:none;
}

p {
	margin:0;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

input {
	margin:0;
	padding:0;
}

img {
	border:0;
}

h4 {
	margin:0;
	color:#15679b;
}

/*  */
.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.text_align_c {
	text-align:center;
}

.text_align_r {
	text-align:right;
}

/** for cms block */
.edit_block {
	border: 1px solid blue;
	padding: 2px;
}

.delete_block {
	border: 1px solid red;
	padding: 2px;
	margin: 2px;
}

.content_block {
	clear: both;
	overflow: hidden;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

.selected {
	color:#987509;
}

/* change behavior of t5*/
DL.t-beandisplay , Div.t-beandisplay {
	border: 1px solid #D8C2BB;
	border-left: 1px solid #D8C2BB;
	border-bottom: 0px;
	border-right: 0px;
	background: #fff;
	padding: 0;
}

Div.t-beandisplay {
	border-bottom: 1px solid #D8C2BB;
	border-right: 1px solid #D8C2BB;
	padding:8px 0;
}
DL.t-beandisplay DT, DL.t-beandisplay DD{
    vertical-align: auto;
    border-right: 1px solid #D8C2BB;
	border-bottom: 1px solid #D8C2BB;
	line-height:32px;
}

div.t-beaneditor-row label {
	width:150px;
}

div.t-beaneditor-row input {
	width:160px;
}

dl.t-beandisplay dt {
	width:120px;
	padding-right:10px;
}

dl.t-beandisplay dd {
	padding-left:140px;
}

TABLE.t-data-grid {
    width: 100%;
}

table.t-data-grid tr th {
	color:white;
}

DIV.t-error-popup {
	z-index:10000;
}


.line_through {
	text-decoration:line-through;
}

/* message board */
#user_leave_word hr {	
	color:#dbc7c0;
	background-color:#dbc7c0;
	height:1px;
	border:0;
	*margin-top:-6px;
	margin-left:-4px;
}

#user_leave_word {
	margin:0 10px 30px;
}

#user_leave_word h4 ,#user_leave_word b {
	color:#987509;
}

#user_leave_word .quiz_time {
	text-align:right;
	margin-top:-25px;
	margin-bottom:10px;
}

#user_leave_word hr {
	margin:0 0 -3px 0;
	padding:0;
}

#user_leave_word h4 {
	margin-bottom:10px;
	font-size:13px;
}

#user_leave_word .answer {
	border:1px solid #d6c89d;
	background-color:#f2eee1;
	margin:8px 50px 15px;
	padding:5px 10px;
}

#user_leave_word .answer p {
	margin-top:0;
	margin-bottom:7px;
}

#messageboard {
	margin-top:8px !important;
	margin-top:-8px;
}

#messageboard label {
	font-weight:bold;
	color:#987509;
}

.message {
	background-color:yellow;
	line-height:30px;
	border: 1px solid blue;
}

#channelcontainer a {
	margin-right: 20px;
}

#loading_div {
	display: none;
	text-align:center;
	color:#fff;
	background-color:#ff0000;
	position: fixed;
	top:0px;
	right:10px;
	width:100px;
}

#container {
	width:930px;
	margin:0 auto;
	overflow:hidden;
}

.block_container {
	clear:both;
	padding:10px 15px;
	overflow:auto;
}

.block_container p {
	line-height:18px;
	margin-top:10px;
}

.block_container img {
	margin-right: 10px;
}

/* header css */

#header {
	height:138px;
	background:url(../images/header_bg.jpg) repeat-x top;
	color:#686868;
}

#header #top {
 background-color:#f8f7f8;
 height:21px;
 margin:0 6px;
 padding:0 8px;
 line-height:21px;
}

#header #top p ,#logo , #main_nav , #main_nav a ,#header .bottom span  {
	float:left;
	*display:inline !important;
}

#header #top div , #header #middle .middle_right  , #header .bottom p {
	float:right;
}

#logo {
	margin:18px 19px 0 13px;
}

#main_nav {
	margin-top:46px !important;
	margin-top:44px;
}

#header #middle .middle_right {
	padding:9px 10px 0 0;
}

#header #middle .middle_right p {
	text-align:right;
	padding-bottom:43px;
}

#header .bottom {
	clear:both;
	height:20px;
	border:1px #4485af solid;
	margin:2px 1px 1px;
	padding-left:15px;
	color:#fff;
}

/* header link */

#header .top p a {
	color:#15679B;
}

#header .top span a {
	color:#686868;
}
#header .top span a:hover {
	color:#ff9600;
}

#main_nav a {
	display:block;
	background:url(../images/main_nav_whitebg.jpg);
	line-height:40px;
	width:90px;
	text-align:center;
	margin-right:3px;
	color:#15679B;
}
#main_nav a:hover,  #main_nav a.selected{
	background:url(../images/main_nav_bluebg.jpg);
	font-weight:bold;
}

#header #middle .middle_right div a {
	color:#686868;
	background:url(../images/ico.gif) no-repeat left center;
	padding-left:11px;
	margin-left:8px;
}
#header #middle .middle_right div a:hover {
	color:#ff9600;
}

#header .bottom a {
	line-height:20px;
	color:#fff;
}
#header .bottom a:hover {
	line-height:20px;
	color:#ff9600;
}

/* content css */
#content {
	background:#fff url(../images/bottom_bg.jpg) no-repeat bottom;
	padding:12px 7px;
}

#content_main {
	width:715px;
}

#pictureshow_areanews .pic_show {
	width:340px;
	border:1px #ccc solid;
	padding:5px;
}

#content_main ,.block_news .title p , .hot_article .title a{
	float:left;
}

.hot_article {
	float: right;
}

.block_news {
	padding:5px 5px 5px 0;
}

.newslist_set {
	float: left;
}

.newslist_set span.texttitle {
	float: left;
}

#content_rightside , .block_news .title span  {
	float:right;
}

.hot_article .title{
	height:31px;
}

.hot_article .title a {
	display:block;
	background:url(../images/tab_bluebtn.jpg) no-repeat;
	width:117px;
	line-height:31px;
	text-align:center;
	color:#fff;
}
.hot_article .title a:hover {
	background:url(../images/tab_whitebtn.jpg) no-repeat;
	color:#000;
}

.hot_article  {
	width:351px;
	padding:0px 5px;
}

.block_news .title {
	background:url(../images/title_bg.jpg) repeat-x top;
	height:31px;
}

.block_news .title p {
	background:url(../images/title_bg01.jpg) no-repeat;
	line-height:31px;
	padding-left:38px;
	color:#15679B;
	font-weight:bold;
	font-size:13px;
	width:142px;
}

.block_news .title span a {
	display:block;
	padding:5px 5px 0 0;
}

.block_news_cont , .block_news .news_pic{
	border:1px #e7e7e7 solid;
	border-top:1px #f8f8f8 solid;
	padding:10px;
	
}

.block_news .news_pic {
	padding:10px 2px;
}

.block_news .block_news_cont li , .hot_article li {
	line-height:21px;
}

.pic_news {
	padding: 10px 0 10px 10px;
	float: right;
	width:120px;
}

.pic_news img {
	width: 100px;
	height: 100px;
}

.block_news .news_pic a {
	float:left;
	padding:0 10px;
}

.block_news a img {
	padding-bottom:5px;
}

#picturshow_areanews {
	height:207px;
}

/* content_main link css  */
#content_main a {
	color:#000;
}
#content_main a:hover {
	color:#FF9600;
}

/* right side */

#content_rightside {
	width:180px;
	background:#e1ebf2;
	border:1px #e0e0e0 solid;
	color:#686969;
}

.content_rightside_title {
	background:#3c80ab url(../images/call_board_ico.jpg) no-repeat;
	height:24px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
	padding-left:20px;
}

#content_rightside .right_block {
	border:1px #15679b solid;
	margin:5px 3px;
}

#content_rightside .right_block h4 {
	overflow:auto;
	margin-bottom:5px;
}

#content_rightside .right_block h4 p{
	float:left;
}

#content_rightside .right_block h4 a{
	display:block;
	color:#686969;
	float:right;
	font-weight:normal;
}

#content_rightside .right_block img {
	width:155px;
	border:1px #fff solid;
	margin-bottom:3px;
}

#content_rightside .right_block div {
	clear:both;
}

.right_block li {
	line-height: 21px;
}

/* news page css */
#current_location img {
	margin:0 5px;
	vertical-align:middle;
}

.news_title {
	color:#15679B;
	text-align:center;
	margin:30px 0px 20px 0px ;
	border-bottom:1px #ddd solid;
	padding-bottom:10px;
	
}

.key_words {
	background-color:#e8f2f9;
	line-height:22px;
	margin-top:10px;
	padding-left:6px;
}

.news_content {
	margin:20px 50px 30px 40px;
}

.news_content div {
	text-align:center;
}

.news_content p {
	text-indent:24px;
	line-height:18px;
	margin:18px 0;
}

.tandem_article {
	border:1px #e8e8e8 solid;
	padding:4px 6px;
	background-color:#f9f9f9;
	margin-top:-18px;
}

.tandem_article li {
	line-height:21px;
}



/* footer css */
#footer {
	color:#fff;
	margin:24px 0;
	text-align:center;
}

#footer p {
	line-height:22px;
}

#footer a {
	color:#fff;
}


#content_rightside .right_block div a {
	display:block;
	line-height:21px;
	color:#686969;
}
#content_rightside .right_block div a:hover {
	color:#FF9600;
}

a.news_link {
	font-size:12px;
	font-weight: bold;
	margin-bottom:5px;
	line-height:18px;
}

.news_link1 {
	width: 405px;
}

.hot_article .news_link1 {
	width: 345px;
}

#hot .news_link1 a, .right_block a{
	padding-left: 3px;
}


.news_link3 {
	width: 660px;
}

.news_link2 {
	border:1px #e8e8e8 solid;
	background-color:#f9f9f9;
	margin-bottom: 20px;
	
}

.news_link2 img {
	margin: 10px 0px 10px 10px;
	height: 100px;
	width: 100px;
}

.news_link1 .titletext, .news_link3 .titletext {
	float:left;
	padding-left: 5px;
}

.news_link1 .date, .news_link3 .date {
	float:right;
	padding-right: 5px;
}

#news_summary_true {/* with picture */
	float: left;
	width: 570px;
	margin: 10px 0px 10px 10px;
	padding-right: 5px;
}

#news_summary_false {/* with picture */
	margin: 10px 0px 10px 10px;
	padding-right: 5px;
}

#news_summary_true a, #news_summary_false a{
	color: #15679B;
}

#index_news_tab .tap5c_tab-set-panel {
	width: 117px;
	background:url(../images/tab_bluebtn.jpg) no-repeat;
	line-height:31px;
	height: 31px;
	margin-right: 0px;
	border: 0px;
}

#index_news_tab div.activated {
	background:url(../images/tab_whitebtn.jpg) no-repeat;
	color:#000;
}

#index_news_tab .tap5c_tab-set-content {
	background-color: #fff;
	width: 348px;
}

/** enterprise page begin */

#enter_body {
	float: left;
	width: 694px;
}

.main_bar{
	border:1px solid #15669b;
	background:url(../images/qiye04.gif) repeat-x;
	text-align:left;
	color:#000;
	margin-bottom:10px;
	overflow: auto;
}
.main_bar h1 {
	color:#FFFFFF;
	font-size:16px;
	line-height:30px;
	margin-left:8px;
}

.main_bar h2 {
	background:transparent url(../images/qiye05.gif) no-repeat scroll 0 0;
	color:#15679B;
	font-size:14px;
	line-height:35px;
	padding-left:6px;
}

.block_container .block_title {
	color:#125885;
	font-size:16px;
}

#sub_container1,#sub_container2,#sub_container3{
	background:url(../images/line.gif) repeat-x;
	width:315px !important;
	width:314px;
	margin:5px 0px 5px 5px !important;
	margin:5px 1px 3px 3px;
	float:left;
}

#sub_container2{
	width:362px !important;
}

#sub_container3{
	width:682px !important;
	width:682px;
}

#sub_container1 ul li{
	list-style:none;
	line-height:20px;
	}

#sub_container2 ul{
	margin-top:10px !important;
}

#sub_container1 h3, #container2 h3, #new_job h3,#aviation_per h3{
	background:url(../images/btn.gif) no-repeat;
	width:108px;
	line-height:26px;
	text-align:center;
	color:#fff;
	margin-top:10px;
	margin-bottom:8px;
}
	
#sub_container2 li,#provide_buy li,#product_sort li,#new_job li,#aviation_per li{
	line-height:20px;
	margin-right:13px;
	white-space:nowrap;
}

.B2B_content {
	border:1px solid #d9d9d9;
	border-top:0px;
	padding-top:2px !important;
	padding:10px 10px 5px;
	min-height:220px;
	height:auto !important;
	height:220px;
}

#product {
	padding-left:5px;
	padding-right:5px;
	padding-top:8px !important;
}

#product_sort{
	margin:10px 0px;
	overflow:hidden;
}

#product_sort div div{
	width:216px !important;
	width:215px;
	margin:0px 3px;
	
}

#product_sort h5{
	background:url(../images/btn2.gif);
	width:108px;
	font-size: 12px;
	line-height:26px;
	text-align:center;
	color:#fff;
	margin-bottom:5px;
}

#provide_buy {
	background-color:#FFF8F4;
	border:1px solid #D9D9D9;
	padding:5px 0 5px 15px;
}

#provide_buy h4 {
	color:#FF6000;
	font-size:14px;
	line-height:24px;
}

#biz_ul li, #product_sort li, #job_search li {
	float:left;
}

#enter_right{
	background-color:#e1ebf2;
	width:212px;
	float: right;
}

#job_bar{
	background-color:#3c80ab;
	height:30px;
}


#job_search{
	width:212px;
	margin:8px auto;
	text-align:center;
}

#job_searchbody{
	border:1px solid #15679b;
	border-top:0px;
	width:201px !important;
	width:203px;
	margin:auto;
	padding-top:5px;
	}

#job_searchbody li{ 
	list-style:none;
	white-space:nowrap;
	margin:3px 3px;
	padding-left:4px !important;
	padding-left:2px;
}

#new_job,#aviation_per{
	margin:0px 0px 30px 8px;
}

#new_job ul,#aviation_per ul{
	margin-left:5px;
}

#new_job span,#aviation_per span{
	color:#ff4a00;
	margin:5px;
	padding-left:15px;
	background:url(../images/arrowhead.gif) no-repeat left center;
}

#lay_out {
	margin:10px;
}

#lay_out img {
	margin:3px;
}

/* clear */
div.news_link1:after, div.news_link2:after, .newslist_set:after, .block_news_cont:after, #header #top:after, #header #middle:after{display:block;visibility:hidden;clear:both;height:0;content:'.';}
.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:'.';}
div.news_link1, div.news_link2, .newslist_set, .block_news_cont, #header #top, #header #middle{zoom:1;}
.clearfix{zoom:1;}