
/* @font-face{
    font-family: o2nailsFont;
    src: url(../font/TITILLIUMTEXT400WT.OTF);
} */

body,ul,p,h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}
body { font-family: "HYQiHei","Microsoft YaHei","Arial" !important; padding-top: 50px; overflow:-Scroll;overflow-x:hidden}
/*body { font-family: "o2nailsFont","HYQiHei","Microsoft YaHei","Arial" !important; padding-top: 145px;}*/
ul { list-style: none}
a:hover {text-decoration: none;}



.vertical-show {
    position: relative;
}

.imgbox {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin:0 auto; 
}

.imgbox > img {
    width: 100%;
    float: left;
}
.imgbox > .content-text {
    position: absolute;
    z-index: 0 !important;
    opacity: 0 !important;
}
.imgbox .contImg {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    color: #2f2f2f;
}

.contText h2, .imgbox .contText h1, .imgbox .contText .cTitle {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: .2rem;
    margin-bottom: 15px;
}

.contText-en h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.contText p {
    font-size: 16px;
    color: #888;
    letter-spacing: .2rem;
    margin-bottom: 15px;
}

.contText-en p {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

span.blockBox {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 2px 6px;
    margin:0 10px;
}

span.blockBox:first-of-type {
    margin-left: 0;
}

span.blockBox:last-of-type {
    margin-right: 0;
}

.imgbox .whiteColor {
    color: #fff;
}

.imgbox .whiteColor p {
    color: #ddd;
}

 .wow {visibility:hidden; }
/*
 *bootstrop å¯¼èˆªé‡æž„
 */
 

.o-nav {
    background-color: #fff;
    border-bottom: 1px solid #ECEDEF;
    /*box-shadow: 0px 1px 2px rgb(0,0,0,.1);*/
    border-radius: 0;
    min-height:50px;
}
.o-nav ul.navbar-nav {
    float: right;
}
.o-nav .navbar-nav>li>a {
    line-height: 20px;
}

.o-nav .navbar-header {
    width: 100%
}

.o-nav .navbar-brand {
    /*margin-right: 20px;*/
}

.o-nav .hover-dropdown > a {
    padding-left: 20px;
    padding-right: 20px;
}
.o-nav .hover-dropdown .block-dropdown-menu {
    position: fixed;
    z-index: 999;
    top: 51px;
    left: 0;
    overflow: hidden;
    display: none;
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.o-nav .hover-dropdown:hover>a {
    color:#515050;
    position: relative;
    /*border-bottom: 1px solid #333;
    position: relative;
    bottom: -1px*/
}
.o-nav .hover-dropdown:hover>a:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 1000;
    left: 15%;
    bottom: -1px;
    width: 70%;
    height: 2px;
    background-color: #333;
}

.o-nav .hover-dropdown:hover .block-dropdown-menu {
    /* display: block;
    height: auto; */
}

.o-nav .hover-dropdown:hover .inline-dropdown-menu {
    
}

.o-nav .hover-dropdown .block-dropdown-menu img {
    max-width: 100%;
    margin-bottom: 10px;    
}

.o-nav .hover-dropdown .block-dropdown-menu p {
    color: #777;   
    font-size: 12px; 
    min-height: 40px;
}
.o-nav .hover-dropdown .block-dropdown-sm-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    min-width: 100%;
    text-align: center;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.o-nav .hover-dropdown .block-dropdown-sm-menu a {
    color: #777;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
}
.o-nav .hover-dropdown .block-dropdown-sm-menu a:hover {
    color: #595a5a;
}

.o-nav .printerSeries > div:nth-child(1) {
    padding-left: 0;
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.o-nav .printerSeries > div:nth-child(2) {
    padding-left: 30px;
    padding-right: 0
}


.o_page > li > a, 
.o_page > li > span,
.o_page > li > a:hover {
    color: #79191d;
}

.o_page > .active > a, 
.o_page > .active > span, 
.o_page > .active > a:hover, 
.o_page > .active > span:hover, 
.o_page > .active > a:focus, 
.o_page > .active > span:focus {
    background-color:#79191d;
    border-color:#79191d;
}
/* .swiper-slide, .swiper-wrapper {
    height: auto !important
} */

/* .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 0.6 !important;
} */

.swiper-slide img {
    width: 100%;
}
.vplay {
    position: relative;
}
.vplay > a {
    display: inline-block;
    position: absolute;
    top:67.8%;
    width: 7%;
    height: 8%;
    text-align: center;
    vertical-align:middle;
    display: table-cell;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.vplay > a:hover {
    opacity: 0.4;
}
.vplay > a > img {
    height: 46%;
    width: 20%;
    margin: 10% 0
}

.assist > div {
    padding: 0
}

.assist > div img {
    width: 100%
}

/*
 * ç«‹å³ä¸‹è½½
 */
.downBtn {
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    width: 40%;
    top: 33%;
    left: 30%;
}

/*
 * é¡µè„š
 */
footer {
    padding: 50px 0 10px 0;
    background-color: #1f1f1f;
    text-align: center;
}
.footer {
    width: 98%;
    display: inline-block;
}
.footer .footer-link li {
    float: left;
    padding: 0 20px;
    text-align: left;
}
.footer .footer-link li p {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.footer .footer-link li label {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.footer .footer-link li a {
    color: #ddd;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer-contact {
    color: #ddd;
    font-size: 12px;
}
.footer-contact p {
    color: #e1e1e1;
    margin-top: 5px;
}
.footer-contact-code {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(../img/public/code.jpg?v=1.0);
    background-repeat: no-repeat;
    background-size: 300%;
}
.footer-contact-code.code2 {
    background-position: -100px 0;
}
.footer-contact-code.code3 {
    background-position: -200px 0;
}

.footerMenu {
    padding: 6% 4% 10%;
    background-color: #fff
}
.footerMenu > li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    line-height: 46px;
}
.footerMenu  > li > a {
    color: #333;
    display: block;
}
.footerMenu > li .glyphicon {
    float: right;
    font-size: 12px;
    line-height: 46px;
    color: #999;
}
.footerMenu .footerMenu-submenu {
    font-size: 14px;
    line-height: 30px;
    /* padding-top: 10px;
    padding-left: 10px; */
}
.footerMenu .footerMenu-submenu ul {
    margin-left: 10px;
    margin-bottom: 15px;
}

.footerMenu .footerMenu-submenu a {
    line-height: 34px;
    display: inline-block;
}

.footer .copyright, .footer .copyright a {
    color: #999;
    font-size: 12px;
}

.footer-contact-copyright a {
    color:#999;
}

/* cookie æç¤º */
#cookies-usage {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #79191d;
    color: white;
    z-index: 99999;
    line-height: 1.5em;
     opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
}
#cookies-usage.cookiesHide {
    opacity: 0;
    pointer-events: none;
}
#cookies-usage  .container {
    position: relative;
}

#cookies-usage p {
    font-size: 1.4rem;
}

