@charset 'utf-8';

@media screen and (min-width:751px) {

    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: 28px;
    }

    body {
        padding-top: 140px;
        min-width  : 1920px;
    }

    body::-webkit-scrollbar {
        /*滚动条整体样式*/
        width : 8px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    body::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius     : 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background        : #888;
    }

    body::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius     : 10px;
        background        : #EDEDED;
    }

    .owidth {
        width : 1722px;
        margin: 0 auto;
    }

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

    .cm-logo {
        float     : left;
        margin-top: 35px;
    }

    .cm-nav {
        margin-left    : 300px;
        margin-right   : 400px;
        display        : flex;
        justify-content: space-between;
        text-align     : center;
    }

    .zh-cm-nav {
        margin-right: 480px;
    }

    .cm-nav-item,
    .cm-nav-item>a {
        color      : #FAFBFF;
        line-height: 140px;
    }

    .cm-nav-item-on,
    .cm-nav-item-on:hover,
    .cm-nav-item>a:hover {
        color: #8abaf5;
    }

    .cm-nav-item-on .arr-style-0,
    .cm-nav-item-on:hover .arr-style-0 {
        border-top-color: #83b2ee;
    }

    .cm-nav-item-active {
        font-size: 36px;
    }

    .cm-nav-item-active:after {
        content         : "";
        display         : block;
        width           : 80%;
        margin          : -20px 10%;
        background-color: #FFAC00;
        height          : 4px;
    }

    .cm-nav-item-active .cm-nav-sub-item {
        font-size: 28px;
    }

    .cm-container {
        margin-bottom: 50px;
        margin-left  : 430px;
    }

    .arr-style-0 {
        display     : inline-block;
        width       : 0;
        height      : 0;
        margin-left : 10px;
        margin-right: -10%;
        border-top  : 10px #FAFBFF solid;
        border-left : 10px transparent solid;
        border-right: 10px transparent solid;
        transition  : all .3s ease 0s;
    }

    .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;
    }

    .cm-nav-sub {
        display         : none;
        width           : 100%;
        position        : absolute;
        left            : 0;
        top             : 140px;
        background-color: #356DB3;
    }

    .cm-nav-sub .owidth {
        padding: 30px 0 40px 0;
    }

    .cm-nav-sub-cover {
        float : left;
        width : 460px;
        height: 260px;
    }

    .cm-nav-sub-list {
        margin-left: 510px;
    }

    .cm-nav-sub-item {
        float        : left;
        text-align   : left;
        width        : 31.4%;
        margin-right : 2.9%;
        line-height  : 64px;
        color        : #9fc5e9;
        border-bottom: 1px #6c96cb solid;
    }

    .cm-nav-sub-item:before {
        float           : right;
        content         : '';
        width           : 24px;
        height          : 24px;
        margin-top      : 22px;
        background-image: url('../img/arr-0.png');
        opacity         : .6;
        transition      : all .3s ease 0s;
    }

    .cm-nav-sub-item:hover {
        color: #FAFBFF;
    }

    .cm-nav-sub-item:hover:before {
        opacity: 1;
    }

    .cm-nav-sub-item:nth-child(3n) {
        margin-right: 0;
    }

    .cm-search {
        float        : right;
        height       : 65px;
        padding      : 15px;
        margin-top   : 35px;
        background   : #497bba;
        border-radius: 35px;
        box-sizing   : border-box;
    }

    .cm-search input {
        float           : right;
        border          : none;
        width           : 140px;
        display         : block;
        background-color: transparent;
    }

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

    .cm-search button {
        float           : left;
        border          : none;
        width           : 41px;
        height          : 41px;
        background-color: transparent;
        background-image: url('../img/icon-search.png');
    }

    .cm-top-link {
        float      : right;
        margin-left: 30px;
        margin-top : 52px;
        font-size  : 24px;
    }

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

    .cm-top-link a:hover {
        color: #9fc5e9;
    }

    .cm-more-0 {
        float      : right;
        color      : #FAFBFF;
        font-size  : 24px;
        border     : 2px #FAFBFF solid;
        line-height: 48px;
        padding    : 0 20px;
    }

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

    .cm-bottom {
        background-color: #356DB3;
        padding         : 80px 0;
        margin-top      : 60px;
    }

    .cm-bottom-logo {
        float     : left;
        margin-top: 100px;
        text-align: center;
    }

    .cm-bottom-logo p {
        margin-top    : 10px;
        font-size     : 20px;
        color         : #93abc8;
        letter-spacing: .1px;
    }

    .cm-bottom-region-0 {
        float      : left;
        margin-left: 140px;
    }

    .cm-bottom-label {
        font-size: 48px;
        color    : #fff;
    }

    .cm-bottom-region-0-item {
        margin-top  : 40px;
        width       : 430px;
        margin-right: 40px;
    }

    .cm-bottom-region-0-item img {
        float : left;
        width : 28px;
        height: 28px;
    }

    .cm-bottom-region-0-item p {
        margin-left   : 42px;
        color         : #FAFBFF;
        font-size     : 18px;
        line-height   : 170%;
        letter-spacing: .5px;
    }

    .cm-bottom-region-0-link {
        margin-top: 40px;
    }

    .cm-bottom-region-0-link a {
        margin-right: 20px;
    }

    .cm-bottom-region-0-link a:hover {
        opacity: .5;
    }

    .cm-bottom-region-0-link img {
        width : 24px;
        height: 24px;
    }

    .cm-bottom-region-1 {
        margin-left: 840px;
    }

    .cm-bottom-series {
        margin-top: 20px;
    }

    .cm-bottom-series-item {
        float        : left;
        font-size    : 18px;
        width        : 28%;
        margin-right : 5%;
        margin-top   : 10px;
        line-height  : 60px;
        color        : #8abaf5;
        border-bottom: 1px #8abaf5 solid;
    }

    .cm-bottom-series-item:nth-child(3n) {
        margin-right: 0;
    }

    .cm-bottom-series-item:hover {
        color: #FAFBFF;
    }

    .cm-bottom-copy {
        text-align : center;
        color      : #4F4F5B;
        font-size  : 18px;
        line-height: 84px;
    }

    .right-bar-fixed {
        position: fixed;
        right   : 10px;
        bottom  : 100px;
        z-index : 1000;
    }

    .right-bar-fixed-item {
        height: 90px;
    }

    .right-bar-fixed-item i {
        float     : right;
        width     : 60px;
        height    : 60px;
        cursor    : pointer;
        transition: all .8s ease 0s;
    }

    .right-bar-fixed-item:hover i {
        margin-top: -14px;
        width     : 88px;
        height    : 88px;
    }

    .right-bar-phone i {
        background-image: url('../img/icon-phone-0.png');
        background-size : 100% 100%;
    }

    .right-bar-phone:hover i {
        background-image: url('../img/icon-phone-0-focus.png');
    }

    .right-bar-email i {
        background-image: url('../img/icon-email-2.png');
        background-size : 100% 100%;
    }

    .right-bar-email:hover i {
        background-image: url('../img/icon-email-2-focus.png');
    }

    .right-bar-wx i {
        background-image: url('../img/icon-wx.png');
        background-size : 100% 100%;
    }

    .right-bar-wx:hover i {
        background-image: url('../img/icon-wx-focus.png');
    }

    .right-bar-to-top i {
        background-image: url('../img/icon-to-top.png');
        background-size : 100% 100%;
    }

    .right-bar-to-top:hover i {
        background-image: url('../img/icon-to-top-focus.png');
    }

    .right-bar-wx img {
        width  : 200px;
        height : 200px;
        margin : 20px 0;
        display: block;
    }

    .right-bar-fixed-item {
        position: relative;
    }

    .right-bar-fixed-item p {
        position        : absolute;
        right           : 100px;
        top             : -14px;
        right           : -560px;
        white-space     : nowrap;
        font-size       : 40px;
        line-height     : 88px;
        overflow        : hidden;
        transition      : all .2s ease 0s;
        border-radius   : 4px;
        color           : #FAFBFF;
        background-color: #356DB3;
        padding         : 0 30px;
    }

    .right-bar-fixed-item:hover p {
        right: 100px;
    }

    /** index **/
    .idx-banner {
        display: block;
        width  : 100%;
    }

    .idx-product {
        margin-top : 80px;
        padding-top: 80px;
        background : url('../img/bck-0.jpg') no-repeat 50% 0;
    }

    .idx-product-label {
        color    : #fff;
        font-size: 48px;
    }

    .idx-phone-0 {
        position        : absolute;
        right           : 10px;
        top             : 0;
        padding-left    : 20px;
        background-color: #356DB3;
        line-height     : 81px;
        color           : #fff;
        font-size       : 40px;
        border-radius   : 0 10px 5px 5px;
    }

    .idx-phone-0 img {
        margin-left: 20px;
    }

    /** list **/
    .list-style-0-item {
        float           : left;
        width           : 23.5%;
        height          : 463px;
        margin-right    : 2%;
        margin-bottom   : 40px;
        box-sizing      : border-box;
        padding         : 25px 25px 0 25px;
        color           : #03152C;
        line-height     : 47px;
        background-color: #fff;
        border-radius   : 4px;
        box-shadow      : 0 0 6px rgba(0, 0, 0, .2);
    }

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

    .list-style-0-thm {
        width   : 360px;
        height  : 360px;
        margin  : 5px auto 10px auto;
        overflow: hidden;
    }

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

    .list-style-0-item:hover img {
        transform: scale(1.2);
        opacity  : .7;
    }

    .list-style-0-title {
        white-space  : nowrap;
        text-overflow: ellipsis;
        overflow     : hidden;
    }

    .list-style-0-more {
        padding-top: 180px;
        text-align : center;
        color      : #03152C;
    }

    .list-style-0-more,
    .list-style-0-more img {
        transition: all .3s ease 0s;
    }

    .list-style-0-more img {
        display: block;
        margin : 10px auto;
    }

    .list-style-0-item:last-child:hover {
        opacity: .7;
    }

    .list-style-1-item {
        float           : left;
        width           : 31.3%;
        height          : 445px;
        margin-right    : 3%;
        margin-bottom   : 40px;
        box-sizing      : border-box;
        padding         : 25px 25px 0 25px;
        color           : #03152C;
        line-height     : 47px;
        background-color: #fff;
        border-radius   : 4px;
        box-shadow      : 0 0 6px rgba(0, 0, 0, .2);
    }

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

    .list-style-1-item:hover img {
        transform: scale(1.2);
        opacity  : .7;
    }

    .list-style-1-thm {
        width   : 340px;
        height  : 340px;
        margin  : 5px auto 10px auto;
        overflow: hidden;
    }

    .list-style-1-thm img {
        display   : block;
        object-fit: cover;
        height    : 100%;
        width     : 100%;
        transition: all .3s ease 0s;
    }

    .list-style-1-title {
        white-space  : nowrap;
        text-overflow: ellipsis;
        overflow     : hidden;
    }

    .idx-product-list {
        margin-top: 30px;
    }

    .idx-capability-content,
    .idx-sale-network-content {
        color         : #FAFBFF;
        line-height   : 130%;
        letter-spacing: .5px;
    }

    .idx-capability-label,
    .idx-sale-network-label {
        margin-bottom: 20px;
        font-size    : 48px;
        color        : #FAFBFF;
    }

    .idx-sale-network {
        margin-top: 40px;
        height    : 322px;
        box-sizing: border-box;
        padding   : 70px 0 90px 0;
        background: url('../img/bck-0.jpg') no-repeat 50% 0;
    }

    .idx-map {
        width  : 1650px;
        height : 933px;
        display: block;
        margin : 30px auto;
    }

    .idx-capability {
        padding         : 70px 0 90px 0;
        background-color: #356DB3;
        height          : 700px;
    }

    .idx-capability .cm-more-0 {
        margin-top: 60px;
    }

    .idx-capability-item {
        margin-top     : -400px;
        display        : flex;
        justify-content: space-between;
        align-items    : center;
    }

    .idx-capability-item div {
        width: 840px;
    }

    .idx-capability-item a {}

    .idx-capability-item img {
        width     : 840px;
        height    : 630px;
        display   : block;
        transition: all .2s ease 0s;
    }

    .idx-capability-item a:hover img {
        opacity: .7;
    }

    .idx-capability-button {
        position        : relative;
        float           : left;
        margin-top      : -60px;
        margin-left     : -7px;
        width           : 425px;
        height          : 96px;
        line-height     : 96px;
        padding-left    : 40px;
        box-sizing      : border-box;
        background-image: url('../img/bck-1.png');
    }

    /** cm-inner-banner **/
    .inner-banner {
        height             : 400px;
        padding-top        : 158px;
        box-sizing         : border-box;
        margin-bottom      : 80px;
        background-image   : url('../img/bck-inner.jpg');
        background-position: 50% 0;
    }

    .inner-page-label {
        color     : #FAFBFF;
        font-size : 72px;
        text-align: right;
    }

    .inner-page-label-sub {
        color        : #FAFBFF;
        font-size    : 21px;
        text-align   : right;
        margin-bottom: 20px;
    }

    .inner-breadcrumb {
        margin-top: 50px;
        color     : #FAFBFF;
        font-size : 18px;
    }

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

    .inner-breadcrumb a:hover {
        text-decoration: underline;
    }

    .left-menu {
        float: left;
        width: 360px;
    }

    .left-menu-item {
        background-color: #356DB3;
        color           : #FAFBFF;
        font-size       : 21px;
        padding         : 20px;
        box-sizing      : border-box;
        border-top      : 1px #356DB3 solid;
        border-bottom   : 1px #f7f7f7 solid;
    }

    .left-menu-item a {
        display     : block;
        margin-right: 25px;
        color       : #FAFBFF;
        height      : 24px;
    }

    .left-menu-item-all a {
        margin-right: 0;
    }

    .left-menu-item a:hover {
        color: #8abaf5;
    }

    a p.left-menu-item {
        transition: all .2s ease 0s;
    }

    a:hover p.left-menu-item {
        color: #8abaf5;
    }

    .left-menu-item i {
        float       : right;
        margin-top  : -15px;
        margin-left : auto;
        margin-right: auto;
        display     : block;
        width       : 0;
        height      : 0;
        border-top  : 10px #FAFBFF solid;
        border-left : 10px transparent solid;
        border-right: 10px transparent solid;
        transition  : all .3s ease 0s;
        cursor      : pointer;
    }

    .left-menu-item i: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;
    }

    i.left-menu-item-active-i {
        margin-top: -15px;
        transform : rotate(180deg);
    }

    .left-menu-sub-item {
        display: none;
        padding: 8px 20px;
    }

    .left-menu-sub-item p {
        display      : block;
        color        : #356DB3;
        font-size    : 18px;
        line-height  : 30px;
        padding      : 8px 0;
        border-bottom: 1px #bfd0e4 solid;
    }

    .left-menu-sub-item a {
        display: block;
        color  : #356DB3;
    }

    .left-menu-sub-item a:hover {
        color: #03152C;
    }

    .left-menu-sub-item i {
        margin-top  : 10px;
        float       : right;
        margin-left : auto;
        margin-right: auto;
        display     : block;
        width       : 0;
        height      : 0;
        border-top  : 10px #356DB3 solid;
        border-left : 10px transparent solid;
        border-right: 10px transparent solid;
        transition  : all .3s ease 0s;
        cursor      : pointer;
    }

    .left-menu-sub-item i:before {
        display     : block;
        content     : "";
        width       : 0;
        height      : 0;
        margin-left : -10px;
        margin-top  : -12px;
        border-top  : 10px #FAFBFF solid;
        border-left : 10px transparent solid;
        border-right: 10px transparent solid;
    }

    .left-menu-third-item {
        display: none;
        padding: 0 20px;
    }

    .left-menu-third-item p {
        border-bottom: none;
    }

    .left-menu-item-active {
        font-weight     : bold;
        background-color: #e2e8ef;
        color           : #f7f7f7;
    }

    .left-menu-item-active a {
        color: #356DB3;
    }

    a>p.left-menu-item-active {
        color: #356DB3;
    }

    .left-menu-item-active i {
        border-top-color: #356DB3;
    }

    .left-menu-item-active i:before {
        border-top-color: #e2e8ef;
    }

    .cm-type-desc {
        background-color: #e2e8ef;
        margin-bottom   : 50px;
        font-size       : 24px;
        padding         : 30px 40px;
        line-height     : 150%;
        letter-spacing  : .5px;
    }

    .pager {
        padding   : 30px 0;
        text-align: center;
    }

    .pager a {
        display         : inline-block;
        min-width       : 50px;
        line-height     : 50px;
        border          : 1px #d7d7d7 solid;
        text-align      : center;
        background-color: #fff;
        margin          : 0 7px;
        font-size       : 24px;
        margin-bottom   : 22px;
    }

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

    .process {
        position: relative;
        margin  : 80px 0 40px 0;
    }

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

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

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

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

    .process em {
        position        : absolute;
        height          : 100%;
        width           : 6px;
        background-color: #5394e4;
        left            : 30%;
    }

    .process em>i {
        position     : absolute;
        width        : 30px;
        height       : 30px;
        border       : 8px #5394e4 solid;
        border-radius: 44px;
        left         : -20px;
    }

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

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

    /** swiper **/

    .swiper-style-0.swiper-container {
        width : 100%;
        height: 340px;
        margin: 60px auto;
    }

    .swiper-style-0 .swiper-slide {
        position  : relative;
        text-align: center;
        font-size : 18px;

        /* 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  : block;
        color    : #FAFBFF;
        font-size: 28px;
    }

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

    .swiper-style-0-title span {
        position   : absolute;
        bottom     : 18px;
        right      : 22px;
        white-space: nowrap;
        margin     : auto;
    }


    /** about us **/
    .about-us {
        margin-bottom: -60px;
    }

    .about-content {
        position   : relative;
        padding-top: 100px;
    }

    .about-content-cover {
        position: absolute;
        left    : 0;
        top     : 0;
        width   : 900px;
        height  : 600px;
    }

    .about-content-detail {
        float           : right;
        margin-left     : 720px;
        background-color: #e4e5e8;
        padding         : 53px 53px 53px 233px;
        font-size       : 24px;
        color           : #03152C;
        line-height     : 170%;
    }

    .zh-txt {
        letter-spacing: 1px;
        line-height   : 190%;
    }

    .about-content-detail.zh-txt {
        margin-bottom: 90px;
    }

    .about-quality {
        position     : relative;
        margin-top   : 100px;
        margin-bottom: 80px;
    }

    .about-quality-back {
        position   : absolute;
        color      : #f1f2f4;
        font-size  : 84px;
        top        : 1250px;
        font-weight: 600;
    }

    .about-quality-detail {
        margin-right: 650px;
    }

    .about-quality-detail h3 {
        font-size     : 52px;
        padding-bottom: 20px;
        border-bottom : 3px #84a5ce solid;
    }

    .about-quality-cover {
        float     : right;
        width     : 600px;
        height    : 799px;
        margin-top: 100px;
    }

    .about-quality-item {
        position     : relative;
        height       : 210px;
        box-sizing   : border-box;
        padding-top  : 56px;
        border-bottom: 1px #84a5ce solid;
    }

    .about-quality-item:before {
        content         : '';
        position        : absolute;
        z-index         : 1;
        bottom          : -1px;
        left            : 0;
        width           : 160px;
        height          : 1px;
        background-color: #FFAC00;
    }

    .about-quality-item i {
        color      : #D89201;
        float      : left;
        padding    : 10px 67px 0 67px;
        font-size  : 24px;
        font-weight: 600;
    }

    .about-quality-item-detail {
        margin-left: 160px;
    }

    .about-quality-item-detail h4 {
        margin-bottom: 25px;
        font-size    : 35px;
    }

    .about-quality-item-detail p {
        padding-right: 40px;
        font-size    : 21px;
        line-height  : 130%;
    }

    /** contact **/
    .contact {
        position: relative;
    }

    .contact-page-label {
        font-size    : 48px;
        color        : #03152C;
        margin-bottom: 40px;
    }

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

    .contact-item {
        font-size    : 24px;
        padding      : 30px 0;
        border-bottom: 1px #bdcee3 solid;
        line-height  : 150%;
    }

    .contact-item-label {
        float: left;
        color: #4F4F5B;
    }

    .contact-item-detail {
        margin-left: 260px;
        color      : #03152C;
    }

    .inquiry-form {
        margin-top   : 100px;
        margin-bottom: 50px;
    }

    .inquiry-form input[type="text"] {
        width           : 100%;
        padding         : 10px;
        box-sizing      : border-box;
        font-size       : 24px;
        border          : none;
        background-color: #e4e5e8;
    }

    .inquiry-form .contact-item-label {
        padding-top: 7px;
    }

    .inquiry-form .contact-item-label:before {
        content     : "*";
        color       : #FFAC00;
        margin-right: 20px;
    }

    .inquiry-form button {
        display      : block;
        color        : #fff;
        width        : 400px;
        padding      : 16px;
        background   : #356DB3;
        border-radius: 2px;
        border       : none;
        margin       : 30px auto;
    }

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

    .inquiry-form img {
        float : right;
        width : 36%;
        height: 48px;
    }

    .capability-item {
        margin-top: 50px;
    }

    .capability-item img {
        width : 612px;
        height: 416px;
    }

    /** quality **/
    .quality-region-label {
        font-size  : 48px;
        color      : #03152C;
        text-align : center;
        padding-top: 30px;
    }

    /** product **/

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

    .product-detail-cover {
        float : left;
        width : 380px;
        height: 380px;
        border: 1px #a3abb7 solid;
    }

    .product-detail-cover-large {
        display : none;
        position: absolute;
        top     : 0;
        left    : 400px;
        width   : 600px;
        height  : 600px;
        z-index : 3;
        border  : 1px #a3abb7 solid;
    }

    .product-detail-title {
        margin-left: 420px;
        height     : 380px;
        position   : relative;
    }

    .product-detail-title h1 {
        font-size     : 36px;
        color         : #356DB3;
        border-bottom : 1px #477ab9 solid;
        padding-bottom: 20px;
        margin-bottom : 20px;
    }

    .product-detail-desc {
        font-size  : 24px;
        line-height: 33px;
    }

    .product-cover-list-region {
        position: absolute;
        height  : 114px;
        bottom  : 0;
    }

    .product-cover-list.swiper-container {
        width : 646px;
        height: 114px;
    }

    .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 {
        width : 114px;
        height: 114px;
    }

    .product-cover-list-region {
        width      : 700px;
        margin-left: 50px;
    }

    .product-cover-list-region .swiper-button-white {
        position           : absolute;
        top                : 50%;
        margin-top         : -20px;
        width              : 46px;
        height             : 46px;
        z-index            : 2;
        background-position: 50% 50%;
        background-repeat  : no-repeat;
    }

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

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

    .product-cover-list {
        width   : 650px;
        position: relative;
    }

    .product-cover-list img {
        box-sizing: border-box;
        cursor    : pointer;
    }

    .prod-detail-content {
        margin-top: 90px;
    }

    .prod-detail-content table {
        width          : 100%;
        border-collapse: collapse;
        border         : 1px #9fb8d9 solid;
        text-align     : center;
        font-size      : 21px;
    }

    .prod-detail-content th {
        width      : 25%;
        color      : #282626;
        line-height: 90px;
    }

    .prod-detail-content td {
        padding    : 30px 0;
        line-height: 24px;
    }

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

    }

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

    /** download **/
    .download {
        text-align   : center;
        margin-bottom: 80px;
    }

    .download h1 {
        font-size    : 40px;
        color        : #03152C;
        margin-bottom: 40px;
    }

    .download h2 {
        font-size: 24px;
        color    : #282626;
    }

    .download-cover {
        width      : 283px;
        height     : 400px;
        margin     : 40px auto;
        padding-top: 130px;
        box-sizing : border-box;
        background : #c2c5ce;
    }

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

    .download-cover p {
        color     : #356db3;
        font-size : 14px;
        margin-top: 10px;
    }

    .download-file {
        font-size: 24px;
        color    : #002BAC;
    }

    .download-file span {
        font-size: 18px;
        color    : #4F4F5B;
    }

    /* ZValidator */
    .ZValidatorMsg {
        display  : block;
        font-size: 24px;
    }

    .ZValidatorMsg_txt {
        color: #e63c3c;
    }

    /** mobile **/
    .m-cm-down-menu {
        display: none;
    }

    .m-right-bar-to-top {
        display: none;
    }

    .m-cm-down-list {
        display: none;
    }

    .m-wx {
        display: none;
    }

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

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

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

    .m-quality {
        display: none;
    }

    .m-cm-search {
        display: none;
    }
}