@charset "utf-8";

/* CSS Document */
/***普通通用*********************************************************/
p {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

.clear {
    zoom: 1;
    clear: both;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.bold {
    font-weight: bold;
}

/***普通通用*********************************************************/
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif, '微軟正黑體';
    font-size: 13px;
    color: #666666;
}

/***頁頭範圍************************************************************************************************/
/***上列按鈕*********************************************************/
#num {
    width: 135px;
    height: 23px;
    padding: 0 10px 0 0;
    position: absolute;
    z-index: 1;
    left: 791px;
    top: 42px;
    background-image: url(../data/wrapper/num_bg.jpg);
    text-align: right;
    color: #B0014C;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: -1px;
}

/***上列按鈕*********************************************************/
/***頁頭********************************************************/
#header_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 2px #F89EC9 solid;
}

#header {
    width: 1000px;
    height: 95px;
    margin: 0 auto;
    position: relative;

}

/***頁頭********************************************************/
/***商標*********************************************************/
#logo {
    position: absolute;
    z-index: 1;
    left: 14px;
    top: 18px;
}

/***商標*********************************************************/
/***頁頭範圍************************************************************************************************/
/***主視圖範圍**********************************************************************************************/
/***主視圖******************************************************/
#ad_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-position: left;
}

#ad {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#ad .left {
    height: auto;
    width: auto;
    position: absolute;
    z-index: 5;
    left: 15px;
    top: 177px;
}

#ad .right {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 5;
    left: 950px;
    top: 190px;
}

#dot {
    width: 100px;
    height: auto;
    position: absolute;
    z-index: 5;
    left: 445px;
    top: 374px;
}

/***主視圖******************************************************/
/***主視圖範圍**********************************************************************************************/
/***麵包屑*********************************************************/
#breadcrumbs {
    text-align: right;
    color: #AAAAAA;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    letter-spacing: 1px;
    right: 12px;
    top: 94px;
    z-index: 1;
    width: 157px;
}

#breadcrumbs span {
    color: #999999;
}

#breadcrumbs img {
    padding: 0px 2px 0 0;
}

#breadcrumbs a {
    color: #AAAAAA;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#breadcrumbs a:visited {
    color: #AAAAAA;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #900;
    text-decoration: none;
}

/***麵包屑*********************************************************/
#login {
    width: 700px;
    height: 220px;
    background-image: url(../data/wrapper/login_bg.png);
    position: absolute;
    z-index: 5;
    left: 266px;
    top: 186px;
    color: #666666;
}

#login .login_frame {
    width: 495px;
    height: auto;
    margin: 70px 50px 0 0;
    float: right;

}

#login .more {
    width: 18px;
    height: 18px;
    margin: 5px 10px 0 200px;
    float: right;

}

#inquiry {
    width: 700px;
    height: 220px;
    background-image: url(../data/support/inquiry_bg.png);
    z-index: 5;
    color: #666666;
    margin: 0 auto;
    margin-bottom: 15px;
}

#inquiry .login_frame {
    width: 495px;
    height: auto;
    margin: 70px 50px 0 0;
    float: right;

}

#inquiry .more {
    width: 18px;
    height: 18px;
    margin: 5px 10px 0 200px;
    float: right;

}

/***主要內容範圍**********************************************************************************************/
/***主要內容******************************************************/
#jion {
    width: 100%;
    height: 44px;
    background-image: url(../data/wrapper/member_bg.jpg);
    z-index: 99;
    position: absolute;
    top: 0px;
}

#jion .account {
    width: 116px;
    height: auto;
    padding: 9px 0 0 0;
    margin: 0 0 0 181px;
    float: left;
}

#jion .password {
    width: 116px;
    height: auto;
    padding: 9px 0 0 0;
    margin: 0 0 0 50px;
    float: left;
}

#jion .code {
    width: 188px;
    height: auto;
    padding: 9px 0 0 0;
    margin: 0 0 0 73px;
    float: left;
}

#jion .btn {
    width: 116px;
    height: 36px;
    padding: 3px 0 0 0;
    margin: 0 0 0 0px;
    float: left;
}

#jion .other {
    width: 150px;
    height: auto;
    padding: 15px 0 0 10px;
    margin: 0 0 0 0px;
    float: left;
}

#jion .other a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#jion .other a:hover {
    color: #FFFF00;
    text-decoration: none;
}

#main_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 1px #FF5C26 solid;
    /*border-bottom: 1px #E5E3E5 solid;*/
}

#main {
    width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 60px;
}

#leftside {
    width: 229px;
    height: auto;
    margin: 0px 0px 20px 0px;
    float: left;
}

#leftside .top {
    width: 197px;
    height: 130px;
    margin: -40px 0px 0px 17px;
    float: left;
    background-image: url(../../data/wrapper/leftnav/top.jpg);
    z-index: -1;

}

#left_title {
    width: 109px;
    height: auto;
    position: absolute;
    z-index: 5;
    left: 113px;
    top: 95px;
}

#icon {
    width: 229px;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0px 0px 0px 0px;
}

