﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ul, li, ol, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    height: 100%;
}
/* ͨ��ͷ�� */
.header {
    padding: 2rem 0 1.5rem;
}

    .header .logo {
        display: block;
        height: 2.3rem;
    }

        .header .logo img {
            display: block;
            height: 100%;
        }

    .header .fr li {
        float: left;
        padding: 0 1.25rem;
        line-height: 2.3rem;
        position: relative;
    }

        .header .fr li:not(:last-of-type):after {
            content: '';
            position: absolute;
            top: .6rem;
            right: 0;
            height: 1.1rem;
            border-right: 1px solid #555;
        }

        .header .fr li a {
            font-size: 1.1rem;
        }


/* ͷ������ */
.headerNav {
    background: url("../images/navBg.jpg") repeat-x center/auto 100%;
}

    .headerNav li {
        float: left;
    }

        .headerNav li a {
            display: block;
            color: #fff;
            line-height: 60px;
            padding: 0 2rem;
            transition: all .3s;
        }

            .headerNav li a:hover {
                background-color: #0050a5;
            }


/* ͨ�õײ� */
.footer {
    background: #2b2b2b;
    width: 100%;
    padding-top: 70px;
}

    .footer .f-content {
        width: 1200px;
        margin: 0 auto;
    }

    .footer .cet-nav {
        width: 100%;
        padding-left: 100px;
        margin-bottom: 30px;
    }

        .footer .cet-nav ul {
            width: 100%;
        }

            .footer .cet-nav ul li {
                width: auto;
                padding-right: 55px;
                float: left;
                color: #fff;
                margin-bottom: 25px;
                font-size: 16px;
            }

    .footer .cet-l {
        width: 845px;
        float: left;
        border-right: 1px solid #fff;
    }

    .footer .cet {
        width: 100%;
    }

        .footer .cet > div {
            float: left;
        }

    .footer .cet-l p, .cet-r p {
        font-size: 14px;
        margin-bottom: 12px;
        color: #fff;
    }

    .footer .cet-l .hq {
        padding-left: 101px;
    }

    .footer .cet-l .two {
        padding-left: 28px;
    }

    .footer .cet-l .there {
        padding-left: 33px;
    }

    .footer .cet-l .four {
        padding-left: 110px;
    }

    .footer .cet-r {
        width: 255px;
        float: left;
    }

        .footer .cet-r .youjian {
            width: 70px;
            height: 60px;
            margin-left: 100px;
            margin-bottom: 28px;
        }

        .footer .cet-r .tel {
            width: 25px;
            height: 30px;
        }

        .footer .cet-r .sa {
            padding-left: 20px;
        }

        .footer .cet-r .po {
            padding-left: 36px;
        }

            .footer .cet-r .po p {
                padding-top: 10px;
                padding-left: 10px;
            }

    .footer .f-content hr {
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .footer .cent {
        width: 100%;
        padding: 15px 0;
    }

        .footer .cent .r1 {
            width: 210px;
            height: 50px
        }

        .footer .cent .r2 {
            width: 425px;
            height: 50px
        }

        .footer .cent .lc {
            padding-left: 72px;
            padding-right: 140px;
        }

        .footer .cent > div > span {
            display: block;
            font-size: 14px;
            color: #fff;
            padding-top: 18px;
            padding-right: 20px;
        }

    .footer .f-text {
        font-size: 16px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }

body {
    min-width: 1300px;
    font: 12px/1.5 ROBOTO,Helvetica,Tahoma,Arial,"Microsoft YaHei";
    color: #000;
    height: 100%;
    background-color: #fff;
}
@font-face {
    font-family: 'ROBOTO';
    src: url('fonts/ROBOTO/roboto.eot');
    src: url('fonts/ROBOTO/roboto.eot?#iefix') format('embedded-opentype'),url('fonts/ROBOTO/roboto.woff2') format('woff2'),url('fonts/ROBOTO/roboto.woff') format('woff'),url('fonts/ROBOTO/roboto.svg#arnold_2.1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

input, button, textarea {
    font-family: ROBOTO,Helvetica,Tahoma,Arial;
}

body, div, p {
    word-wrap: break-word;
}

small {
    font-size: 12px;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #2192d9;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

    a:hover {
        /*text-decoration: underline;*/
        color: #0050a5;
    }

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    word-wrap: break-word;
    word-break: break-all;
}

input, select {
    margin: 0;
}

select {
    padding: 0;
    border: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.noborder {
    border: 0;
}

.undis {
    display: none;
}

.dis, .show {
    display: block;
}

.inline-block {
    display: inline-block;
}

.clear, .cfix, .clearfix {
    zoom: 1;
}

    .clear:after, .cfix:after, .clearfix:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        line-height: 0;
        overflow: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.verticaltop {
    vertical-align: top;
}

.txt-l {
    text-align: left;
}

.txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.nowrap {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.b-bradius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.no-border {
    border: 0 !important;
}

.w1360 {
    width: auto;
    padding: 0 20px;
    min-width: 1360px
}

.w1180 {
    width: 1300px;
    margin: auto
}

.w180 {
    width: 180px;
}

.w280 {
    width: 280px;
}

.h36 {
    height: 36px;
    line-height: 36px;
}

.line-wrap {
    min-width: 1300px;
}

.bg_ico {
    background: url(/images/jijia_ico.png) no-repeat 0 0
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb10 {
    margin-bottom: 10px
}

.mb60 {
    margin-bottom: 60px
}

.mr20 {
    margin-right: 20px
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pt40 {
    padding-top: 40px;
}

.ml10 {
    margin-left: 10px;
}

.f36 {
    font-size: 36px
}

.f26 {
    font-size: 26px
}

.f24 {
    font-size: 24px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f28 {
    font-size: 28px
}

.f40 {
    font-size: 40px
}

.gray {
    color: #999
}

.blue {
    color: #2192d9 !important;
}

.yellow, .red {
    color: #0050a5;
    font-size: 14px;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-f00 {
    color: #f00;
}

.cl-b4b4b4 {
    color: #b4b4b4;
}

.cl-8d8d8d {
    color: #8d8d8d;
}

.cl-909090 {
    color: #909090;
}

.cl-959595 {
    color: #959595;
}

.cl-b29a7a {
    color: #b29a7a;
}

.black {
    color: #000;
}

.text-center {
    text-align: center;
}

.not-allowed {
    cursor: not-allowed !important;
}

.not-selectable {
    background-color: #eee;
    color: #bbb !important;
    cursor: not-allowed !important;
}

.pointer {
    cursor: pointer;
}

.btn-order-now {
    color: #b29a7a;
    padding: 4px 10px;
    text-align: center;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .btn-order-now:hover, .btn-order-now:focus {
        background-color: #0050a5;
        color: #fff;
        border-color: #0050a5;
        text-decoration: none;
    }


.rightjj {
    position: fixed;
    right: 0;
    top: 40%
}

    .rightjj a {
        background: #0050a5;
        width: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 6px 0 0 6px;
    }

        .rightjj a i {
            display: inline-block;
            width: 49px;
            height: 40px;
            background-position: -81px -81px;
            margin: 10px 0 0 5px
        }


.top-nav li a:hover {
    /*text-decoration: underline;*/
}

.i-delimit, .i-arr-dropdown, .i-ico {
    background-image: url('/images/jijia_ico.png');
    background-repeat: no-repeat;
    vertical-align: inherit;
    display: inline-block;
}

.top-nav .item-l a {
    text-decoration: underline;
}

.top-nav .item-l img {
    margin-right: 6px;
    margin-left: 4px;
}

/*top-nav*/
.top-nav {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    position: relative;
    z-index: 15;
}

    .top-nav .item-l {
        line-height: 36px;
    }

    .top-nav ul {
        margin-top: 1px;
    }

    .top-nav li {
        float: left;
        padding: 0 0 0 4px;
        position: relative;
    }

        .top-nav li .span, .top-nav .t_user, .top-nav .btn-message {
            line-height: 35px;
        }

        .top-nav li a {
            color: #666;
            text-decoration: none;
        }

            .top-nav li a:hover {
                text-decoration: underline;
            }

        .top-nav li.i-delimit {
            background-position: 0 -294px;
            width: 1px;
            height: 14px;
            margin-top: 10px;
            margin-left: 5px;
        }

        .top-nav li .i-arr-dropdown {
            background-position: -11px -294px;
            width: 8px;
            height: 4px;
            vertical-align: middle
        }

        .top-nav li.on {
            background-color: #fff;
            box-shadow: 0px 0 3px #999;
        }

        .top-nav li.t_user {
            margin-left: 4px;
        }

    .top-nav .t_user_box {
        width: 280px;
        top: 35px;
        right: 0;
        background: #fff;
        padding: 10px 0 6px;
        box-shadow: 2px 5px 5px #888;
        z-index: 10;
        display: none;
    }

    .top-nav .t_box_tit {
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .top-nav .t_box_tit p {
            font-size: 16px;
            color: #5f5f5f;
            height: 20px;
            line-height: 20px;
            margin-bottom: 6px;
        }

        .top-nav .t_box_tit a {
            background: #fff0e6;
            border: 1px solid #0050a5;
            color: #0050a5;
            height: 26px;
            line-height: 26px;
            display: inline-block;
            padding: 0 10px;
            border-radius: 4px;
            text-decoration: none;
        }

        .top-nav .t_box_tit span {
            padding: 0 10px;
        }

    .top-nav .t_box_alist p.on {
        background: #f2f3f7;
        border-top: 1px solid #dae2ed;
        border-bottom: 1px solid #dae2ed;
        line-height: 32px;
        text-indent: 20px;
        display: block;
    }

    .top-nav .t_box_alist a {
        display: block;
        line-height: 32px;
        text-indent: 20px;
        border-bottom: 1px solid #f4f4f4;
        font-size: 14px;
    }

    .top-nav .t_box_tit a:hover, .top-nav .t_box_tit a.on {
        background-color: #0050a5;
        color: #fff;
    }

    .top-nav .item-service a {
        font-size: 14px;
        height: 20px;
        margin-top: 7px;
        margin-left: 10px;
        text-decoration: none;
        line-height: 22px;
        padding: 0 8px;
        color: #000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-block;
    }

        .top-nav .item-service a.on {
            color: #0050a5;
            border: 1px solid #0050a5;
        }

        .top-nav .item-service a.off {
            color: #999;
            border: 1px solid #ccc;
        }

    .top-nav .Explanation {
        margin-left: 6px;
        margin-top: 8px;
    }

        .top-nav .Explanation .bg_ico {
            width: 16px;
            height: 16px;
            display: inline-block;
            background-position: 0 -81px;
        }

        .top-nav .Explanation .explanationDetails {
            display: none;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 20px;
            padding: 20px;
            width: 250px;
            -webkit-box-shadow: 0 0 8px #aaa;
            -moz-box-shadow: 0 0 8px #aaa;
            box-shadow: 0 0 8px #aaa;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #aaa;
            padding: 10px;
            z-index: 120;
            background-color: #fff;
            font-weight: normal;
            font-size: 12px;
            line-height: 18px;
        }

.maskLayer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.b-box {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 1000;
}

.box-con {
    width: 450px;
    padding: 20px 30px 30px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .box-con ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 490px;
    }

        .box-con ul label {
            display: block;
            font-size: 16px;
            margin: 0 0 5px;
            color: #333;
        }

        .box-con ul input, .box-con ul textarea {
            border: 1px solid #BDBDBD;
            color: #999999;
            display: block;
            font-size: 15px;
            font-style: normal;
            margin: 0 0 10px;
            padding: 4px;
            resize: none;
            width: 380px;
            border-radius: 4px;
        }

    .box-con .btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        cursor: pointer;
        border: 0;
        padding: 0 35px;
        color: #fff;
        font-weight: 400;
        border-radius: 4px;
    }

    .box-con .btn-submit {
        background: #0050a5;
    }

    .box-con .btn-cancle {
        background: #999;
        margin-left: 10px;
    }

.btn-message .i-ico {
    width: 13px;
    height: 13px;
    background-position: -103px -294px;
    vertical-align: middle;
    margin-right: 2px;
}

.box-hd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

    .box-hd .fl {
        width: 90px;
    }

    .box-hd img {
        width: 90px;
        height: auto;
    }

    .box-hd .fr {
        width: 340px;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 30px;
    }


#magic-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #0050a5;
    padding: 0 !important;
    text-decoration: none;
}


.quote-hot {
    position: absolute;
    top: 7px;
    right: 24px;
}

.shadow-box {
    width: 100%;
    height: 5px;
    background: url('../img/orderonline/shadow_bg.gif') repeat-x;
}

/*footer*/
.footer {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.fotlink {
    width: 100%;
}

    .fotlink dl {
        float: left;
        width: 20%;
        text-indent: 68px;
    }

    .fotlink dt {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .fotlink dd a {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

.footbox {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .footbox span {
        font-size: 14px;
        color: #666;
    }

.footbox01 {
    margin: 15px 0
}

.contactus {
    text-align: center
}

.followus a.followus-icon {
    height: 19px;
    margin-left: 10px;
    vertical-align: middle;
    background-image: url('../img/orderonline/jijia_ico.png');
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
}

.followus a.facebook {
    width: 19px;
    background-position: 0 -330px;
}

.followus a.twitter {
    width: 19px;
    background-position: -32px -330px;
}



.followus a.youtube {
    width: 15px;
    background-position: -65px -330px;
}

.followus a.sns-in {
    width: 17px;
    background-position: -98px -330px;
}

.followus a.plus-google {
    width: 22px;
    height: 19px;
    background-position: -132px -330px;
}

.footbox01 p, .footbox01 span, .footbox02 p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 20px;
}

.footbox01 a, .footbox02 a {
    color: #666;
}

.footer_ios {
    width: 900px;
    margin: 20px auto 0px;
}

[name=google_conversion_frame] {
    display: none;
}

#scrolldiv {
    width: 62px;
    height: 50px;
    right: 50px;
    bottom: 80px;
    cursor: pointer;
    position: fixed;
    display: none;
    background: url("../img/top.png");
    z-index: 20;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 40px;
}


/*20160929*/
.notic {
    color: #666;
    line-height: 16px;
    width: 100%;
    background-color: #fffaf1;
    padding-bottom: 15px;
}

    .notic .n_con {
        padding-top: 10px;
    }

    .notic .h_close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .notic b {
        font-weight: 700;
        color: #dabb8c
    }

    .notic p span {
        font-size: 14px;
        font-weight: 700;
    }

/*20170302 bootstrap ��ҳ*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed
    }

.top-nav .t_box_tit a:hover {
    background-color: #ffad33;
}

/*�ض���*/
.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #0050a5;
    border: 1px solid #0050a5;
}


/*2017421 Message δ����Ϣ��ʾ*/
.tips-numbox {
    margin-left: 6px;
    margin-top: 8px;
}

.tips-num {
    height: 18px;
    min-width: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #0050a5;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.no-message a {
    background-color: #ccc;
}

.tips-numbox .i-ico {
    position: absolute;
    top: 18px;
    left: 4px;
    width: 7px;
    height: 4px;
    background: url('../img/orderonline/jijia_ico.png') no-repeat -8px -836px;
}

.no-message .i-ico {
    background-position: 0 -836px;
}

/*20170509 ������ʾ*/
.top-tips {
    width: 100%;
}

    .top-tips a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999em;
        overflow: hidden;
    }

/*owl-carousel �л�������ʽ*/
.owl-theme .owl-controls {
    text-align: center;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #999;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #c2c2c2;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #c2c2c2;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background-color: #f60;
    }

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

.owl-item.loading {
    min-height: 150px;
    background: url('/img/img/orderonline/AjaxLoader.gif') no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 96%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url('/img/img/orderonline/grabbing.png') 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 80px;
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: 60px/60px "����";
    background-color: transparent;
    overflow: hidden;
    _display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "<";
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: ">";
}


/*20171012 �°�*/
.f30 {
    font-size: 30px;
}

.new-ico {
    background-image: url('/img/img/icons180822.png');
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    display: inline-block;
}

.ico-calculator {
    width: 17px;
    height: 21px;
    background-position: -30px 0;
}

.ico-cart {
    width: 20px;
    height: 20px;
    background-position: -60px 0;
}

.ico-customerservice {
    width: 22px;
    height: 22px;
    background-position: -250px -40px;
    vertical-align: middle;
}

.white {
    color: #ffffff;
}

.cl-936c30 {
    color: #936c30;
}

.cl-a78732 {
    color: #a78732;
}

.cl-a8a8a8 {
    color: #a8a8a8;
}

.cl-b8a87e {
    color: #b8a87e;
}

.cl-464646 {
    color: #464646;
}

.cl-5e5e5e {
    color: #5e5e5e;
}

.cl-626262 {
    color: #626262;
}

.cl-696969 {
    color: #696969;
}

.cl-6a6a6a {
    color: #6a6a6a;
}

.cl-737373 {
    color: #737373;
}

.cl-7c7c7c {
    color: #7c7c7c;
}

.cl-868686 {
    color: #868686;
}

.cl-9f9f9f {
    color: #9f9f9f;
}

.cl-f90 {
    color: #0050a5;
}

.cl-d5ad70 {
    color: #d5ad70;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb50 {
    margin-bottom: 50px;
}
/*ͷ��*/
.topbar {
    width: 100%;
    height: 96px;
    background-color: #7b5822;
    border-bottom: 1px solid #8a7048;
    transition: background .3s cubic-bezier(0,0,.2,1) .15s;
}

    .topbar.active {
        background-color: #3c3c3c;
        border-bottom-color: #4d4d4d;
        transition: background .3s cubic-bezier(0,0,.2,1) 0ms;
    }

        .topbar.active .top-nav {
            border-bottom-color: #4d4d4d;
        }

    .topbar .logo {
        margin-top: 9px;
    }

/*�ض���*/
.top-nav {
    width: auto;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    border-bottom-color: #8a7048;
}

    .top-nav li a.white {
        color: #ffffff !important;
    }

    .top-nav li.on a.white {
        color: #0050a5 !important;
    }

    .top-nav li .span, .top-nav .t_user, .top-nav .btn-message {
        line-height: 40px;
    }

    .top-nav li.i-delimit {
        margin-top: 13px;
    }

.btn-message .i-ico {
    background: url('../img/icons.png') no-repeat -250px 0;
}


#magic-line {
    top: 36px;
    z-index: 4;
}


/*new-footer*/
.new-footer {
    background-color: #f1f1f1;
    padding: 25px 0;
}

.bottom-navigation {
    width: 810px;
    padding: 10px 0 0px 70px;
    border-right: 1px solid #d7d7d7;
}

    .bottom-navigation dl {
        float: left;
        width: 20%;
    }

.contact-mail {
    width: 419px;
    margin-top: 13px;
    text-align: center;
}

    .contact-mail .new-ico {
        width: 58px;
        height: 38px;
        background-position: -200px -90px;
    }

/*�ض���*/
.footbox {
    margin-top: 0;
    padding-left: 25px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.followus a.followus-icon {
    height: 20px;
    background-image: url('../img/icons.png');
}

.followus a.twitter {
    width: 22px;
    background-position: -100px -130px;
}

.followus a.facebook {
    width: 9px;
    background-position: -130px -130px;
}

.followus a.youtube {
    width: 17px;
    height: 19px;
    background-position: -180px -130px;
}

.followus a.plus-google {
    width: 19px;
    background-position: -150px -130px;
}

/*����*/
.score {
    width: 80px;
    height: 15px;
    background: url("../img/icons.png") no-repeat -160px -55px;
}

    .score i {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        background-position: -160px -40px;
    }

.text-center {
    text-align: center;
}

.btn-comm {
    padding: 6px 10px;
    background-color: #0050a5;
    text-align: center;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

    .btn-comm:hover {
        background-color: #ffad33;
    }

.btn-d5ad70 {
    background-color: #d5ad70;
    color: #fff;
}

    .btn-d5ad70:hover, .btn-d5ad70:focus {
        background-color: #0050a5;
        color: #fff;
    }

/*animation*/
@-webkit-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}

@-moz-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}

@-ms-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}
/*20180604 layer�ض���*/
.layui-layer-hui .layui-layer-content {
    text-align: left !important;
}


.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rightsidebar {
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 99999;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sidebar-tab {
    position: relative;
    cursor: pointer;
}

    .sidebar-tab:hover {
        background-color: #0050a5;
    }

.sidebar-tab-avatar {
    padding: 10px;
}

    .sidebar-tab-avatar .avatar-img {
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
    }

.sidebar-tab-tip {
    position: absolute;
    top: 15px;
    right: 72px;
    width: 153px;
    opacity: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding-right: 7px;
    background: url("../img/icons_sidebar.png") no-repeat 0 -45px;
}

    .sidebar-tab-tip .item-con {
        display: block;
        width: 130px;
        padding-left: 3px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        background-color: #494949;
        border-width: 1px 0 1px 1px;
        border-color: #a3a3a3;
        border-style: solid;
    }

.rightsidebar .icon-sidebar {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-image: url('/img/img/icons_sidebar.png');
    background-repeat: no-repeat;
}

.sidebar-tab-tip .icon-sidebar {
    width: 16px;
    height: 35px;
    padding: 0;
    background-position: 0 -320px;
}

.rightsidebar .icon-sidebar-email {
    background-position: 10px -10px
}

.rightsidebar .icon-sidebar-tel {
    background-position: 10px -170px;
}

.rightsidebar .icon-sidebar-skype {
    background-position: 10px -250px;
}

.rightsidebar .icon-sidebar-quotebysales {
    background-position: 10px -90px;
}

/*20180814*/
.cl-999 {
    color: #999;
}

.order-step-list {
    margin-top: 20px;
    margin-left: 20px;
}

    .order-step-list li {
        float: left;
    }

    .order-step-list .icon-step {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url("/images/icon_step0814.png");
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .order-step-list .icon-step-quotationcurrent, .step-list .step-quotation:hover .icon-step-quotation {
        background-position: 0 0;
    }

    .order-step-list .icon-step-quotation {
        background-position: -240px 0;
    }

    .order-step-list .icon-step-cart {
        background-position: -30px 0;
    }

    .order-step-list .step-cart:hover .icon-step-cart {
        background-position: -270px 0;
    }

    .order-step-list .icon-step-uploadfile {
        background-position: -60px 0;
    }

    .order-step-list .icon-step-filereview {
        background-position: -90px 0;
    }

    .order-step-list .icon-step-payment {
        background-position: -120px 0;
    }

    .order-step-list .icon-step-fabrication {
        background-position: -150px 0;
    }

    .order-step-list .icon-step-ship {
        background-position: -180px 0;
    }

    .order-step-list .icon-step-confirmrecevied {
        background-position: -210px 0;
    }

    .order-step-list .dividing-line {
        width: 40px;
        height: 2px;
        background-color: #dcdcdc;
        margin-top: 14px;
        margin-left: 6px;
        margin-right: 6px;
    }

        .order-step-list .dividing-line.current {
            background-color: #0050a5;
        }

/*20180918�޸�*/
.language-box a.span {
    display: block;
    background: url(../img/orderonline/icon_ditu1.png) no-repeat 10px center;
    width: 48px;
    height: 37px;
}

.language-box a.current {
    background: #fff url(../img/orderonline/icon_ditu1.png) no-repeat 10px center;
}

.language-box a.span i {
    margin-left: 37px;
}

.language-box a.current .i-arr-dropdown {
    background-position: -98px -492px;
}

.language-qh {
    position: absolute;
    top: 30px;
    left: -50px;
    display: none;
}

.language-qh-box {
    width: 102px;
    height: 61px;
    background: #fff;
    border-radius: 4px 0 4px 4px;
}

.language-qh .language1 {
    display: block;
    padding-left: 35px;
    background: url(../img/orderonline/icon_ditu1.png) no-repeat 10px center;
    line-height: 30px;
}

.language-qh .language2 {
    display: block;
    padding-left: 35px;
    background: url(../img/orderonline/icon_ditu2.png) no-repeat 10px center;
    line-height: 30px;
}
