@charset "UTF-8";

/* CSS Document */

.wrapper {
    width: 1280px;
    min-height: 600px;
    margin: 0 auto;
}

.header {
    width: 1280px;
    height: 210px;
    background-image: url(../images/header_bg.png);
    margin: 0 auto;
}

.header_bg {
    width: 100%;
    height: 210px;
    background-image: url(../images/header_bg.png);
    background-repeat: repeat-x;
}

.space {
    width: 80px;
    height: 40px;
    float: left;
    margin-top: 110px;
}

.logo {
    width: 465px;
    height: 210px;
    float: left;
    background-image: url(../images/logo_bg.png);
    background-repeat: repeat-x;
}

.sitemenu {
    float: right;
    width: 43%;
    height: 30px;
    color: #630f20;
    line-height: 30px;
    margin-top: 70px;
    margin-right: 35px;
    margin-bottom: 10px;
    text-align: right;
}

.sitemenu ul {
    margin: 0;
    padding: 0;
}

.sitemenu li {
    float: right;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 1.35em;
    padding: 5px;
    text-align:right;
}

.sitemenu li a {
    color: #630f20;
    text-decoration: none;
    padding: 5px;
}

.sitemenu li a:hover {
    color: #fff;
    background-color: #d21720;
    padding: 5px;
}

.menu {
    width: 57%;
    height: 40px;
    float: right;
    margin-top: 0px;
}

.menu ul {
    margin: 0;
    padding: 0 20px;
}

.menu li {
    float: left;
    width: 100px;
    font-size: 1.5em;
    padding: 0 5px;
    color: #fff;
    font-family: "微軟正黑體";
    font-weight: initial;
    line-height: 40px;
    letter-spacing: 2px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
}

.menu li a:hover {
    color: #bae300;
}

.content {
    width: 1280px;
    padding: 0px 20px 20px;
    min-height: 500px;
    background-image: url(../images/back.png );
    float: left;
}

.sslide {
    width: 620px;
    height: 150px;
    float: left;
    padding: 0;
    margin: 0;
}

.recomd {
    width: 600px;
    height: auto;
}

.recomd td {
    line-height: 1.7;
    font-size: 1.5em;
}

.recomd td a {
    color: #85582b;
    text-decoration: none;
}

.bslide {
    width: 400px;
    height: 430px;
    float: left;
    padding-top: 10px;
}

.news {
    width: 500px;
    height: auto;
}

.news td {
    line-height: 2;
    font-size: 1.5em;
}

.news td a {
    color: #85582b;
    text-decoration: none;
}

.footer {
    width: 100%;
    height: 40px;
    color: #444;
    font-size: 1.55em;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    float: left;
}

