@charset "UTF-8";
.datas {
    text-align: center;
    background-color: #f5f5f5;
    /* padding-bottom: 5%; */
}

.datas>h1 {
    font-size: 35px;
    padding-top: 3%;
}

.datas>p {
    width: 60%;
    margin: 0 auto;
    margin-top: 1%;
    font-size: 14px;
    line-height: 24px;
}

.datas>p>span {
    display: block;
}

.datas .datas-nav {
    border-bottom: 3px solid #000;
    margin-top: 3%;
}

.datas .datas-nav>div {
    width: 42%;
    max-width: 780px;
    margin: 0 auto;
}

.datas .datas-nav>div>div {
    width: 49.5%;
    height: 75px;
    float: left;
    background-color: #fff;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    -webkit-transition: all 0.5s;
    font-size: 17px;
    color: #4c4c4c;
}

.datas .datas-nav>div>div a {
    display: block;
    font-size: 17px;
    color: #4c4c4c;
}

.datas .datas-nav>div>div:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
}

.datas .datas-nav>div>div.hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
}

.datas .datas-nav>div>div:hover a {
    color: #fff;
    font-weight: 600;
}

.datas .datas-nav>div>div.hover a {
    color: #fff;
    font-weight: 600;
}

.datas_wrap .goodness {
    width: 60%;
}

.datas_wrap .goodness li {
    width: 42%;
}

.case-more {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 98px;
    line-height: 98px;
    border: 1px solid #e5e5e5;
    margin-top: 1%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.case-more:hover {
    background-color: #f1f1f1;
}

.case-more>a {
    display: block;
    color: #2B2B2B;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .case-more {
        height: 50px;
        line-height: 50px;
    }
    .case-more>a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
    .case-more>a {
        font-size: 15px;
    }
    .case-more {
        height: 75px;
        line-height: 75px;
    }
}

.digital .digital-nav {
    border-bottom: 3px solid #000;
    margin-top: 3%;
}

.digital .digital-nav>div {
    width: 42%;
    max-width: 780px;
    margin: 0 auto;
}

.digital .digital-nav>div>div {
    width: 49.5%;
    height: 75px;
    float: left;
    background-color: #fff;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    -webkit-transition: all 0.5s;
    font-size: 17px;
    color: #4c4c4c;
}

.digital .digital-nav>div>div a {
    display: block;
    font-size: 17px;
    color: #4c4c4c;
}

.digital .digital-nav>div>div:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
}

.digital .digital-nav>div>div.hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
}

.digital .digital-nav>div>div:hover a {
    color: #fff;
    font-weight: 600;
}

.digital .digital-nav>div>div.hover a {
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
    .digital .digital-nav>div>div {
        width: 48.5%;
    }
    .digital .digital-nav>div {
        width: 80%;
    }
    .digital .digital-nav>div>div {
        line-height: 50px;
        height: 50px;
    }
}

#cases .open-img {
    min-height: 300px;
    background: transparent !important;
    margin-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

#cases .open-img .open-fu>img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
}

#cases .open-img .item {
    overflow: hidden;
    position: relative;
    width: 25%;
}

#cases .open-img .item:hover .open-fu img {
    -webkit-transform: scale(1.05, 1.05);
}

#cases .open-fu {
    position: relative;
    cursor: pointer;
}

#cases .open-fu .text_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#cases .open-fu:hover .text_box {
    opacity: 1;
}

#cases .open-fu .text_box .text {
    font-size: 22px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#cases .news-trends .news-nav {
    width: 100%;
    margin-top: 3%;
    border-bottom: 3px solid #000;
}

#cases .case-navs {
    background: transparent;
    border-bottom: 3px solid #000;
    height: 77px;
}

#cases .case-navs .case-nav {
    border-bottom: none;
    margin-top: 0;
    height: 75px;
    line-height: 75px;
}

#cases .case-navs .case-nav .ico {
    width: 19px;
    height: 10px;
    background: url(../images/down.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 6px;
}

#cases .case-navs .case-nav>div {
    width: 41%;
    max-width: 800px;
    margin: 0 !important;
}

#cases .case-navs .case-nav>div>div {
    width: 49%;
    float: left;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}

#cases .case-navs .case-nav .nav:hover {
    background: #f1f1f1;
}

#cases .ul {
    position: relative;
}

#cases .drop_down {
    border: 1px solid #e5e5e5;
    border-top: 0;
    margin-top: -1px;
    display: none;
    position: relative;
    z-index: 30;
}

#cases .case-navs .case-nav .ico.cur {
    width: 19px;
    height: 10px;
    background: url(../images/up.png) no-repeat center center;
    background-size: 100% auto;
}

#cases .drop_down li {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
}

#cases .drop_down li:hover {
    background-color: #f1f1f1;
}

#cases .news-nav>div a .ico {
    width: 19px;
    height: 10px;
    background: url(../images/down.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 6px;
}

#cases .news-nav>div a .ico.cur {
    width: 19px;
    height: 10px;
    background: url(../images/up.png) no-repeat center center;
    background-size: 100% auto;
}

#cases .open-img>div label {
    width: 30px;
    height: 30px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    text-align: center;
    line-height: 42px;
}

#cases .open-img>div label>img {
    width: 20px;
}

@media only screen and (max-width: 1024px) {
    #cases .case-navs .case-nav {
        width: 20.5%;
    }
}

@media only screen and (max-width: 750px) {
    .datas .datas-nav>div {
        width: 80%;
    }
    #cases .open-fu .text_box .text {
        font-size: 12px;
    }
    .datas .datas-nav>div>div {
        height: 50px;
        line-height: 50px;
        width: 49%;
    }
    .datas>h1 {
        font-size: 22px;
        padding: 12% 0 8% 0;
    }
    .datas_wrap .goodness li {
        width: 100%;
    }
    .datas_wrap .goodness {
        width: 80%;
    }
}