#content{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 20;
} 
#big-video-wrap{
    overflow: hidden;
    width: 100%;
    height: 100vh;min-height: 680px;
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 0;
/*background-image: url('http://60.249.71.45/~gifu/archive/images/indexset/pad.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
    }
.big-video-vid-dimensions,video{

       width: 100%;
    height: auto;
}


.vjs-control-bar,.vjs-error-display,.vjs-caption-settings{
    opacity: 0;
}
#big-video-wrap:after{
/*    background-color: rgba(0, 0, 0, 0.56);*/
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/bg0613.png);
    background-size: 100% 100%;    background-color: rgba(0, 0, 0, 0.46);
}
.big-video-vid-dimensions,video{

       width: 100%;
    height: auto;
}

#content #video{
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
        z-index: 10;
        background-size: 0;
        min-height: 680px;
}

#content #video .word{
    display: block;
    width: 100%;
    text-align: center;
    height: 310px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
}
#content #video .word:after{
    content: '';
    position: absolute;
    left: 50%;
    width: 5px;
    height: 0%;
    top: 284px;
    display: block;
    margin-left: -2.5px;
    background-color: rgba(158, 158, 158, 0.52);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
#content #video .word.active:after{
    height: 100%;
}
#content #video .word > img{
    display: block;margin: 0 auto 0;
    opacity: 0;
}
#content #video .word h1{
    font-size: 55px;
    color: white;
    letter-spacing: 24px;
    margin-top: 2px;
    font-weight: 100;
    margin-bottom: 50px;
    -webkit-transition:all 1.5s ease;
    -moz-transition:all 1.5s ease;
    -o-transition:all 1.5s ease;
    -ms-transition:all 1.5s ease;
    transition:all 1.5s ease;
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    opacity: 0;
}
#content #video .word h1.active{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;letter-spacing: 4px;
}
/*#content #video .word.active h1{
    letter-spacing: 1px;
    opacity: 1;
}*/
#content #video .word:before{
    content: '';
    position: absolute;
    left: 50%;
    width: 5px;
    height: 0;
    bottom: 327px;
    display: block;
    margin-left: -2.5px;
    background-color: rgba(158, 158, 158, 0.52);
        -webkit-transition:all .9s ease;
    -moz-transition:all .9s ease;
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease;
    transition:all .9s ease;
}
#content #video .word.active:before{
    height: 74px;
}
#content #video .playit{
    width: 105px;
    height: 105px;
    display: block;
    border-radius: 50%;
    border: 9px solid #d81718;
    color: white;
    font-size: 18px;
    line-height: 90px;
    margin: 0 auto;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    transition:all .8s ease;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    top: 20px;
    position: relative;
}
#content #video .playit.active{
     opacity: 1;
     top: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);   

}

#content #video .playit:hover{
        box-shadow: 1px 0px 24px rgba(255, 255, 255, 0.68);
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#creat{
    background-color: white;
    width: 100%;
    display: block;
    height: 85vh;
    position: relative;
    overflow: hidden;
    border: 12px solid white;
    -webkit-transition:all 1.2s ease;
    -moz-transition:all 1.2s ease;
    -o-transition:all 1.2s ease;
    -ms-transition:all 1.2s ease;
    transition:all 1.2s ease;
}
#creat.active{
    border: 12px solid #D81718;
}
#creat .imgs{
    float: left;
    width: 50%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition:all 3s ease;
    -moz-transition:all 3s ease;
    -o-transition:all 3s ease;
    -ms-transition:all 3s ease;
    transition:all 3s ease;
            transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05); 
}
#creat .imgs.active{
    opacity: 1;width: 50%;
            transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); 
}
#creat .imgs img{
    display: none;
}
#creat .right{
    display: table;
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    padding-left: 133px;
}
#creat .right h2{
    font-size: 44px;
    font-weight: 100;
    display: block;
    margin-bottom: 46px;
    opacity: 0;
    position: relative;
    left: 20px;
        -webkit-transition:all 1.5s .5s ease;
    -moz-transition:all 1.5s .5s ease;
    -o-transition:all 1.5s .5s ease;
    -ms-transition:all 1.5s .5s ease;
    transition:all 1.5s .5s ease;
}
#creat .right.active h2{
    opacity: 1;
    left: 0;
}
#creat .right .memo{
    color: #5f5f5f;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;padding-left: 20px;
    position: relative;color: white;
        -webkit-transition:all 1.5s .9s ease;
    -moz-transition:all 1.5s .9s ease;
    -o-transition:all 1.5s .9s ease;
    -ms-transition:all 1.5s .9s ease;
    transition:all 1.5s .9s ease;
}
#creat .right.active .memo{
    color: black;padding-left: 0;
}
#creat .right .memo:before{
    content: '';
    background-color: #c0c0c0;
    width: 0;
    height: 1px;
    position: absolute;
    display: block;
    top: 5px;
    left: -84px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
    transition:all 1s ease;
}
#creat .right.active .memo:before{
    width: 37px;
}
#creat .right .more{
    font-size: 18px;
    color: black;
    font-weight: 500;
    display: block;
    margin-top: 110px;
    position: relative;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    transition:all .8s ease;
}
#creat .right .more.active{
    opacity: 1;
}
#creat .right .more:hover{
/*    text-shadow: 2px 2px #d81718;*/
    color: #d81718;
}
#creat .right .more:before{
    background-color: #d81718;
    width: 0;
    height: 4px;
    position: absolute;
    display: block;
    top: -11px;
    content: '';
        -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    transition:all .8s ease;
}
#creat .right .more.active:before{
    width: 100px;
}
#creat .right .block{
    display: table-cell;
    vertical-align: middle;
}



