@charset "utf-8";
.content-decoration{
    width:100%;
    line-height:1.7;
    /*max-height:800px;*/
    overflow: auto;
    color: #5b5b5b;
    margin-bottom:30px;
    margin-top:30px;
}
.content-decoration > p{
    margin:0;
}
.content-decoration img{
    max-width: 100%;
}
.pro-list-tab{
    width:100%;
    margin:50px 0;
    border-bottom:1px solid #e60012;
}
.pro-list-tab .tab-items{
    display: inline-block;
    margin-right:30px;
    width:157px;
    padding:10px 0;
    font-size:16px;
    background: #e2e2e2;
    color: #1f1f1f;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.pro-list-tab .tab-items:hover{
    background: #e60012;
    color: #fff;
}
.pro-list-tab .tab-items-active{
    background: #e60012;
    color: #fff;
}
.pro-list-tab .tab-items-active:after{
    content: '';
    width:0;
    height:0;
    position: absolute;
    left:0;
    right:0;
    bottom:-10px;
    margin:0 auto;
    border-top:10px solid #e60012;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
}
.pro-box {
    width:71.5116%;
    padding-bottom:47.98%;
    margin:0 auto;
    position: relative;
}
.swiper-container1{
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
    left:0;
    top:0;
}
.pro-box .swiper-button-prev, .pro-box .swiper-button-next {
    background-size: 60%;
    background-color: rgba(0,0,0,0.5);
    display: block;
    width: 50px;
    height: 90px;
}
.swiper-container1 .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
}
.pro-contorl-box{
    width:71.5116%;
    padding-bottom:8.655%;
    margin:10px auto 50px;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: -moz-box;
    display:flex;
    position: relative;
}
.pro-prev{
    width:3.058%;
    height:100%;
    background: #eaeaea;
    position: absolute;
    left:0;
    cursor: pointer;
    top:0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.pro-prev:hover{
    background: #e60012;
}
.pro-prev:after{
    content: '';
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:10px solid #bababa;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.pro-prev:hover:after{
    content: '';
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:10px solid #fff;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.pro-next{
    width:3.058%;
    height:100%;
    background: #eaeaea;
    position: absolute;
    right:0;
    cursor: pointer;
    top:0;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}
.pro-next:hover{
    background: #e60012;
}
.pro-next:after{
    content: '';
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:10px solid #bababa;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.pro-next:hover:after{
    content: '';
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:10px solid #fff;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.swiper-container2{
    width:92%;
    overflow: hidden;
    margin:0 auto;
    height:100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
}
.swiper-container2 .swiper-slide{
    width:20%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
    cursor: pointer;
    height:100%;
}
.swiper-container2 .swiper-slide:hover{
    border:3px solid #e60012;
}
.border{
    border:3px solid #e60012;
}
.borderN{
    border:none;
}
.slideCaseName{
    width:100%;
    height:40px;
    line-height:40px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    bottom:0;
    left:0;
    text-align: center;
}