.product{
    margin-top: 50px;
}
.product .content .left{
    width: 300px;
    float: left;
}
.product .content .left .search{
    width: 100%;
    height: 140px;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px
}
.product .content .left .title{
    font-size:20px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(230,33,41,1);
    padding-left: 10px;
    border-left: 4px solid rgba(230,33,41,1);
}
.product .content .left .search form{
    width: 100%;
    height: 45px;
    margin-top: 15px;
    background: #F7F7F7;
}
.product .content .left .search form span{
    display: block;
    float: left;
    width: 48px;
    height: 25px;
    background: url("../images/psb.png") no-repeat center center;
    border-right: 1px solid #CCCCCC;
    margin-top: 10px;
}
.product .content .left .search form input{
    display: block;
    width: 170px;
    float: left;
    height: 45px;
    line-height: 45px;
    background: none;
    border: none;
    padding-left: 20px;
}
.product .content .left .type{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
}
.product .content .left .type a{
    display: block;
    width: 100%;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.product .content .left .type a:hover,.product .content .left .type a.on{
    color: rgba(230,33,41,1);
    border-color: rgba(230,33,41,1);;
}
.product .content .left .type a:nth-of-type(1){
    margin-top: 30px;
}
.product .content .right{
    width: 880px;
    float: right;
}
.product .content .right .main{
    width: 100%;
}
.product .content .right .main .item{
    display: block;
    width: 280px;
    height: 230px;
    float: left;
    margin-right: 20px;
    transition-duration: .3s;
    margin-bottom: 20px;
}
.product .content .right .main .item:nth-of-type(3n){
    margin-right: 0;
}
.product .content .right .main .item .imgBox{
    width: 280px;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.product .content .right .main .item .imgBox img{
    width: 100%;
    height: auto;
}
.product .content .right .main .item .imgBox .mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    opacity: 0;
}
.product .content .right .main .item .wordsBox{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    background: #F7F7F7;
}
.product .content .right .main .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-top: -10px;
}
.product .content .right .main .item:hover .imgBox .mask{
    opacity: 1;
}
.product .content .right .article{
    width: 880px;
    float: right;
    padding: 20px;
    border: 1px solid #F0F0F0;
}
.product .content .right .article .imgBox{
    width: 100%;
    height: 360px;
}
.product .content .right .article .imgBox .gallery{
    width: 620px;
    height: 360px;
    float: left;
}
.product .content .right .article .imgBox .gallery img{
    width: 100%;
    height: auto;
}
.product .content .right .article .imgBox .thumbs{
    width: 200px;
    height: 360px;
    float: right;
}
.product .content .right .article .imgBox .thumbs .swiper-slide{
    box-sizing: border-box;
    overflow: hidden;
}
.product .content .right .article .imgBox .thumbs img{
    width: 100%;
    height: auto;
}
.product .content .right .article .imgBox .thumbs .swiper-slide-thumb-active{
    border: 3px solid #E62129;
}
.product .content .right .article .wordsBox h2{
    font-size:28px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.product .content .right .article .wordsBox div img{
    max-width: 100%;
    height: auto !important;
}

.recommed{
    width: 100%;
    /*height: 520px;*/
    background: #F7F7F7;
    overflow: hidden;
}
.recommed>h2{
    display: block;
    width: 1200px;
    margin: 0 auto;
    font-size:40px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
    opacity:1;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px;
}

.recommed .content .item{
    display: block;
    width: 280px;
    height: 230px;
    float: left;
    margin-right: 26.66666px;
    transition-duration: .3s;
}
.recommed .content .item:nth-of-type(4n){
    margin-right: 0;
}
.recommed .content .item .imgBox{
    width: 280px;
    height: 180px;
    position: relative;
}
.recommed .content .item .imgBox img{
    width: 100%;
    height: auto;
}
.recommed .content .item .imgBox .mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    opacity: 0;
}
.recommed .content .item .wordsBox{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    background: #FFFFFF;
}
.recommed .content .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-top: -10px;
}
.recommed .content .item:hover .imgBox .mask{
    opacity: 1;
}
.product .content .right .news{
    width: 100%;
}
.product .content .right .news .item{
    display: block;
    width: 100%;
    height: 225px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-bottom: none;
}
.product .content .right .news .item .main{
    width: 840px;
    height: 200px;
    margin: 0 auto;
    margin-top: 25px;
    border-bottom: 1px solid #E6E6E6;
}
.product .content .right .news .item .imgBox{
    width: 260px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.product .content .right .news .item .imgBox img{
    width: 100%;
    height: auto;
}
.product .content .right .news .item .wordsBox{
    width: 550px;
    float: left;
    margin-left: 25px;
    position: relative;
    height: 180px;
}
.product .content .right .news .item .wordsBox h2{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:20px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.product .content .right .news .item .wordsBox h3{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(153,153,153,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.product .content .right .news .item .wordsBox p{
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.product .content .right .news .item .wordsBox button{
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    outline: none;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:40px;
    color:rgba(204,204,204,1);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition-duration: .3s;
}
.product .content .right .news .item:last-of-type{
    border-bottom: 1px solid #f0f0f0;
    height: 245px;
}
.product .content .right .news .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    border-color: #fff;
}
.product .content .right .news .item:hover .main{
    border: none;
}
.product .content .right .news .item:hover .wordsBox h2{
    color: #E62129;
}
.product .content .right .news .item:hover .wordsBox button{
    border-color: #E62129;
    color: #E62129;
}
.product .content .right .article-news{
    width: 100%;
    padding: 20px;
    border: 1px solid #E5E5E5;
}
.product .content .right .article-news>h2{
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(39,39,39,1);
    opacity:1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.product .content .right .article-news>p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 40px;
    text-align: center;
}
.product .content .right .article-news div{
    margin-top: 25px;
}
.product .content .right .article-news div img{
    max-width: 100%;
    height: auto !important;
}
.product .content .right .article-next{
    width: 100%;
    margin: 40px 0;
    height: 25px;
}
.product .content .right .article-next span{
    display: block;
    width: 48%;
    float: left;
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#262626;
}
.product .content .right .article-next span a{
    color: #999999;
}
.product .content .right .article-next span:nth-of-type(2){
    float: right;
    text-align: right;
}
.product .content .right .article-next span:hover{
    color: #E62129;
}
.product .content .right .article-next span:hover a{
    color: #E62129;
}
.product .content .right .recommed{
    width: 100%;
    background: none;
}
.product .content .right .recommed>h2{
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.product .content .right .recommed .main .item .imgBox .mask{
    padding-top: 70px;
}
.product .content .right .recommed .main .item .imgBox .mask span{
    width: 20px;
    height: 1px;
    background: #E62129;
    display: block;
    margin: 0 auto;
}
.product .content .right .recommed .main .item .imgBox .mask p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:34px;
    color:rgba(230,33,41,1);
    text-align: center;
}
.product .content .right .recommed .main .item:hover .wordsBox{
    background: #E62129;
    color: #fff;
}