#design{
    background-color: white;
    width: 100%;
    display: block;
    height: 85vh;
    position: relative;
    opacity: 0;
}
#design .img{
    background-repeat: no-repeat;
    background-image: url(../images/home/design.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 88%;  overflow: hidden;
}
#design .img img{
    max-height: 100%;
    float: right;
    position: absolute;
    right: 0;opacity: 0;
}
#design .word{
    display: table;
    float: right;
    width: 445px;
    height: 548px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.83);
    bottom: 20px;
    left: 20%;
    border: 1px solid #D81718;
    padding: 67px;
    z-index: 10;
}
#design .word .block{
    display: table-cell;
    vertical-align: middle;
}
#design .word h2{
    font-size: 44px;
    font-weight: 100;
    display: block;
    margin-bottom: 46px;
}
#design .word .memo{
    color: #5f5f5f;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
    position: relative;
}

#design .word .more{
    font-size: 18px;
    color: black;
    font-weight: 500;
    display: block;
    margin-top: 110px;
    position: relative;
    letter-spacing: 2px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#design .word .more:hover{
/*    text-shadow: 2px 2px #d81718;*/
    color: #d81718;
}
#design .word .more:before{
    background-color: #d81718;
    width: 100px;
    height: 4px;
    position: absolute;
    display: block;
    top: -11px;
    content: '';
}

#brand{
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
    padding-bottom: 100px;
}
#brand .block{
    width: 1002px;
    display: block;
    margin: 0 auto;
}
#brand .brand_block{
display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding-bottom: 30px;opacity: 0;
}
#brand .brand_block .b_img{
display: inline-block;
    height: 95px;opacity: 0;
    margin: 0 20px;
    position: relative;
    top: 20px;

}
#brand .brand_block .b_img.active{
    opacity: 1;
    top: 0;
}
#brand .brand_block .b_img:nth-child(1){
        -webkit-transition:all .9s ease;
    -moz-transition:all .9s ease;
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease;
    transition:all .9s ease;
}
#brand .brand_block .b_img:nth-child(2){
        -webkit-transition:all .9s .2s ease;
    -moz-transition:all .9s .2s ease;
    -o-transition:all .9s .2s ease;
    -ms-transition:all .9s .2s ease;
    transition:all .9s .2s ease;
}
#brand .brand_block .b_img:nth-child(3){
        -webkit-transition:all .9s .4s ease;
    -moz-transition:all .9s .4s ease;
    -o-transition:all .9s .4s ease;
    -ms-transition:all .9s .4s ease;
    transition:all .9s .4s ease;
}
#brand .brand_block .b_img:nth-child(4){
        -webkit-transition:all .9s .6s ease;
    -moz-transition:all .9s .6s ease;
    -o-transition:all .9s .6s ease;
    -ms-transition:all .9s .6s ease;
    transition:all .9s .6s ease;
}
#brand .brand_block .b_img:nth-child(5){
        -webkit-transition:all .9s .8s ease;
    -moz-transition:all .9s .8s ease;
    -o-transition:all .9s .8s ease;
    -ms-transition:all .9s .8s ease;
    transition:all .9s .8s ease;
}
#brand .brand_block .b_img img{
    height: 100%;
}
#brand .block .text{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 110px;
}
#brand .block .text h2{
    font-size: 44px;
    display: block;
    font-weight: 100;
    letter-spacing: 10px;
    line-height: 62px;
    margin-bottom: 80px;
    opacity: 0;
    position: relative;
    -webkit-transition:all 1.5s ease;
    -moz-transition:all 1.5s ease;
    -o-transition:all 1.5s ease;
    -ms-transition:all 1.5s ease;
    transition:all 1.5s ease;
}
#brand .block .text h2.active{
    letter-spacing: 2px;
    top: 0;
    opacity: 1;
}
#brand .block .text .three_block{
    font-size: 18px;
    display: block;
    width: 100%;
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}
#brand .block .text .three_block .bb{
        width: 33.33%;
    float: left;
    padding-left: 60px;
    text-align: left;
    line-height: 27px;    position: relative;
    padding-right: 60px;
    top: 20px;opacity: 0;
        -webkit-transition:all 1.5s ease;
    -moz-transition:all 1.5s ease;
    -o-transition:all 1.5s ease;
    -ms-transition:all 1.5s ease;
    transition:all 1.5s ease;
}
#brand .block .text .three_block .bb.active{
    top: 0;
    opacity: 1;
}
#brand .block .text .three_block .bb:nth-child(2){
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 30px;
}
#brand .block .text .three_block .bb:before{
    content: '';
    border: 2px solid white;
    width: 10px;
    height: 10px;
    display: block;
    color: black;
    position: absolute;border-radius: 50%;
    left: 35px;
      top: 7px;
    -webkit-transition:all 1s .5s ease;
    -moz-transition:all 1s .5s ease;
    -o-transition:all 1s .5s ease;
    -ms-transition:all 1s .5s ease;
    transition:all 1s .5s ease;
}
#brand .block .text .three_block .bb.active:before{
    border: 2px solid #db2829;
  
}

