
#jm .section1 {
    background-color: #212126;
}
#jm .section2 {
    background-color: #f8f8f8;
}
#jm .section3 {
    background-color: #212126;
}
#jm .section4 {
    background-color: #f8f8f8;
}
#jm .section5 {
    background-color: #fff;
}
#jm .section6 {
    padding-top: 0 !important;
}
.text-bottom-line {
    position: relative;
}
.text-bottom-line:after {
    position: absolute;
    left: 0;
    bottom: -.05em;
    content: '';
    width: 1.2rem;
    height: 0;
    border-bottom: .1rem solid #ffc110;
}
.phone-number{
    color: #fff;
}
/*第一屏*/
.st1-bg1 {
    width: 28.45rem;
    height: 22.25rem;
    position: absolute;
    top: -1rem;
    right: -2.6rem;
    background: url("../img/dqy_b_bg2.png") no-repeat center;
    background-size: cover;
    opacity: .1;
}
.st1-box {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 1.6rem;
}
.st1-box h1 {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
}
.st1-box p {
    font-size: .46rem;
    color: #fff;
    padding-top: 1em;
    font-weight: lighter;
}
.st-btn {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    margin-left: -2.4rem;
}

/*第二屏*/
.st2-box {
    padding: 0 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.st2-box-left {
    width: 55%;
}
.st2-box-left h1 {
    font-size: .86rem;
    margin-bottom: 1em;
    font-weight: lighter;
}
.st2-box-left h4 {
    font-size: .36rem;
    line-height: 2em;
    font-weight: lighter;
}
.st2-box-left p {
    font-size: .46rem;
    margin-bottom: 3em;
    font-weight: lighter;
}
.st2-box-left .text-bottom-line:after {
    bottom: -.3em;
}

.st2-box-right {
    width: 11.43rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5rem;
}
.st2-box-right img {
    width: 100%;
    display: block;
}

/*第三屏*/
.st3-box {
    padding: 0 1.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
    position: relative;
}
.text-bottom-line-right:after {
    left: auto;
    right: 0;
}
.st3-box-left {
    flex: 1;
    color: #fff;
    width: 51%;
    text-align: right;
}
.st3-box-left h1 {
    font-size: .86rem;
    margin-bottom: 1em;
    font-weight: lighter;
}
.st3-box-left p {
    font-size: .46rem;
    font-weight: lighter;
}
.st3-box-left .text-bottom-line:after {
    bottom: -.3em;
}

.st3-box-right {
    width: 10.26rem;
    margin-left: .8rem;
}
.st3-box-right img {
    width: 100%;
    display: block;
}
/*第四屏*/
.st4-box {
    padding: 0 1.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.st4-box-left {
    width: 50%;
}
.st4-box-left h1 {
    font-size: .86rem;
    margin-bottom: 1em;
    font-weight: lighter;
}
.st4-box-left h4 {
    font-size: .36rem;
    line-height: 2em;
    font-weight: lighter;
}
.st4-box-left p {
    font-size: .46rem;
    font-weight: lighter;
}
.st4-box-left .text-bottom-line:after {
    bottom: -.3em;
}

.st4-box-right {
    width: 10.14rem;
}
.st4-box-right img {
    width: 100%;
    display: block;
}

/*第五屏*/
.st5-box {
    position: relative;
    padding: 0.6rem 1.6rem 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.st5-text h1 {
    font-size: .86rem;
    margin-bottom: 1em;
}
.st5-text .text-bottom-line:after {
    bottom: -.3em;
}
.about-text {
    font-size: .36rem;
    line-height: 2em;
}

.p-list {
    overflow: hidden;
    margin: 1rem auto;
}
.p-list li {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    float: left;
    position: relative;
    overflow: hidden;
}
.p-list li > img {
    width: 100%;
    display: block;
}
.p-bg {
    width: 100%;
    height: 101%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    font-size: .6rem;
    color: #fff;
}
.p-list li:hover .p-bg {
    display: table;
}
.p-name {
    position: relative;
    margin-left: .8rem;
    padding-bottom: .5em;
}
.p-name:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/text_bg1.png) repeat-x left bottom;
    background-size: .5em .16em;
}

.map {
    position: relative;
    width: 100%;
}
.map img {
    width: 100%;
    display: block;
}
.contact-box {
    height: 1.3rem;
    background-color: #060605;
    padding: 0 1.6rem;
    position: relative;
}
.contact-box h4 {
    font-size: .46rem;
    color: #ffda0f;
}
.contact-box p {
    color: #fff;
    font-size: .36rem;
    height: 3em;
    line-height: 1.5em;
    margin-top: 1em;
    overflow: hidden;
}
.contact-item {
    flex: 1;
    text-align: center;
    background-color: #212126;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.5rem;
}
.contact-item-c {
    background-color: #111114;
}
.contact-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    height: 300%;
    overflow: hidden;
    top: -200%;
    left: 1.6rem;
    right: 1.6rem;
    position: absolute;
}

#jm .footer {
    height: auto !important;
    padding: 0 !important;
}
.footer-about {
    padding-top: 1rem;
}
.about-right {
    top: 1rem;
}

@media (max-width: 1080px) {
    .st1-box {
        width: auto;
        padding: 0 .7rem;
        position: relative;
    }
    .st1-box h1 {
        font-size: .88rem;
        font-weight: lighter;
    }
    .st1-box p {
        font-size: .36rem;
        font-weight: lighter;
    }
    .st1-bg1 {
        width: 10.8rem;
        height: 20.6rem;
        min-height: 100%;
        position: absolute;
        top: 2rem;
        right: 0;
        background: url(../img/EN1_bg1.png) no-repeat center;
        background-size: cover;
        opacity: 1;
    }

    #jm .section2 {
        height: auto !important;
        padding: 1rem 0 !important;
    }
    .section2 .fp-tableCell {
        height: auto !important;
    }
    .st2-box {
        padding: 0 .7rem;
        display: block;
    }
    .st2-box-left {
        width: auto;
    }
    .st2-box-left p {
        line-height: 1.5em;
    }
    .st2-box-right {
        width: auto;
        position: relative;
        padding: 0 0 1rem;
        right: 0;
    }

    #jm .section3 {
        height: auto !important;
        padding: 1rem 0 !important;
    }
    .section3 .fp-tableCell {
        height: auto !important;
    }
    .st3-box {
        padding: 0 .7rem;
        display: block;
    }
    .st3-box-left {
        width: auto;
        position: static;
    }
    .st3-box-right {
        width: auto;
        margin: 1rem auto 1rem;
    }

    #jm .section4 {
        height: auto !important;
        padding: 1rem 0 !important;
    }
    .section4 .fp-tableCell {
        height: auto !important;
    }
    .st4-box {
        padding: 0 .7rem;
        display: block;
    }
    .st4-box-left {
        width: auto;
    }
    .st4-box-right {
        width: auto;
        position: static;
        margin: 1rem auto;
    }

    #jm .section5 {
        height: auto !important;
        padding: 1rem 0 0 !important;
    }
    .section5 .fp-tableCell {
        height: auto !important;
    }
    .st5-box {
        padding: 0 .7rem;
        display: block;
    }
    .p-list li {
        width: 33.3333%;
        padding-bottom: 33.3333%;
    }

    .map {
        height: 9rem;
        overflow: hidden;
    }
    .map > img {
        height: 9rem;
        object-fit: cover;
    }
    .contact-box {
        height: auto;
        padding: 0;
    }
    .contact-row {
        position: static;
        height: 11.7rem;
        flex-direction: column;
    }
}
