@charset 'utf-8';

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

    body,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    fieldset,
    header,
    footer,
    section,
    details,
    aside,
    menu,
    nav,
    article,
    figure,
    figcaption,
    time,
    input,
    button,
    textarea,
    select {
        font-size: 16px;
    }

    html,
    body {
        width: 100%;
    }

    body {
        padding-top: 3rem;
        overflow-x : hidden;
        box-sizing : border-box;
    }

    /** 通用 **/

    .owidth {
        width     : 94%;
        box-sizing: border-box;
        margin    : 0 auto;
    }

    .cm-top {
        position        : fixed;
        top             : 0;
        left            : 0;
        width           : 100%;
        height          : 3rem;
        background-color: #356DB3;
        z-index         : 10;
    }

    .cm-logo {
        float: left;
    }

    .cm-logo img {
        display   : block;
        height    : 2rem;
        margin-top: .5rem;
    }

    .cm-search {
        display: none;
    }

    .m-cm-search {
        width           : 90%;
        margin          : .5rem auto;
        background-color: #497bba;
        box-sizing      : border-box;
        padding         : .3rem .5rem .2rem .8rem;
        border-radius   : 2rem;
    }

    .m-cm-search input {
        width     : calc(100% - 2rem);
        box-sizing: border-box;
        padding   : .5rem;
        background: transparent;
        border    : none;
    }

    .m-cm-search input::placeholder {
        color: #6c96cb;
    }

    .m-cm-search button {
        float          : right;
        width          : 2rem;
        height         : 2rem;
        background     : transparent url('../img/icon-search.png');
        background-size: 100% 100%;
        border         : none;
    }

    .cm-nav {
        display         : none;
        position        : fixed;
        left            : 0;
        top             : 3rem;
        width           : 100%;
        height          : calc(100% - 3rem);
        overflow        : auto;
        background-color: #356DB3;
    }

    .cm-nav-item {
        margin: .5rem 5%;
    }

    .cm-top-link {
        float     : right;
        margin-top: .8rem;
        color     : #FAFBFF;
    }

    .cm-top-link a {
        color: #FAFBFF;
    }

    .cm-top-link a:hover {
        text-decoration: underline;
    }

    .cm-nav-sub-cover {
        display: none;
    }

    .cm-nav-item,
    .cm-nav-sub-item,
    .cm-nav-item a {
        display    : block;
        color      : #FAFBFF;
        line-height: 3rem;
    }

    .cm-nav-sub-item {
        color: #a2c6f3 !important;
    }

    .cm-nav-item,
    .cm-nav-sub-item {
        border-bottom: 1px #6c96cb solid;
        margin-bottom: -1px;
    }

    .cm-nav-item-active,
    .cm-nav-item-active a {
        color: #FFAC00;
    }

    .m-cm-down-menu {
        position   : relative;
        float      : right;
        width      : 1.6rem;
        height     : 2rem;
        margin-top : .6rem;
        margin-left: .9rem;
    }

    .m-cm-down-menu span {
        display         : none;
        position        : absolute;
        width           : 100%;
        height          : 100%;
        color           : #FAFBFF;
        font-size       : 1.8rem;
        line-height     : 1.8rem;
        text-align      : center;
        background-color: #356DB3;
    }

    .m-cm-down-menu i {
        display         : block;
        height          : 3px;
        margin          : .3rem 0;
        background-color: #FAFBFF;
    }

    .arr-style-0 {
        float       : right;
        width       : 0;
        height      : 0;
        margin-right: .5rem;
        margin-top  : 1.5rem;
        border-top  : 10px #FAFBFF solid;
        border-left : 10px transparent solid;
        border-right: 10px transparent solid;
        transition  : all .3s ease 0s;
        zoom        : .7;
    }

    .arr-style-0:before {
        display     : block;
        content     : "";
        width       : 0;
        height      : 0;
        margin-left : -10px;
        margin-top  : -12px;
        border-top  : 10px #356DB3 solid;
        border-left : 10px transparent solid;
        border-right: 10px transparent solid;
    }

    .idx-banner {
        width: 100%;
    }

    .idx-product-label {
        font-size : 1.5rem;
        margin    : 1.2rem 0;
        text-align: center;
    }

    .idx-product-label:after {
        content         : "";
        display         : block;
        background-color: #356DB3;
        width           : 3rem;
        height          : 3px;
        margin          : .5rem auto 1rem auto;
    }

    .list-style-0-item {
        float        : left;
        width        : 48%;
        margin-right : 4%;
        padding      : .6rem;
        box-sizing   : border-box;
        margin-bottom: 1rem;
        box-shadow   : 0 0 3px rgba(0, 0, 0, .2);
    }

    .list-style-0-item:nth-child(2n) {
        margin-right: 0;
    }

    .list-style-0-title {
        white-space  : nowrap;
        text-overflow: ellipsis;
        overflow     : hidden;
        padding-top  : .4rem;
        line-height  : 130%;
    }

    .list-style-0-thm img {
        display   : block;
        object-fit: cover;
        width     : 100%;
        height    : 100%;
    }

    .list-style-0-more {
        display: none;
    }

    .list-style-1-item {
        float        : left;
        width        : 48%;
        margin-right : 4%;
        padding      : .6rem;
        box-sizing   : border-box;
        margin-bottom: 1rem;
        box-shadow   : 0 0 3px rgba(0, 0, 0, .2);
    }

    .list-style-1-item:nth-child(2n) {
        margin-right: 0;
    }

    .list-style-1-thm img {
        display   : block;
        height    : 100%;
        width     : 100%;
        object-fit: cover;
    }

    .list-style-1-title {
        white-space  : nowrap;
        text-overflow: ellipsis;
        overflow     : hidden;
        padding-top  : .4rem;
        line-height  : 130%;
    }

    .idx-sale-network-label {
        font-size : 1.5rem;
        margin    : .8rem 0 1rem 0;
        text-align: center;
        color     : #FAFBFF;
    }

    .idx-sale-network {
        padding        : 2rem 0;
        background     : url('../img/bck-0.jpg') 0 0;
        background-size: auto 100%;
    }

    .idx-sale-network:after {
        content         : "";
        display         : block;
        background-color: #FAFBFF;
        width           : 3rem;
        height          : 3px;
        margin          : 2rem auto 1rem auto;
    }

    .idx-sale-network-content {
        color      : #FAFBFF;
        line-height: 150%;
    }

    .idx-map {
        display: block;
        margin : 1rem auto;
        width  : 90%;
    }

    .idx-capability {
        padding-top     : 1rem;
        background-color: #356DB3;
        padding-bottom  : 9rem;
    }

    .idx-capability-label {
        font-size : 1.5rem;
        margin    : 1rem 0 1.2rem 0;
        color     : #FAFBFF;
        text-align: center;
    }

    .idx-capability-content {
        color      : #FAFBFF;
        line-height: 150%;
    }

    .cm-more-0 {
        display   : block;
        margin    : 1.1rem auto;
        width     : 6rem;
        padding   : .2rem 0;
        text-align: center;
        color     : #FAFBFF;
        border    : 1px #FAFBFF solid;
    }

    .cm-more-0:hover {
        background-color: #FAFBFF;
        border-color    : #FAFBFF;
    }

    .idx-capability-item {
        margin-top: -8.2rem;
        width     : 90%;
    }

    .idx-capability-item img {
        width: 100%;
    }

    .idx-capability-button {
        position        : relative;
        float           : left;
        margin-top      : -3rem;
        margin-left     : -7px;
        width           : 16rem;
        height          : 4rem;
        line-height     : 4rem;
        font-weight     : 600;
        padding-left    : 1rem;
        box-sizing      : border-box;
        background-image: url('../img/bck-1.png');
        background-size : 100% 100%;
    }

    .idx-capability-item a {
        display      : block;
        margin-bottom: 2rem;
    }

    .cm-bottom-logo {
        display: none;
    }

    .cm-bottom {
        background-color: #356DB3;
        padding         : 2.5rem 0 3rem 0;
        margin-top      : 3rem;
    }

    .cm-bottom-label {
        margin-bottom: 1rem;
        font-size    : 1.5rem;
        color        : #FAFBFF;
        text-align   : center;
    }

    .cm-bottom-region-0-item {
        min-height   : 1.5rem;
        margin-bottom: 1rem;
        color        : #FAFBFF;
    }

    .cm-bottom-label:nth-child(1) {
        margin-bottom: 1.6rem !important;
    }

    .cm-bottom-region-0-item img {
        float     : left;
        margin-top: -.2rem;
        width     : 1.5rem;
        height    : 1.5rem;
    }

    .cm-bottom-region-0-item p {
        margin-left: 2rem;
    }

    .cm-bottom-region-0-link {
        border-top : 1px #6c96cb solid;
        padding-top: .5rem;
        text-align : right;
    }

    .cm-bottom-region-0-link a {
        display: inline-block;
        width  : 1.5rem;
        height : 1.5rem;
        margin : .5rem;
    }

    .cm-bottom-region-0-link img {
        width: 100%;
    }

    .cm-bottom-region-1 {
        margin-top: 1.3rem;
    }

    .cm-bottom-series {
        display        : flex;
        justify-content: space-between;
        flex-wrap      : wrap;
    }

    .cm-bottom-series-item {
        width        : 48%;
        color        : #FAFBFF;
        line-height  : 3rem;
        border-bottom: 1px #6c96cb solid;
    }

    .m-wx {
        color        : #FAFBFF;
        text-align   : center;
        margin-bottom: .5rem;
    }

    .m-wx-code {
        display: block;
        margin : 0 auto;
        width  : 50%;
    }

    .m-wx-icon {
        width       : 2.5rem;
        margin-right: -.1rem;
        margin-left : -1rem;
    }

    .right-bar-fixed {
        display: none;
    }

    .cm-bottom-copy {
        text-align: center;
        padding   : 1rem 1rem 4rem 1rem;
        font-size : .9rem;
    }

    .m-right-bar-to-top {
        position        : fixed;
        bottom          : 1rem;
        right           : 3%;
        width           : 2rem;
        height          : 2rem;
        background-image: url('../img/icon-to-top.png');
        background-size : 100% 100%;
        z-index         : 1000;
    }

    .inner-banner {
        background     : url('../img/bck-inner.jpg') 50% 0;
        background-size: auto 100%;
        padding        : 2rem 3% 1rem 3%;
        box-sizing     : border-box;
        color          : #FAFBFF;
    }

    .inner-banner a {
        color: #FAFBFF;
    }

    .inner-page-label-sub {
        text-align   : right;
        margin-bottom: .3rem;
    }

    .inner-page-label {
        font-size    : 2.5rem;
        margin-bottom: 1rem;
        text-align   : right;
    }

    .about-us {
        position  : relative;
        margin-top: 1.6rem;
    }

    .about-content-cover {
        display: none;
    }

    .about-quality-back {
        display: none;
    }

    .m-about-quality-back {
        position     : relative;
        width        : 96%;
        top          : 0;
        left         : 0;
        font-weight  : 600;
        color        : #356DB3;
        font-size    : 1.8rem;
        margin-bottom: 2rem;
        text-align   : right;

    }

    .m-about-quality-back:after {
        position        : absolute;
        bottom          : -.9rem;
        right           : 0;
        content         : '';
        width           : 30%;
        height          : 1px;
        background-color: #356DB3;
    }

    .about-content-detail {
        line-height: 150%;
    }

    .about-quality {
        position        : relative;
        margin-top      : 1rem;
        background-color: #000;
        padding         : 2rem 4%;
        width           : 100%;
    }

    .about-quality-cover {
        position: absolute;
        top     : 0;
        left    : 0;
        width   : 100%;
        height  : 100%;
        opacity : .5;
    }

    .about-quality-detail {
        position: relative;
        color   : #FAFBFF;
    }

    .about-quality-detail h3 {
        color    : #FFAC00;
        font-size: 2rem;
    }

    .about-quality-item {
        margin-top: 1.5rem;
    }

    .about-quality-item-detail h4 {
        padding-bottom: .5rem;
        margin-bottom : .5rem;
        border-bottom : 1px #FAFBFF solid;
        font-weight   : 600;
    }

    .about-quality-item i {
        float         : left;
        width         : 2rem;
        text-align    : center;
        position      : relative;
        margin-right  : 1rem;
        padding-bottom: .5rem;
        color         : #FFAC00;
    }

    .about-quality-item i:after {
        content         : '';
        position        : absolute;
        left            : 0;
        bottom          : -1px;
        height          : 1px;
        background-color: #FFAC00;
        width           : 100%;
    }

    .left-menu {
        display: none;
    }

    .cm-type-desc {
        background-color: #e2e8ef;
        line-height     : 150%;
        margin          : 1rem 0;
        box-sizing      : border-box;
        padding         : 1rem;
    }

    .capability-item {
        width : 100%;
        margin: 0 auto;
    }

    .contact {
        margin-top: 1rem;
    }

    .contact {
        position     : relative;
        margin-bottom: 2rem;
    }

    .contact-sutai {
        position   : absolute;
        right      : 0;
        top        : 0;
        color      : #ebecee;
        font-size  : 4rem;
        font-weight: 600;
    }

    .contact-item {
        position: relative;
    }

    .contact-page-label {
        position : relative;
        font-size: 1.5rem;
        margin   : 1.2rem 0;
    }

    .contact-page-label:after {
        content         : "";
        display         : block;
        background-color: #356DB3;
        width           : 3rem;
        height          : 3px;
        margin          : .8rem 0 .8rem 0;
    }

    .contact-item {
        padding      : .8rem 0;
        border-bottom: 1px #d2d2d2 solid;
    }

    .contact-item-label {
        margin-bottom: .6rem;
        color        : #666;
    }

    .contact-item input[type="text"] {
        width           : 100%;
        box-sizing      : border-box;
        padding         : .5rem;
        border          : none;
        background-color: #e4e5e8;
    }

    input[type="text"].contact-item-txt {
        width: 50%;
    }

    .contact-item img {
        float : right;
        height: 2rem;
        width : 45%;
    }

    .inquiry-form {
        margin-bottom: 1rem;
    }

    .inquiry-form button {
        display      : block;
        color        : #fff;
        width        : 100%;
        padding      : .8rem;
        background   : #356DB3;
        border-radius: 2px;
        border       : none;
        margin       : 1rem auto;
    }

    .download h1 {
        font-size : 1.6rem;
        color     : #03152C;
        margin    : 1.5rem 0 1rem 0;
        text-align: center;
    }

    .download h2 {
        text-align : center;
        line-height: 150%;
    }

    .download h2 img {
        width: 1.4rem;
    }

    .download-cover {
        width      : 12rem;
        height     : 16rem;
        margin     : 1rem auto;
        padding-top: 5.5rem;
        text-align : center;
        box-sizing : border-box;
        background : #c2c5ce;
    }

    .download-cover h3 {
        color      : #356db3;
        font-size  : 2rem;
        font-weight: 600;
    }

    .download-cover p {
        color    : #356db3;
        font-size: .5rem;
    }

    .download-file {
        display    : block;
        text-align : center;
        line-height: 150%;
        color      : #002BAC;
    }

    .download-file img {
        width: 1.5rem;
    }

    .process {
        position     : relative;
        margin-top   : 2.5rem;
        margin-bottom: 3.5rem;
    }

    .process p {
        position  : relative;
        box-sizing: border-box;
    }

    .process p:nth-child(2n) {
        width     : 50%;
        float     : left;
        margin-top: 2rem;
    }

    .process p:nth-child(2n+1) {
        width     : 50%;
        float     : left;
        text-align: right;
    }

    .process span {
        display      : inline-block;
        padding      : 1rem;
        border-bottom: 1px #c9cbce solid;
    }

    .process em {
        position   : absolute;
        height     : 103%;
        width      : 1em;
        border-left: 4px #5394e4 solid;
        left       : 50%;
    }

    .process em>i {
        position     : absolute;
        width        : .7rem;
        height       : .7rem;
        border       : 4px #5394e4 solid;
        border-radius: 1rem;
        left         : -.7rem;
    }

    .process em>i:first-child {
        top             : -1rem;
        background-color: #fff;
    }

    .process em>i:last-child {
        bottom          : -1rem;
        background-color: #5394e4;
    }

    .swiper-style-0.swiper-container {
        width: 100%;
    }

    .swiper-style-0 .swiper-slide {
        position  : relative;
        text-align: center;
        overflow  : auto;

        /* Center slide text vertically */
        display                : -webkit-box;
        display                : -ms-flexbox;
        display                : -webkit-flex;
        display                : flex;
        -webkit-box-pack       : center;
        -ms-flex-pack          : center;
        -webkit-justify-content: center;
        justify-content        : center;
        -webkit-box-align      : center;
        -ms-flex-align         : center;
        -webkit-align-items    : center;
        align-items            : center;
    }

    .swiper-style-0 img {
        width: 100%;
    }

    .swiper-style-0-title {
        position   : absolute;
        top        : 0;
        left       : 0;
        width      : 100%;
        height     : 100%;
        display    : flex;
        align-items: center;
        color      : #FAFBFF;
        z-index    : 1;
    }

    .swiper-style-0-title:hover {
        color           : #fff;
        background-color: rgba(0, 0, 0, .3);
    }

    .swiper-style-0-title span {
        display   : block;
        width     : 80%;
        margin    : auto;
        text-align: center;
    }

    .pc-swiper-style-0 {
        display: none;
    }

    .product-detail-title {
        position: relative;
    }

    .pc-product-name {
        display: none;
    }

    .m-product-name {
        text-align   : center;
        font-size    : 1.7rem;
        margin-bottom: 1rem;
        margin-top   : .7rem;
    }

    .product-detail {
        margin-top: 1rem;
    }

    .product-detail-cover {
        width     : 100%;
        display   : block;
        box-sizing: border-box;
        border    : 1px #a3abb7 solid;
    }

    .product-detail-cover-large {
        display: none !important;
    }

    .pc-product-cover-list-region {
        display: none;
    }

    .product-cover-list.swiper-container {
        width: 80%;
    }

    .product-cover-list.swiper-slide {
        text-align: center;
        font-size : 18px;
        background: #fff;

        /* Center slide text vertically */
        display                : -webkit-box;
        display                : -ms-flexbox;
        display                : -webkit-flex;
        display                : flex;
        -webkit-box-pack       : center;
        -ms-flex-pack          : center;
        -webkit-justify-content: center;
        justify-content        : center;
        -webkit-box-align      : center;
        -ms-flex-align         : center;
        -webkit-align-items    : center;
        align-items            : center;
    }

    .product-cover-list img {
        display   : block;
        width     : 100%;
        height    : 100%;
        object-fit: cover;
    }

    .product-cover-list-region {
        position     : relative;
        margin-top   : 1.3rem;
        margin-bottom: 1rem;
    }

    .product-cover-list-region .swiper-button-white {
        position           : absolute;
        top                : 50%;
        margin-top         : -.8rem;
        width              : 1.7rem;
        height             : 1.7rem;
        z-index            : 2;
        background-position: 50% 50%;
        background-repeat  : no-repeat;
        background-size    : 100% 100%;
    }

    .product-cover-prev {
        left            : 0;
        background-image: url("../img/arr-left-0.png");
    }

    .product-cover-next {
        right           : 0;
        background-image: url("../img/arr-right-0.png");
    }

    .product-detail-desc {
        background-color: #e2e8ef;
        line-height     : 150%;
        margin          : 1rem 0;
        box-sizing      : border-box;
        padding         : 1rem;
    }

    .prod-detail-content {
        width   : 100%;
        overflow: auto;
    }

    .prod-detail-content table {
        white-space    : nowrap;
        border-collapse: collapse;
        border         : 1px #9fb8d9 solid;
        text-align     : center;
    }

    .prod-detail-content th {
        width      : 5rem;
        color      : #282626;
        line-height: 1.7rem;
        padding    : .8rem;
    }

    .prod-detail-content td {
        padding    : .8rem;
        line-height: 1.7rem;
    }

    .prod-detail-content tr {
        border-bottom: 1px #d3d6db solid;

    }

    .prod-detail-content tbody {
        background-color: #eeeef0;
    }

    .quality .cm-type-desc {
        margin-bottom: 0;
    }

    .quality-region-label {
        font-size : 1.5rem;
        margin    : 1.2rem 0;
        text-align: center;
    }

    .quality-region-label:after {
        content         : "";
        display         : block;
        background-color: #356DB3;
        width           : 3rem;
        height          : 3px;
        margin          : .5rem auto 1rem auto;
    }

    .pc-quality {
        display: none;
    }

    /* ZValidator */
    .ZValidatorMsg {
        display  : block;
        font-size: .8rem;
    }

    .ZValidatorMsg_txt {
        color: #e63c3c;
    }

    .zNameDom {}

    .pager {
        padding   : .5rem 0 2rem 0;
        text-align: center;
    }

    .pager a {
        display         : inline-block;
        min-width       : 2rem;
        line-height     : 2rem;
        border          : 1px #d7d7d7 solid;
        text-align      : center;
        background-color: #fff;
        margin          : 0 .2rem 1rem .2rem;
    }

    .pager a[disabled],
    .pager a:hover {
        background-color: #356DB3;
        border-color    : #356DB3;
        color           : #fff;
    }
}