.icon_item {
    width: 195px;
    height: auto;
    margin: auto;
    margin-bottom: 10px;

}

#rightside {
    width: 764px;
    height: auto;
    margin: 0px 6px 20px 0px;
    float: right;
    border-left: 1px #E5E3E5 solid;
}

#title {
    width: 726px;
    height: auto;
    margin: 30px 0px 20px 0px;
    float: right;
}

#title_sub {
    width: 686px;
    height: 27px;
    margin: 0px 0px 35px 0px;
    float: right;
    background-image: url(../data/wrapper/title_sub_bg.jpg);
    color: #B71F58;
    padding: 7px 0 0 40px;
    font-weight: bold;
    font-size: 16px;
}

#title_sub2 {
    width: 686px;
    height: 27px;
    margin: 0px 0px 35px 0px;
    float: right;
    background-image: url(../data/wrapper/title_sub_bg.jpg);
    color: #B71F58;
    padding: 7px 0 0 40px;
    font-weight: bold;
    font-size: 16px;
}

#title_sub2 a {
    color: #AAAAAA;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#title_sub2 a:hover {
    color: #900;
    text-decoration: none;
}

/*-首頁icon-----------------------------------------*/
#icon_frmae {
    width: 210px;
    height: auto;
    margin: 33px 0px 0px 14px;
    float: left;
}

.icon {
    width: 195px;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

.icon2 {
    width: 195px;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

/*-首頁icon-----------------------------------------*/
/***主要內容******************************************************/
#map_left {
    width: 210px;
    height: auto;
    background-image: url(../data/wrapper/bg.png);
    border: 1px #CCCCCC solid;
    float: left;
    /* margin-top: 0px; */
    padding: 15px;
}

#map_left td {
    padding: 3px;
}

#map_right {
    width: 461px;
    height: 135px;
    /* background-image: url(../data/contact/map_bg.png); */
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
    padding: 2px;
    border: solid 1px #EAE9E9;
}

#map_bottom {
    width: 694px;
    height: 75px;
    background-image: url(../data/wrapper/bg.png);
    border: 1px #CCCCCC solid;
    float: left;
    margin-top: 18px;
    padding: 15px;
}

.line {
    background-image: url(../data/contact/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#map_bottom td {
    padding-top: 8px;
    padding-bottom: 8px;
}

/***主要內容範圍**********************************************************************************************/

/***頁底*********************************************************/
#footer_box {
    width: 100%;
    height: auto;
    margin: 0 auto;

    background-position: top center;
    background-image: url(../data/wrapper/footer/bg.png);
}

#footer_box .footer {
    position: relative;
    width: 1000px;
    height: 172px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
}

#footer_box .qr {
    position: absolute;
    z-index: 1px;
    top: 63px;
    left: 14px;
    width: 83px;
    height: auto;
    text-align: left;
    color: #FFF;
}

#footer_box .gotop {
    position: absolute;
    z-index: 1px;
    top: -19px;
    left: 908px;
    width: 60px;
    height: auto;
    text-align: left;
    color: #FFF;
}

#footer_box .community {
    position: absolute;
    z-index: 1px;
    top: 67px;
    left: 864px;
    width: 122px;
    height: 30px;
    text-align: right;
}

#footer_box .menu {
    width: 980px;
    height: 30px;
    padding: 15px 20px 5px 0px;
    float: inherit;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 4px;
}

#footer_box .menu a {
    color: #FFFFFF;
    TEXT-DECORATION: none;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    -o-transition: color 120ms linear;
    transition: color 120ms linear;
}

#footer_box .menu a:hover {
    COLOR: #FF0;
    TEXT-DECORATION: none;
}

#footer span {
    COLOR: #777E8E;
}

#footer_box .info {
    width: 980px;
    height: auto;
    float: right;
    padding: 10px 20px 0px 0px;
    text-align: left;
    color: #727986;
    line-height: 20px;
    letter-spacing: 1px;
}

#footer_box .info_1 {
    width: 400px;
    height: auto;
    float: left;
    padding: 4px 0 0 134px;
}

#footer_box .info_2 {
    width: 400px;
    height: auto;
    float: left;
}

#footer_box .copyright {
    width: 397px;
    height: auto;
    float: right;
    text-align: right;
    color: #777E8E;
    position: absolute;
    z-index: 5;
    left: 590px;
    top: 101px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #A3A9B1;
}

#footer_box .copyright a {
    color: #A3A9B1;
    TEXT-DECORATION: none;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    -o-transition: color 120ms linear;
    transition: color 120ms linear;
}

#footer_box .copyright a:hover {
    COLOR: #C8627B;
    TEXT-DECORATION: none;
}

/***頁底*********************************************************/
.signout {
    display: block;
    width: 194px;
    height: 37px;
    background-image: url(../data/wrapper/signout.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 23px;
}

.signout:hover {
    background-image: url(../data/wrapper/signout_.png);
}


@media screen and (max-width: 1000px) {

    #leftside .top,
    #leftside .leftnav,
    #leftside .ma_menu,
    #leftside .bottom {
        display: none;
    }

    #left_title {
        display: none;
    }
}