﻿p{
  margin: 0;
}
.product-main{
  display: table;
  width: 100%;
  height: 550px;
  padding-left: 120px;
}
.product-left{
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  height: 400px;
}
.product-left img{
  position: relative;
  width: 400px;
  height: 400px;
}
.product-right{
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  padding-left: 50px;
}
.product-right .product-name{
  font-size: 34px;
  font-weight: bold;
  color: #222;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: left;
}
.product-right .product-des{
  padding-bottom: 40px;
  font-size: 22px;
  text-align: left;
}
.product-right .product-detail{
  padding-top: 8px;
  font-size: 14px;
  color: #666;
}
.buy{
  margin-top: 40px;
  width: 260px;
  height: 50px;
  border: 1px solid #222;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.buy p:hover{
  background: #3a3c4f;
}
.buy p:hover a{
   color: #fff;
}
.buy a{
  text-decoration: none;
  color: #3a3c4f;
}
.main{
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 75px;
}
.main-pics{
  width: 100%;
  height: 565px;
  overflow: hidden;
  padding-bottom: 15px;
}
.main-pics img{
  width: 100%;
  height: 100%;
}
.main-content{
  width: 100%;
}
.content-text{
  padding-top: 85px;
}
.content-title{
  font-size: 30px; 
  text-align:center;
  color: #222;
  font-weight: bold;
}
.content-des{
  width: 720px;
  margin: 0 auto;
  font-size: 21px;
  padding-top: 30px;
  line-height: 35px;
  padding-bottom: 35px;
}
.content-pics{
  width: 760px;
  margin: 0 auto; 
  padding-bottom: 70px; 
}
.content-pics img{
  width: 100%;
  height: 100%;
}
.default{
  background: #f3f3f3;
}
.special{
  width: 100%;
}
.relate-title{
  font-size: 32px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.relate-btn{
  float: right;
}
.prev,.next{
  outline: none;
  width: 20px;
  height: 20px;
  border: 1px solid #3a3c4e;
  color: #3a3c4e;
  font-family: "宋体";
  font-size: 16px;
  background: #fff;
  text-align: center;
  line-height: 20px;
}
.relate-btn button:hover{
  background: #032042;
  color: #fff;
  border: 1px solid #032042;
}
.relate-main{
  float: left;
  width: 296px;
  padding-top: 7px;      
  padding-bottom: 70px;
  padding-right: 8px;
}
.relate-main-right{
  padding-right: 0;
}
.relate-main img{
  position: relative;
  width: 100%;
  height: 290px;
}
.relate-name{
  padding-top: 15px; 
  text-align: center;
  font-size: 16px;
  color: #222;
}
.relate-des{
  text-align: center;
  font-size: 16px;
  color: #666;
}
.content .inner .row{
  height: auto;
  padding-top: 76px;
}
.bottom-content{
  width: 550px;
  height: 590px;
  margin: 0 auto;
}
.bott-title{
  font-size: 22px;
  color: #222;
  padding-bottom: 35px;
}
.bott_qus{
  color: #222;
  font-size: 16px;
  padding-bottom: 8px;
}
.bott_ans{
  color: #666;
  padding-bottom: 30px;
  font-size: 14px;
}
.more-left,.more-right{
  position: absolute;
  bottom: 20px;
  color: #3a3c4e;
  font-size: 16px;
}
.more-left{
  left: 435px;
}
.more-right{
  right: 0px;
}
.more span{
  padding-left: 10px;
  color: #3a3c4e;
}
.line{
  position: absolute;
  left: 49%;
  top: 50px;
  bottom: 45px;
  width: 1px;
  background: #e6e6e6;
}
.footer-top{
  width: 100%;
  background: #3a3c4e;
  padding: 30px 0;
}
.footer-top p{
  font-size: 12px;
  color: #fff;
}
.footer-top .inner img{
  width:100px;
}
.footer-top .inner .pull-right{
  padding-top: 25px;
}
.inner-nav .list-inline li{
  float: left;
}
.inner-nav .list-inline li a{
  position: relative;
  text-decoration: none;
}
.inner-nav .list-inline li a.current:before,
.inner-nav .list-inline li a:hover:before{
  background: #000;
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 2px;
}
.left{
  float: left;
}
.right{
  float: right;
}
.footer-right{
  padding-top: 20px;
}
.product{
  padding-top: 10px;
  height: auto;
  float: left;
  width: 306px;
}
.product a{
  text-decoration: none;
}
.product img{
  display: block;
  float: left;
  width: 290px;
  height: 290px;
}
.product .product-name{
  text-align: center;
  padding-top: 32px;
  font-size: 16px; 
  color: #222;
  font-weight: bold;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product p{
  margin: 0;
}
.product .product-des{
  text-align: center;
  color: #666;
  font-size: 16px;
  padding-bottom: 20px;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-container{
  width: 2448px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-top{
  height: 290px;
}
.inner-container:after{
  clear:both;
  content:'.';
  display:block;
  width: 0;
  height: 0;
  visibility:hidden;
}
.inner-title{
  padding-top: 40px;
}
.more-content{
  float: left;
  width: 50%;
  height: 550px;
  border-right: 1px solid #e6e6e6;
}
.img-box{
  float: left;
  width: 80px;
  height: 70px;
}
.bottom-left{
  float: left;
  height: 550px;
  overflow: hidden;
}
.bottom-right{
  height: 550px;
  overflow: hidden;
  float: right;
}

.footer-top .inner img{
  width: 99px;
  height:30px
}