/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: White;
	height: 100%;
}
li
{
	list-style: none;
}

td, dt, dd
{
	font-size: 12px;
}

p, li, .devField, .expand_lst dd
{
	font-size: 12px;
	color: #707070;
	line-height: 20px;
}

/*
td,p,li,.devField,.expand_lst
{
	font-family:SimSun,Arial;
}
*/

.bnews
{
	font-size: 12px;
	color: #d0111b;
	font-weight: bold;
}

h3
{
	background: url(images/dot.gif) no-repeat left;
	padding-left: 15px;
	font-size: 12px;
	color: #000000;
}

img
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


.headeradd
{
	background-color: #ffffff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 31px;
}

.abouthead
{
    background-color: #ffffff;
    background-image: url(../images/abouthead.png);
    background-repeat: no-repeat;
    height: 161px;
}

.homelogolink
{
    height:160px;
    width:190px;
    border-style:none;
}

.mainpic
{
	background-image: url(../images/main4.jpg);
	background-repeat: no-repeat;
	height: 316px;
}

.wrap
{
	width: 1000px;
}

.alert1, .expand_lst .datetime
{
	color: #d0111b;
}

.alert2
{
	color: #000000;
}

.head
{
	height: 136px;
	width: 1000px;
	background: url(images/head_bg.gif) no-repeat left top;
	left: 50px;
	z-index: 20;
}

.head .top .language
{
	float: right;
	color: #ff0000;
	line-height: 29px;
	padding-right: 50px;
}

.head .top .language p
{
	color: #ff0000;
}

.head .top .language, .head .top .language p a
{
	color: #ff0000;
	font-size: 12px;
	line-height: 29px;
}

.head .top .language p a.now
{
	color: #FFFFFF;
}

.head .top .language p a.alert1
{
	color: #FF0000;
}

.head .top .language p a:hover
{
	color: #ff0000;
	text-decoration: none;
}

.menu
{
	float: left;
	width: 960;
	position: relative;
	margin-left: -41px;
}

.menu ul
{
	list-style: none;
	margin-top: 0px;
}

.firmenu
{
	float: left;
	height: 36px;
	display: inline;
	font-weight: bold;
}

.firmenulink
{
	line-height: 15px;
	font-size: 12px;
	color: #6c6c6c;
	background-color: #FFCC33;
	display: block;
	font-size: 12px;
	overflow: hidden;
	width: 136px;
	border-left: 1px solid #eeeeee;
	border-bottom: 3px solid #cc6600;
	text-align: center;
}

.firmenulink:hover
{
	background-color: #FDE07B;
	border-bottom: 3px solid red;
}

.currmenulink
{
    line-height: 15px;
    font-size: 12px;
    color: #6c6c6c;
    display: block;
    font-size: 12px;
    overflow: hidden;
    width: 136px;
    border-left: 1px solid #eeeeee;
    text-align: center;
    background-color: #FDE07B;
    border-bottom: 3px solid #cc6600;
}

.currmenulink:hover
{
    background-color: #FDE07B;
    border-bottom: 3px solid red;
}

.menu ul ul
{
	position: absolute;
	display: none;
	right: 0px;
}

.menu ul li:hover ul, .firmenu a:hover ul
{
	display: block;
}

.secmenu
{
	background-color: #f29d00;
	height: 20px;
	font-size: 12px;
	width: auto;
	float: left;
}

.secmenu a
{
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
}

/*
.secmenu a:hover
{
    background-color: #f29d00;
    border-bottom:inhert;
}
*/

.sline
{
	padding-top: 7px;
	padding-bottom: 8px;
	line-height: 15px;
	font-size: 12px;
	color: #6c6c6c;
	background-color: #FFCC33;
	display: block;
	font-size: 12px;
	overflow: hidden;
	width: 136px;
	border-left: 1px solid #eeeeee;
	border-bottom: 3px solid #cc6600;
	text-align: center;
}

