.m-header {
    height: 70px;
    background: #000
}

.m-header dl {
    height: 70px;
    background: rgba(0, 0, 0, .7);
    border-bottom: 2px solid hsla(0, 0%, 100%, .6);
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0 3%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0
}

.m-header dl .horizo {
    display: none
}

.m-header dl img {
    height: 60%
}

.m-header dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.m-header dl dd a {
    font-size: 115%;
    padding: 0 15px
}

.u-title {
    text-align: center;
    padding: 3% 0
}

.u-title h3 {
    font-size: 360%;
    line-height: 2
}

.u-title h6 {
    color: #767676
}

.u-bigBg {
    /*background: url(../img/london-studio-640x214.jpg) 50% no-repeat;*/
    background-size: cover;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    text-align: center;
    color: hsla(0, 0%, 100%, .842)
}

.u-bigBg dl {
    position: relative;
    height: 100%
}

.u-bigBg dl dt {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 240%
}

.m-video .video,
.u-bigBg dl dt {
    position: absolute;
    left: 0;
    width: 100%
}

.m-video .video {
    height: 100vh;
    top: 0;
    background: #000;
    z-index: -1
}

.m-video .video video {
    width: 100%;
    height: 100%
}

.m-video dl {
    height: -webkit-calc(100vh - 72px);
    height: calc(100vh - 72px);
    background: rgba(0, 0, 0, .5)
}

.m-video dl h1 {
    font-size: 64px;
    width: 100%;
    padding: 30% 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 3s steps(30), blink-caret .5s step-end infinite alternate;
    animation: typing 3s steps(30), blink-caret .5s step-end infinite alternate
}

.m-home .u-Find {
    background: #fff;
    text-align: center;
    line-height: 2.5;
    padding: 3% 4%;
    font-size: 130%
}

.m-home .u-Find a {
    color: #00b8d9
}

.m-home .u-thought .conts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 4%
}

.m-home .u-thought .conts dd,
.m-home .u-thought .conts dt {
    width: 32%;
    margin: 1% 0
}