#acceptCookiesBtn {
    display: inline-block;
    background-color: #fff;
    color: #79191d;
    padding: 6px 10px;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 2px;
    float: right;
    transform: translateY(0%);
    cursor: pointer;
}


/* å®¢æœ */
#newBridge {
    z-index: 9999 !important;
}


/*
 * è§†é¢‘
 */
 .videoBox .modal-backdrop {
    opacity: 1 !important
 }

 .videoBox .modal-dialog {
    margin: 10% auto;
}

.hideModalVideo {
    width: 2%;
    margin: 2%;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.media-Content {   
    background-color: #fff;
    margin: 0 auto; 
}

.media-box {
    overflow: hidden;
    padding-top: 20px;
}

.media-box .row, .media-box .row > div {
    margin-bottom: 50px;
}

.media-box .row p {
    text-align: center;
    margin-bottom: 10px;
}

.media-box .media-main {
    /* padding: 0 5% 0px; */
    width: 70%;
    margin:20px auto 100px;
}
.media-box .media-main p {
    margin-top: 20px;
}
.media-box .embed-responsive{
    border: 1px solid #eee;
    border-radius: 4px;
}

.media-img {
    display: block;
}

.media-img img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
}

.media-title {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.media-intro {
    font-size: 12px;
    margin-top: 15px;
    color: #a3a3a3;
    text-align: center;
}


.media-play {
    position: relative;
}

.media-play > .media-play-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    border-radius: 4px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.media-play > .media-play-layer:hover {
    opacity: .1;
}

.media-play > .media-play-layer > .media-play-icon {
    display:inline-block; 
    position:relative; 
    height:40px; 
    width:40px; 
    border:2px solid #fff; 
    border-radius:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    left:50%;
    top:50%;
    margin-left: -20px;
    margin-top:-20px;
}

.media-play > .media-play-layer > .media-play-icon:before {
    content:''; 
    height:0; 
    width:0; 
    display:block; 
    border:10px transparent solid; 
    border-right-width:0; 
    border-left-color:#fff; 
    position:absolute; 
    top:8px; 
    left:15px; 
}

.swiper-button-next.deg180 {
    transform:rotate(180deg);
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 100px;
    }
    .o-nav ul.navbar-nav {
        float: none;
    }
    .o-nav .hover-dropdown .block-dropdown-menu {
        top: 101px;
    }
}

@media screen and (max-width: 992px) {
    
    .o-nav ul.navbar-nav {
        float: none;
    }
    
    .o-nav .printerSeries > div:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
        border-right: none;
    }
}


/*
 * ç§»åŠ¨ç«¯ é‡æž„
 */