#company{
 
    width: 100%;
    height: 80vh;
    min-height: 550px;
    display: block;
    position: relative;
    background: #000919;
}
#company .imgs{
      background-image: url(../images/home/cp.jpg);
    width: 100%;
    height: 80vh;
    min-height: 550px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: absolute;  opacity: 0;
}
#company .ab{
    position: relative;
    z-index: 2;
    display: block;
    font-size: 18px;
    color: #d81718;
    font-weight: bold;
    text-align: center;
    top: 36%;opacity: 0;
}
#company h2{
    position: relative;opacity: 0;
    z-index: 2;
    display: block;
    font-weight: 100;
    font-size: 55px;
    color: white;
    text-align: center;
    top: 40%;
}
#company .playit{
    font-size: 18px;
    color: black;
    position: absolute;
    background-color: white;
    z-index: 3;
    font-weight: bold;
    padding: 23px 27px 20px;
    letter-spacing: 1px;text-align: center;
    line-height: 17px;
    left: 50%;
    bottom: 21%;opacity: 0;
    width: 250px;
    margin-left: -125px;
        -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
#company .playit:hover{
    background-color: #d81718;
    color: white;
}
#company .shape{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1  ;
    left: 0;
    top: 0;
}
#company:before{
content: '';
    background-color: #db2829;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 0%;
    top: -70px;
    z-index: 3;
    margin-left: -2.5px;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}
#company.active:before{
    height: 17%;
}
#company:after{
    content: '';
    background-color: #D81718;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 0%;
    top: 65%;
    z-index: 2;
    margin-left: -2.5px;
        -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    transition:all .8s ease;
}
#company.last:after{
    height: 38%;
}
#contact{
    width: 100%;
    height: 80vh;
    min-height: 660px;
    display: block;
    background-color: white;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
}
#contact #bx_left{
    float: left;
    width: 40%;height: 100%;
    position: relative;opacity: 0;
    background-color: black;
}
#contact #bx_left .imgs{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        display: block;
    width: 100%;
   height: 80vh;
   min-height: 660px;
}
#contact #bx_left li,#contact #bx_right li {
    overflow: hidden;
}
#contact #bx_left li .imgs,#contact #bx_right li .imgs{
   
    -webkit-transition:all 3s .3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition:all 3s .3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 3s .3s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition:all 3s .3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 3s .3s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact #bx_left li.active .imgs,#contact #bx_right li.active .imgs{
width: 100%;
}
#contact #bx_left .imgs img{
    opacity: 0;display: none;
}
#contact #bx_right{
     float: right;
    width: 40%;height: 100%;
    position: relative;opacity: 0;
    background-color: black;
}
#contact #bx_right .imgs{
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        display: block;
    width: 100%;
height: 80vh;
min-height: 660px;
}
#contact #bx_right .imgs img{
    opacity: 0;display: none;
}

