section {
    text-align: center;
    padding: 5rem 0;
    background-color: #f8f8f8;
    position: relative;
}
section.res2{ display:none;}

section.header .pic_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

section.header .text {
    position: relative;
    z-index: 3;
}

section.gap {
    font-size: 2.5rem;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    padding: 8.5rem 0;
    letter-spacing: 0.5rem;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 520px) {
    section.gap {
        background-attachment: scroll;
        letter-spacing: 0rem;
    }
}

@media (max-width: 440px) {
    section.gap {
        font-size: 2rem;
    }
}

@media (max-width: 360px) {
    section.gap {
        font-size: 1.75rem;
    }
}

#g1 {
    background-image: url(../image/g1.jpg);
}

#g2 {
    background-image: url(../image/g2.jpg);
}

#g3 {
    background-image: url(../image/g3.jpg);
}

section.partner hgroup {
    margin-bottom: 2rem;
}

section.partner ul {
    width: 64rem;
    margin: auto;
}

section.partner ul li {
    display: inline-block;
    margin: 2rem;
}

section.partner ul li img {
    height: 3rem;
}

@media (max-width: 780px) {
    section.partner ul {
        width: 100%;
    }
}

section.intro {
    
}

section.intro div {
    position: relative;
    height: 30rem;
}

section.intro div:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15rem;
    background-color: #004199;
}

.pAfter {
    display: block;
    width: 31rem;
    height: 25rem;
    margin: 5rem;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 50%;
}
.introList dd:nth-child(2n) .pAfter{
    right: auto;
    left: 50%;
}
.introList dd:nth-child(2n) div.p1 p{
    left: auto;
    right: 50%;
}
.introList dd:nth-child(2n) div.p1 p span{
    width: 30rem;
    margin-top: 8rem;
    margin-right: 5rem;
    float: right;
}
.introList dd:nth-child(1) div.p1 p:before{
    content: "01";
}
.introList dd:nth-child(2) div.p1 p:before{
    content: "02";
    top: 2rem;
    right: 24rem;
    left: auto;
}
.introList dd:nth-child(3) div.p1 p:before{
    content: "03";
}
.introList dd:nth-child(4) div.p1 p:before{
    content: "04";
    top: 2rem;
    right: 24rem;
    left: auto;
}
.introList dd:nth-child(1) div.p1 p span:after{
    content: "01 ——";
}
.introList dd:nth-child(2) div.p1 p span:after{
    content: "02 ——";
    left: -2rem;
}
.introList dd:nth-child(3) div.p1 p span:after{
    content: "03 ——";
}
.introList dd:nth-child(4) div.p1 p span:after{
    content: "04 ——";
    left: -2rem;
}
@media screen and (max-width:950px){
    .pAfter{
        width: 50%;
        height: auto;
        margin: 0;
    }
    section.intro div.p1 p span{
        width: 70% !important;
    }
    .introList dd:nth-child(2n) div.p1 p span {
        margin: auto;
        width: 80% !important;
    }
    .introList dd:nth-child(2) div.p1 p span:after{
        left: 0;
    }
}
@media screen and (max-width:750px){
    .pAfter{
        position: static;
        width: 100%;
    }
    section.intro div.p1 {
        padding-top: 0 !important;
        display: flex;
        flex-direction: column-reverse;
    }
    section.intro div.p1 p span {
        margin: auto;
        width: 100% !important;
    }
    .introList dd:nth-child(2n) div.p1 p span {
        margin: auto;
        width: 100% !important;
    }
    .introList{
        padding: 0 1rem;
    }
    section.intro div.p1{
        margin-bottom: 10px;
    }
}
section.intro div .bg-tu{
    content: "";
    display: block;
    width: 31rem;
    height: 25rem;
    margin: 5rem;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
}

section.intro div p {
    background: #f8f8f8;
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
}

section.intro div p:before {
    color: #f0f2f6;
    font-family: Arial;
    font-size: 12rem;
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 1;
}

section.intro div p span {
    display: block;
    width: 24rem;
    margin: auto;
    line-height: 1.75;
    text-align: left;
    position: relative;
    z-index: 5;
}

section.intro div p span:after {
    position: absolute;
    top: -3rem;
    font-family: Arial;
    display: block;
    z-index: 5;
}

section.intro div.p1 .bg-tu{
    right: 50%;
    object-fit:cover;
}

section.intro div.p1 p {
    left: 50%;
}

