section.header {
    display: none;
}

div._main {
    background-color: #f8f8f8;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

body.mqq div._main {
    background-image: url(../image/mqq.jpg);
}

body.sq div._main {
    background-image: url(../image/sq.jpg);
}

body.rjq div._main {
    background-image: url(../image/rjq.jpg);
}

body.xcn div._main {
    background-image: url(../image/xcn.jpg);
}

body.fl div._main {
    background-image: url(../image/fl.jpg);
}

section.intro {
    padding-top: 15rem;
    width: 60rem;
    margin: auto;
    position: relative;
    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;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}

section.intro img {
    width: 28rem;
    object-fit: contain;
    height: 20rem;
    padding-top: 60px;
}

section.intro > div {
    width: 28rem;
}

section.intro h1 {
    font-size: 2rem;
    font-weight: lighter;
    margin-bottom: 1rem;
}

section.intro p {
    margin-bottom: 1rem;
}

section.intro span {
    display: block;
    margin-bottom: 2rem;
    color: #fff;
    background: linear-gradient(to right, rgba(0, 83, 166, 0.7), rgba(0, 106, 184, 0.7) 35%, rgba(0, 154, 137, 0.7));
    display: inline-block;
    padding: 0.25rem 1rem;
}

section.intro a {
    display: inline-block;
    color: #004199;
    font-size: 1.25rem;
    padding: 0.25rem 1rem;
    border: 2px solid #004199;
    margin-bottom: 3rem;
}


.Technicaldocuments{}
.Technicaldocuments h3{font-size:24px;font-weight: normal;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:1%;margin-bottom:4%;}
.Technicaldocuments ul li{}
.Technicaldocuments ul li a{font-size:16px;display: block;border:none;margin-bottom:15px;color:#333;padding:0;padding-left:1.6rem;background: url(../image/downicon.png) no-repeat left center/20px;text-align: left;}
.Technicaldocuments ul li a:hover{color:#004199;}

@media(max-width:780px){
    .Technicaldocuments ul li a{padding-left:2.2rem;}
}


.imgleft {
    width: 18rem;
    height: 18rem;
    position: absolute;
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 15rem;
}

.imgright {
    width: 37rem;
    height: 21.5rem;
    position: absolute;
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    right: 0;
    top: 3rem;
}

@media (max-width: 750px) {
    section.intro {
        width: auto;
        padding-top: 20%;
        margin: auto 2rem;
    }

    section.intro img {
        width: 15rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    section.intro > div {
        width: auto;
        box-sizing: border-box;
        padding-left: 2rem;
    }
}

@media (max-width: 540px) {
    section.intro {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section.intro > div {
        width: auto;
        box-sizing: border-box;
        padding-left: 0;
        text-align: center;
        margin-top: 1rem;
    }

    section.intro > div p {
        text-align: left;
        max-width: 30rem;
    }
}

section.icons {
    height: 12rem;
    width: 60rem;
    background-color: #004199;
    padding-right: 200rem;
    position: relative;
    left: 50%;
    margin: 8rem auto;
    margin-left: -30rem;
    color: #fff;
}

section.icons:after {
    content: 'JADY';
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 10rem;
    color: rgba(51, 51, 51, 0.1);
    transform: rotate(90deg);
    position: absolute;
    left: 62rem;
    top: 0;
    z-index: 1;
}

section.icons > img {
    width: 24rem;
    height: 24rem;
    position: absolute;
    left: 0;
    top: -6rem;
}

section.icons ul {
    margin-left: 26rem;
    height: 100%;
    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;
}

section.icons li {
    text-align: center;
    margin-right: 2.5rem;
    width: auto;
}

section.icons li img, section.icons li span {
    display: block;
    margin: auto;
}

section.icons li img {
    width: 6rem;
    height: 7rem;
    display: block;
}

section.icons li span {
    margin-top: 1rem;
}

@media (max-width: 750px) {
    section.icons {
        width: 100%;
        padding-right: 0;
        left: 0;
        margin-left: 0;
    }

    section.icons:after {
        display: none;
    }

    section.icons img {
        display: none;
    }

    section.icons ul {
        margin-left: 3rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    section.icons ul {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    section.icons ul li {
        width: auto;
        margin: auto;
    }
}

section.info {
    margin: 5rem auto;
    text-align: center;
    max-width: 60rem;
    position: relative;
}

section.info hgroup {
    padding-bottom: 2rem;
}



section.info img.t {
    width: 45%;
    display: block;
    z-index: 10;
    position: absolute;
    bottom: 2rem;
    left:0;
}

section.info > div {
    padding-bottom: 54.1666666667%;
    margin: auto;
    width: auto;
    position: relative;
}



section.info > div div {
    height: 100%;
    width: 50%;
    padding: 0 5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: left;
}

@media (max-width: 750px) {
    section.info {
        margin: 5rem 1rem;
    }
}

@media (max-width: 540px) {
    section.info {
        margin: 5rem auto;
    }

    section.info:before {
        width: 100%;
        height: 10rem;
        left: 0;
    }

    section.info img.t {
        display: none;
    }

    section.info > div:after {
        display: none;
    }

    section.info > div {
        padding-bottom: 0;
    }

    section.info > div div {
        background: #f8f8f8;
        width: auto;
        min-height: 12rem;
        position: static;
        margin: auto 2rem;
        padding: 2rem 3rem 1rem;
    }

    section.info hgroup {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

body.mqq section.steps div:before {
    background-image: url(../image/mqq-l.jpg);
}

body.sq section.steps div:before {
    background-image: url(../image/sq-l.jpg);
}

body.rjq section.steps div:before {
    background-image: url(../image/rjq-l.jpg);
}

body.xcn section.steps div:before {
    background-image: url(../image/xcn-l.jpg);
}

body.fl section.steps div:before {
    background-image: url(../image/fl-l.jpg);
}

body.mqq section.steps div:after {
    background-image: url(../image/mqq-r.jpg);
}

body.sq section.steps div:after {
    background-image: url(../image/sq-r.jpg);
}

body.rjq section.steps div:after {
    background-image: url(../image/rjq-r.jpg);
}

body.xcn section.steps div:after {
    background-image: url(../image/xcn-r.jpg);
}

body.fl section.steps div:after {
    background-image: url(../image/fl-r.jpg);
}

section.steps {
    margin: 5rem auto;
    max-width: 60rem;
    position: relative;
}

section.steps:after {
    content: 'JADY';
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 10rem;
    color: rgba(51, 51, 51, 0.1);
    transform: rotate(90deg);
    position: absolute;
    left: -8rem;
    bottom: 10rem;
    z-index: 1;
}

section.steps hgroup {
    text-align: center;
    position: relative;
}

section.steps hgroup:before {
    content: "";
    dislay: block;
    background: #004199;
    width: 30rem;
    height: 29rem;
    position: absolute;
    left: 5rem;
    top: 100%;
    margin-top: 2rem;
    display:none !important;
}

section.steps div {
    /* padding-top: 30rem;
    position: relative;
    padding-left: 22.5rem; */
    padding-top: 0 !important;
    position: relative;
    padding-left: 0 !important;
}

section.steps div:before {
    width: 18rem;
    height: 18rem;
    position: absolute;
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 15rem;
    display: none !important;
}

section.steps div:after {
    width: 37rem;
    height: 21.5rem;
    position: absolute;
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    right: 0;
    top: 3rem;
    display: none !important;
}

section.steps div table th, section.steps div table td {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    padding-bottom: 0.75rem;
}

section.steps div table th {
    white-space: nowrap;
    padding-right: 1rem;
}

@media (max-width: 750px) {
    section.steps hgroup:before {
        content: "";
        display: block;
        background: #004199;
        width: 40%;
        height: 0;
        padding-top: 38%;
        position: absolute;
        left: 10%;
        top: 100%;
        margin-top: 2rem;
    }

    section.steps div {
        padding-top: 45%;
        padding-left: 13rem;
        padding-right: 1rem;
    }

    section.steps div:before {
        width: 30%;
        height: 0;
        padding-top: 30%;
        position: absolute;
        content: "";
        display: block;
        background-image: url(../image/mqq-l.jpg);
        background-size: cover;
        background-position: center center;
        left: 1rem;
        top: 5rem;
    }

    section.steps div:after {
        width: 56.25%;
        height: 0;
        padding-top: 31.5%;
        position: absolute;
        content: "";
        display: block;
        background-image: url(../image/mqq-l.jpg);
        background-size: cover;
        background-position: center center;
        right: 1rem;
        top: 1rem;
    }

    section.steps div table th, section.steps div table td {
        font-weight: normal;
        vertical-align: top;
        text-align: left;
        padding-bottom: 0.75rem;
    }

    section.steps div table th {
        white-space: nowrap;
        padding-right: 1rem;
    }
}

@media (max-width: 640px) {
    section.steps:after {
        display: none;
    }

    section.steps div {
        padding-left: 1rem;
    }

    section.steps div:before {
        top: 2.5rem;
    }
}

section.recommend {
    text-align: center;
    max-width: 60rem;
    margin: 5rem auto;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3rem;
}

section.recommend div {
    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;
}

section.recommend .prev, section.recommend .next {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3rem;
    -moz-box-flex: 0;
    -moz-flex: 0 0 3rem;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    background: #fff;
}

section.recommend ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    overflow: hidden;
}

section.recommend ul li {
    width: 10rem;
    margin-right: 1rem;
}

section.recommend ul li img {
    width: 10rem;
    height: 10rem;
}

section.recommend ul li span {
    display: block;
    margin-top: 0.5rem;
    color: #333;
}

section.detail {
    text-align: center;
    margin: 5rem auto;
}

section.detail table {
    margin: auto;
    border-top: 1px solid #e5e5e5;
    text-align: left;
}

section.detail th, section.detail td {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0.25rem;
}

section.detail th {
    font-weight: normal;
    padding-right: 3rem;
    white-space: nowrap;
}

@media (max-width: 480px) {
    section.detail table {
        margin: auto 1rem;
    }

    section.detail th {
        padding-right: 1.5rem;
    }
}

section.patent {
    margin: 5rem auto 0;
    text-align: center;
    max-width: 60rem;
    padding: 0 1rem;
}

section.patent hgroup {
    border: 0.5rem solid #e1e9f5;
    margin-bottom: -10rem;
}

section.patent hgroup h1 {
    margin: 2rem auto 10rem;
}

section.patent ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 2rem;
}

section.patent ul li {
    text-align: center;
    border: 0.75rem solid #f8f8f8;
    margin: 0.5rem;
}

section.patent ul li img {
    height: 16rem;
    display: block;
}

section.patent ul li span {
    display: block;
    margin-top: 0.25rem;
}

@media (max-width: 750px) {
    section.patent {
        border: 0.5rem solid #e1e9f5;
        margin: 5rem 2rem 2rem;
    }

    section.patent hgroup {
        border: 0;
        margin-bottom: auto;
    }

    section.patent hgroup h1 {
        margin: 2rem auto;
    }

    section.patent ul {
        margin: auto 3rem;
        margin-bottom: 1rem;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

section.download {
    background: #004199;
    height: 5rem;
    color: #fff;
    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;
    padding: 0;
}

section.download a {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    padding: 0.75rem 0 0.75rem 5rem;
    background-repeat: no-repeat;
    background-size: auto 2.5rem;
}

section.download a {
    color: #fff;
    background-image: url(../image/icon_down.png);
    background-position: 0% center;
}

section.download a:hover, section.download a:active {
    color: #fff;
}

/*# sourceMappingURL=detail.css.map */
