body {
    background-color: #fff;
}

.header {
    background-color: #647b99;
}

.header .nav-bar {
    height: 0.9rem;
    position: relative;
    font-size: 0;
}

.header .nav-bar img {
    height: 0.73rem;
    margin-top: 0.09rem;
}

.header .nav-bar .nav {
    position: absolute;
    left: 5rem;
    top: 0;
    font-size: 0.18rem;
    display: flex;
}

.header .nav-bar a {
    display: inline-block;
    height: 0.9rem;
    width: 1.4rem;
    color: #fff;
    line-height: 0.9rem;
    letter-spacing: 0.01rem;
}

.header .nav-bar .nav li {
    position: relative;
}

.header .nav-bar .nav li a:after {
    content: "Welcome";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0.16rem;
    font-weight: 600;
    display: none;
    z-index: 9;
    letter-spacing: 0;
}

.header .nav-bar .nav li:nth-child(2) a:after {
    content: "Exquisite Case";
}

.header .nav-bar .nav li:nth-child(3) a:after {
    content: "News";
}

.header .nav-bar .nav li:nth-child(4) a:after {
    content: "About Us";
}

.header .nav-bar .nav li a:hover {
    border-bottom: 0.03rem solid #fff;
    box-sizing: border-box;
}

.header .nav-bar .nav li a:hover .chinese {
    display: none;
}

.header .nav-bar .nav li a:hover:after {
    display: block;
}

.header .search-box {
    position: absolute;
    right: 0;
    top: 0.28rem;
    font-size: 0;
    border: 0.01rem solid transparent;
    border-radius: 0.04rem;
    width: 0.6rem;
    transition: .4s width ease-in-out;
}

.header .search-box input {
    display: none;
    border: none;
    width: 1.2rem;
    padding: 0.08rem;
    font-size: 0.14rem;
    height: 0.34rem;
    background-color: transparent;
    color: #fff;
}

.header .search-box input::-webkit-input-placeholder {
    color: #fff;
}

.header .search-box .submit {
    width: 0.28rem;
    height: 0.28rem;
    display: inline-block;
    position: absolute;
    right: 0.04rem;
    top: 0.03rem;
    background-color: transparent;
    background-image: url("../image/search.png");
    background-repeat: no-repeat;
    background-size: auto 0.28rem;
    border: none;
    cursor: pointer;
}

.header .search-box:hover {
    border: 0.01rem solid #fff;
    width: 1.6rem;
}

.header .search-box:hover input {
    display: inline-block;
}

/*首页 start*/

.index #banner .swiper-slide {
    height: 6.2rem;
}

.index .case-box {
    background: url("../image/bg_repeat_2.jpg");
    padding: 0.5rem 0;
}

.index .case-box .w-1200 {
    display: flex;
    justify-content: space-between;
}

.index .case-box .item {
    width: 3.8rem;
    background-color: #fff;
    position: relative;
}

.index .case-box .item .b-show {
    display: flex;
    justify-content: space-between;
    padding: 0.15rem .18rem;
    box-shadow: rgba(100, 123, 153, 0.71) 0 .01rem .1rem 0;
}

.index .case-box .item .b-show .left {
    width: 1.24rem;
    font-size: .18em;
    position: relative;
}

.index .case-box .item .b-show .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: .3rem;
    width: .01rem;
    height: 1rem;
    border: .01rem solid #ddd;
}

.index .case-box .item .b-show .left .c-title {
    line-height: 0.3rem;
    margin-top: 0.26rem;
    margin-bottom: 0.1rem;
}

.index .case-box .item .b-show .left .eng-text {
    color: #647B99;
    font-size: .16rem;
    line-height: .24rem;
}

.index .case-box .item .b-show .r-img {
    font-size: 0;
}

.index .case-box .item .b-show .r-img img {
    width: 1.94rem;
    height: 1.6rem;
}

.index .case-box .item .h-show:hover {
    opacity: 1;
}

.index .case-box .item .h-show {
    position: absolute;
    left: -0.18rem;
    top: -0.18rem;
    right: -0.18rem;
    bottom: -0.18rem;
    background-color: #647b99;
    z-index: 99;
    box-shadow: rgba(100, 123, 153, 0.71) 0 .01rem .1rem 0;
    display: flex;
    justify-content: space-between;
    padding: 0.33rem .18rem;
    opacity: 0;
    transition: all .1s ease-in-out;
}