section.intro div.p1 p:before {
    content: "01";
    left: 25.5rem;
    top: 4rem;
}

section.intro div.p1 p span {
    margin-top: 10rem;
    margin-left: 5rem;
    color: #333;
}

section.intro div.p1 p span:after {
    content: "01 ——";
    right: 0;
}

section.intro div.p2 {
    margin-bottom: 5rem;
}

section.intro div.p2 .bg-tu{
    left: 50%;
}

section.intro div.p2 p {
    right: 50%;
}

section.intro div.p2 p:before {
    content: "02";
    top: 2rem;
    right: 24rem;
}

section.intro div.p2 p span {
    width: 30rem;
    margin-top: 8rem;
    margin-right: 5rem;
}

section.intro div.p2 p span:after {
    content: "02 ——";
    left: -2rem;
}

section.intro div.base {
    height: auto;
    padding: 2rem 0 5rem 0;
}

section.intro div.base:before {
    display: none;
}

section.intro div.base:after {
    display: none;
}

section.intro div.base ul {
    max-width: 90rem;
    margin: auto;
    margin-top: 46rem;
}

section.intro div.base ul li {
    display: inline-block;
    width: 22rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1rem;
    text-align: left;
    margin-bottom: 0.75rem;
}

section.intro div.base ul li:before {
    content: "•";
    margin-right: 0.25em;
}

@media (max-width: 1080px) {
    section.intro div.base ul {
        width: 44rem;
    }
}

@media (max-width: 552px) {
    section.intro div.base ul {
        width: 22rem;
    }
}

section.intro div.base #base1 {
    /*position: absolute;*/
    width: 70rem;
    /*left: 50%;*/
    /*margin-left: -48rem;*/
}

section.intro div.base #base2 {
    position: absolute;
    width: 48rem;
    left: 50%;
    margin-top: 5.5rem;
}

@media (max-width: 1200px) {
    section.intro div.base {
        padding: 0 0 2em;
    }

    section.intro div.base ul {
        margin-top: 2rem;
    }

    section.intro div.base #base1 {
        position: static;
        display: block;
        margin: auto;
        width: 90%;
        max-width: 56rem;
    }

    section.intro div.base #base2 {
        display: none;
    }
}

@media (max-width: 950px) {
    section.intro {
        padding-bottom: 3rem;
    }

    section.intro div {
        height: 0;
        padding-top: 40.3225806452%;
    }

    section.intro div:before {
        display: none;
    }

    section.intro div .bg-tu{
        width: 50%;
        height:50%;
        padding-top:0;
        margin: 0;
        top: 0;
    }

    section.intro div.p1 .bg-tu{
        left: 0;
    }

    section.intro div.p2 .bg-tu{
        left: 50;
    }

    section.intro div.p2:before {
        display: block;
        height: 3rem;
        bottom: -3rem;
    }

    section.intro div p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    section.intro div p span {
        position: relative;
        margin: auto;
        padding-top: 3rem;
    }

    section.intro div p:before {
        display: none;
    }

    section.intro div.p1 p span:after {
        left: 0;
        right: auto;
        top: 0;
    }

    section.intro div.p2 p span:after {
        left: 0;
        top: 0;
    }

    section.intro div.p1 p span {
        margin: auto;
        width: 70%;
    }

    section.intro div.p2 p span {
        margin: auto;
        width: 80%;
    }
}

@media (max-width: 750px) {
    section.intro div {
        height: auto;
    }

    section.intro div.p1 .bg-tu{
        width: 100%;
    }

    section.intro div.p2 .bg-tu{
        display: none;
    }

    section.intro div p {
        position: static;
        display: block;
        width: 100%;
        height: auto;
    }

    section.intro div p span {
        padding-top: 4rem;
    }

    section.intro div.p1 p span:after {
        top: 1.5rem;
    }

    section.intro div.p2 p span:after {
        top: 1.5rem;
    }

    section.intro div.p1 {
        padding-top: 40%;
    }

    section.intro div.p2 {
        padding-top: 0;
    }

    section.intro div.p1 p span {
        margin: auto;
        width: 80%;
    }

    section.intro div.p2 p span {
        margin: auto;
        width: 80%;
    }

    section.intro div.p2:before {
        display: none;
    }
}

section.eco div {
    width: 60rem;
    margin: auto;
    position: relative;
    height: 35rem;
    text-align: left;
}