.sidebar-bg-1 {
    background-image: url(../images/sidebar_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.sidebar {
    width: 230px;
    min-height: 500px;
    margin: 20px;
    /*background-color: #444;*/
    border: 3px solid #d5d5d5;
    border-radius: 30px;
    padding: 0 10px 300px 10px;
    float: left;
}

.sidebar-bg-2 {
    background-image: url(../images/sidebar_bg-2.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.sidebar-bg-3 {
    background-image: url(../images/sidebar_bg-3.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.sidebar-bg-4 {
    background-image: url(../images/sidebar_bg-4.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.sidebar-bg-5 {
    background-image: url(../images/sidebar_bg-5.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.sidebar-bg-6 {
    background-image: url(../images/sidebar_bg-6.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.sidebar h1 {
    display: block;
    line-height: 1;
    margin: 30px 0;
    float: left;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar li {
    line-height: 2;
    text-align: left;
    color: #8c0202;
    font-size: 1.5em;
    padding: 8px 0 0 30px;
    border-bottom: 2px dotted #8c0202;
    margin: 0;
    width: 200px;
    height: 40px;
    display: block;
    float: left;
}

.sidebar li a {
    color: #333;
    text-decoration: none;
}

.sidebar li a:hover {
    color: #8c0202;
}

.section {
    width: 970px;
    min-height: 800px;
    border: 3px solid #d5d5d5;
    float: right;
    background-image: url(../images/sec_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 30px;
    padding-bottom: 120px;
}

.small-sec {
    width: 950px;
    height: 50px;
}

h2 {
    font-size: 2.5em;
    color:#85582b;
}
h1{
    font-size: 3em;
    color:#85582b;
}
h4{
    font-size:1.65em;
}
.path {
    font-size: 24px;
}
.text{
	font-size:16px;
}
.small-sec .path {
    font-size: 0.65em;
}
.sum{
    width:460px;
    height:auto;
    float:left;
    margin:0 20px;
}
.sum tr{

}
.sum td{
    font-size:1.35em;
    padding:3px;
}
.box {
    width: 950px;
    height: auto;
    float:left;
    margin: 0 auto;
    padding:10px 30px 110px;
}

.box h3 {
    font-size: 2em;
    color: #993023;
}
.box h3 a{
     color: #993023;
     text-decoration: none;
}
.box h3 a:hover{
     color: #993023;
     text-decoration: underline;
}
.box p {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 2;
}
.box ol{
    margin:0;
    padding:0 0 0 20px;
}
.box ol li{
    line-height:2;
}
.video{
    width:400px;
    height:auto;
   

}
.video li{
    line-height:2;
    font-size:2em;
    margin:10px 0;
    border-bottom:2px dotted #fc9200;
}
.video li a{
    width:350px;
    height:auto;
    text-decoration:none;
    display:block;
    padding-left:30px;
    margin-bottom:10px;
    color: #993023;

}
.video li a:hover{
    color:#fff;
    border-radius:10px;
    background-color:#fc9200;
} 

.box td a{
    text-decoration:none;
}
.box td a:hover{
    padding:5px 20px;
    background-color:#fc9200;
    border-radius:10px;
    color:#fff;
}

.newsbox {
    width: 900px;
    min-height: 200px;
    float: left;
    border-bottom: 2px dotted #fc9200;
}
.shipbox table{
    margin:0 auto;
}
.shipbox th{
    font-size:16px;
    text-align:center;
    font-weight:initial;
    
}
.shipbox td{
    text-align:center;
    padding:10px;
    font-size:16px;
    border:1px dotted #fc9200; 
    

}
.shipbox td a{
    color:#85582b;
}
.shipbox tr{
    border-bottom:1px dotted #fc9200 ;
}
.shipbox .list th{
    padding:10px 0 10px 0px;
    font-size:16px;

}
.shipbox .list td{
    font-size:16px;
}
.shipbox img{
    width:100px;
    height:auto;
}
.productbox {
    width: 900px;
    min-height: 200px;
    float: left;
}
.proitem{
    width:430px;
    height:auto;
    padding:10px;
    float:left;
    margin:10px;
    border:2px dotted #fc9200;
    border-radius:10px;
}

.profoto{
    width:300px;
    height:auto;
   
    vertical-align:center;
    }
.proword{
    width:400px;
    height:auto;
    text-align:center;
    padding:10px 0;
}
.newsfoto {
    width: 250px;
    height: auto;
    margin: 10px;
    float: left;
}

.newsfoto img {
    width: 250px;
    height: auto;
    border: 2px solid #fc9200;
}

.newsname {
    width: 600px;
    float: right;
    margin: 10px;
}

.newsname h3 {
    margin-bottom: 10px;
}

.newsname p {
    line-height: 1.3;
}

.read { color: #993023; }

.read a {
    font-size: 1.375em;
    width: 150px;
    display: block;
    margin: 50px auto 0;
    color: #993023;
    text-decoration: none;
    border: 2px dotted #993023;
    padding: 5px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
}

.read a:hover {
    color: #fff;
    border-radius: 5px;
    background: #fc9200;
}

.page {
  width: 100%;
  height: 50px;
  float: left;
  /* margin: 60px 370px 0; */
  text-align: center;
}

.page ul {
    margin: 0 auto;
    padding: 0;
}

.page li {
  list-style-type: none;
  /* float: left; */
  font-size: 16px;
  font-family: "微軟正黑體";
  color: #993023;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  /* text-align: center; */
}

.page li a {
    color: #993023;
    text-decoration: none;
}


.page2 {
    width: 390px;
    height: 50px;
    float: left;
    margin: 60px 408px 0;
}

.page2 ul {
    margin: 0 auto;
    padding: 0;
}

.page2 li {
    list-style-type: none;
    float: left;
    font-size: 16px;
    font-family: "微軟正黑體";
    color: #993023;
    padding: 10px 15px;
    text-decoration: none;
}

.page2 li a {
    color: #993023;
    text-decoration: none;
}

.border {
    border: 2px dotted #993023;
    margin: 0 5px;
}

.textform{
        border-style: solid;
    border-width: 2px;
    border-color: #bdc3c7;
    -webkit-transition: border-color 0.6s;
    transition: border-color 0.6s;
    border-radius: 0px;
    padding: 6px 10px;
    outline: none;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    font-size: 1em;

}
.cart a{
    font-size: 0.875em;
    width: 150px; 
    display: block;
    /* margin: 50px auto 0; */
    color: #993023;
    text-decoration: none;
    border: 2px dotted #993023;
    padding: 5px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
}
.article{
    width:600px;
    height:auto;
}
.product_left{
    width:400px;
    height: auto;
    float:left;
}
.product_right{
    width:450px;
    float:left;
}
.product td{

    font-size:16px;
    line-height:1.5;
    padding-left:30px;
}
.button{
    background-color: #993023;
    text-align: center;
    opacity: 1;
    color: #ffffff;
    border: none;
    right: 20px;
    padding: 5px 10px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    border-radius:5px;

}
.button input[type=submit]:hover,
.button input[type=button]:hover {
    text-decoration: none;
  color: #E74C3C;

}       
/*--bslide---*/

.date {
    color: #993023;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

.aslide {
    display: none;
}

.aslide img {
    width: 400px;
    height: 400px;
}

.aslider {
    width: 400 px;
    height: auto;
}

.aslide .text {
    margin: 0 auto;
    color: #f8f8f8;
    text-shadow: 0 0 2px #000;
    font-weight: bold;
    font-size: 36px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    font-family: sans-serif;
}
.link {
    color:#993023;
}
.link a:hover {
    color:#993023;
    text-decoration:none;
}