.index .case-box .item .h-show .left {
    font-size: 0.18rem;
    color: #fff;
    width: 1.8rem;
    position: relative;
}

.index .case-box .item .h-show .left .eng-text {
    font-size: .14rem;
    margin-bottom: 0.1rem;
    line-height: 0.26rem;
    border-bottom: 0.01rem dashed #cccc;
}

.index .case-box .item .h-show .left .desc {
    font-size: 0.13rem;
}

.index .case-box .item .h-show .left .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.12rem;
    background: url("../image/content_bottom.png") no-repeat center center;
}

.index .case-box .item .h-show .r-img {
    font-size: 0;
}

.index .case-box .item .h-show .r-img img {
    width: 1.94rem;
    height: 1.6rem;
}

.index .news-box {
    margin: 0.6rem auto;
    display: flex;
    justify-content: space-between;
}

.index .news-box .left {
    width: 7.5rem;
    height: 4rem;
    border: 0.01rem solid #ccc;
    display: flex;
    justify-content: space-between;
}

.index .news-box .left .tab {
    width: 1.8rem;
    display: flex;
    flex-direction: column;
    font-size: 0.2rem;
}

.index .news-box .left .tab .type {
    background: #d0d0d0;
    color: #fff;
    height: 50%;
    padding-top: 0.5rem;
    position: relative;
    cursor: pointer;
}

.index .news-box .left .tab .type .title {
    font-family: "宋体", serif;
    margin: 0.2rem 0 .1rem;
}

.index .news-box .left .tab .type .eng-text {
    font-size: 0.14rem;
}

.index .news-box .left .tab .type.active {
    background: linear-gradient(to top, #647B99 0%, #a3c2d1 100%);
}

.index .news-box .left .tab .type.active:after {
    content: "";
    position: absolute;
    right: -0.1rem;
    top: 50%;
    width: 0.1rem;
    height: 0.23rem;
    margin-top: -0.115rem;
    background: url("../image/triangle.png");
}

.index .news-box .left .tab .type + .type {
    border-top: 0.02rem solid #fff;
}

.index .news-box .left .news {
    width: 5.05rem;
    font-size: 0.14rem;
    margin-right: 0.3rem;
    color: #808080;
}

.index .news-box .left .news .top-news {
    color: #808080;
}

.index .news-box .left .news .top-news .title {
    margin: 0.1rem 0;
    font-size: .16rem;
    color: #647b99;
}

.index .news-box .left .news ul {
    margin-top: 0.1rem;
}

.index .news-box .left .news li {
    height: 0.6rem;
    line-height: 0.6rem;
    border-top: 0.01rem dashed #eee;
    padding-left: 0.2rem;
    background: url("../image/circle.png") no-repeat left center;
}

.index .news-box .left .news li:last-child {
    border-bottom: 0.01rem dashed #eee;
}

.index .news-box .left .news li a {
    color: #808080;
    display: flex;
    justify-content: space-between;
    font-size: .15rem;
}

.index .news-box .left .news li a .time {
    font-size: 0.14rem;
    color: #a8a8a8;
}

.index .news-box .right {
    width: 4rem;
    font-size: 0;
}

.index .news-box .right .title {
    line-height: 0.2rem;
    font-size: 0.22rem;
    margin-bottom: 0.24rem;
    padding-left: 0.16rem;
    border-left: 0.04rem solid #647B99;
    color: #444444;
}

.index .news-box .right .title .eng-t {
    font-size: 0.14rem;
    color: #999999;
    font-weight: normal;
}

.index .news-box .right .poster {
    width: 100%;
    height: auto;
}

.index .news-box .right .video video {
    width: 100%;
    height: 2.5rem;
    background: #ccc url("../image/bg_repeat.jpg");
}

.index .news-box .right .intro {
    font-size: .14rem;
    line-height: .2rem;
    color: #808080;
    margin-top: .2rem;
    text-indent: 2em;
}

.index .case-swiper {
    background: url("../image/bg_repeat_2.jpg");
    padding: 0.6rem 0;
}

.index .case-swiper .c-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
    color: rgb(68, 68, 68);
    height: .3rem;
    line-height: .3rem;
}

