﻿.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 960px;
    height: 135px;
}

#menu {
    border-bottom: 1px solid #FF00FF;
}

#menu > ul {
    width: 685px;
    height: 55px;
    margin: 0 auto;
}

#menu > ul > li {
    list-style: none;
    float: left;
}

#menu > ul > li > a {
    display: block;
    margin-top: 20px;
    margin-left: 55px;
}

.m01 {
    width: 88px;
    height: 25px;
    background: url(../images/menu01.jpg) no-repeat;
}

.m01:hover {
    background: url(../images/menu01_ho.jpg) no-repeat;
}

.m02 {
    width: 88px;
    height: 25px;
    background: url(../images/menu02.jpg) no-repeat;
}

.m02:hover {
    background: url(../images/menu02_ho.jpg) no-repeat;
}

.m03 {
    width: 88px;
    height: 25px;
    background: url(../images/menu03.jpg) no-repeat;
}

.m03:hover {
    background: url(../images/menu03_ho.jpg) no-repeat;
}

.m04 {
    width: 88px;
    height: 25px;
    background: url(../images/menu04.jpg) no-repeat;
}

.m04:hover {
    background: url(../images/menu04_ho.jpg) no-repeat;
}

.m05 {
    width: 44px;
    height: 25px;
    background: url(../images/menu05.jpg) no-repeat;
}

.content {
    position: relative;
    margin-top: 15px;
    width: 960px;
}

#cycle {
    padding-bottom: 1px;
    border-bottom: 1px solid #FF00FF;
    height: 353px;
}

.popular {
    margin-top: 10px;
    width: 960px;
}

.item {
    width: 33.33%;
    display: table-cell;
    padding: 0px 3px 10px 3px;
}

.itemtitle > p {
    font-family: 'Arial Unicode MS';
    font-size: 18px;
    line-height: 24px;
}

.itemtext > p {
    font-family: '微軟正黑體';
    font-size: 13px;
    color: rgb(102, 102, 102);
    line-height: 20px;
}

.special {
    width: 960px;
    display: table;
}

.special > div {
    float: left;
    margin-right: 5px;
}

.news {
    padding: 10px 0px;
    font-family: 微軟正黑體, Arial;
    width: 960px;
    line-height: 15px;
    letter-spacing: 2px;
}

.news_title {
    text-align: left;
    padding-left: 50px;
    line-height: 40px;
}

.announce {
    color: #ff0000;
}

#footer {
    min-width: 960px;
    width: 100%;
    background-color: #333333;
    height: 200px;
}

#ft1 {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
}

#ft2 {
    width: 960px;
    margin: 0 auto;
    /*padding-top:10px;*/
}

.ftext {
    text-align: center;
    color: #ffffff;
    line-height: 12px;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 16px 0;
}

.left-col {
    width: 200px;
    float: left;
}

.left-col > ul > li {
    list-style: none;
    float: left;
}

.right-col {
    width: 750px;
    float: left;
}

.product_list > li {
    float: left;
    width: 325px;
    list-style: none;
    padding: 10px 10px;
}

.title {
    font-weight: 600;
}

.t_title {
    width: 142px;
    font-family: '微軟正黑體';
    color: #033F8B;
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

.t_content {
    width: 592px;
    font-family: '微軟正黑體';
    color: #000000;
    font-size: 18px;
    float: left;
}

.t_content > span, .t_content > p {
    font-size: 0.75em;
}

#company {
    margin-top: 15px;
}

.company {
    padding: 10px 0;
}

.t_row {
    float: left;
}

.product_img {
    float: left;
    height: 185px;
}

.sub-product {
    padding: 0px;
    padding-top: 3px;
}

.sub-product > li {
    list-style: none;
}

.brand_text {
    text-decoration: none;
    color: #202020;
    font-size: 13px;
    line-height: 22px;
    padding-left: 2px;
}

.next {
    cursor: pointer;
    z-index: 9999;
    display: inline-block;
    position: relative;
    left: -40px;
}

.prev {
    cursor: pointer;
    z-index: 9999;
    display: inline-block;
    position: relative;
    left: 895px;
}
.row{
    display: table;
}