.m-home .u-thought .conts dd a,
.m-home .u-thought .conts dt a {
    display: block;
    background: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.m-home .u-thought .conts dd a:hover,
.m-home .u-thought .conts dt a:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.m-home .u-thought .conts dd a img,
.m-home .u-thought .conts dt a img {
    width: 100%;
    display: block
}

.m-home .u-thought .conts dd a div,
.m-home .u-thought .conts dt a div {
    padding: 3% 4%;
    line-height: 2.5;
    height: 136px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-home .u-thought .conts dd a div i,
.m-home .u-thought .conts dt a div i {
    font-size: 95%;
    color: #cdcdcd
}

.m-home .u-thought .conts dd {
    width: 66%
}

.m-home .zpq-log {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-home .zpq-log a {
    width: 20%;
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-home .zpq-log a img {
    width: 100%
}

.m-home .u-hats .conts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6%
}

.m-home .u-hats .conts dl {
    width: 33.33%;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.m-home .u-hats .conts dl img {
    display: block;
    width: 100%
}

.m-home .u-hats .conts dl dt {
    background: #fff;
    width: 90%;
    position: relative;
    float: right;
    top: -30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 4% 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8
}

.m-home .u-hats .conts dl dt i {
    font-size: 90%;
    color: #b3b3b3;
    font-style: italic;
    line-height: 4
}

.m-home .u-hats .conts dl dt a {
    float: right;
    background: #00bbdc;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 1.3% 4%;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.m-home .u-hats .conts dl dt a:hover {
    background: #585858
}

.m-home .inquiry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-home .inquiry a {
    width: 49%;
    background: #fff;
    margin: 1% 0;
    text-align: center;
    line-height: 6;
    font-size: 160%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative
}

.m-home .inquiry a .iconfont {
    position: absolute;
    right: 10px;
    line-height: 1;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.m-home .inquiry a:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    color: #00bcdc
}

.m-home .inquiry a:hover .iconfont {
    opacity: 1
}

.m-footer .u-title {
    background: #191919;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.m-footer .u-title a {
    color: #00bbdc;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.m-footer .u-title:hover {
    color: #000;
    background: #fff
}

.m-footer .boton {
    background: #272727;
    color: #fff
}

.m-footer .boton dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4% 0
}

.m-footer .boton dl dt img {
    height: 40px
}

.m-footer .boton dl dt p {
    font-size: 130%;
    padding: 20px 0 30px 0
}

.m-footer .boton dl dt p .iconfont {
    color: #00bbde
}

.m-footer .boton dl dt div i {
    display: block;
    color: #acacac;
    line-height: 3
}

.m-footer .boton dl dd h4 {
    border-bottom: 4px solid #00bbde;
    display: inline-block;
    margin-bottom: 10px
}

.m-footer .boton dl dd a {
    display: block;
    color: #acacac;
    line-height: 3
}

.m-footer .boton dl dd .ewm {
    padding-top: 10px
}

.m-footer .boton dl dd .ewm img {
    width: 120px;
    margin: 0 8px
}

@-webkit-keyframes typing {
    0% {
        width: 0
    }
}

@keyframes typing {
    0% {
        width: 0
    }
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: rgba(0, 0, 0, 0)
    }
}

@keyframes blink-caret {
    50% {
        border-color: rgba(0, 0, 0, 0)
    }
}

.m-Companofile .ofil {
    font-size: 130%;
    line-height: 2.3;
    padding: 4% 0;
    text-align: center
}

.m-Companofile .project dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-Companofile .project dt a {
    width: 32%;
    position: relative;
    margin: 1% 0
}

.m-Companofile .project dt a img {
    width: 100%;
    display: block
}

.m-Companofile .project dt a div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
    color: #a6a6a6;
    font-size: 140%
}

.m-Companofile .project dt a div h1 {
    color: #7d7d7d
}

.m-Companofile .project dt a:hover h1 {
    color: #05beda
}

.m-Companofile .ability dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 160%;
    padding: 3.5% 0
}

.m-Companofile .ability dl dt {
    color: #779ac0
}

.m-Companofile .ability dl img {
    width: 40%
}

.m-Companofile .threecont {
    padding: 5% 0
}

.m-Companofile .threecont dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-Companofile .threecont dd a {
    width: 32.5%;
    background: #fff;
    color: #333;
    position: relative;
    font-size: 130%;
    line-height: 7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.m-Companofile .threecont dd a i {
    position: absolute;
    right: 20%;
    bottom: 0;
    font-size: 150%;
    line-height: 1.6;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.m-Companofile .threecont dd a:hover i {
    right: 4%;
    opacity: 1;
    color: #00bbdc;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.m-Companofile .threecont dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 3%;
    font-size: 110%
}

.m-Companofile .threecont dt li {
    width: 49%;
    text-align: center
}

.m-Companofile .threecont dt li img {
    width: 100%
}

.m-Companofile .threecont dt li h3 {
    line-height: 3
}

.m-Companofile .threecont dt li a {
    margin: 4% 0;
    display: inline-block;
    border: 1px solid #3ecae3;
    color: #3ecae3;
    position: relative;
    width: 30%;
    line-height: 45px
}

.m-Companofile .threecont dt li a i,
.m-Companofile .threecont dt li a span {
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.m-Companofile .threecont dt li a span {
    left: 0;
    opacity: 0
}

.m-Companofile .threecont dt li a:hover span {
    left: 10px;
    opacity: 1;
    font-size: 140%
}

.m-Companofile .threecont dt li a:hover i {
    right: 0;
    opacity: 0;
    font-size: 1%
}

.m-Companofile .sensor {
    padding: 1% 0
}

.m-Companofile .sensor dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5% 0;
    font-size: 120%
}

.m-Companofile .sensor dt img {
    width: 30%
}

.m-Companofile .sensor dt li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
    line-height: 2
}

.m-Companofile .sensor dt li p {
    color: #969696
}

.m-Companofile .news dt {
    padding: 4% 0;
    margin: 0 auto;
    font-size: 110%;
    line-height: 2
}

.m-Companofile .news dt:hover {
    background: #fafafa
}

.m-Companofile .news dt i {
    color: #a9a9a9
}

.m-about .closer {
    padding: 4% 0
}

.m-about .closer dl h3 {
    line-height: 1.8;
    text-align: center;
    font-size: 280%;
    font-family: 楷体
}

.m-about .closer dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 4% 0
}