.index .case-swiper .c-header .more {
    padding-left: .4rem;
    background: url("../image/right-arrow.png") no-repeat left center;
    font-size: 0.14rem;
    color: #647B99;
}

.index .case-swiper .swiper-container {
    margin-top: .3rem;
}

.index .swiper-container#case .swiper-wrapper {
    transition-timing-function: linear;
}

.index .case-swiper .swiper-container .swiper-slide {
    width: 2.9rem;
    padding: 0.2rem;
    background-color: #fff;
    font-size: 0;
    height: auto !important;
}

.index .case-swiper .swiper-container .swiper-slide img {
    width: 100%;
    height: 1.9rem;
}

.index .case-swiper .swiper-container .swiper-slide .name {
    font-size: 0.16rem;
    color: #444;
    border-bottom: 0.01rem dashed #ccc;
    line-height: .22rem;
    padding: .1rem 0;
    margin-bottom: 0.1rem;
}

.index .case-swiper .swiper-container .swiper-slide .desc {
    font-size: 0.14rem;
    text-indent: 2em;
    color: #808080;
    line-height: 0.22rem;
}

/*首页 end*/

/*案例页 start*/
.banner {
    height: 4.38rem;
    background: url("../image/case_banner.jpg") no-repeat center top;
}

.banner.news-banner {
    background: url("../image/news_banner.jpg") no-repeat center top;
}

.banner.us-banner {
    background: url("../image/us_banner.jpg") no-repeat center top;
}

.c-content {
    background: url("../image/bg_repeat_3.jpg");
}

.c-content .w-1200 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
}

.c-left {
    width: 2.66rem;
}

