.casebn h2 {
    margin: 107px 0 22px 0;
    font-size: 50px;
}

.casebn p {
    font-weight: 600;
}

.nytit {
    text-align: center;
}

.nytit h3 {
    line-height: 48px;
    font-size: 34px;
    color: #2A2D2F;
    font-weight: 600;
}

.nytit p {
    line-height: 30px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
}

/* 客户案例 */
.cases {
    padding: 80px 0;
}

.feat {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.feat .hd {
    border-bottom: 1px solid #EBECF0;
}

.feat .hd li {
    height: 51px;
    margin-right: 130px;
    float: left;
}

.feat .hd li a {
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #293340;
    border-bottom: 1px solid #FFF;
    display: block;
}

.feat .hd li.on a {
    border-bottom: 2px solid #0B7BEF;
    color: #0B7BEF;
}

.feat .bd {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.feat .bd ul {
    overflow: hidden;
    position: relative;
}

.feat .bd li {
    position: relative;
}

.feat .bd li dl {
    overflow: hidden;
    border-radius: 10px;
}

.feat .bd li dl dt {
    width: 600px;
    height: 336px;
    float: left;
    position: relative;
}

.feat .bd li dl dt .lit {
    width: 100%;
    height: 100%;
    display: block;
}

.feat .bd li dl dt .cover {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background: #000;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: 0.30;
    filter: alpha(opacity=30);
    display: none;
}

.feat .bd li dl dt .imgs {
    width: 200px;
    height: 200px;
    position: absolute !important;
    z-index: 1002;
    left: 200px !important;
    top: 68px !important;
    display: none;
}

.feat .bd li dl dt:hover .cover, .feat .bd li dl dt:hover .imgs {
    display: block;
    cursor: pointer;
}

.feat .bd li dl dd {
    width: 480px;
    height: 226px;
    padding: 60px 60px 50px 60px;
    background: #0B7BEF;
    float: left;
}

.feat .bd li dl dd h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}

.feat .bd li dl dd p {
    margin: 15px 0 20px 0;
    line-height: 28px;
    font-size: 16px;
    color: #FFF;
}

.feat .bd li dl dd a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #0B7BEF;
    background: #FFF;
    border-radius: 4px;
    display: block;
}

.every {
    padding: 0 0 80px 0;
}

.every .wrap {
    width: 1220px;
}

.every #brand {
    margin-top: 60px;
}

.every #brand #lists {
    overflow: hidden;
}

.every #brand #lists span {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 16px;
    color: #7E8491;
    float: left;
    display: block;
}

.every #brand #lists li {
    float: left;
}

.every #brand #lists li a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-left: 20px;
    background: #FAFBFD;
    border-radius: 4px;
    font-size: 16px;
    color: #7E8491;
    display: block;
}

.every #brand #lists li a:hover, .every #brand #lists li a.act {
    background: #E8F3FF;
    color: #0B7BEF;
}

.every #brand #brand_con {
}

.every #brand #brand_con .alls {
    margin-top: 10px;
}

.every #brand #brand_con .alls .hidden {
    display: none;
}

.every #brand #brand_con .alls ul.list {
    padding: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}

.every #brand #brand_con .alls ul li {
    width: 224px;
    margin: 20px 0 0 20px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.every #brand #brand_con .alls ul li:nth-child(5n-4) {
    margin-left: 0;
}

.every #brand #brand_con .alls ul li.lr {
    margin: 20px 0 0 0;
}

.every #brand #brand_con .alls ul li .lit {
    width: 224px;
    height: 224px;
    display: block;
}
.every #brand #brand_con .alls ul li .sign {
    position: absolute;
    top:0;
    right: 0;
    background: #0B7BF0;
    width: 66px;
    height: 30px;
    border-radius: 0 6px 0 6px;
    line-height: 30px;
    color: #FAFBFD;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.every #brand #brand_con .alls ul li span {
    display: none;
}

.every #brand #brand_con .alls ul li:hover span {
    width: 170px;
    height: 170px;
    padding: 27px;
    background: url(../images/20.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.every #brand #brand_con .alls ul li:hover .sign {
    display: none;
}
.every #brand #brand_con .alls ul li span img {
    width: 170px;
    height: 170px;
    display: block;
}

.every #brand #brand_con .alls ul li p {
    line-height: 76px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #293340;
}

.every #brand #brand_con .alls .more {
    overflow: hidden;
}

.every #brand #brand_con .alls .more a, .alls .more p {
    width: 193px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #0B7BEF;
    border: 1px solid #1078E4;
    border-radius: 4px;
    margin: 50px auto 0 auto;
    display: block;
}

.every #brand #brand_con .alls .more a:hover {
    background: #0B7BF0;
    color: #FFF;
}