@media screen and (max-width: 768px) {
    body {
        padding-top: 50px;
    }
    header nav, .navbar {
        background: #fff;
    }
     .navbar-brand, .navbar-toggle {
        float: none;
    }
    .navbar-toggle {
        margin-right: 10px;
        position: absolute;
        left: 10px;
    }
    .navbar-brand {
        padding: 8px 15px;
    }
    .navbar-brand img {
        display: inline-block;
        height: 35px;
    }
    .o-nav .navbar-nav {
        float: none !important;
        margin-top: 0;
        margin-bottom: 0;
        /*height: 100%;*/
    }
    .o-nav .hover-dropdown:hover>a:before {
        display: none;
    }
    #navbar-collapse {
        margin-bottom: 0 !important;
        position: fixed;
        top: 0;
        /*bottom: 0;*/
        background-color: #fff;
        max-height: 100% !important;
        transition: all .5s ease;
        border-top: 0;
        z-index: 99999;
    }
    .navbar-nav > li {
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #eee;
    }
    .o-nav .navbar-nav > li > a {
        line-height: 56px;
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 0;
        padding: 0;
    }
    .o-nav .hover-dropdown .block-dropdown-menu, .o-nav .hover-dropdown .block-dropdown-sm-menu {
        position: static;
        box-shadow: none;
        padding: 10px 0;
    }
    .o-nav .hover-dropdown .block-dropdown-menu .row > div {
        margin-bottom: 20px;
    }
    .o-nav .hover-dropdown .block-dropdown-menu .row > div > p {
        margin-bottom: 0 !important
    }
    .o-nav .hover-dropdown .block-dropdown-sm-menu {
         left: 0; 
        transform: translateX(0); 
        padding-top: 0;
        padding-bottom: 20px;
        text-align: left;
        padding-left: 20px;
    }
    .o-nav .hover-dropdown .block-dropdown-sm-menu a {
        font-size: 16px;
        line-height: 40px;
        
    }
    .o-nav .printerSeries > div:nth-child(1), .o-nav .printerSeries > div:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        border-right: none;
    }
   
    .logo {
        width: 30%;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .videoBox .modal-dialog {
        margin: 35% auto;
        width: 100%;
    }
    .hideModalVideo {
        width: 4%;
        margin: 4%;
    }
    .media-intro {
        height: auto;
        padding-bottom: 15px;
    }

    .media-box > div {
        width: 90%;
        margin:0px auto 50px;
    }
    .media-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
     #acceptCookiesBtn {
        float: none;
        margin: 20px 0 10px;
    }
    .tutorial-head {
        padding: 10px 0;
    }
    footer {
        padding-top: 20px;
    }
    .footer-link {
        padding: 0;
    }
    .footer-link h4 {
        margin-bottom: 10px;
        color: #7C1926;
    }
    .footer-link a {
        line-height: 1.8;
    }
    .footer-link > div {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    
}

/* 
 * éšè—æ–‡å­—
 */
.text-line {
    position: absolute;
    z-index: -1;
    font-size: 0;
}

/*
 * å›¾æ–‡
 */
.textColorWhite{
    color: white;
}
.textColorBlack{
    color: black;
}
.info-text {
    position: absolute;
    left: 50%;
    margin-left: -33%;
    top:8%;
    width: 66%;
    text-align: center;
    font-family:SimHei, Microsoft YaHei;
}
.info-text  h2 {
    font-size: 2.4rem;
    font-size: 2.2vw;
    font-weight: 100 ;
    margin-bottom: 1.5%;
}
.info-text p {
    font-weight: 100;
    font-size: 2rem;
    font-size: 1.2vw;
    line-height: 1.8vw;
}


/*
 * å³ä¾§å›ºå®š
 */
