.box{
    background: #ffffff;
}
.banner{
    width: 100%;
    height: 380px;
    margin-top: 120px;
}
.top{
    width: 100%;
    height: 56px;
    margin-top: 30px;
}
.top .w-1200{
    display: flex;
    justify-content: space-between;
}
.top .top-le{
    width: auto;
    height: 56px;
    display: flex;
}
.top-le .top-item{
    width: auto;
    height: 56px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 56px;
    position: relative;
    margin-right: 30px;
    cursor:pointer;
}
.top-item .top-line{
    width: 30px;
    height: 4px;
    background: #db3030;
    position: absolute;
    bottom: 0;
    left: 35px;
    display: none;
}
.top-item.active{
    color: #db3030;
}
.top-item.active .top-line{
    display: block;
}
.top .top-ri{
    width: auto;
    height: 56px;
    font-size: 14px;
    color: #333333;
    line-height: 56px;
}
.top-ri span{
    font-weight: bold;
    font-size: 20px;
    color: #db3031;
}

.jin{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
}
.jin .jin-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 50px;
    box-sizing: border-box;
}
.jin-box .jin-item{
    width: 380px;
    height: 340px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    cursor:pointer;
    float: left;
    margin-right: 26px;
    margin-top: 30px;
}
.jin-item:nth-of-type(3n){
    margin-right: 0;
}

.jin-item .jin-head{
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding: 0 16px;
    display: flex;
    margin-top: 30px;
    box-sizing: border-box;
    justify-content: space-between;
}
.jin-head .jin-avarat{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.jin-head .jin-ri{
    width: 245px;
    height: 80px;
    overflow: hidden;
    padding-top: 15px;
    box-sizing: border-box;
}
.jin-ri .jin-top{
    width: 100%;
    height: 24px;
    overflow: hidden;
    display: flex;
}
.jin-top .jin-name{
    width: auto;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.jin-top .jin-icon{
    width: 89px;
    height: 25px;
    margin-left: 10px;
}
.jin-ri .jin-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    color: #333333;
}
.jin-on span{
    color: #e62b2b;
}
.jin-ri .jin-key{
    width: 100%;
    height: 20px;
    display: flex;
    margin-top: 5px;
}
.jin-key .key-le{
    width: auto;
    height: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.jin-key .key-ri{
    width: auto;
    height: 20px;
    display: flex;
}
.key-ri .key-li{
    width: 50px;
    height: 20px;
    border-radius: 2px;
    background: #e62b2b;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    margin-right: 6px;
}

.jin-item .jin-last{
    width: 100%;
    height: 170px;
    display: flex;
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}
.jin-last .jin-li{
    width: 170px;
    height: 170px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.jin-item:hover{
    box-shadow: 0px 0px 10px #e62b2b;
}



.ind-box{
    width: 100%;
    min-height: 620px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;

    background: #fafbfc;
}

.ind-box .icon-zanwushuju{
    display: block;
    width: 100%;
    font-size: 50px;
    color: #333333;
    text-align: center;
    line-height: 200px;
    margin-top: 100px;
}

.ind-box .ind-text{
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
