@charset "utf-8";
/* tabs */
.tabs{
    background: #FBFBFB;
    height: 60px;
    line-height: 60px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tabs-wrapper{
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    /* overflow-x: auto; */
}

.left,.right{
    width: 30px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    opacity: 0.3011;
    border: 1px solid #979797;
    position: absolute;
    top:20px;
    cursor: pointer;
}

.left{
    left: -20px;
}

.right{
    right:0px;
}

.tabs ul{
    overflow: hidden;
    margin-top: 20px;
    width: 1830px;
    clear:both;
    transition: all 0.3s;
}

.tabs ul li{
    width: 120px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#666;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    background:url('../assets/product/border.png')
}

.tabs ul .active{
    color:#fff;
    background-color: #FA6029;
    background-image: none;
    border-radius: 5px;
}

.tab-item{
    display: none;
}

.show{
    display: block;
}

.tab-content{
    width: 1200px;
    margin: 0 auto;
}

.tab-title{
    font-size: 24px;
    font-weight: 500;
    color: #333333; 
    padding-top:50px;
    display: flex;
    align-items: center;
}

.tab-title img{
    margin-left: 20px;
    display: block;
}

.tab-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    height: 42px;
}

.tab-item>img{
    display: block;
    margin: 0 auto;
    margin-top: 55px;
}