/* 
    Created on : 2015/2/5, 上午 12:13:39
    Author     : sugar
*/
body{
    background: #F3FBFF;
    margin: 0px;
    padding: 0px;
    font-family:"微软雅黑","Times New Roman",Georgia,Serif;
}
#layer{
    
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    
}
#head{
    font-weight:800;
    background: linear-gradient(268deg, #0260B2 0%, #068BFF 100%); 
    background: -moz-linear-gradient(268deg, #0260B2 0%, #068BFF 100%); 
    background: -webkit-linear-gradient(268deg, #0260B2 0%, #068BFF 100%); 
    background: -o-linear-gradient(268deg, #0260B2 0%, #068BFF 100%); 
    width: 100%;
    height: 100px;
    box-shadow: -5px 18px 50px #333333; 
    -webkit-box-shadow: -5px 18px 50px #333333; 
    -moz-box-shadow: -5px 18px 50px #333333; 
    
}
#logo{
    
    width: 400px;
    height: 100px;
    float: left;
    
}
#banner img{
    width: 100%;
    height: 345px;
    box-shadow: 0px 9px 6px #333333; 
    -webkit-box-shadow: 0px 9px 6px #333333; 
    -moz-box-shadow: 0px 9px 6px #333333; 
}
#menu{
    width: 800px;
    height: 100px;
    float: left;
    padding: 0px 0px;
    text-align:right;
    
}
#menu ul li {
    display:inline;
    padding: 0px 20px;
    line-height: 140px;
}
#menu ul li a{
    color: white;
    font-size: 15px;
    text-decoration: none;
    
}
#menu ul li a:hover{
    border-bottom: 1px solid;
    border-bottom-color: #FFCD7E;
    text-shadow: rgb(255, 255, 255) 0px 0px 10px;
}
#main{
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
    height:100vh;
    background: linear-gradient(271deg, #C2C9CC 61%, #FFFFFF 100%); 
    background: -moz-linear-gradient(271deg, #C2C9CC 61%, #FFFFFF 100%); 
    background: -webkit-linear-gradient(271deg, #C2C9CC 61%, #FFFFFF 100%); 
    background: -o-linear-gradient(271deg, #C2C9CC 61%, #FFFFFF 100%); 
}
/*index*/
div.table_a{
    float:left;
    width: 330px;
    height: 450px;
    margin: 15px 15px;
    padding: 20px 15px;
    border:  #F3FBFF 2px solid;
    background: white;
    zoom:1;
}
.table_a img{
    width: 330px;
    height: 248px;
}
.table_a ul{
    color: #666666;
    list-style-type: square;
    width: 250px;
}
/*price*/
#p_table{
    width: 1100px;
    height:100vh;
    border: #F3FBFF 2px solid;
    background: white;
    margin: 15px auto;
}
table {
    margin: 15px auto;
    font-family: "Helvetica Neue", Helvetica, sans-serif
  
}
caption {
  text-align: left;
  color: #FF9F06;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px;
}

thead {
  background: SteelBlue;
  color: white;
}

th,
td {
  padding: 25px 50px;
}
tbody tr{
    text-align:center;
}
tbody tr td:first-child{
    text-align:left;
}
tbody tr:nth-child(even) {
  background: WhiteSmoke;
}
tfoot {
  background: #B26E00;
  color: white;
  text-align: right;
}

tfoot tr th:last-child {
  font-family: monospace;
}
/*about*/
fieldset{
    font-size: 20px;
    margin: 10px 100px;
    padding: 50px 50px;
    border: 0px;
    box-shadow:0px 0px 16px silver;
}
legend{
    padding:5px 10px;
    background-color:#B26E00;
    color:#FFF;

}
/*question*/
#table_2{
    border: 1px solid #e5e5e5;
    width: 800px
}
#table_2 tr td:first-child{
    border-right: 1px #e5e5e5 solid;
}
#table_2 tr td{
    padding: 25px 25px;
    text-align: left;
}
/*contact*/
#table_2{
    border: 1px solid #e5e5e5;
    width: 80vh;
}
#table_1 a{
    color: #ea6315;
    text-decoration: none;
}
#table_1{
    width: 80vh;
}
#table_1 tr td:first-child{
    text-align: right;
    border-right: 1px #e5e5e5 solid;
}
#table_1 tr td{
    padding: 25px 25px;
    text-align: left;
}