#contact .mid{
    position: absolute;
    height: 0%;
    width: 28%;
    background: #d81718;
    left: 50%;
    margin-left: -14%;
    color: white;   opacity: 0;
    padding: 77px;
            -webkit-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact .mid a{
    color: white;
}
#contact .mid a.contact{
    font-size: 20px;
    margin-top: 18px;
    display: block;
    opacity: 0;
}
#contact .mid a.contact.active{
    opacity: .9;
}
#contact .mid.active{
    height: 100%;opacity: 1;
}
#contact .mid h3{
    display: block;
    font-size: 36px;
    font-weight: 100;opacity: 0;
    margin-bottom: 40px;
    position: relative;
}
#contact .mid .addr{
    font-size: 14px;
    width: 100%;
    display: block;
    position: relative;
    color: #f3baba;
    padding-top: 22px;
    line-height: 26px;opacity: 0;
    letter-spacing: 1px;
}
#contact .mid .addr:before{
    content: '';
    width: 0;
    position: absolute;
    height: 4px;
    background-color: white;
    top: 0;
    -webkit-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact .mid .addr.active:before{
    width: 38px;
}
#contact .mid .info{
        display: block;
    position: absolute;
    bottom: 79px;
    width: 100%;
    left: 0;
    line-height: 26px;
    font-size: 14px;
    color: #f1c0c0;
    padding-left: 82px;
    padding-right: 82px;opacity: 0;
}
#contact .mid .info .line{
        display: block;
    width: 100%;
    border-bottom: 1px solid #e45d5e;
    padding-bottom: 10px;
    padding-top: 10px;
}
#contact .mid .info .line:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
#contact .mid .info .line b{
    width: 26%;
    display: inline-block;
    font-weight: 100;
    float: left;
}
#contact .mid .info .line span{
    letter-spacing: 2px;
    text-align: left;
    width: 72%;
    display: inline-block;
    float: left;
}

#bx_mobile{
    display: none;
}

@media only screen and (max-width: 1200px) {
#contact .mid{
    padding: 50px;
}
#contact .mid .info{
    padding-left: 50px;
    padding-right: 50px;
}

#design .word{
    left: 8%;
}
#contact .mid{
    padding: 30px;
}
#contact .mid .info{
    padding-left: 30px;
    padding-right: 30px;
}

}


@media only screen and (max-height: 800px) and  (min-width: 1025px){
#content #video .word{
    margin-top: -40px;
}

#content #video .word.active:after {
    height: 74%;
}

}


@media only screen and (max-height: 680px) and (min-width: 1025px) {
#content #video .word {
    margin-top: -35px;
}
#content #video .word.active:after {
     height: 50%;
}

}



@media only screen and (min-width: 1025px) {

}


@media only screen and (max-width: 1024px) {
#content #video{
    background-size: cover;
    min-height: 500px;
    height: 500px;
}
#content #video .word.active:after{
    height: 46%;
    top: 200px;

}
#content #video .word{
        margin-top: 0;
}
#content #video .playit{
        width: 70px;
    height: 70px;
    border-width: 5px;
    line-height: 65px;
    font-size: 12px;
}
#content #video .word h1{
    font-size: 47px;
}
#content #video .word.active:before{
    height: 55px;
}
#brand .block{
    width: 90%;
}
#creat{
    height: 411px;
    min-height: 411px;
}
#design{
    height: 516px;
}
#creat .right h2{
    font-size: 36px;
}
#creat .right{
    padding-left: 10%;
}

#creat .right.active .memo {
    color: #5f5f5f;
}
#creat .right .memo:before{
    display: none;
}
#creat .right .more {
    margin-top: 80px;
}

#design .word{
    width: 321px;
    padding: 83px 51px;
    height: auto;
    display: block;
    left: 5%;
}
#design .word .block{

}
#design .word h2{
font-size: 36px;    line-height: 42px;
}
#design .word .more{
margin-top: 75px;
}
#brand .brand_block .b_img{
    width: 25%;
    float: left;
    margin: 0;
}
#brand .brand_block .b_img img{
    height: auto;
    width: 100%;    max-width: 150px;
}
#brand .brand_block{
    padding-bottom: 0;
    padding-top: 40px;
}
#brand .block .text h2{
font-size: 36px;
    line-height: 42px;
}
#company{
    height: 500px;
    min-height: 100%;
}
#company .imgs{
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: center;
}
#company .ab{
    font-size: 15px;
}
#company h2{
    font-size: 44px;
}
#contact{
        height: 420px;
    min-height: 100%;
}
#contact .mid{
        width: 38%;padding: 40px;
    margin-left: -19%;
}
#contact .mid h3{
    font-size: 24px;    margin-bottom: 25px;
}
#contact .mid .addr.active:before {
    width: 27px;
}
#contact .mid .info{
    padding-left: 0;
        margin-top: 30px;
    bottom: auto;
    position: relative;
    padding-right: 0;
}
#contact .mid .addr {
    line-height: 23px;
}
#contact .mid .info .line span{
    letter-spacing: 1px;
}
#contact .mid .info .line{
    padding-bottom: 5px;
    padding-top: 6px;
}
#design .img img{
        max-height: 78%;
}
}



