#content-container{
    max-width: 1200px;
    width: 100%;
    padding: 15px;
    padding-top: 20px;
}
.top-warp{
    max-width: 1160px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #d9d9d9;
    line-height: 39px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-warp .left-warp li{
    display: inline-block;
    box-sizing: border-box;
    margin-right: 15px;
}
.top-warp .left-warp li a{
    display: block;
    position: relative;
}
.top-warp .left-warp ul li a:before {
    content: " ";
    width: 0;
    height: 1px;
    background: #1985ff;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top-warp .right-warp *{
    font-size: 13px;
    color: #666;
}
.top-warp li:hover a{
    color: #1985ff;
}
.top-warp li:hover a::before{
    width: 100%!important;
}
.nav-active{
    color: #1985ff;
}
.nav-active::before{
    width: 100%!important;
}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.panel, .breadcrumb{
    background: transparent;
}
.breadcrumb{
    font-size: 26px;
    font-weight: 600;
}
.main{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.warp-item{
    display: block;
    background-color: #fff;
    width: 250px;
    margin: 20px auto;
}
.warp-item:hover{
    -webkit-box-shadow: 0 26px 40px -14px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -14px rgba(0,36,100,0.3);
    box-shadow: 0 26px 40px -14px rgb(0 36 100 / 30%);
}
.warp-item:hover img{
    transform: scale(1.1);
}
.warp-item:hover .text{
    color: #1985ff;
}
.warp-item .img{
    width: 250px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.warp-item .img img{
    width: 100%;
}
.warp-item .text{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}