@charset "utf-8";

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

body, td, table {
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, 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-l {
	background: url(../images/home_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 690px;
}

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



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

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



/*========== Main ===========*/
.header_search {
	padding-top: 5px;
	padding-left: 15px;
}

.header_search_input_bg {
	background: url(../images/header_search_input.png);
}

.header_search_input1 {
	padding-top: 0px;
	padding-left: 5px;
}

.header_search_input2 {
	padding: 2px;
	border: 0px solid #9D9D9D;
	color: #1a1a1a;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 180px;
	height: 25px;
}


/*========== Marquee ===========*/
.marquee_area {
	height: 44px; /* 高 */
	background-color: #6d97c7;
}

div#pagebox_marquee {
	position: relative;
	overflow: hidden;
	width: 996px; /* 寬 */
	height: 44px; /* 高 */
	background-color: #6d97c7;
}

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

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

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


/*========== Article ===========*/
.home_article1 {
	width: 88%;
	padding-top: 35px;
	padding-bottom: 10px;
	margin: 0px auto;
}

.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 {
	font-size: 15px;
	font-weight: bold;
}

.home_article1_topic a {
	color: #3370c3;
}

.home_article1_topic a:hover {
	color: #3370c3;
}

.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: 320px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.home_news1_topic_zone {
	padding-top: 5px;
	padding-left: 25px;
	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;
}

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

.home_news1_content {
	padding-left: 25px;
	padding-right: 20px;
	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;
}


/*========== Goods ===========*/
.goods1_app1 {
	width: 95%;
	padding-top: 30px;
	margin: 0px auto;
}

.goods1_app1_bg {
	width: 80%;
	margin: 0px auto;
}

.goods1_app1_bg1 {
	border: #c0c0c0 1px solid;
	background-color: #ffffff;
}

.goods1_app1_image {
	text-align: center;
	padding: 20px;
}

.goods1_app1_image_border {}

.goods1_app1_name {
	text-align: center;
	word-wrap: break-word;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

.goods1_app1_name a {
	color: #bf2000;
}

.goods1_app1_name a:hover {
	color: #bf2000;
}

.goods1_app1_intro {
	text-align: center;
	word-wrap: break-word;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 20px;
	color: #898989;
}

.goods1_app1_space {
	padding: 15px;
}

.goods1_app1_button {
	display: none;
}



/*========== Foot ===========*/
.foot_bg {
	background: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
}

.foot_space {
	padding-bottom: 30px;
}

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

.foot_copyright a {
	color: #6d6d6d;
}

.foot_copyright a:hover {
	color: #6d6d6d;
}

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

.foot_design a {
	color: #6d6d6d;
}

.foot_design a:hover {
	color: #6d6d6d;
}


