

.top-swiper .next,
.top-swiper .prev{
    width: 71px;
    height: 71px;
    background: url('../img/left.png');
    background-color: #000000;
    border-radius: 5px;
    opacity: 0.21;
}
.top-swiper .next{
    background: url('../img/right.png');
    background-color: #000000;
}
.body{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.body h3{
    font-size: 24px;
    font-weight: 700;

}
.body03 .news_item{
    width: 277px;
    height: 320px;
    margin-top: 20px;
    margin-right: 30px;
    font-size: 14px;
    color: #000000;
    position: relative;
    line-height: 30px;
}
.body03 .news_item:nth-child(4){
    margin-right: 0;
}
.body03 .news_item img{
    width:277px;
    height: 190px;
}
.body03 .news_item p{
    background: rgba(0,0,0,0.7);
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 160px;
    left: 0;;
    width: 277px;
    font-size: 12px;
}
.body03 .news_item:hover div{
    color: #FC7E28;
}
.pro_item{
    width: 277px;
    margin-right: 30px;
    height: 310px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #B0B0B0;
}
.pro_item:nth-child(4n){
    margin-right: 0;
}
.pro_item:hover{
    box-shadow: 0px 0px 5px #B0B0B0;
}
.pro_item img{
    width: 100%;
    height: 250px;
}
.pro_item  p{
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
}
.pro_item div{
    padding: 10px;
}
.pro_item:hover div{
    color: #444;
}
.body05{
    padding-bottom: 50px;
    background: #f5f5f5;
}
.title{
    font-size: 22px;
    color: #000000;
    text-align: center;
    padding-top: 60px;
}
.title span{
    font-size: 14px;
    color: rgb(102, 102, 102)
}
.title i{
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #02b2b5;
}
.content{
    width: 1000px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 30px;
    
}
.content img{
    width: 330px;
    position: relative;
    top: 10px;
}
.content .fr{
    width: 650px;;
}
.content .fr a{
    width: 170px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    background: #02b2b5;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}