.sline:hover
{
	background-color: #FDE07B;
	border-bottom: 3px solid red;
}

.clearboth
{
	clear: both;
}

.clearboth2
{
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

#navbar
{
	font-size: 16px;
	font-weight: bold;
}

#navbar td
{
	color: #FFCC33;
}

#navbar td a
{
	color: #6c6c6c;
	background-color: #FFCC33;
	display: block;
	font-size: 12px;
	overflow: hidden;
	width: 136px;
	border-left: 1px solid #eeeeee;
	border-bottom: 3px solid #cc6600;
	text-align: center;
}

#navbar td a:hover
{
	background-color: #FDE07B;
	border-bottom: 3px solid red;
}


/*
#top_menu
{
    font-size: 16px;
    height: 52px;
    width: 852px;
    font-weight: bold;
    float: right;
}

#top_menu li
{
    float: left;
    font-size: 16px;
    color: #FFCC33;
    font-weight: bold;
    height: 30px;
    text-align:center
}

#top_menu li a
{
    color: #6c6c6c;
    background-color: #FFCC33;
    display: block;
    width: 115px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    height: 49px;
    border-left: 1px solid #eeeeee;
    border-bottom: 3px solid #cc6600;
}

#top_menu li a:hover
{
    background-color: #FDE07B;
    border-bottom: 3px solid red;
}
*/
.submenu
{
	background-color: #f29d00;
	height: 20px;
	font-size: 12px;
	width: auto;
	float: right;
}

.submenu a
{
	padding: 4px 18px 4px 18px;
	color: #FFFFFF;
}

#top_menu li a.btn1
{
	width: 88px;
	background-repeat: no-repeat;
	background-position: top;
}

#top_menu li a.btn1:hover
{
	background-position: 0 -29px;
	background-repeat: no-repeat;
}

#top_menu li a.now
{
	background-position: 0 -29px;
}

.top_tumb
{
	height: 174px;
	width: 774px;
	position: absolute;
	left: 226px;
	top: 59px;
}


#top_menu li a span
{
	display: block;
	padding-top: 31px;
}

.subMenu
{
	width: 226px;
	float: left;
	z-index: 10;
}

.subMenu h2
{
	color: #c7000b;
	padding-top: 85px;
	text-align: right;
	padding-right: 28px;
	padding-bottom: 40px;
	font-size: 14px;
}

h2 img
{
	vertical-align: text-bottom;
}

.subMenu ul
{
	padding-left: 51px;
}

.subMenu li
{
	display: block;
	line-height: 20px;
	text-align: right;
	height: 22px;
}

.subMenu li a
{
	color: #707070;
	font-size: 12px;
}

.subMenu li a, .subMenu li a.now
{
	margin-right: 28px;
	padding-left: 15px;
}

#subMenu li a:hover, .subMenu li a.now
{
	background: url(images/submenu_bg.gif) no-repeat left;
	color: #ff0000;
	text-decoration: none;
}

.mainContent
{
	float: right;
	width: 774px;
}

.mainContent .leftbox
{
	float: left;
	width: 433px;
	padding-top: 274px;
	padding-left: 44px;
}

.mainContent .midbox
{
	padding-top: 143px;
	padding-left: 44px;
	padding-bottom: 30px;
	width: 655px;
	min-height: 400px;
	_height: 400px;
}

.mainContent .golbox
{
	padding-top: 220px;
	padding-left: 44px;
	width: 655px;
}

.mainContent .midbox p, .grow_content .introduce_box p
{
	padding: 8px 0;
	padding-bottom: 10px;
	text-indent: 2em;
}

.mainContent .midbox a, .introduce_box a
{
	color: #999999;
}

.mainContent .midbox a:hover, .introduce_box a:hover
{
	color: #FF0000;
}


.mainContent .leftbox p
{
	padding: 6px 0;
}

.mainContent .rightbox
{
	width: 197px;
	padding-top: 260px;
	float: right;
	padding-right: 50px;
}

.mainContent .rightbox a img
{
	display: block;
	border: none;
	margin-bottom: 8px;
}

.foot
{
	background: #6c6c6c;
	height: 28px;
	font-size: 12px;
	clear: both;
}

.foot p
{
	padding-left: 56px;
	color: #FFFFFF;
	line-height: 28px;
}

#d5_p
{
}

.leader_title h3
{
	font-weight: 100;
}

.mainContent .leader_title h3 a
{
	color: #000;
	font-weight: bold;
	margin-right: 10px;
}

.Leadtable
{
	margin: 10px 0;
}

.mainContent .midbox p.noindent, .grow_content .introduce_box p.noindent
{
	text-indent: 0;
}

div.devField p, .mainContent .midbox div.devField p
{
	text-indent: 0;
}

div.devField ul, .mainContent .midbox div.devField ul
{
	margin-left: 12px;
}

div.devField ul li
{
	list-style: disc;
}

div.devField ul.culture_lst, .mainContent .midbox div.devField ul.culture_lst
{
	padding-left: 0;
	margin-left: 0;
}

div.devField ul.culture_lst li
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.leader_title td
{
	padding: 0;
}

.mainContent .leader_title table td p, .mainContent .response_title table td p
{
	padding: 0;
}

.company_logo
{
	z-index: 30;
}

.company_logolst
{
	position: relative;
}

.company_logo img
{
}

.company_intro
{
	background: #FFFFFF;
	z-index: 20;
	background: url(images/company_intro_bg.gif) no-repeat top;
	padding-top: 50px;
	width: 641px;
	text-align: left;
}

#intro1
{
	left: 14px;
	top: 1035px;
	position: absolute;
	display: none;
}

#intro2
{
	left: 0;
	top: 1260px;
	position: absolute;
	background: url(images/company_intro_bg3.gif) no-repeat top;
	display: none;
}

#intro3
{
	left: 0;
	top: 80px;
	position: absolute;
	background: url(images/company_intro_bg3.gif) no-repeat top;
	display: none;
}
.ourmission
{
	font-size: 36px;
	color: #142344;
	text-align: left;
}

.missionarea
{
	margin-left: 0px;
}

.missiontext
{
	font: 16px/24px Tahoma, Geneva, sans-serif;
	color: #F49401;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-right: 5px;
}

.spaceline
{
	background-color: #FFA200;
}

#intro4
{
	left: 0;
	top: 871px;
	position: absolute;
	display: none;
}

#intro5
{
	left: 2px;
	top: 110px;
	position: absolute;
	display: none;
}

#intro6
{
	left: 0px;
	top: 1260px;
	position: absolute;
	display: none;
}

#intro7
{
	left: 0;
	top: 1035px;
	position: absolute;
	background: url(images/company_intro_bg3.gif) no-repeat top;
	display: none;
}

#intro8
{
	left: 0;
	top: 1332px;
	position: absolute;
	background: url(images/company_intro_bg2.gif) no-repeat top;
	display: none;
}

#intro9
{
	left: 0;
	top: 280px;
	position: absolute;
	display: none;
}

#intro10
{
	left: -2px;
	top: 1035px;
	position: absolute;
	background: url(images/company_intro_bg2.gif) no-repeat top;
	display: none;
}

#intro11
{
	left: 0px;
	top: 1332px;
	position: absolute;
	display: none;
}

#intro12
{
	left: 0;
	top: 280px;
	position: absolute;
	background: url(images/company_intro_bg4.gif) no-repeat top;
	display: none;
}

#intro13
{
	left: 0px;
	top: 1260px;
	position: absolute;
	background: url(images/company_intro_bg2.gif) no-repeat top;
	display: none;
}

#intro14
{
	left: 0;
	top: 1332px;
	position: absolute;
	background: url(images/company_intro_bg3.gif) no-repeat top;
	display: none;
}



.company_intro_b
{
	background: url(images/company_intro_bg4.gif) no-repeat bottom;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.logo_lst li
{
	float: left;
}

.culture_lst li a, .culture_lst li .alert1
{
	background: url(images/culture_arrow.gif) no-repeat left;
	height: 24px;
	padding-left: 12px;
}

.culture_lst li .culture_lstdiv .alert1
{
	background: none;
	padding: 0;
}

.culture_lst li a.now
{
	background: url(images/culture_arrow_b.gif) no-repeat left;
	padding-left: 12px;
}

.mainContent .midbox .culture_lst li a, .introduce_box .culture_lst li a
{
	line-height: 24px;
	color: #FF0000;
	font-weight: bold;
}

.culture_lstdiv
{
	display: none;
}

.culture_lst li .culture_lstdiv a
{
	background: none;
}

.alert3
{
	color: #000000;
}

.alert3td
{
	background: #707070;
	height: 48px;
	color: #FFFFFF;
}

.writer
{
	text-align: right;
}

.culture_al1
{
	background: url(../culture_pic/culture_al1.gif);
	display: block;
	height: 20px;
	width: 14px;
}

.culture_al2
{
	background: url(../culture_pic/culture_al2.gif);
	display: block;
	height: 20px;
	width: 9px;
}

.culture_ar1
{
	background: url(../culture_pic/culture_ar1.gif);
	display: block;
	height: 20px;
	width: 9px;
}

.culture_ar2
{
	background: url(../culture_pic/culture_ar2.gif);
	display: block;
	height: 20px;
	width: 14px;
}

.news_lst li
{
	background: url(images/culture_arrow.gif) no-repeat left;
	height: 30px;
	padding-left: 12px;
}

.news_lst li a
{
	line-height: 30px;
	border-bottom: 1px dashed #707070;
	line-height: 30px;
	_line-height: 28px;
	display: block;
	height: 30px;
	_height: 28px;
	overflow: hidden;
}

.news_lst li a:hover
{
	text-decoration: none; /*border-bottom:1px solid #FF0000;*/
}

.mainContent .midbox .grayarrow
{
	background: url(images/gray_arrow.gif) no-repeat left;
	background-position: 0px 13px;
	padding-left: 12px;
}

ul.grayarrowlst li
{
	background: url(images/gray_arrow.gif) no-repeat left;
	background-position: 0px 6px;
	padding-left: 12px;
}

.date
{
	float: right;
}

.newsinnerh2
{
	background: url(images/culture_arrow.gif) no-repeat left;
	padding-left: 12px;
}

.news_table
{
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-bottom: 10px;
}

.news_table th
{
	background: #c0c0c0;
}

.news_table th, .news_table td
{
	font-size: 12px;
	padding: 3px;
}

.news_table td
{
	border: 1px solid #000000;
}

.mainContent .midbox .news_pageselect
{
	padding-top: 15px;
}

.mainContent .midbox .news_pageselect a
{
	padding: 3px;
	background: #cccccc;
	color: #FFF;
	margin-right: 2px;
	border: 1px solid #cccccc;
}

.mainContent .midbox .news_pageselect a:hover, .mainContent .midbox .news_pageselect a.now
{
	padding: 3px;
	background: #f5f5f5;
	color: #666666;
	border: 1px solid #cccccc;
}

.mainContent .midbox .news_pageselect a.arrow
{
	border: 1px solid #cccccc;
	background: #f5f5f5;
	color: #cccccc;
}

.mainContent .midbox .news_pageselect .page_num
{
	height: 18px;
	font-size: 12px;
	vertical-align: middle;
	width: 57px;
	border: 1px solid #cccccc;
	margin-right: 2px;
	line-height: 18px;
	text-align: center;
	color: #666666;
	padding: 3px;
}

.mainContent .midbox .input_searchbox
{
	border: 1px solid #cccccc;
	padding: 1px;
	font-size: 12px;
	vertical-align: middle;
}

.mainContent .midbox .searchbox_btn
{
	background: #cccccc;
	color: #FFF;
	border: 1px solid #cccccc;
	height: 19px;
	vertical-align: middle;
	cursor: pointer;
}

.news_table2 td
{
	font-size: 12px;
	padding: 3px;
}

.downlink
{
	background: url(images/icon_download.gif) no-repeat left;
	padding-left: 20px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tvlink
{
	background: url(images/icon_tv.gif) no-repeat left;
	padding-left: 20px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sdo_lst li
{
	background: url(images/sdo_list_t.gif) no-repeat left;
	padding-left: 15px;
}

.sdl_lst li
{
	background: url(images/culture_arrow.gif) no-repeat left;
	padding-left: 15px;
}

.selectTitle
{
	background: #9a754a;
	color: #f9f9f9;
}

.selectTitle2
{
	background: #aa0506;
	color: #f9f9f9;
}

.dashedborder
{
	border-bottom: 1px dashed #a0a0a0;
}

.sdg_tumb
{
	background: url(images/sdg_tumb.jpg);
	height: 213px;
	width: 774px;
	position: relative;
}

.sdl_tumb
{
	background: url(images/sdl_tumb.jpg);
	height: 212px;
	width: 774px;
	position: relative;
}

.sdo_tumb
{
	background: url(images/sdo_tumb.jpg);
	height: 212px;
	width: 774px;
	position: relative;
}

.sdg_tumb .flashlink, .sdl_tumb .flashlink, .sdo_tumb .flashlink
{
	width: 257px;
	height: 86px;
	position: absolute;
	left: 44px;
	top: 93px;
}

.ccbnBgTblTtl td
{
	background: #c7000b;
	padding: 6px;
	color: #FFF;
	font-weight: bold;
}

.mainContent .midbox a.alert1
{
	color: #d0111b;
}

.fGry33Bd td, .ccbnBgTblEven td
{
	background: #eeeeee;
}

/*
.fGry66
{
	font-family:Arial, Helvetica, sans-serif;
}
*/

.sitemapbox
{
	background: url(images/sitemap.gif);
	width: 680px;
	height: 580px;
	position: relative;
}

.sitemapbox div
{
	height: 24px;
	width: 120px;
	text-align: center;
}

.sitemapbox a
{
	font-size: 12px;
	line-height: 24px;
}

.sitemapbox a.sitemaptitle, .sitemapbox a.sdg
{
	color: #A40000;
}

.sitemapbox a.sdo
{
	color: #00A0E9;
}

.sitemapbox a.sdl
{
	color: #009944;
}

.expand_lst
{
	background: url(images/expand_lst_bg.gif) repeat-y;
	min-height: 1250px;
	background-position: 70px 0;
}

.expand_lst .datetime
{
	width: 70px;
	text-align: right;
	float: left;
	clear: right;
	display: inline;
	line-height: 20px;
	margin-bottom: 30px;
}

.expand_lst .detail
{
	margin-bottom: 30px;
	float: right;
	width: 550px;
	display: inline;
	background: url(images/expand_lst_icon.gif) no-repeat left top;
	background-position: 0 5px;
	padding-left: 35px;
}

.expand_lst .last .datetime, .expand_lst .last .detail
{
	margin-bottom: 0px;
}

.hr
{
	height: 10px;
	overflow: hidden;
}


.footnote
{
	text-align: center;
	font-family:verdana,chicago,sans-serif;
	font-size: 11px;
}

#project
{
}
#project ul
{
	padding: 0px;
	margin: 0px;
}
#project li
{
	margin-right: 2px;
}
#project li a
{
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
#project li span
{
	color: #999999;
	font-size: 10px;
	font-style: italic;
}

#siteInfo
{
	clear: both;
	border: 1px solid #cccccc;
	color: #8c8c8c;
}

#siteInfo img
{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
#siteInfo a
{
	color: #006699;
}

