﻿body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg.jpg);
    font-family: Arial;
    font-size: 13px;
    line-height: 1.5;
}
img {
    border: 0;
}
#wrapper {
    margin: 0px auto;
    padding: 0em;
    width: 964px;
}
#header {
    background-image: url(images/background.png);
    background-repeat: no-repeat; /*width: 964px;*/
    height: 210px;
    background-position: left 40px;
    padding: 0px 0px 0px; /*position:relative;*/
    padding: 0px;
}

#logo {
    margin: 25px 0 0px 70px;
    padding: 0;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
}

#logo a {
    border: 0;
    height: 150px;
    width: 170px;
    display: block;
}

#top_info {
    margin: 10px 20px 0px 0px;
    padding: 0px;
    color: #ffffcc;
    font-size: 10px;
    font-family: Arial;
    text-align: left; /*display:inline;*/
    vertical-align: middle; /*float: left;*/
    text-align: right;
}
#top_info a {
    color: #ffffcc;
    text-decoration: none;
    padding: 0px 2px;
    margin: 0px 1px;
    font-size: 12px;
}
#top_info a:hover {
    text-decoration: underline;
}
/*會員登入*/
#login {
    background-color: #deffdc;
    width: 186px;
    border: 8px #a0caca solid;
    margin-left: 14px;
    padding: 5px;
    color: #006699;
}
#login p {
    font-size: 12px;
    color: #006699;
    line-height: 1.8em;
    padding-left: 10px;
}
.srch {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    font-size: 10px;
    color: #ffffcc;
    vertical-align: top;
}
.srch label.tit {
    color: #333;
    margin: 2px 0px 0px 0px;
    padding-right: 85px;
    left: 0;
}
.srch .textbox {
    margin: 3px 0px;
    font-size: 12px;
}
.srch_bt2 {
    border: 0px;
    color: #ffffcc;
    vertical-align: middle;
    font-family: Arial;
    background-color: transparent;
    padding: 0px 0px;
    font-size: 12px;
    cursor: pointer;
}

.srch_bt1 {
    border: 0px;
    color: #ffffff;
    font-family: 微軟正黑體;
    font-size: 12px;
    background: url(images/btn_login.gif) no-repeat scroll 0px 0%;
    height: 20px;
    width: 40px;
    cursor: pointer;
}


/*會員登錄*/
.member {
    font-size: 13px;
    padding: 3px 0 0 25px;
    width: 165px;
    line-height: 20px;
}
.member a {
    color: #0daec5;
}
/* Containter頁中*/
#container {
    background-image: url(images/l_bg.jpg);
    background-repeat: repeat-y;
    width: 100%;
}
/*導覽列 */
#nav {
    margin: 0;
    padding: 0;
    width: 239px;
    height:100%;
    float: left; /*text-align:right;*/
}
#nav ul {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}
#nav li {
    float: left;
    list-style-type: none;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 0px;
}

#nav li a {
    float: left;
    padding: 4px 0px 2px 0px;
    color: #003366;
    vertical-align: middle;
    height: 28px;
}
#nav li a:hover {
    border-bottom: 3px #995f34 solid;
}

#content {
    background-image: url(images/r_bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    background-color: #FFFFFF;
    margin:0px 0px 0px 235px;
    padding: 0px;
    height:100%;
    min-height:750px;
}
#con_table {
}

#con_table_up {
    width: 98%;
    margin-top: 0px;
}

