@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

body, td, table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}

dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

A:link    {
	text-decoration: none;
	color: #4c4c4c;
}

A:visited {
	text-decoration: none;
	color: #4c4c4c;
}

A:active {
	text-decoration: none;
	color: #4c4c4c;
}

A:hover {
	text-decoration: none;
	color: #06C;
}



/*========== Background ===========*/
.bg_top { background-image:url(../images/bg3.jpg); }
.bg_l { background-image:url(../images/bg4.jpg); }
.bg_r { background-image:url(../images/bg5.jpg); }



/*========== Basic ===========*/
img {
	border: 0;
	margin: 0;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/*========== Main ===========*/
.header_lang_bg { background-image:url(../images/header_02.jpg); height:49px; text-align:right; }
.header_lang { color:#ffffff; line-height:10px; padding-top:6px; }
.header_lang a { color:#ffffff; }
.header_lang a:hover { color:#ffffff; }

.line_1 { background:#545454; height:3px; }
.line_2 { background:#969696; height:1px; }

.marquee_bg { background-image:url(../images/marquee_bg.jpg); height:49px; }
.custom_box1 { text-align:left; }



/*========== Marquee ===========*/
div#pagebox_marquee {
	position: relative;
	overflow: hidden;
	width: 959px; /* 寬 */
	height: 49px; /* 高 */
}

div#pagebox_marquee ul, div#pagebox_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#pagebox_marquee ul {
	position: absolute;
}

div#pagebox_marquee ul li a {
	display: block;
	overflow: hidden;
	font-size:15px;
	height: 49px; /* 高 */
	line-height: 49px; /* 高 */
	padding-left: 38px;
	text-decoration: none;
	background: url(../images/marquee_arrow.png) no-repeat;
}

div#pagebox_marquee ul li.marquee_list a {
	color: #e67703;
	background-position: 5px 5px;
}

div#pagebox_marquee ul li.marquee_list a:hover {
	color: #e67703;
}



/*========== Article ===========*/
.home_article1 {
	width: 91%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 5px;
}

.home_article1_image {
	padding-top: 6px;
	padding-right: 10px;
}

.home_article1_image_border {
	padding: 5px;;
	border: #c0c0c0 1px solid;
	background-color: #ffffff;
}

.home_article1_topic_zone {
	padding-bottom: 5px;
}

.home_article1_topic {
	line-height: 22px;
	font-weight: bold;
}

.home_article1_topic a {
	color: #04459d;
}

.home_article1_topic a:hover {
	color: #04459d;
}

.home_article1_content {
	line-height: 22px;
	color: #535353;
}

.home_article1_more {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.home_article1_line {
	height: 10px;
}



/*========== News ===========*/
.home_news1 {
	width: 95%;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 9px;
}

.home_news1_topic_zone {
	padding-top: 5px;
	padding-left: 26px;
	padding-right: 10px;
	background:url(../images/home_news1_arrow.png) no-repeat 0px top;
}

.home_news1_topic {
	line-height: 22px;
}

.home_news1_topic a {
	color: #6e6e6e;
}

.home_news1_topic a:hover {
	color: #000000;
}

.home_news1_content {
	padding-left: 30px;
	padding-right: 10px;
	line-height: 22px;
	color: #8b8b8b;
}

.home_news1_line {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	padding-right: 20px;
	border-bottom: #e0e0e0 1px solid;
}



/*========== Foot ===========*/
.foot_space {
	padding: 20px;
	background: #b1b1b1;
}

.foot_copyright {
	text-align: center;
	padding-bottom: 5px;
	color: #fff;
}

.foot_design {
	text-align: center;
	padding-top: 5px;
}

.foot_design a {
	color: #fff;
}

.foot_design a:hover {
	color: #fff;
}