.menubtn .icon {width:50px;height:50px;background: #000;opacity: 0.4;transition:all 0.1s;}
.menubtn:hover .icon {background:#b12335;opacity:1;}
.gobox {position:absolute;right: 50px; display: none; top: 0; padding: 10px; background:#b12335;box-shadow:-3px 0px 5px rgba(0,0,0,0.2);  overflow: hidden }
.gobox a { min-width: 150px; display: block; text-align: center; color: #fff; text-decoration: none; line-height:30px;}
.izl-rmenu{position:fixed; right: 0; top: 40%; z-index:999; border-radius: 10px 0 0 10px; box-shadow: 0px 0px 10px #000; }
.izl-rmenu .menubtn{width:50px;height:50px;cursor:pointer;position:relative;}

/*
 * æ•™ç¨‹
 */
.hexagon {
    float: left;
    position: relative;
}

.hex {
    width:50px;
    height:28px;
    position: relative;
    margin:18px 10px 18px 0px;
    text-align:center;
    zoom:1;
    float: left;
}

.hex .corner-0 {
    display:block;
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    line-height: 28px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #780031
}

.hex .corner-1, .hex .corner-2 {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: inherit;
    overflow:hidden;
    -webkit-backface-visibility: hidden;
}

.hex .corner-1 {
    -webkit-transform: rotate(60deg);
}

.hex .corner-2 {
    -webkit-transform: rotate(-60deg);
}

.hex .corner-0, .hex .corner-1, .hex .corner-2 {
    border-left:2px solid #780031;
    border-right:2px solid #780031;
    border-radius: 2px;
}

.hex .corner-1:before, .hex .corner-2:before {
    width: 173px;
    height:    173px;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    background: inherit;
    background-repeat:no-repeat;
    -webkit-backface-visibility: hidden;
}

.hex .corner-1:before {
    -webkit-transform: rotate(-60deg) translate(-87px, 0px);
    -webkit-transform-origin: 0 0;
}
.hex .corner-2:before {
    -webkit-transform: rotate(60deg) translate(-48px, -11px);
    bottom:0;
}
.line {
    width: 2px;
    height: 15px;
    border-left: 2px solid #780031;
    border-radius: 2px;
    position: absolute;
    left: 24px;
}
.ling-top {
    top: -15px;
}

.ling-bottom {
    bottom: -15px;
}

.tutorial-head {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.tutorial-head .panel-title-text {
    margin-left: 60px;
    line-height: 64px;
    font-size: 2rem;
    color: #780031;
    font-weight: bold;
}



    /* æ•™ç¨‹ç›¸å…³ */

#tutorial-menu {
    position: fixed;
    box-sizing: border-box;
    top: 85px; 
    z-index: 100;
    margin: auto; 
    /*background-color: #f9f9f9;*/
    /*padding: 15px;*/
    border-radius: 4px;
    width: 240px;
}

#tutorial-menu a {
    text-decoration: none
}

#tutorial-menu a.active {
    color: #a60045;
}

.sticky {
    top: auto !important;
    position: absolute !important;
    bottom: 20px
}

.tutorial-content {
    padding-bottom: 40px;
}

.tutorial-content .page-header {
    margin: 50px 0 30px;
    /*color: #a60045*/
}

.tutorial-content .media-main{
    margin: 30px 20px;
    padding-bottom: 30px;
}

#tutorial-menu .panel {
    box-shadow:none;
}
#tutorial-menu .panel-default {
    border: 0;
    border-radius: 0;
}

#tutorial-menu .panel-default>.panel-heading {
    border-radius: 0
}

#tutorial-menu .panel-heading+.panel-collapse>.panel-body, #tutorial-menu .panel-heading+.panel-collapse>.list-group {
    border: 0
}

#tutorial-menu  ul li {
    margin: 8px 0;
}

#tutorial-menu  ul a {
    color:#666;
    font-size: 14px;
}

#tutorial-menu  ul a:hover {
    color:#a60045;
}



/* 992px */
@media screen and (max-width: 992px){
    .tutorial-content {
        padding-bottom: 0
    }
    .tutorial-mobileMenu {
        position: fixed;
        background-color: #fff;
        left: 0;
        width: 100%;
        /*padding: 10px;*/
        z-index: 10;
        /*box-shadow: 0px 4px 6px rgba(0,0,0,.1);*/
        border-bottom: 1px solid #eee
    }
    .tutorial-mobileMenu .dropdown-menu {
        padding: 10px;
        min-width: auto;
        width: 100%;
    }
    .tutorial-mobileMenu .dropdown-header, .tutorial-mobileMenu .dropdown-menu>li>a {
        white-space: normal;
    }
    .tutorial-mobileMenu .dropdown-menu>li>a, .tutorial-mobileMenu .dropdown-header {
        padding: 5px 0;
    }
    .tutorial-mobileMenu .open>.dropdown-menu {
        max-height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .tutorial-mobileMenu .dropdown-header {
        color: #a60045;
        font-size: 14px;
    }
    .tutorial-content .media-main{
        padding-bottom: 10px;
        margin: 30px 0;
    }
    .tutorial-content .page-header {
        margin: 40px 0 30px;
        font-size: 16px;
    }

    .tutorial-content .page-header:first-child {
        margin-top: 80px;
    }

}

/* è®¤è¯å›¾æ ‡ */
.rz_icon {
    background-image: url(../img/icon/attestation.png);
    background-repeat: no-repeat;
    display: inline-block;
    /* background-size: 400%; */
    width: 90px;
    height: 90px;
}

.rz_icon.iso9001 {

}
.rz_icon.ce {
    background-position: -90px 0px;
}
.rz_icon.fcc {
    background-position: -180px 0px;
}
.rz_icon.nps {
    background-position: -270px 0px;
}
.rz_icon.mic {
    background-position: 0px -90px;
}
.rz_icon.ncc {
    background-position: -90px -90px;
}