.news_ct {
    width: 100%;
    margin: 0px 0px;
    padding: 15px 0 0 0;
    background: url( images/bg_fw.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align: top;
}

.news_ct h1 {
    margin: 0px 0px 0px;
    font-size: 1em;
    font-weight: bold;
}
.news_ct h1 a {
    margin: 0px;
    color: #4d4d4d;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
.news_ct img {
    float: left;
    margin: 0px 10px 0px;
    height: 61px;
    width: 56px;
}
.news_ct p {
    margin: 0px 0px 10px 74px;
    padding: 0px;
    line-height: 1.7;
    font-size: 13px;
    color: #6e6e6e;
    width: 330px;
}
.news_ct p a {
    /*margin: 0px;
    padding: 0px;
    color: #f29005;*/
}
.news_ct p a:hover {
    margin: 0px;
    padding: 0px;
    color: #f29005;
}
.news_ct ul {
    margin: 0px 10px 10px;
    padding: 10px 0px 0px;
}
.news_ct li {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style-type: none;
    line-height: 1.8;
    font-size: 13px;
}
.news_ct li a {
    color: #4d4d4d;
    text-decoration: none;
}
.news_ct li a:hover {
    color: #5E8273;
    text-decoration: underline;
}
.news_ct li.news {
    background-image: url(images/news.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.news_ct li.hot {
    background-image: url(images/hot.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.news_ct li a span {
    color: #0daec5;
    padding: 0px 10px 0px 0px;
}
.news_ct .more {
    color: #ff6000;
    font-family: Arial;
    text-decoration: none;
}
.pic_ct {
    margin: 0px 0px;
    padding: 15px 8px 10px 15px;
    overflow: hidden;
    background: url( images/bg_fw2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.pic_ct p {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    line-height: 1.7;
    font-size: 12px;
    color: #6e6e6e;
    width: 100px;
}
.pics {
    position: relative;
    float: right;
}
.services_ct {
    margin: 0px 0px;
    padding: 0px 0 0 0;
    overflow: hidden;
    background: url( images/bg_fw2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.action_ct {
    width: 50%;
    margin: 0px 0px;
    padding: 15px 10px;
    overflow: hidden;
    background: url( images/bg_fw3.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.action_ct img {
    float:left;
}
.action_ct h1 {
    margin: 0px 0px 0px 80px;
    font-size: 1em;
    font-weight: bold;
}
.action_ct h1 a {
    margin: 0px;
    color: #4d4d4d;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
.action_ct p {
    margin: 0px 0px 5px 82px;
    padding: 0px;
    line-height: 1.7;
    font-size: 13px;
    color: #6e6e6e;
}
.action_ct p a {
    /*margin: 0px;
    padding: 0px;
    color: #f29005;*/
}
.action_ct p a:hover {
    margin: 0px;
    padding: 0px;
    color: #f29005;
}
.action_ct ul {
    margin: 0px 10px 10px;
    padding: 10px 0px 0px;
}
.action_ct li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    line-height: 1.8;
    font-size: 13px;
}
.action_ct li a {
    color: #4d4d4d;
    text-decoration: none;
}
.action_ct li a:hover {
    color: #5E8273;
    text-decoration: underline;
}
.action_ct li.action {
    background-image: url(images/news.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.action_ct li.hot {
    background-image: url(images/hot.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.action_ct li a span {
    color: #0daec5;
    padding: 0px 10px 0px 0px;
}
.action_ctl {
    width: 103%;
    margin: 0px 0px;
    overflow: hidden;
    background: url( images/bg_fw3.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 15px 0 0 0;
    vertical-align: top;
}
.action_ctl img {
    float:left;
}
.action_ctl h1 {
    margin: 0px 0px 0px 80px;
    font-size: 1em;
    font-weight: normal;
}
.action_ctl h1 a {
    margin: 0px;
    color: #4d4d4d;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
.action_ctl p {
    margin: 0px 0px 5px 82px;
    padding: 0px;
    line-height: 1.7;
    font-size: 13px;
    color: #6e6e6e;
}
.action_ctl p a {
    margin: 0px;
    padding: 0px;
    color: #f29005;
}
.action_ctl p a:hover {
    margin: 0px;
    padding: 0px;
    color: #f29005;
}
.action_ctl ul {
    margin: 0px 10px 10px;
    padding: 10px 0px 0px;
}
.action_ctl li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    line-height: 1.8;
    font-size: 13px;
}
.action_ctl li a {
    color: #4d4d4d;
    text-decoration: none;
}
.action_ctl li a:hover {
    color: #5E8273;
    text-decoration: underline;
}
.action_ctl li.action {
    background-image: url(images/news.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.action_ctl li.hot {
    background-image: url(images/hot.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.action_ctl li a span {
    color: #0daec5;
    padding: 0px 10px 0px 0px;
}
.intro_ct {
    width: 50%;
    margin: 0px 0px;
    padding: 10px;s
    padding-top: 15px;
    background: url( images/bg_fw3.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align:top;
}
.intro_ct h1 {
    color: #093967;
    font-size: 16px;
    font-weight: bold;
}

.intro_ct h1 a {
    margin: 0px;
    text-decoration: none;
    padding: 0px;
}
.intro_ct p {
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
    font-size: 13px;
    color: #6e6e6e;
}
.intro_ct p a {
    margin: 0px;
    padding: 0px;
    color: #f29005;
}
.intro_ct p a:hover {
    margin: 0px;
    padding: 0px;
    color: #f29005;
}

/*落款*/
#footer {
    background-image: url(images/b_bg.jpg);
    background-repeat: no-repeat;
    padding: 25px 0 18px;
    clear: both;
}
#footer_l {
    margin: 0px 15px 30px;
    height: 51px;
    width: 950px;
    float: left;
    position: absolute;
}
#footer_c {
    margin-left: 230px;
}

.font {
    font-size: 12px;
    color: #666666;
}
.more {
    background-image: url(images/more.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 36px;
    float: right;
    padding-right: 10px;
    margin-top: 10px;
}
/* 忘記密碼*/
#inside 
{
}


.company_img {
    float:left;
    margin: 20px 40px 10px;
}