.c-left .title-box {
    background-color: #647B99;
    height: 1rem;
    font-size: 0.18rem;
    line-height: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.c-left .title-box .chinese {
    font-size: 0.27rem;
    color: #fff;
    margin: 0 0.2rem;
}

.c-left li a {
    height: 0.52rem;
    line-height: 0.52rem;
    display: block;
    padding-left: 0.2rem;
    color: #777;
    font-size: 0.18rem;
    border-bottom: 0.01rem solid #E8E8E8;
    background: #f8f8f6 url("../image/to_right.png") no-repeat 90% center;
}

.c-left li a.active {
    background-color: #fff;
    color: #647b99;
    font-weight: bold;
}

.c-left .shortcuts {
    margin-top: 0.2rem;
    display: block;
    background: url("../image/best_case.jpg") no-repeat;
    padding: 0.2rem;
    font-size: 0.12rem;
    color: #aaa;
    width: 2.66rem;
    height: 1.21rem;
}

.c-left .shortcuts.us {
    background: url("../image/about_us.jpg") no-repeat;
}

.c-left .shortcuts .chinese {
    font-size: 0.18rem;
    color: #647B99;
    line-height: 0.3rem;
}

.c-right {
    width: 9rem;
}

.c-right .c-head {
    height: 0.6rem;
    line-height: 0.6rem;
    color: #999;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #ccc;
}

.c-right .c-head .type-name {
    font-size: 0.16rem;
}

.c-right .c-head .type-name .chinese {
    font-size: 0.25rem;
    margin-right: 0.1rem;
}

.c-right .c-head .breadcrumb {
    padding-left: 0.23rem;
    background: url("../image/home.png") no-repeat left center;
    font-size: 0.14rem;
}

.c-right .c-head .breadcrumb span {
    color: #647b99;
}

.c-right .c-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.c-right .c-c a {
    width: 2.85rem;
    margin-bottom: 0.2rem;
    border: 0.01rem solid #e8e8e8;
    padding: 0.2rem;
    font-size: 0;
    height: auto;
}

.c-right .c-c a:hover {
    background-color: #A3C2D1;
}

.c-right .c-c a:hover .name {
    color: #fff;
}

.c-right .c-c a:hover .desc {
    color: #fff;
}

.c-right .c-c a img {
    width: 100%;
    height: 1.9rem;
}

.c-right .c-c a .name {
    display: block;
    font-size: 0.16rem;
    line-height: 0.22rem;
    padding: .1rem 0;
    border-bottom: 0.01rem dashed #e0e0e0;
    color: #444;
}

.c-right .c-c a .desc {
    margin-top: 0.1rem;
    color: #808080;
    font-size: 0.15rem;
    line-height: .2rem;
    text-indent: 2em;
}

.c-right .c-detail .c-name {
    font-size: 0.26rem;
    line-height: 0.6rem;
    position: relative;
}

.c-right .c-detail .c-name .vr-link {
    position: absolute;
    right: 0.1rem;
    bottom: 0;
    padding-left: .36rem;
    background: url("../image/vr.png") left center/.3rem auto no-repeat;
    font-size: .18rem;
    color: #0b6cbc;
}

.c-right .c-detail .swiper-slide {
    height: 4.8rem;
}

.c-right .c-detail .c-desc {
    margin-top: .1rem;
    font-size: 0.16rem;
}

.c-right .c-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.c-right .c-foot .p-n {
    width: 5rem;
}

.c-right .c-foot .p-n .link {
    color: #808080;
    font-size: 0.14rem;
}

.c-right .c-foot .p-n .link a {
    color: #808080;
}

.c-right .c-foot .back-list {
    display: inline-block;
    width: 1.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    border: 0.01rem solid #ccc;
    color: #808080;
}

/*案例页 end*/

/*news start*/
.c-right .news-c {
    margin-top: 0.2rem;
}

.c-right .news-c a {
    display: flex;
    justify-content: space-between;
    padding: 0.15rem;
    border: 0.01rem solid #ccc;
    margin-bottom: 0.15rem;
}

.c-right .news-c a:hover {
    background-color: #A3C2D1;
}

.c-right .news-c a:hover .news-text {
    color: #fff;
}

.c-right .news-c a img {
    height: 1rem;
    width: 1.4rem;
}

.c-right .news-c a .news-text {
    width: 7rem;
    font-size: 0.14rem;
    color: #808080;
    padding: 0.1rem 0;
}

.c-right .news-c a:hover .news-text .post-title {
    color: #fff;
}

.c-right .news-c a .news-text .post-title {
    font-size: 0.18rem;
    color: #444;
    line-height: 0.3rem;
}

.c-right .news-c a .news-text .time {
    text-align: right;
}

.c-right .news-detail {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #808080;
}

.c-right .news-detail .post-title {
    font-size: 0.28rem;
    color: #444;
    line-height: 0.5rem;
}

.c-right .news-detail .content {
    margin-top: 0.2rem;
    color: #444;
}

.c-right .us-c {
    margin-top: 0.2rem;
    font-size: .17rem;
    text-indent: 2em;
    line-height: .3rem;
    color: #666;
}

.c-right .us-c .paragraph {
    margin-bottom: .1rem;
    text-align: justify;
}

.c-right .us-c .li {
    display: flex;
    margin-bottom: .2rem;
    text-indent: 0;
    letter-spacing: 0.03rem;
}

.c-right .us-c .li .column {
    width: 1rem;
    color: #000;
    letter-spacing: 0.05rem;
}

.c-right .us-c .li .value {
    color: #647b99;
}

/*news end*/

.c-right .no-result {
    font-size: 0.2rem;
}

.page {
    margin-top: 0.1rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
}

.page li {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.36rem;
    border: solid 0.01rem #adadad;
    color: #444;
    font-size: 0.16rem;
}

.page li.active {
    background-color: #647b99;
    color: #fff;
    border: none;
}

.page li a {
    color: #444;
}

.page li + li {
    margin-left: 0.2rem;
}

.footer {
    background-color: #f5f5f5;
    box-shadow: 0 0 0.3rem #d0d0d0;
}

.footer .w-1200 {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0 .2rem;
}

.footer .w-1200 .left {
    width: 6rem;
    display: flex;
    justify-content: space-between;
}

.footer .w-1200 .left .part {
    width: 2rem;
}

.footer .w-1200 .left .part .title {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.footer .w-1200 .left .part .link li {
    font-size: 0;
    margin-bottom: .1rem;
}

.footer .w-1200 .left .part .link a {
    color: #999;
    font-size: .14rem;
    line-height: .25rem;
}

.footer .w-1200 .wx-part {
    width: 1.8rem;
}

.footer .w-1200 .other {
    width: 2rem;
}

.footer .w-1200 .wx-part img {
    width: 1rem;
    margin-left: 0.2rem;
}

.footer .w-1200 .info {
    font-size: .14rem;
    height: 0.2rem;
    line-height: 0.2rem;
    padding-left: 0.2rem;
    background-image: url("../image/wx.gif");
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0.2rem;
}

.footer .w-1200 .info.wb {
    background-image: url("../image/wb.gif");
}

.footer .w-1200 .info.dy {
    background-image: url("../image/dy.png");
}

.footer .w-1200 .info.phone {
    background-image: url("../image/phone.png");
}

.footer .icp {
    border-top: 0.01rem solid #e5e5e5;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: .12rem;
}

.footer .icp .copyright {
    color: #808080;
}

.footer .icp a {
    color: #333;
    padding: .1rem .22rem;
}

.footer .icp a.gw {
    background-image: url("../image/gw.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .2rem .2rem;
}

.m-header, .m-footer, .m-case-box, .m-type {
    display: none;
}

@media (max-width: 750px) {
    body {
        width: 7.5rem;
        padding-top: .9rem;
    }

    .header {
        display: none;
    }

    .w-1200 {
        width: 100%;
    }

    .m-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .m-header .nav-bar {
        width: 7.5rem;
        height: 0.9rem;
        display: flex;
        justify-content: space-between;
        background: #647b99;
        font-size: 0;
    }

    .m-header .nav-hamburger {
        width: .4rem;
        height: .28rem;
        margin-left: .3rem;
        margin-top: .32rem;
    }

    .m-header .logo {
        height: 0.7rem;
        margin-top: .1rem;
    }

    .m-header .search {
        width: .4rem;
        height: .45rem;
        margin-right: .2rem;
        margin-top: .25rem;
    }

    .m-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0.9rem;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 10;
        display: none;
    }

    .m-nav .first-nav {
        background-color: rgba(163, 194, 209, 0.65);
        padding: 0 .3rem .6rem;
        font-size: .26rem;
    }

    .m-nav .first-nav > li {
        border-bottom: 0.01rem solid #ccc;
        font-size: .26rem;
        line-height: .7rem;
        color: #fff;
        padding: 0 .1rem;
    }

    .m-nav .first-nav li .title {
        background-image: url("../image/plus.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: .3rem .3rem;
    }

    .m-nav .first-nav li.active .title {
        background-image: url("../image/minus.png");
        background-size: .3rem .03rem;
    }

    .m-nav li a {
        display: block;
        line-height: .7rem;
        color: #fff;
    }

    .m-nav .first-nav .child-nav {
        display: none;
    }

    .m-nav .first-nav .child-nav li {
        padding-left: .3rem;
        background: url("../image/white_circle.png") no-repeat left center;
    }

    .m-form {
        position: fixed;
        left: 0;
        right: 0;
        top: 0.9rem;
        background: #a3c2d1;
        z-index: 10;
        padding: .1rem;
        font-size: 0;
        display: none;
    }

    .m-form .keyword {
        border: .02rem solid #fff;
        height: .8rem;
        padding: .2rem;
        width: 100%;
        outline: none;
        background: transparent;
        font-size: .28rem;
    }

    .m-form .submit {
        position: absolute;
        right: .3rem;
        top: .15rem;
        display: inline-block;
        background: url("../image/search.png") no-repeat center;
        background-size: .6rem auto;
        width: .60rem;
        height: .68rem;
        border: none;
        font-size: 0;
    }

    .index #banner .swiper-slide {
        height: 3.63rem;
    }

    .index .case-box {
        display: none;
    }

    .index .m-case-box {
        display: flex;
        justify-content: space-around;
        padding: .3rem 0;
        background: url("../image/bg_repeat_2.jpg");
    }

    .index .m-case-box a {
        background-color: #fff;
        width: 2.3rem;
        padding: .1rem;
        color: #444;
        box-sizing: border-box;
        font-size: 0;
    }

    .index .m-case-box a .c-title {
        font-size: .28rem;
        margin-bottom: .1rem;
    }

    .index .m-case-box a .eng-text {
        line-height: .3rem;
        color: #c3c3c3;
        margin-bottom: .1rem;
        font-size: .26rem;
    }

    .index .m-case-box a .div-line {
        width: 1rem;
        height: .04rem;
        background-color: #dddddd;
        margin: 0 auto .1rem;
    }

    .index .m-case-box a img {
        height: 1.73rem;
        width: 100%;
    }

    .index .news-box {
        display: block;
        margin: .3rem 0;
    }

    .index .news-box .left {
        display: block;
        height: auto;
        border: none;
    }

    .index .news-box .left .tab {
        flex-direction: row;
        width: 94%;
        margin: 0 auto;
    }

    .index .news-box .left .tab .type {
        padding-top: .1rem;
        padding-bottom: .1rem;
        width: 50%;
        height: auto;
    }

    .index .news-box .left .tab .type img {
        width: .8rem;
    }

    .index .news-box .left .tab .type .title {
        margin: 0;
        font-size: .3rem;
    }

    .index .news-box .left .tab .type .eng-text {
        font-size: .25rem;
    }

    .index .news-box .left .tab .type + .type {
        border-left: .04rem solid #fff;
        border-top: none;
    }

    .index .news-box .left .tab .type.active:after {
        bottom: 0;
        left: 50%;
        right: 50%;
        top: 100%;
        background: url("../image/triangle_down.png") no-repeat;
        background-size: cover;
        width: .23rem;
        height: .1rem;
        margin-top: 0;
        margin-left: -.115rem;
    }

    .index .news-box .left .news {
        width: 100%;
        padding: .2rem;
    }

    .index .news-box .left .news li {
        padding-left: .3rem;
        border-top: 0.02rem dashed #eee;
        height: .8rem;
    }

    .index .news-box .left .news li:last-child {
        border-bottom: 0.02rem dashed #eee;
    }

    .index .news-box .left .news .top-news {
        font-size: .26rem;
        color: #647b99;
    }

    .index .news-box .left .news .top-news .title {
        font-size: .28rem;
    }

    .index .news-box .left .news li a {
        height: 0.8rem;
        overflow: hidden;
        font-size: .28rem;
        line-height: .8rem;
    }

    .index .news-box .left .news li a span:first-child {
        width: 5.2rem;
        overflow: hidden;
    }

    .index .news-box .left .news li a span:last-child {
        font-size: .26rem;
    }

    .index .news-box .right {
        background: url("../image/bg_repeat_2.jpg");
        width: 100%;
        padding: .3rem;
    }

    .index .news-box .right .title {
        font-size: .30rem;
        line-height: .4rem;
    }

    .index .news-box .right .title .eng-t {
        font-size: .28rem;
        line-height: .3rem;
        margin-top: .1rem;
    }

    .index .news-box .right .intro {
        font-size: .28rem;
        line-height: .34rem;
    }

    .index .case-swiper {
        background: #fff;
        padding: .2rem;
    }

    .index .case-swiper .c-header {
        font-size: .3rem;
        border-left: .04rem solid #647b99;
        padding-left: .1rem;
        line-height: .4rem;
    }

    .index .case-swiper .c-header .more {
        font-size: .28rem;
        padding-left: .6rem;
        background-size: .5rem auto;
    }

    .index .case-swiper .swiper-container .swiper-slide {
        border: .03rem solid #dfdfdf;
        width: 3.3rem;
        box-sizing: border-box;
        padding: .08rem;
        overflow: hidden;
    }

    .index .case-swiper .swiper-container .swiper-slide img {
        height: 2.38rem;
    }

    .index .case-swiper .swiper-container .swiper-slide .name {
        font-size: .30rem;
        border-bottom: .02rem solid #ccc;
        line-height: .4rem;
    }

    .index .case-swiper .swiper-container .swiper-slide .desc {
        line-height: .34rem;
        font-size: .28rem;
        text-indent: 2em;
    }

    /*案例*/
    .banner {
        height: 4rem;
        background: url("../image/case_banner_mobile.jpg") center/contain no-repeat;
    }

    .banner.news-banner {
        background: url("../image/news_banner_mobile.jpg") center/contain no-repeat;
    }

    .banner.us-banner {
        background: url("../image/us_banner_mobile.jpg") center/contain no-repeat;
    }

    .c-content {
        background-color: #f5f5f5;
    }

    .c-left {
        display: none;
    }

    .c-right {
        width: 7.5rem;
    }

    .m-type {
        display: flex;
        justify-content: left;
        height: 1rem;
        line-height: 1rem;
        border-bottom: .02rem solid #647b99;
    }

    .m-type a {
        width: 30%;
        font-size: .3rem;
        color: #444;
    }

    .m-type a.active {
        background-color: #647b99;
        color: #fff;
    }

    .c-right .c-head {
        display: none;
    }

    .c-right .c-c {
        justify-content: space-around;
    }

    .c-right .c-c a {
        width: 3.5rem;
        padding: .14rem;
    }

    .c-right .c-c a img {
        height: 2.5rem;
    }

    .c-right .c-c a .name {
        font-size: .32rem;
        line-height: .4rem;
        border-bottom: 0.02rem solid #e0e0e0;
    }

    .c-right .c-c a .desc {
        font-size: .28rem;
        line-height: .34rem;
    }

    .c-right .c-detail .c-name {
        font-size: .34rem;
    }

    .c-right .c-detail .c-name .vr-link {
        font-size: .3rem;
    }

    .c-right .c-detail .c-desc {
        padding: .1rem;
        font-size: .26rem;
    }

    .c-right .c-foot {
        padding: .1rem;
    }

    .c-right .c-foot .p-n .link {
        font-size: .28rem;
    }

    .c-right .news-c a {
        border-left: none;
        border-right: none;
    }

    .c-right .news-c a img {
        width: 2.24rem;
        height: 1.6rem;
    }

    .c-right .news-c a .news-text {
        width: 4.8rem;
        font-size: .24rem;
    }

    .c-right .news-c a .news-text .post-title {
        font-size: .3rem;
        line-height: .4rem;
    }

    .c-right .news-c a .news-text .from {
        color: #ccc;
    }

    .c-right .news-detail {
        padding: .1rem;
        font-size: .26rem;
    }

    .c-right .news-detail .post-title {
        font-size: .36rem;
        line-height: .44rem;
    }

    .c-right .c-foot .back-list {
        height: .8rem;
        line-height: .8rem;
        width: 2rem;
        font-size: .34rem;
    }

    .c-right .us-c {
        padding: 0 .18rem;
        font-size: .34rem;
        line-height: .4rem;
    }

    .c-right .us-c #container {
        height: 6rem;
        font-size: .28rem;
    }

    .c-right .us-c .paragraph {
        margin-bottom: .2rem;
    }

    .c-right .us-c .li {
        letter-spacing: .02rem;
    }

    .c-right .us-c .li .column {
        width: 1.6rem;
        letter-spacing: .04rem;
    }

    .c-right .us-c .li .value {
        width: 5.6rem;
    }

    /*分页*/
    .page {
        height: .8rem;
    }

    .page li {
        width: .8rem;
        height: .8rem;
        font-size: .4rem;
        line-height: .8rem;
        border: .02rem solid #adadad;
    }

    .page li.disabled {
        border: .02rem solid #ddd;
        color: #ddd;
    }

    /*footer css*/
    .footer {
        display: none;
    }

    .m-footer {
        display: block;
        position: relative;
        background-color: #a3c2d1;
    }

    .m-footer .nav-list {
        display: flex;
        justify-content: space-around;
        border-bottom: .02rem solid rgba(100, 123, 153, 0.2);
    }

    .m-footer .nav-list li {
        font-size: .30rem;
        width: 2.5rem;
        height: 1rem;
    }

    .m-footer .nav-list li a {
        height: .6rem;
        line-height: .6rem;
        color: #647B99;
        display: inline-block;
        width: 100%;
        border-right: .02rem solid rgba(100, 123, 153, 0.2);
        margin-top: .2rem;
    }

    .m-footer .nav-list li:last-child a {
        border-left: none;
    }

    .m-footer .wx-part {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: #647B99;
        border-bottom: .02rem solid rgba(100, 123, 153, 0.2);
    }

    .m-footer .wx-part .info {
        width: 50%;
        font-size: .26rem;
        line-height: .6rem;
        padding-left: .6rem;
        background: url("../image/wx.gif") no-repeat .2rem center;
    }

    .m-footer .wx-part .info.wb {
        background: url("../image/wb.gif") no-repeat .2rem center;
    }

    .m-footer .wx-part .info.dy {
        background: url("../image/dy.png") no-repeat .2rem center;
    }

    .m-footer .wx-part .info.phone {
        background: url("../image/phone.png") no-repeat .2rem center;
    }

    .m-footer .icp {
        font-size: .20rem;
        color: #647b99;
        line-height: .4rem;
    }

    .m-footer .icp a {
        color: #647b99;
    }
}