.m-about .closer dl dt li {
    width: 24%;
    background: #67a3d9;
    padding: 5% 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.m-about .closer dl dt li img {
    width: 40%;
    display: block;
    margin: 20% auto
}

.m-about .closer dl dt li p {
    line-height: 2
}

.m-about .closer dl dd {
    font-size: 160%;
    line-height: 2;
    text-align: center
}

.m-about .closer dl dd i {
    color: #206fb2
}

.m-about .closer dl ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3% 0
}

.m-about .closer dl ul,
.m-about .closer dl ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-about .closer dl ul li {
    width: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2% 0
}

.m-about .closer dl ul li img {
    width: 90px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.m-about .closer dl ul li img:hover {
    -webkit-transform: rotate(1turn) scale(1.2);
    -ms-transform: rotate(1turn) scale(1.2);
    transform: rotate(1turn) scale(1.2)
}

.m-about .closer dl ul li i {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    font-size: 140%
}

.m-about .wall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-about .wall li {
    width: 290px;
    height: 300px;
    margin: 5px 0;
    position: relative
}

.m-about .wall li .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.m-about .wall li .img div {
    width: 100%;
    height: 100%;
    /*background: url(../img/1-1p103104119334.jpg) 50% no-repeat;*/
    background-size: cover;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.m-about .wall li .jtou {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 260%;
    color: #fff;
    font-weight: 100;
    display: none
}

.m-about .wall li dl {
    position: absolute;
    left: 300px;
    top: 0;
    background: #00bbdc;
    width: 600px;
    height: 610px;
    z-index: 3;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.m-about .wall li dl.o2,
.m-about .wall li dl.o3,
.m-about .wall li dl.o5,
.m-about .wall li dl.o6,
.m-about .wall li dl.o9,
.m-about .wall li dl.o10 {
    right: 300px;
    left: auto
}

.m-about .wall li dl.o11,
.m-about .wall li dl.o12 {
    top: auto;
    bottom: 0
}

.m-about .wall li dl.o13,
.m-about .wall li dl.o14 {
    top: auto;
    bottom: 0;
    right: 300px;
    left: auto
}

.m-about .wall li dl dt {
    padding: 4%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 2;
    font-size: 120%
}

.m-about .wall li dl dt h3 {
    color: #33342f
}

.m-about .wall li dl dt p {
    font-size: 110%;
    padding-top: 3%
}

.m-about .wall li:hover .img div {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.m-about .wall li:hover .jtou {
    display: block
}

.m-about .wall li:hover dl {
    opacity: 1;
    z-index: 3
}

@media only screen and (max-width:1200px) and (min-width:800px) {
    body {
        font-size: 13px
    }
    .main {
        width: 97%
    }
    .m-about .closer dl h3 {
        font-size: 160%
    }
    .m-about .closer dl dt li {
        width: 32%
    }
    .m-about .closer dl ul li {
        width: 49%
    }
    .m-about .closer dl ul li img {
        width: 35%
    }
    .m-about .wall li {
        width: 22vw;
        height: 22vw;
        margin: 1vw 0
    }
    .m-about .wall li dl {
        left: 25vw;
        width: 47vw;
        height: 46vw
    }
    .m-about .wall li dl.o2,
    .m-about .wall li dl.o3,
    .m-about .wall li dl.o5,
    .m-about .wall li dl.o6,
    .m-about .wall li dl.o9,
    .m-about .wall li dl.o10,
    .m-about .wall li dl.o13,
    .m-about .wall li dl.o14 {
        right: 25vw
    }
}

@media only screen and (max-width:800px) and (min-width:300px) {
    body {
        font-size: 12px
    }
    h1,
    h4 {
        font-size: 110%
    }
    h2,
    h5 {
        font-size: 120%
    }
    h3,
    h6 {
        font-size: 130%
    }
    .main {
        width: 96%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1%
    }
    .u-title h3 {
        font-size: 280%
    }
    .m-header {
        height: 70px
    }
    .m-header dl {
        background: #191919;
        height: 70px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 200
    }
    .m-header dl .horizo {
        display: block
    }
    .m-header dl .horizo a i {
        display: block;
        position: relative;
        width: 15px;
        height: 2px;
        margin: 3px 0;
        background-color: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all .4s ease;
        -o-transition: all ease .4s;
        transition: all .4s ease
    }
    .m-header dl .horizo a.curr i:nth-of-type(3) {
        -webkit-transform: translateY(-5px) rotate(45deg);
        -ms-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
        margin-bottom: 0
    }
    .m-header dl .horizo a.curr i:first-of-type {
        -webkit-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
        margin-top: 0
    }
    .m-header dl .horizo a.curr i:nth-of-type(2) {
        opacity: 0
    }
    .m-header dl dd {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        z-index: 200;
        background: #f3f3f3;
        height: auto;
        padding: 3% 4%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        line-height: 2.8
    }
    .m-header dl dd a {
        display: block;
        margin: 0 auto;
        color: #111
    }
    .m-header dl dd a.curr {
        color: #191919
    }
    .m-footer .boton dl {
        display: block
    }
    .m-footer .boton dl dt {
        text-align: center
    }
    .m-footer .boton dl dt div i {
        display: inline-block;
        font-size: 90%
    }
    .m-footer .boton dl dd {
        width: 100%;
        text-align: center
    }
    .m-footer .boton dl dd:last-child {
        display: none
    }
    .m-footer .boton dl dd a {
        display: inline-block;
        padding: 0 2%
    }
    .m-footer .boton dl dd h4 {
        display: none
    }
    .m-home .zpq-log a {
        width: 33.333%
    }
    .m-home .inquiry a {
        font-size: 100%
    }
    .m-home .u-thought .conts dt {
        width: 49%
    }
    .m-home .u-thought .conts dd {
        width: 100%
    }
    .m-home .u-hats .conts dl {
        width: 49%
    }
    .m-home .u-hats .conts dl dt {
        width: 95%;
        top: -20px
    }
    .m-home .u-hats .conts dl dt h1 {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .m-home .u-hats .conts dl dt i {
        line-height: 1
    }
    .m-Companofile .ofil,
    .m-Companofile .sensor dt {
        font-size: 110%
    }
    .m-Companofile .sensor dt li p {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .m-Companofile .ability dl {
        font-size: 130%
    }
    .m-Companofile .threecont dd a {
        font-size: 100%;
        padding: 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .m-Companofile .threecont dd a p {
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .m-Companofile .threecont dt li a {
        width: 80%
    }
    .m-about .closer dl h3 {
        font-size: 160%
    }
    .m-about .closer dl dt li {
        width: 32%
    }
    .m-about .closer dl ul li {
        width: 49%
    }
    .m-about .closer dl ul li img {
        width: 35%
    }
    .m-about .wall li {
        width: 22vw;
        height: 22vw;
        margin: 1vw 0
    }
    .m-about .wall li dl {
        left: 23.6666667vw;
        width: 47vw;
        height: 46vw
    }
    .m-about .wall li dl.o2,
    .m-about .wall li dl.o3,
    .m-about .wall li dl.o5,
    .m-about .wall li dl.o6,
    .m-about .wall li dl.o9,
    .m-about .wall li dl.o10,
    .m-about .wall li dl.o13,
    .m-about .wall li dl.o14 {
        right: 23.6666667vw
    }
    .m-about .wall li dl dt {
        font-size: 95%;
        padding: 2%
    }
    .m-about .wall li dl dt p {
        -o-text-overflow: -o-ellipsis-lastline;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}