@charset "UTF-8";
/*清浮动*/
.clear {
    zoom:1;
}
.clear:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
/* 公共样式 */
.header,
.content {
    width:1210px;
    margin:0 auto;
}
/*wrapper*/
.wrapper{
    width:100%;
}
/* 头部 */
.header .nav-box {
    overflow: hidden;
}
.header .nav-box ul {
    float: right;
}
.header .nav-box ul li{
    display: inline-block;
}
/*主体部分*/
.content{
    background: #fff;
}
/*主体顶部图片*/
.con-upside-image{
    display: inline-block;
    width: 1210px;
    height:320px;
    margin-top: 20px;
}
.con-upside-image img {
    width: 1210px;
    height:320px;
}
/* 产品介绍 */
.content .product-info{
    width: 1210px;
}
.product-info li{
    width: 1210px;
    height: 246px;
    padding: 30px 0 30px 0;
    border-top: 1px solid #ededed;
    list-style: none;
}
.product-info li:first-child {
    border-top: none;
}
/*产品左侧介绍图*/
.product-left{
    float: left;
    width: 410px;
    height: 246px;
    margin-right: 35px;
}
.product-left img{
    width: 410px;
    height: 246px;
}
/*产品右侧文字*/
.product-info .product-right{
    position: relative;
    width: 765px;
    padding-top: 1px;
    display: inline-block;
}
.product-right  h2{
    font-size: 26px;
    line-height: 90px;
}
.discount-right h2 a,
.discount-right h2 a:hover,
.product-info .product-right  h2 a,
.product-info .product-right  h2 a:hover {
    text-decoration: none;
    color: #333;
}
.product-right  p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.2px;
    height: 48px;
}
.product-right .link-more {
    position: absolute;
    top:192px;
    right: 0;
    float: right;
    font-size: 14px;
    line-height: 24px;
    color:#b78a2f;
    text-decoration: none;
}
.content .discount-right .link-more,
.product-right .link-more:hover {
    text-decoration: underline;
}
/*打折促销区域样式 */
.content .discount{
    width:1210px;
}
.content .discount li{
    position: relative;
    width:1210px;
    height:166px;
    border-top: 1px solid #ededed;
}
/*左侧日期*/
.content .discount-left{
    margin-top: 30px;
    float: left;
    width: 105px;
    height: 105px;
    border: 1px solid #ededed;
    margin-right: 35px;
}
.discount-left .mouth{
    width:105px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    background: #c2c2c2;
    color: #f7f7f7;
}
.discount-left .data{
    width:105px;
    height:72px;
    font-size: 52px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
    color: #c2c2c2;
}
/* 右侧文字介绍 */
.content .discount-right{
    width: 1066px;
    display: inline-block;
}
.discount-right h2{
    padding-top: 14px;
    font-size: 26px;
    line-height: 70px;
}
.content .discount-right p{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    letter-spacing: 1px;
}
.content .discount-right .link-more {
    position: absolute;
    top: 125px;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    color:#b78a2f;
    text-decoration: none;
}
/* 分页 */
.page{
    padding:76px 0;
    font-size: 0;
    line-height: 30px;
    text-align: center;
}
.page .number li,.page ul,.page div{
    display: inline-block;
}
.page .number li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    margin-left: 5px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.page .dec img,.page .add img{
    padding-top: 0;
}
.page .number li a:hover,
.page .number li a:active,
.page .number .active{
    color: #666666;
    background: #faf3e5;
    border-color: #b78a2f;
    text-decoration: none;
}
.page .omit,
.page .dec,
.page .add{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.page .sum{
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 35px;
    color: #999;
}
.page .skip{
    display: inline-block;
    margin-left: 17px;
    font-size: 12px;
    text-align: center;
}
.page .skip input{
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid #e5e5e5;
    margin:0 6px;
    text-align: center;
}
.page  .confirm a{
    display: inline-block;
    width: 58px;
    height: 30px;
    border:1px solid #e5e5e5;
    margin-left: 20px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #666;
    background: #fff;
}
.page .confirm a:hover{
    color: #666666;
    background: #faf3e5;
    border-color: #b78a2f;
    text-decoration: none;
}






















