.box01{
    margin-top: 15px;
}
.box01 .tit{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.box01 .tit h1{
    font-size: 30px;
    color: #1b79f6;
}
.box01 .tit .intBox{
    width: 300px;
    display: flex;
    justify-content: space-between;
} 
.box01 .tit .intBox input{
    width: calc(100% - 50px);
    background: #f9f9f9;
    border: 0px;
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
    text-indent: 15px;
}
.box01 .tit .intBox button{
    width: 50px;
    height: 50px;
    border: 0px;
    background: #1b79f6;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 20px;
}
.box01 .desc{
    margin-top: 20px;
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}

/* 产品列表-分类 */
.box02{
    display: flex;
    justify-content: space-between;
}
.box02 .lBox{
    width: 330px;

}
.box02 .lBox .tit{
    font-size: 22px;
    color: #1b79f6;
}
.box02 .lBox dl{
    margin-top: 10px;
}
.box02 .lBox dl dt{
    font-size: 22px;
    color: #333333;
    overflow: hidden;
}
.box02 .lBox dl dt::after{
    content: '+';
    float: right;
    color: #dadada;
    font-weight: bold;
}
.box02 .lBox dl dt.hover::after{
    content: '-';
}
.box02 .lBox dl dd{
    height: 0px;
    transition:all .5s;
	-webkit-transition:all .5s; /* Safari */
    overflow: hidden;
    opacity: 0;
}
.box02 .lBox dl dd.open{
    height: auto;
    opacity: 1;
}
.box02 .lBox dl dd a{
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 100%;
    margin-top: 20px;
}
.box02 .lBox dl dd a.ck{
    color: #1b79f6;
}
.box02 .lBox dl dd a::after{
    content: '+';
    float: right;
    color: #dadada;
}
.box02 .lBox dl dd a.ck::after{
    color: #1b79f6;
}
.box02 .lBox dl dd a.hover{
    color: #1b79f6;
}
.box02 .lBox dl dd a.hover::after{
    color: #1b79f6;
}
.box02 .lBox .hr{
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
}

.box02 .rBox{
    width: calc(100% - 380px);
}
.box02 .rBox .items{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.box02 .rBox .items .item{
    width: 260px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.box02 .rBox .items .item:nth-child(3n){
    margin-right: 0px;
}
.box02 .rBox .items .item .img{
    width: 260px;
    height: 208px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.box02 .rBox .items .item .img a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 208px;
}
.box02 .rBox .items .item .img a img{
    height: 100%;
    max-width: 260px;
}
.box02 .rBox .items .item p{
    text-align: center;
    line-height: 200%;
    margin-top: 10px;
}

/* 产品详情页 */
.box02 .rBox  .art_head{
    display: flex;
    justify-content: space-between;
}
.box02 .rBox  .art_head .imgBox{
    width: 400px;
}
.box02 .rBox  .art_head .imgBox .bigImg{
    width: 400px;
    height: 318px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box02 .rBox  .art_head .imgBox .bigImg img{
    max-width: 400px;
    height: 318px;
}
.box02 .rBox  .art_head .imgBox .smallImg{
    display: flex;
    margin-top: 10px;
}
.box02 .rBox  .art_head .imgBox .smallImg li{
    width: 90px;
    border: 1px solid #e7e7e7;
    margin: 0px 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box02 .rBox  .art_head .imgBox .smallImg li.hover{
    border-color: #1b79f6;
}
.box02 .rBox  .art_head .imgBox .smallImg li:first-child{
    margin-left: 0px;
}
.box02 .rBox  .art_head .imgBox .smallImg li img{
    display: block;
    /* height: 100%; */
}
.box02 .rBox  .art_head .txtBox{
    width: calc(100% - 438px);
}
.box02 .rBox  .art_head .txtBox h1{
    font-size: 22px;
    color: #333333;
    margin-top: 20px;
}
.box02 .rBox  .art_head .txtBox p{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.box02 .rBox  .art_head .txtBox .telBtn{
    font-size: 16px;
    color: #fff;
    background: #1b79f6;
    width: 185px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 20px;
}
.box02 .rBox .pageBox{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}

.box02 .rBox .pageBox li{
    font-size: 14px;    
    line-height: 25px;
    margin-right: 50px;
}
.box02 .rBox .pageBox li span{
    display: inline-block;
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
    padding: 0px 5px;
    border-radius: 13px;
    margin-right: 10px;
}
.box02 .rBox .tabTit{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #1b79f6;
    margin: 30px 0px 20px 0px;
}
.box02 .rBox .tabTit li{
    width: 165px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
.box02 .rBox .tabTit li.hover{
    background: #1b79f6;
    color: #fff;
}
.box02 .rBox .tabCont{
    
}
.box02 .rBox .tabCont .cont{
    /*display: none;*/
    /*opacity: 0;*/
    transition: all .5s;
}
.box02 .rBox .tabCont div.hover{
    display: block;
    opacity: 1;
}