@media only screen and (max-width: 750px) {
#creat .right{
    padding-left: 6%;
}
#design .img img {
    max-height: 55%;
}
#brand .block .text .three_block .bb{
        padding-left: 38px;
    padding-right: 30px;
}
#brand .block .text .three_block .bb:before{
    left: 16px;
}

#contact .mid {
    width: 40%;
    padding: 30px;
    margin-left: -20%;
}
#contact .mid .addr{
    letter-spacing: 0;
}
#contact .mid .info .line span{
    letter-spacing: 0;
}


}

@media only screen and (max-width: 600px) {

#content #video {

    min-height: 425px;
    height: 425px;
}

#content #video .word h1{
    font-size: 30px;letter-spacing: 5px;
}
#content #video .word.active:after {
    height: 46%;
    top: 168px;
}
#creat .imgs,#creat .imgs.active{
    height: 265px;
    width: 100%;
    background-position: top;    float: none;
}
#creat{
    height: auto;
    min-height: 200px;
}
#creat .right{
 width: 271px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 34px;
    float: none;
    height: auto;
    padding-left: 0;
    padding-bottom: 37px;

}

#creat .right .more {
    margin-top: 50px;
}
#creat .right h2 {
    font-size: 27px;
    margin-bottom: 23px;
}
#creat.active {
    border: 8px solid #D81718;
}

#creat .imgs, #creat .imgs{
    background-image: url(../images/home/creat_m.jpg) !important;
}
#design .img img{
    display: none;
}


#design .img{
     background-image: url(../images/home/mobile_d.jpg);
}

#brand .block .text .three_block .bb{
    width: 100%;    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #d7d7d7;
}
#brand .block .text .three_block .bb:nth-child(2){
    border-left: 0;    padding-bottom: 14px;
    padding-top: 14px;
    border-right: 0;
}
#brand .block .text .three_block .bb:before{
        top: 20px;
}

#brand .block .text .three_block .bb:nth-child(3){
    border-bottom: 0;
}
#contact #bx_left,#contact #bx_right{
    display: none;
}
#bx_mobile{
    display: block;
    float: left;
}
#bx_mobile img{
    float: left;width: 100%;
}
#contact{
    height: auto;
}
#contact .mid{
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    left: auto;
    right: auto;
}
#company:after{
    top: auto;
    bottom: 0;
}

#company h2{
    font-size: 32px;
}





}






@media only screen and (max-width: 500px) {


#creat .imgs, #creat .imgs.active{
    height: 219px;
}

#design .word{
    position: absolute;
    width: 270px;
left: 50%;
    margin-left: -135px;
    float: none;padding: 32px;
    bottom: 0;
}
#design{
    height: 626px;
}
#design .word h2{
font-size: 24px;
    line-height: 28px;
}

#design .word .memo{
    font-size: 15px;
}
#design .img{
    background-image: url(../images/home/mobile_d.jpg);
    height: 460px;
    background-position: 68% 0;
}
#brand .brand_block .b_img{
    width: 50%;
}
#brand .block .text h2 {
    font-size: 24px;
    line-height: 29px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}
#brand .block .text{
    padding-top: 60px;
}
#brand .block .text .three_block .bb{
    font-size: 15PX;
}
#company h2 {
    font-size: 32px;
    WIDTH: 59%;
    TEXT-ALIGN: CENTER;
    MARGIN: 0 AUTO;
    LINE-HEIGHT: 38PX;
    LETTER-SPACING: 1px;top: 29%;
}
#company{
    height: 340px;
}
#company:before{
    top: -13px;
}
#company .ab{
    top: 28%;
}
#company .playit{
        bottom: 9%;
}
#company:after,#company:before{
    width: 3px;
        margin-left: -1.5px;
}
#company.active:before{
    height: 22%;
}

.fancybox-close{
    right: 0 !important;
        top: -32px !important;
}

}


@media only screen and (max-width: 400px) {
#company h2 {
    font-size: 27px;
}


}