@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: #005FBD;
}



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

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



/*========== Background ===========*/
.bg-l {
	background: url(../images/home_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 650px;
}

.bg-r {
	background: url(../images/home_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}



/*========== Main ===========*/
.marquee_bg {
	background: url(../images/home_05.jpg);
	height: 39px;
}



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

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: 39px; /* 高 */
	line-height: 39px; /* 高 */
	padding-left: 45px;
	text-decoration: none;
	background: url(../images/marquee_arrow.png) no-repeat;
}

div#pagebox_marquee ul li.marquee_list {
	color: #4b4b4b;
}

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

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



/*========== Article ===========*/
.home_article1 {
	width:  95%;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.home_article1_left {
	width: 25%;
	text-align: center;
}

.home_article1_image {
	padding-top: 6px;
}

.home_article1_image_border {
	padding-right: 5px;
}

.home_article1_topic_zone {
	padding-bottom: 5px;
}
.home_article1_topic {
	line-height: 22px;
	color: #4171a2;
	font-weight: bold;
}

.home_article1_topic a {
	color: #4171a2;
}

.home_article1_topic a:hover {
	color: #4171a2;
}

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

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

.home_article1_line {
	height: 5px;
}



/*========== News ===========*/
.news1_list {
	width:90%;
}

.home_news1_image {
	padding-top: 6px;
	padding-left: 8px;
}

.home_news1_image_border {
	padding: 0px;
}

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

.home_news1_topic {
	color: #6e6e6e;
	line-height: 22px;
}

.home_news1_topic a {
	color: #6e6e6e;
}

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

.home_news1_content {
	padding-left: 25px;
	padding-right: 20px;
	line-height: 22px;
	color: #6e6e6e;
}

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



/*========== Foot ===========*/
.foot_space {
	background-color: #ececec;
	padding: 20px;
}

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

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

.foot_design a {
	color: #737373;
}

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


