.banner{
    width: 100%;
    height: 380px;
    margin-top: 120px;
}

.top{
    width: 100%;
    height: 180px;
    margin-top: 16px;
}
.top .w-1200{
    display: flex;
    justify-content: space-between;
}
.top .top-item{
    width: 290px;
    height: 180px;
    position: relative;
    cursor:pointer;
border-radius: 5px;
overflow: hidden;
}
.top-item .top-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.top-box .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    margin-top: 20px;
}
.top-box .top-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 24px;
    margin-top: 2px;
}
.top-box .top-btn{
    width: 40px;
    height: 25px;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
    font-size: 16px;
    color: #413b45;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 30px;
    right: 20px;
}


.case{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.c-head{
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
}
.c-head .c-le{
    width: auto;
    height: 38px;
    display: flex;
    line-height: 38px;
}
.c-le .c-title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
}
.c-title .iconfont{
    color: #ea2a2b;
    font-size: 26px;
    line-height: 38px;
}
.c-title div{
    width: auto;
    height: 38px;
    font-size: 26px;
    color: #333333;
    line-height: 38px;
    margin-left: 10px;
}
.c-title span{
    color: #ea2a2b;
}
.c-le .c-text{
    width: auto;
    height: 38px;
    font-size: 16px;
    color: #999999;
    line-height: 38px;
    margin-left: 10px;
}
.c-head .c-ri{
    width: auto;
    height: 38px;
    font-size: 14px;
    color: #999999;
    line-height: 38px;
}
.c-ri a{
    display: block;
    width: 100%;
    height: 100%;
    color: #999999;
}
.case .case-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case-box .case-on{
    width: 100%;
    height: 42px;
    display: flex;
    margin-top: 18px;
}
.case-on .on-item{
    width: auto;
    height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 42px;
    cursor:pointer;
padding: 0 20px;
}
.on-item.active{
    background: #ea2a2b;
    border-radius: 5px;
    color: #ffffff;
}
.case-box .case-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 38px;
}
.case-content .case-item{
    width: 769px;
    height: 440px;
    float: left;
    margin-right: 14px;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    cursor:pointer;
}
.case-content .case-item:nth-of-type(n+2){
    width: 391px;
    height: 216px;
    margin-right: 0;
}
.case-content .case-item:last-child{
    margin-top: 6px;
}
.case-item .case-out{
    width: 128px;
    height: 30px;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    justify-content: space-between;
}
.case-out .case-xing{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #e62b2b;
    color: #ffffff;
}

.case-out .case-pai{
    width: 90px;
    height: 30px;
    background-image: linear-gradient(to bottom right, #f2cb82, #f59310);
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.case-pai .iconfont{
    color: #fdebca;
}
.case-item:nth-of-type(2) .case-pai{
    background-image: linear-gradient(to bottom right, #f5f4f9, #dddcdc);
    color: #333333;
}
.case-item:nth-of-type(2) .case-pai .iconfont{
    color: #c9c9c9;
}
.case-item:nth-of-type(3) .case-pai{
    background-image: linear-gradient(to bottom right, #fdf6ee, #ffd2af);
    color: #333333;
}
.case-item:nth-of-type(3) .case-pai .iconfont{
    color: #e1af86;
}

.industry{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
    padding-top: 30px;
}
.industry .c-head{
    padding: 0 50px;
    box-sizing: border-box;
}
.industry .ind-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 16px;
}
.ind-box .ind-item{
    width: 230px;
    height: 327px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    background: #ffffff;
    position: relative;
    cursor:pointer;
}
.ind-item:nth-of-type(5n){
    margin-right: 0;
}
.ind-item:nth-of-type(n+6){
    margin-top: 17px;
}
.ind-item .ind-img{
    width: 230px;
    height: 230px;
}
.ind-item .ind-last{
    width: 100%;
    height: 93px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.ind-last .ind-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ind-last .ind-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}
.ind-last .ind-on{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.ind-on .on-li:nth-of-type(n+2){
margin-left: 15px;
}

.ind-item .ind-out{
    width: 65px;
    height: 24px;
    background: #e62b2b;
    border-radius: 2px;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    display: none;
    cursor:pointer;
}
.ind-item:hover{
    box-shadow: 0px 0px 10px #e62b2b;
}
.ind-item:hover .ind-out{
    display: block;
}

.jinpai{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-top: 30px;
}
.jinpai .c-head{
    padding: 0 50px;
    box-sizing: border-box;
}
.jinpai .jin-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 16px;
}
.jin-box .jin-item{
    width: 380px;
    height: 340px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    cursor:pointer;
    background: #fff;
    float: left;
    margin-right: 27px;
}
.jin-item:nth-of-type(3n){
    margin-right: 0;
}
.jin-item:nth-of-type(n+4){
    margin-top: 30px;
}
.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;
}
.case-box .ind-box{
width: 100%;
min-height: 300px;
height: auto;
overflow: hidden;
box-sizing: border-box;
margin-bottom: 40px;
background: #fafbfc;
}
.case-box .ind-box .icon-zanwushuju{
display: block;
width: 100%;
font-size: 50px;
color: #333333;
text-align: center;
line-height: 100px;
margin-top: 100px;
}

.case-box .ind-box .ind-text{
width: 100%;
height: auto;
margin-top: 5px;
font-size: 14px;
color: #333333;
line-height: 24px;
text-align: center;
}

.list-item{
width: 380px;
height: 280px;
background: #ffffff;
border-radius: 5px;
overflow: hidden;
float: left;
margin-right: 30px;
border: 1px solid #eeeeee;
box-sizing: border-box;
cursor: pointer;
}
.list-item:nth-of-type(3n){
margin-right: 0;
}
.list-item .list-img{
width: 100%;
height: 215px;
overflow: hidden;
}
.list-item .list-con{
width: 100%;
height: auto;
padding: 0 10px;
box-sizing: border-box;
overflow: hidden;
}
.list-con .list-title{
width: 100%;
height: auto;
overflow: hidden;
font-size: 16px;
color: #333333;
line-height: 26px;
margin-top: 5px;
text-overflow: ellipsis;
white-space:nowrap;
}

.list-con .list-last{
width: 100%;
height: auto;
overflow: hidden;
display: flex;
justify-content: space-between;
}
.list-last .list-on{
width: auto;
height: auto;
overflow: hidden;
font-size: 14px;
color: #999999;
line-height: 24px;
}
.list-last .list-ul{
width: auto;
height: auto;
display: flex;
}
.list-last .list-li{
width: auto;
height: auto;
overflow: hidden;
font-size: 12px;
color: #666666;
line-height: 24px;
margin-right: 10px;
}
.list-item:hover{
box-shadow: 0px 0px 10px #e62b2b;
}
