@charset "utf-8";

#company {    
    position: relative;
    left: 0;
    padding: 8% 0 10%;
    -webkit-transition: left 1s cubic-bezier(.53,.01,.51,1);
    transition: left 1s cubic-bezier(.53,.01,.51,1);
}
#company.lfmove {    
    left: -6%;
}
#company .wrap {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#company .wrap.appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#cpy_1 {
    padding: 0 0 5%;
}
#cpy_2 {
    padding: 0 0 10%;
}
#cpy_5 {
    padding: 0 0 10%;
}
#cpy_3,#cpy_4,#cpy_6 {
    padding: 0 0 20%;
}

.wrap h2 {
    margin-bottom: 5%;
    display: inline-block;
    font-size: 4.5rem;
    font-family: 'BASKVILL_0';
    font-style: italic;
    font-weight: normal;
}
.wrap h2 em {
    display: block;
    margin-top: 5%;
    color: #c8c8c8;
    font-size: .875rem;
    line-height: 1.6;
}
.wrap article {
    float: right;
    width: 556px;
    color: #c8c8c8;
    font-size: .875rem;
    text-align: justify;
    line-height: 2;
}

.fuse,.fuse p {
    color: #ca0900;
    font-size: 1.75rem;
    font-weight: bold;
    font-style: italic;
    font-family: 'BASKVILL_0';
    line-height: 1.8;
}

.Spirit-desc {
    width: 28%;
    color: #c8c8c8;
    font-size: .875rem;
    text-align: justify;
    line-height: 2;
}
.Spirit-desc h3 {
    margin-top: 12%;
    color: #ca0900;
    font-size: 1.875rem;
    font-family: 'BASKVILL_0';
    font-style: italic;
    line-height: 1.8;
}
.Spirit-desc p {
    color: #fff;
    font-size: .875rem;
    font-style: italic;
}
.panzi {
    position: relative;
    margin-top: 2%;
}
.panzi .wenzi {
    position: absolute;
    left: 390px;
    bottom: 50px;
    width: 279px;
    height: 40px;
    background: url(../img/company/wenzi.png);
}

#cpy_5 h2 {
    position: relative;
    z-index: 1;
}
.mode-desc {
    position: relative;
    float: left;
    width: 375px;
    color: #c8c8c8;
    font-size: .875rem;
    text-align: justify;
    line-height: 1.5;
    z-index: 1;
}
.mode-desc p {
    display: none;
    margin-bottom: 3%;
}
.mode-desc p:first-child {
    display: block;
}
.mode-pic {
    float: right;
    margin-top: -37%;
}
.mode-pic .arrow {
    position: absolute;
    bottom: 10%;
    right: -12%;
    padding: 2%;
    text-align: center;
    border: #fff .1rem solid;
    background: #000;
    z-index: 2;
}
.mode-pic .arrow img {
    cursor: pointer;
}
.mode-pic .arrow img.rarr {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mode-pic #mode img { display: none;}
#cpy_6 p {    
    margin-bottom: 12%;
}
.dangao,.shop {
    position: relative;
    margin: 0 auto;
}
.shop {display: none;}
.dangao img,.shop img {
    display: inline-block;
    width: 16%;
}
.dangao img.act,.shop img.act {
    opacity: .3;
}
.dangao .wenzi {
    position: absolute;
    right: -236px;
    top: 46%;
    width: 279px;
    height: 40px;
    background: url(../img/company/wenzi2.png);
}

#cpy_1 h2 em,#cpy_1 article,
#cpy_2 p,
#cpy_4 h2 em,
#cpy_4 .Spirit-desc,
#cpy_4 .Spirit-desc h3,#cpy_4 .Spirit-desc p,
#cpy_4 .panzi,#cpy_4 .panzi .wenzi,
#cpy_5 h2 em,#cpy_5 .mode-desc,#cpy_5 .mode-pic,
#cpy_6 p,#cpy_6 .dangao,#cpy_6 .dangao .wenzi {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
#cpy_1.appear h2 em {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
#cpy_1.appear article {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
#cpy_2.appear p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

#cpy_4.appear h2 em {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
#cpy_4.appear .Spirit-desc {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
#cpy_4.appear .panzi {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
#cpy_4.appear .panzi .wenzi {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
#cpy_4.appear .a1 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
#cpy_4.appear .a2 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
#cpy_4.appear .a3 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#cpy_4.appear .a4 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
#cpy_4.appear .a5 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
#cpy_4.appear .a6 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
#cpy_4.appear .a7 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
#cpy_4.appear .a8 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
#cpy_4.appear .a9 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
#cpy_4.appear .a10 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

#cpy_5.appear h2 em {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
#cpy_5.appear .mode-desc {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#cpy_5.appear .mode-pic {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#cpy_6.appear p {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
#cpy_6.appear .dangao {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#cpy_6.appear .dangao .wenzi {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


@media only screen and (max-width: 750px) {
    #company .wrap{
        width: 85%;
        position: relative;
    }
    .wrap h2{
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-top: 20%;
        z-index: 2;
    }
    #cpy_1 h2 {
        margin-bottom: 5%;
    }
    .wrap h2 em{
        font-size: 1.5rem;
    }
    .wrap article{
        width: 100%;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .wrap article p{
        margin: 5% auto;
    }
    .panzi{
        width: 100%;
        position: absolute;
        top: 21%;
        left: 0;
    }
    .panzi img{
        width: 100%;
    }
    .panzi .wenzi{
        left: 60%;
        bottom: 0;
        width: 35%;
        height: 4rem;
        background: url(../img/company/wenzi_2.png) no-repeat;
        background-size: contain;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .Spirit-desc{
        width: 80%;
        margin-left: 10%;
        float: left;
    }
    .Spirit-desc h3{
        font-size: 3rem;
    }
    .Spirit-desc p{
        font-size: 1.5rem;
    }
    .mode-pic{
        width: 100%;
        position: absolute;
        top: 32%;
        left: 0;
    }
    #mode{
        width: 100%;
    }
    #mode img{
        width: 100%;
    }
    .mode-desc{
        width: 100%;
        font-size: 1.5rem;
    }
    .mode-desc p {
        display: block;
    }

    .dangao,.shop{
        width: 100%;
        height: auto;
    }
    .dangao {display: none}
    .shop {display: block;}
    .dangao img,.shop img{
        width: 32.1%;
    }
    .dangao .wenzi{
        right: 0;
        top: 60%;
        width: 50%;
        height: 5rem;
        background: url(../img/company/wenzi2_2.png) no-repeat;
        background-size: contain;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@media only screen and (max-width: 640px) {
    .wrap h2{
        font-size: 2.25rem;
    }
    .wrap h2 em{
        font-size: .875rem;
    }
    .wrap article{
        font-size: .875rem;
    }
    .mode-desc{
        font-size: .875rem;
    }
    .Spirit-desc h3{
        font-size: 1.5rem;
    }
    .Spirit-desc p{
        font-size: .875rem;
    }
    .fuse, .fuse p{
        font-size: 1rem;
    }
    .panzi .wenzi{
        left: 68%;
    }
}
@media only screen and (max-width: 345px) {
    .panzi .wenzi{
        left: 72%;
    }
}