@charset "unf-8";

* {
  box-sizing: border-box;
}

#wrap {
       
 }

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Helvetica";
  text-align: center;
}


/* header */
#header{
    max-width: 1200px; margin: 0 auto;
}

#header .menu img {
    _vertical-align: middle;
    float: left;
    
}
#header .menu {
  width: 100%;
  float: right;
  list-style: none;
  text-align: center;
}


#header .menu ul {
    float: right;
}
#header .menu ul li{
    
    float: left;
    margin-left: 25px;
}
#header .menu ul li a{
    font-weight: bold;
    float: right; padding: 10px; height: 30px;
}




#header .menu li a {
  color: #545454;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
    float: right;
}

#header .menu_list {
    width: 100%;
    float: left;
    text-align: center;
}

#header .menu_list ul {
    float: right;
    margin-left: 13px;
}

#header .menu_list ul li{
    float: left;
}
#header .menu_list ul li a{
    float: right; padding: 10px; height: 30px;
}

/*product*/
#product_view {
    max-width: 1200px; margin: 0 auto;
    height: 800px;
    padding-top: 150px;
}
#product_view h2 {
    margin-bottom: 50px;
}
#product_view .img{
    float: left; 
    margin-right: 130px;
}
#product_view .table{
    text-align: left;
    margin-top: 30px;
}
#product_view .btn {
  
}
#product_view .btn li {
    float: left; 
    width: 150px; height: 40px;
    line-height: 40px;
    border: 1px solid #111;
    transition: all 0.7s;
    margin-top: 80PX;
    
}
#product_view .btn li:nth-child(2){
    margin-left: 50px;
}
#product_view .btn li:hover {
    background: #111;
}
#product_view .btn li:hover a {
    background: #111;
    color: #fff;
}

#product_view .btn li a {
}

/*content*/
#content .content {
    max-width: 1200px; margin: 0 auto;
}
#content .content1 {
    max-width:1200px; margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#content .content1{
   max-width: 1200px;
   margin: 0 auto;
}