section.eco div.p1:before {
    content: "";
    display: block;
    width: 27.5rem;
    height: 22.5rem;
    background-color: #004199;
    position: absolute;
    right: 50%;
    top: 0;
}

section.eco div.p1:after {
    content: "";
    display: block;
    width: 15rem;
    height: 15rem;
    background-image: url(../image/e1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 9.5rem;
    margin-top: 10rem;
}

section.eco div.p1 p {
    display: block;
    width: 20rem;
    position: absolute;
    left: 5.5rem;
    top: 28.5rem;
}

section.eco div.p1 p span:after {
    content: "01 ——";
    font-family: Arial;
    display: block;
    position: absolute;
    left: -4rem;
    top: -2rem;
}

section.eco div.p1 p span {
    position: relative;
    z-index: 5;
}

section.eco div.p1 p:before {
    content: "01";
    color: #f0f2f6;
    font-family: Arial;
    font-size: 12rem;
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 1;
    left: -4.5rem;
    top: -5.5rem;
}

section.eco div.p2 {
    margin-top: -35rem;
}

section.eco div.p2:after {
    content: "";
    display: block;
    width: 30rem;
    height: 15rem;
    background-image: url(../image/e2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -3.5rem;
    margin-top: 4rem;
    z-index: 2;
}

section.eco div.p2 p {
    display: block;
    width: 21rem;
    position: absolute;
    left: 34rem;
    top: 21rem;
}

section.eco div.p2 p span:after {
    content: "02 ——";
    font-family: Arial;
    display: block;
    position: absolute;
    left: auto;
    right: -2.5rem;
    top: -19.5rem;
}

section.eco div.p2 p span {
    position: relative;
    z-index: 5;
}

section.eco div.p2 p:before {
    content: "02";
    color: #f0f2f6;
    font-family: Arial;
    font-size: 12rem;
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 1;
    right: -11rem;
    top: -23rem;
}

@media (max-width: 900px) {
    section.eco div.p2 p:before {
        top: -5rem;
        right: -3rem;
    }
}

@media (max-width: 720px) {
    section.eco div {
        width: auto;
        height: auto;
        margin: auto 1rem;
        padding-top: 36%;
    }

    section.eco div.p1:before {
        width: 50%;
        height: 0;
        padding-top: 37.5%;
    }

    section.eco div.p1:after {
        width: 25%;
        height: 0;
        padding-top: 25%;
        background-image: url(../image/e1.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        right: 68%;
        top: 16%;
        margin-right: 0;
        margin-top: 0;
    }

    section.eco div.p1 p:before {
        display: none;
    }

    section.eco div.p1 p span:after {
        display: none;
    }

    section.eco div.p1 p {
        width: 40rem;
        left: 50%;
        margin-left: -20rem;
        top: auto;
        bottom: -4.5rem;
    }

    section.eco div.p2 {
        margin-top: -36%;
        padding-bottom: 10rem;
    }

    section.eco div.p2:after {
        width: 60%;
        height: 0;
        padding-top: 30%;
        background-image: url(../image/e2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        left: 40%;
        top: 5%;
        margin-left: 0;
        margin-top: 0;
    }

    section.eco div.p2 p:before {
        display: none;
    }

    section.eco div.p2 p span:after {
        display: none;
    }

    section.eco div.p2 p {
        width: 40rem;
        left: 50%;
        margin-left: -20rem;
        top: auto;
        bottom: 0rem;
    }
}

@media (max-width: 530px) {
    section.eco div.p1 p {
        width: 100%;
        left: 0;
        top: 0;
        bottom: auto;
        margin-left: 0;
        margin-top: 40%;
    }

    section.eco div.p2 p {
        width: 100%;
        left: 0;
        bottom: 0;
        margin-left: 0;
        margin-top: auto;
    }
}

@media (max-width: 460px) {
    section.eco div.p2 {
        padding-bottom: 13rem;
    }
}

@media (max-width: 350px) {
    section.eco div.p2 {
        padding-bottom: 15rem;
    }
}

section.res div.p1 {
    width: 66rem;
    box-sizing: border-box;
    height: 24.5rem;
    padding: 4rem;
    padding-top: 6rem;
    margin: auto;
    margin-bottom: 9rem;
    text-align: left;
    color: #fff;
    background: #004199;
    position: relative;
    top: 3rem;
}

section.res div.p1 p {
    width: 28rem;
    margin-top: 1rem;
    line-height: 1.75;
}

section.res div.p1:before {
    content: "";
    height: 30.5rem;
    width: 24.5rem;
    position: absolute;
    right: 4rem;
    top: -3rem;
    display: block;
    background-image: url(../image/r1.jpg);
    background-position: center center;
    background-size: cover;
}

@media (max-width: 816px) {
    section.res div.p1 {
        width: auto;
        margin: auto 0 9rem 0;
        padding: 2rem;
    }

    section.res div.p1:before {
        right: 1rem;
    }

    section.res div.p1 p {
        margin-bottom: 1rem;
        width: auto;
        margin-right: 25rem;
    }
}

@media (max-width: 580px) {
    section.res div.p1 {
        height: auto;
        top: 0;
        margin-bottom: 3rem;
    }

    section.res div.p1:before {
        display: none;
    }

    section.res div.p1 p {
        margin-right: auto;
    }
}

section.res div.p2 {
    width: 60rem;
    margin: auto;
    text-align: left;
    position: relative;
}

section.res div.p2 h2 {
    font-size: 2rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0.75rem;
}

section.res div.p2 p {
    width: 19rem;
    line-height: 1.75;
}

section.res div.p2 ul {
    display: block;
    width: 35rem;
    position: absolute;
    right: 0;
    top: 0;
}

section.res div.p2 ul li {
    width: 17rem;
    color: #004199;
    display: inline-block;
    font-weight: bold;
    line-height: 1.75;
}

section.res div.p2 {
    width: 60rem;
    margin: auto;
    text-align: left;
    position: relative;
}

section.res div.p2 h2 {
    font-size: 2rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0.75rem;
}

section.res div.p2 p {
    width: 19rem;
    line-height: 1.75;
}

section.res div.p2 ul {
    display: block;
    width: 35rem;
    position: absolute;
    right: 0;
    top: 0;
}

section.res div.p2 ul li {
    width: 17rem;
    color: #004199;
    display: inline-block;
    font-weight: bold;
    line-height: 1.75;
}


section.res2 div.p2 {
    width: 90rem;
    margin: auto;
    text-align: left;
    position: relative;
}

section.res2 div.p2 h2 {
    font-size: 2rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0.75rem;
}

section.res2 div.p2 .pic {
    width: 50rem;
    line-height: 1.75;
}

section.res2 div.p2 .tu_pic img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}

section.res2 div.p2 ul {
    display: block;
    width: 39rem;
    position: absolute;
    right: 0;
    top: 0;
}

section.res2 div.p2 ul li {
    width: 19rem;
    color: #004199;
    display: inline-block;
}

section.res2 div.p2 ul li img {
    display: block;
    width: 18rem;
    height: 12rem;
    margin-bottom: 0.75rem;
}

section.res2 div.p2 ul li h3 {
    text-align: center;
    color: #0d0d0d;
}

@media (max-width:1024px) {
    section.res2 div.p2 {
        width: 100%;
    }

    section.res2 div.p2 .pic {
        width: 55%;
        padding-right: 2%;
        box-sizing: border-box;
    }

    section.res2 div.p2 ul {
        width: 45%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
    }

    section.res2 div.p2 ul li {
        display: block;
        width: 48%;
        margin-right: 3%;
    }

    section.res2 div.p2 ul li:nth-child(2n) {
        margin-right: 0;
    }

    section.res2 div.p2 ul li img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 816px) {
    section.res div.p2 {
        width: auto;
        margin: auto 1rem;
        text-align: center;
    }

    section.res div.p2 h2 {
        text-align: center;
    }

    section.res div.p2 p {
        text-align: center;
        width: auto;
        margin: auto 10rem 2rem;
    }

    section.res div.p2 ul {
        position: static;
        width: 40rem;
        margin: auto;
    }

    section.res div.p2 ul li {
        width: 20rem;
    }
}

@media (max-width: 600px) {
    section.res div.p2 p {
        text-align: center;
        width: auto;
        margin: auto 2rem 2rem;
    }

    section.res div.p2 ul {
        width: 100%;
    }

    section.res div.p2 ul li {
        width: 50%;
    }
}

@media (max-width: 410px) {
    section.res div.p2 p {
        text-align: center;
        width: auto;
        margin: auto 2rem 2rem;
    }

    section.res div.p2 ul {
        width: 100%;
    }

    section.res div.p2 ul li {
        width: 100%;
    }
}

/*# sourceMappingURL=about.css.map */