.box{
    background: #fafbfc;

}
.title{
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    margin-top: 94px;
}
.title .w-1200{
    position: relative;
}
.title .sou{
    width: 400px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #eeeeee;
}
.sou .sou-le{
    width: 310px;
    height: 40px;
    background: #e7e7e7;
    overflow: hidden;
    padding-left: 10px;
}
.sou-le input{
    display: block;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
}
.sou .sou-ri{
    width: 90px;
    height: 40px;
    background: #db3032;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor:pointer;
}
.title .iconfont{
    font-size: 24px;
}
.title a{
    color: #333333;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.top .w-1200{
    background: #ffffff;
    border-radius: 5px;
}
.top .top-li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    padding: 0 12px;
}
.top-li:last-child{
    border-bottom: 0;
}
.top-li .top-name{
    width: 80px;
    height: 50px;
    font-size: 14px;
    color: #333333;
    line-height: 50px;
}
.top-li .top-box{
    width: 1110px;
    height: auto;
    overflow: hidden;
}
.top-box .top-item{
    width: auto;
    height: 28px;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 28px;
    margin-right: 20px;
    margin-top: 11px;
    cursor:pointer;
    float: left;
}
.top-item:last-child{
    margin-bottom: 10px;
}
.top-item.active{
    background: #ef302c;
    color: #ffffff;
    border-radius: 5px;
}

.industry{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.industry .ind-head{
    width: 1200px;
    height: 50px;
    margin: 12px auto 0;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.ind-head .ind-le{
    width: auto;
    height: 50px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}
.ind-le span{
    font-size: 20px;
    font-weight: bold;
    color: #db3031;
}
.ind-head .ind-ri{
    width: auto;
    height: 38px;
    display: flex;
    margin-top: 12px;
}
.ind-ri .ind-l{
    width: 60px;
    height: 38px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 38px;
    position: relative;
    margin-left: 20px;
    cursor:pointer;
}

.ind-l.active{
    color: #ef302c;
}
.ind-l.active .ind-line{
    display: block;
}


.industry .ind-box{
    width: 100%;
    min-height: 560px;
    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;
    /*box-sizing: border-box;*/
    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;
    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;
}



.popup{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.popup .pop-box{
    width: 468px;
    height: 235px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  auto;
}
.pop-box .pop-head{
    width: 100%;
    height: 53px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 53px;
}
.pop-box .pop-text{
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    margin-top: 10px;
}
.pop-box .pop-btn{
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.pop-btn .btn{
    width: 120px;
    height: 38px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    cursor:pointer;
}
.btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.pop-btn .btn:last-child{
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #333333;
}
.pop-box .pop-de{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 0;
}
.pop-de .iconfont{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    cursor:pointer;
}

.pop-box .pop-on{
    width: 100%;
    height: 44px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
}
.pop-on .pop-out{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor:pointer;
}
.pop-out .pop-name{
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}
.pop-out .iconfont{
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}
.pop-out .pop-ul{
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow-x: hidden;
    z-index: 100;
    background: #ffffff;
    position: absolute;
    top: 44px;
    left: 0;
    box-shadow: 0px 0px 10px #eeeeee;
    overflow-y: auto;
}
.pop-ul .pop-li{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
    cursor:pointer;
}
.pop-li:hover{
    background: #f4f4f4;
    color: #db3030;
}
.pop-ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.pop-ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.pop-ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}



.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;
}
