﻿@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%;
    overflow-x:hidden;
}

body {
    font: 14px/1.5 ROBOTO,Helvetica,Tahoma,Arial !important;
    color: #000;
    height: 100%;
    background-color: #fff;
}
/*字体*/
@font-face {
    font-family: "Alibaba Sans";
    font-weight: normal;
    font-style: normal;
}

body {
    font: 14px/1.5 ROBOTO,Helvetica,Tahoma,Arial;
    color: #000;
    height: 100%;
    background-color: #fff;
}

@font-face {
    font-family: 'ROBOTO';
    src: url('/img/css/fonts/ROBOTO/roboto.eot');
    src: url('/img/css/fonts/ROBOTO/roboto.eot') format('embedded-opentype'), url('/css/roboto.woff') format('woff'), url('/img/css/fonts/ROBOTO/roboto.ttf') format('truetype'), url('/img/css/fonts/ROBOTO/roboto.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: content-box
}

/*bootstrap*/
/**{box-sizing:border-box}*/
.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-f90 {
    background: #ff9900;
    color: #fff;
}

    .btn-f90:hover {
        background: #ffad33;
        color: #fff;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
        padding: 0;
    }
}

/*bootstrap*/

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;box-sizing:content-box!important}*/
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;
}

.new-footer a:hover {
    text-decoration: underline;
    color: #FF9900;
}

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
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.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: #01bafd
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-f00 {
    color: #f00;
}

.cl-666 {
    color: #666
}

.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: #01bafd;
        color: #fff;
        border-color: #01bafd;
        text-decoration: none;
    }

.w1181 {
    width: 1300px;
    margin: 0px auto;
}

.util-clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}







.rightjj {
    position: fixed;
    right: 0;
    top: 40%
}

    .rightjj a {
        background: #FF9900;
        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,.fotlink dd a:hover,.header .header-car a:hover{color: #ff9900;}*/
.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;
}


.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: fixed;
    top: 100px;
    left: 0;
    z-index: 1000;
}

.box-con {
    width: 540px;
    padding: 0px 0px 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: 540px;
    }

        .box-con ul li {
            margin-bottom: 20px;
        }

        .box-con ul label {
            display: block;
            font-size: 16px;
            margin: 0 0 5px;
            color: #333;
            font-weight: normal
        }

        .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: 460px;
            border-radius: 4px;
        }

    .box-con .btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        border: 0;
        padding: 0 35px;
        color: #fff;
        font-weight: 400;
        border-radius: 4px;
        width: 228px;
        box-sizing: border-box
    }

    .box-con .btn-submit {
        background: #ff9900;
    }

        .box-con .btn-submit:hover {
            background: #ffad33
        }

    .box-con .btn-cancle {
        background: #EBEBEB !important;
        margin-left: 10px;
        color: #000 !important
    }

.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;
    }


.shadow-box {
    width: 100%;
    height: 5px;
    background: url('../images/shadow_bg.gif') repeat-x;
}

[name=google_conversion_frame] {
    display: none;
}
/* 兼容ie6位置fixed问题 */
#scrolldiv {
    width: 62px;
    height: 50px;
    right: 50px;
    bottom: 80px;
    cursor: pointer;
    position: fixed;
    display: none;
    background: url("../images/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;
}


/*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;
}

.top-nav .t_box_tit {
    line-height: 24px;
}

/*重定义*/
.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: #01bafd !important;
    border: 1px solid #01bafd !important;
}


/*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: #01bafd;
    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('../images/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('../images/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('/Content/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('../images/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: #01bafd;
}

.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, .header {
    width: 100%; /*height: 96px;*/
    background-color: #00719d; /*border-bottom:1px solid #8a7048;*/
    transition: background .3s cubic-bezier(0,0,.2,1) .15s;
}

    .topbar.active, .header.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;
    }

        .topbar .logo:hover, .header-right .salesteam:hover {
            text-decoration: none;
        }

            .header-right .salesteam:hover span {
                text-decoration: underline;
            }

    .header .hot-ico {
        position: absolute;
        top: -10px;
        right: -12px;
        width: 23px;
        height: 16px;
        background-position: 0 0;
    }

.header-right {
    position: absolute;
    top: 0;
    right: 29px;
    z-index: 8;
}

    .header-right dd {
        float: left;
        margin-left: 24px;
    }

    .header-right a {
        line-height: 56px;
    }

.headercar {
    display: block;
    width: 140px;
    height: 56px;
    text-align: center;
    background-color: #ff9900;
}

    .headercar em {
        position: absolute;
        top: 9px;
        left: 50px;
        min-width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
        background-color: #000;
        color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .headercar:hover {
        background-color: #ffad33;
    }

    .headercar span {
        display: inline-block;
        text-indent: 12px;
    }
/*重定义*/
.top-nav {
    width: auto;
    padding-right: 20px;
    background-color: transparent;
    border-bottom-color: #65533d;
}

    .top-nav li a.white {
        color: #ffffff !important;
        font-size: 14px
    }

    .top-nav li.on a.white {
        color: #01bafd !important;
    }

    .top-nav li .span, .top-nav .t_user, .top-nav .btn-message {
        line-height: 66px;
    }

    .top-nav li.i-delimit {
        margin-top: 13px;
    }

.btn-message .i-ico {
    background: url('../images/icons.png') no-repeat -250px 0;
}

.header {
    background-color: #00719d;
    padding: 0;
    height: 55px;
}

    .header .menutop {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        z-index: 6;
    }

        .header .menutop li {
            margin-top: 17px;
            padding-left: 20px;
            margin-right: 4px;
        }

        .header .menutop a {
            height: 36px;
            color: #ffffff;
            margin: 0;
        }

#magic-line {
    top: 42px;
    z-index: 4;
    background: #01bafd;
    position: absolute;
    height: 4px;
}

.header .secondNav {
    top: 56px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #2b2b2b;
    box-shadow: none;
}

    .header .secondNav dd {
        float: left;
    }

        .header .secondNav dd a {
            width: auto;
            height: 46px;
            line-height: 46px;
            padding-left: 20px;
        }

            .header .secondNav dd a:hover {
                color: #ff9900;
                background-color: transparent;
            }

.bottom-navigation
/*new-footer*/
.new-footer {
    background-color: #f1f1f1;
    padding: 25px 0;
}

.slh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slh2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bottom-navigation {
    width: 1110px;
    padding: 30px 0 0px 0px; /*border-right: 1px solid #d7d7d7;*/
}

.cl-A5915F {
    color: #A5915F
}

.bottom-navigation dt {
    margin-bottom: 15px;
}

    .bottom-navigation dt span {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

.bottom-navigation dd a {
    font-size: 14px !important;
    color: #bbbbbb;
    margin-bottom: 18px;
    display: inline-block;
}

.contact-mail {
    width: 190px;
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
}

    .contact-mail .new-ico {
        width: 58px;
        height: 38px;
        background-position: -200px -90px;
    }

/*重定义*/
.footbox {
    margin-top: 0;
    padding-left: 25px;
    border-top: 1px solid #3a3d3e;
    padding: 15px 0;
}

.followus a.followus-icon {
    height: 22px;
    background-image: url('../images/shareicon2.png');
    background-size: 630%;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.followus a.followus-icon {
    height: 21px;
    background-image: url('../images/shareicon2.png');
    background-size: 630%;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: inline-block;
    text-indent: -999999px;
}

.followus a.twitter {
    width: 22px;
    background-position: -47px 0px;
}

.followus a.facebook {
    width: 22px;
    background-position: 2px 0px;
}

.followus a.youtube {
    width: 22px;
    background-position: -93px -0px;
}

.followus a.plus-google {
    width: 22px;
    background-position: -70px 0px;
}

.followus a.instagram {
    width: 22px;
    background-position: -22px -0px;
}

.followus a.instagram {
    width: 22px;
    background-position: -22px -0px;
}

.followus a.linkedin {
    width: 22px;
    background-position: -95px -36px;
}

.followus a.tumblr {
    width: 22px;
    background-position: -118px -36px;
}

.followus a.followus-icon:hover {
    transform: translateY(-3px);
}

.followus a.newfollowus-icon {
    height: 30px;
    background-image: url(../images/bot_icon.png);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    margin-right: 4px;
    margin-top: 15px;
}

.followus a.newtwitter {
    width: 30px;
    background-position: 0px -124px;
}

.followus a.newfacebook {
    width: 30px;
    background-position: 0px -62px;
}

.followus a.newyoutube {
    width: 30px;
    background-position: 0px -93px;
}

.followus a.newplus-google {
    width: 30px;
    background-position: -70px 0px;
}

.followus a.newinstagram {
    width: 30px;
    background-position: -22px -0px;
}

.followus a.newinstagram {
    width: 30px;
    background-position: -22px -0px;
}

.followus a.newlinkedin {
    width: 30px;
    background-position: 0px -186px;
}

.followus a.newtumblr {
    width: 30px;
    background-position: 0px -217px;
}

.followus a.newfollowus-icon {
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
}

.followus a.newfollowus-icon {
    transform: translateY(-3px);
    background-image: url(../images/bot_icon2.png)
}

.footbox {
    height: 100px;
    padding: 25px 0 0;
}

.cl-bbb {
    color: #bbb;
}

.contact-mail a {
    display: block;
    font-size: 14px;
}

.serviceico {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/bot_icon.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px
}

.telico {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/bot_icon.png) no-repeat center -32px;
    vertical-align: middle;
    margin-right: 10px
}

/*评分*/
.score {
    width: 80px;
    height: 15px;
    background: url("../images/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: #01bafd;
    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: #01bafd;
        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: 80%;
    right: 20px;
    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;
}

#at-custom-sidebar {
    margin-top: 190px;
}

.sidebar-tab {
    position: relative;
    cursor: pointer;
}

    .sidebar-tab:hover {
        background-color: #01bafd;
    }

.sidebar-tab-avatar {
    padding: 10px;
}

    .sidebar-tab-avatar .avatar-img {
        width: 40px !important;
        height: 40px !important;
        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("../images/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('../images/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;
}

.avatar-img {
    width: 40px !important;
    border-radius: 50% !important
}

.rightsidebar .sidebar-tab-tip .item-con:nth-of-type(1) {
    width: 150px
}

.rightsidebar .sidebar-tab-tip .item-con:nth-of-type(2) {
    width: 150px
}

.rightsidebar .sidebar-tab-tip:nth-of-type(1) {
    width: 173px;
}

.rightsidebar .sidebar-tab-tip:nth-of-type(2) {
    width: 173px;
}

/*
.rightsidebar{width:70px;height:210px!important;border-radius:0;top:50%!important}*/
.rightsidebar li:hover {
    background: #01bafd
}

.rightsidebar .new-rightsidebarlist-tip {
    width: 290px;
    right: 82px;
    line-height: 28px;
    padding: 20px;
}

    .rightsidebar .new-rightsidebarlist-tip a {
        color: #000 !important
    }

.rightsidebar .maxservice img {
    display: block;
    margin: auto
}

.rightsidebar .triangle-tip {
    right: 67px
}

.rightsidebar .avatar-img {
    width: 50px !important
}

.rightsidebar .maxservice {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.rightsidebar .xdico1 {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/icon2.png') no-repeat -5px 2px;
    vertical-align: middle
}

.rightsidebar .xdico2 {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/icon2.png') no-repeat -5px -30px;
    vertical-align: middle
}

.rightsidebar .xdico3 {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/icon2.png') no-repeat -5px -60px;
    vertical-align: middle
}

.hovershow1 {
    display: none
}

/*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: #01bafd;
        }


/*20181205注册的金币*/
.ico-redpacket {
    position: absolute;
    left: 50%;
    top: -17px;
    margin-left: -38px;
    width: 55px;
    height: 70px;
    background: url('../images/tab-goldcoin.png') no-repeat;
    -webkit-animation: mymove 2s both linear infinite;
    -moz-animation: mymove 2s both linear infinite;
    -ms-animation: mymove 2s both linear infinite;
    animation: mymove 2s both linear infinite;
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0% {
        background-position: 0 -186px;
    }

    100% {
        background-position: 0 214px;
    }
}

@-moz-keyframes mymove {
    0% {
        background-position: 0 -186px;
    }

    100% {
        background-position: 0 214px;
    }
}

@-ms-keyframes mymove {
    0% {
        background-position: 0 -186px;
    }

    100% {
        background-position: 0 214px;
    }
}

@keyframes mymove {
    0% {
        background-position: 0 -186px;
    }

    100% {
        background-position: 0 214px;
    }
}
/*圣诞节广告*/
.advers-banner {
    width: 100%;
    height: 80px;
    background: url(../images/advers-banner.jpg) no-repeat center;
    position: relative;
}

    .advers-banner b {
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        background: url(../images/close-btn.png) no-repeat center;
        position: absolute;
        right: 88px;
        top: 10px;
        cursor: pointer;
    }

.user-hd-r .clearfix a {
    color: black
}
/*base*/
.bg_ico {
    background: url(../images/jijia_ico.png) no-repeat 0 0
}

.strong {
    font-weight: bold
}

.customer-reviews-list .item {
    width: 300px !important;
    float: left;
    margin: 0 12px;
    padding: 20px 0;
    background: #fbfbfb;
    border-radius: 10px
}

.bx-viewport {
    overflow: inherit !important
}

.bx-pager {
    display: none;
}

.bx-wrapper {
    position: relative;
}

.new-footer {
    background-color: #1d1f20 !important;
}
/*响应式*/
.pointer {
    cursor: pointer;
}

.bottom-navigation dl dt img {
    width: 8px;
    display: none;
}

.absolute {
    position: absolute;
}

.menu-toggle {
    color: #000;
    font-size: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 45px;
    height: 53px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: #00719d url(../images/liebiao.png) no-repeat 50% 45%;
    background-size: 100%;
}


@media screen and (max-width:1320px) {
    .bottom-navigation {
        width: 100% !important;
        border: 0;
        padding: 0;
    }

    .contact-mail {
        margin: auto;
        float: unset;
        display: none
    }

    .new-footer {
        padding-top: 30px
    }

    .w1180 {
        width: 96% !important;
        margin: auto;
    }
}

@media screen and (max-width:1204px) {
    .header {
        height: 110px;
    }

        .header .menutop {
            display: block
        }

    .header-right {
        top: 55px;
    }

    .parameter-configuration .item-show .active, .parameter-configuration .item-PCcon dl {
        width: 480px !important;
    }

    .bx-wrapper {
        overflow: hidden;
    }

    .customer-reviews-list .item {
        width: 22% !important;
    }

    .selfZone, .cart-total .con {
        width: 980px !important;
    }

    .cart-list .info_2, .cart-list dt .product-info {
        width: 210px !important
    }

    .cart-list .info_3, .cart-list dt .product-quantity {
        width: 150px !important
    }

    .cart-list .info_4, .cart-list dt .product-subtotal {
        width: 120px !important
    }
}

@media screen and (max-width: 1020px) {
    .minmr0 {
        margin-left: 0 !important;
    }

    .footbox > .fl:nth-of-type(2) img {
        width: 100%;
    }

    .notic {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .new-footer {
        background-color: #1d1f20 !important;
        padding-top: 20px;
    }

    .header-right {
        top: 0px;
    }

    .contact-mail {
        display: block
    }
}

@media screen and (max-width:823px) {
    /*.topbar ul{display:none}*/
    .topbar ul {
        float: left;
        display: block;
    }

    .mb20 > img {
        width: 260px
    }
}

@media screen and (max-width: 820px) {
    .top-nav {
        padding: 0;
    }

        .top-nav li.i-delimit {
            display: none
        }
}

@media screen and (max-width:768px) {
    .header .menu-toggle {
        display: block;
    }

    .header {
        height: 55px;
    }

        .header .menutop {
            background: #00719d;
            position: absolute;
            top: 55px;
            display: none;
        }

            .header .menutop li {
                float: none !important;
                width: 100%;
                height: 45px;
                line-height: 45px;
                text-align: center;
                border-bottom: 1px solid #333;
                margin-top: 0;
            }

    #magic-line, .footbox, .minbothide {
        display: none
    }

    .footbox {
        border: 0
    }

    .bottom-navigation {
        border-bottom: 1px solid #3a3d3e
    }

    .new-footer {
        padding-bottom: 30px;
    }

    .followus a.newfollowus-icon {
        background: url(../images/bot_icon_1.png);
        background-size: 30px
    }

    .followus a.newtwitter {
        width: 30px;
        background-position: 0px -121px;
    }

    .followus a.newfacebook {
        width: 30px;
        background-position: 0px -61px;
    }

    .followus a.newyoutube {
        width: 30px;
        background-position: 0px -91px;
    }

    .followus a.newplus-google {
        width: 30px;
        background-position: -70px 0px;
    }

    .followus a.newinstagram {
        width: 30px;
        background-position: -22px -0px;
    }

    .followus a.newinstagram {
        width: 30px;
        background-position: -22px -0px;
    }

    .followus a.newlinkedin {
        width: 30px;
        background-position: 0px -182px;
    }

    .followus a.newtumblr {
        width: 30px;
        background-position: 0px -152px;
    }
}

@media screen and (min-width: 769px) {
    .bottom-navigation dl {
        float: left;
        width: 20%;
        box-sizing: border-box
    }

        .bottom-navigation dl:nth-of-type(1) {
            width: 20%;
        }

        .bottom-navigation dl:nth-of-type(2) {
            width: 20%;
        }

        .bottom-navigation dl:nth-of-type(3) {
            width: 21%;
        }

        .bottom-navigation dl:nth-of-type(4) {
            width: 17%;
        }

        .bottom-navigation dl:nth-of-type(5) {
            width: 18%;
        }

    .newright {
        padding-left: 70px;
    }

    .businessnewsbox {
        width: 1300px;
        margin: 0px auto;
        padding-bottom: 45px;
    }

    .header .menu-toggle {
        display: none;
    }

    .header .menutop {
        display: block;
    }
}

@media screen and (max-width: 745px) {
    .bottom-navigation dl {
        width: 100% !important;
        text-align: left;
        margin-bottom: 5px;
    }

        .bottom-navigation dl dt span {
            font-size: 16px;
        }

        .bottom-navigation dl dt img {
            width: 8px;
            display: block;
        }

        .bottom-navigation dl dd {
            display: none
        }

    .topbar {
        height: 97px;
        padding: 0;
    }

    .new-footer .line-wrap {
        width: 90% !important;
        margin: auto;
    }

    .footbox {
        padding-left: 0
    }
}

@media screen and (max-width: 494px) {
    .footbox img:nth-of-type(2) {
        width: 100%
    }
}

@media screen and (max-width: 320px) {
    .topbar {
        height: 120px;
    }

        .topbar span {
            display: block;
            margin: 15px 0 0 40px;
        }

        .topbar ul {
            margin-left: -40px;
        }
}

hyml, body {
    width: 100%;
}

.header #menutop, .top-nav ul {
    margin-bottom: 0;
}

.filezone {
    word-break: break-all;
    font-size: 12px;
}


.capability-con table {
    border: 0 !important
}

.item-box h2 {
    border: 0 !important
}

.capability-con .item-box .customize td {
    border: 1px solid #bebebe;
    line-height: 20px;
    padding: 2px 4px;
    font-size: 14px !important;
    /*border-left:1px solid #ccc !important;
     font-size:14px!important;
    border-right: 1px solid #ccc !important;
    color:#666668!important*/
}

    .capability-con .item-box .customize td span, .capability-con .item-box .customize td p {
        font-size: 14px !important;
        font-family: ROBOTO,Helvetica,Tahoma,Arial,"Microsoft YaHei" !important;
    }

@charset "utf-8";

.smtonline {
    background-color: #ececec;
    padding-top: 20px;
    padding-bottom: 100px;
}

.smtonline-options {
    width: 690px;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 25px;
}

.smtonline-box {
    padding-top: 20px;
    padding-bottom: 20px
}

.smtonline-results {
    width: 580px;
    padding-left: 35px;
    padding-right: 25px;
}

.smtonline-ico {
    background-position: -46px -12px;
    width: 17px;
    height: 21px;
    margin-right: 4px;
}

.online-quotes-input li input {
    width: 220px;
    padding: 0 46px 0 10px;
    height: 30px;
    line-height: 29px;
    color: #888;
}

.online-quotes-input li input, .online-quotes-input li select {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.online-quotes-input li b {
    width: 40px;
    height: 28px;
    border-left: 1px solid #ccc;
    background: #efefef;
    color: #666;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -42px;
    margin-top: -4px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}

.online-quotes-input li {
    margin-bottom: 15px;
}

    .online-quotes-input li select {
        width: 220px;
        height: 30px;
        line-height: 30px;
        color: #666;
    }

.online-quotes-input-row li input, .online-quotes-input-row li select {
    width: 120px;
}

.tooltip-arrow {
    border-top-color: #fff !important;
}

.option-choose .item {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #666;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
    font-weight: 400;
    cursor: pointer;
}

.option-choose .choose {
    border: 2px solid #01bafd;
    color: #000;
}

.form-col4 {
    padding: 5px 10px;
    border: 1px #ccc solid;
    color: #666;
}

.quotes-more-demand .title {
    width: 122px;
    text-align: left;
}
/*费用明细*/
.cost-details .jp-ico {
    width: 20px;
    height: 22px;
    background-position: -162px -34px;
}

.cost-details-list {
    width: 513px;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}

    .cost-details-list dt, .cost-details-list dd, .price-delivery-list dt {
        overflow: hidden;
    }

    .cost-details-list .ww {
        width: 160px;
        padding: 4px 8px;
        height: 30px;
        border-left: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        display: block;
    }

    .cost-details-list .title {
        width: 96px;
        background-color: #e1e1e1;
    }
/*计价*/
.generate-quotes {
    border: 2px solid #01bafd;
    margin-bottom: 15px;
}

.generate-quotes-title ul.quote-price {
    background: #01bafd;
}

    .generate-quotes-title ul.quote-price a {
        color: #fff;
    }

.generate-quotes-title ul li {
    float: left;
    width: 25%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

    .generate-quotes-title ul li.current {
        background: #01bafd;
    }

        .generate-quotes-title ul li.current a {
            color: #fff;
        }

    .generate-quotes-title ul li a {
        display: inline-block;
        width: 100%;
        color: #666;
    }

    .generate-quotes-title ul li.on {
        border-bottom: 1px solid #34964e;
    }

.generate-quotes-box {
    background: #fff5e7
}

    .generate-quotes-box ul {
        padding: 12px 19px;
    }

        .generate-quotes-box ul li p {
            line-height: 20px;
            color: #666;
            display: inline-block;
            margin: 0;
        }

            .generate-quotes-box ul li p:first-child {
                width: 70%;
            }

        .generate-quotes-box ul li:last-child p {
            font-weight: bold;
        }

.generate-quotes ul li:last-child {
    border: none;
}

.delivery-description a:hover {
    color: #f00;
    text-decoration: underline;
}

.express-selection .jp-ico {
    width: 38px;
    height: 16px;
    background-position: -162px -166px;
    margin-left: 10px;
}
/*交期*/
.pcb-time {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .pcb-time .item {
        width: 175px;
    }

    .pcb-time .jp-ico {
        width: 39px;
        height: 41px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .pcb-time .expected-ship {
        background-position: -162px -188px;
    }

    .pcb-time .expected-arrival {
        background-position: -162px -231px;
    }

    .pcb-time .dividing-line {
        width: 17px;
        height: 50px;
        background-position: -162px -80px;
    }

    .pcb-time span {
        display: block;
    }
/* 备注自定*/
.customize .customize-input {
    width: 187px;
}

.customize .title {
    line-height: 34px;
}

.add-cart {
    height: 38px;
    line-height: 38px;
    margin: 20px 4px 20px 6px;
    padding: 0px 30px;
}

    .add-cart:active {
        font-size: 20px;
        padding: 0px 0px;
    }
/*PCB价格和交期*/
.price-delivery-list dt {
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.price-delivery-list dd {
    height: 58px;
    line-height: 58px;
}

.price-delivery-list .w1 {
    width: 40%;
}

.price-delivery-list .w2 {
    width: 30%;
}

.price-delivery-list .w3 {
    width: 30%;
}

/*查看更多工艺*/
.smt-moreadd {
    padding-left: 20px;
    height: 16px;
    background: url(../images/add.png) no-repeat left center;
}

.smt-morereduce {
    padding-left: 20px;
    height: 16px;
    background: url(../images/produce.png) no-repeat left center;
}

.quotes-more-demand-box {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

    .quotes-more-demand-box.hideCon {
        background: #f9f9f9;
    }

    .quotes-more-demand-box.showCon {
        background: #fff;
    }

    .quotes-more-demand-box h2 {
        display: inline-block;
    }

.online-quotes-input-row li {
    margin-bottom: 18px;
}

.online-quotes-input-row {
    width: 525px;
    margin: auto;
}

.mr40 {
    margin-right: 40px;
}
/*充值*/
.recharge-box {
    padding: 20px 20px 30px !important;
}

    .recharge-box h4 {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        padding: 10px 0 12px;
    }

    .recharge-box .pay-item label, .recharge-box label {
        width: 123px !important;
        color: #5d5d5d !important;
        font-size: 15px !important;
        display: inline-block;
        text-align: right !important;
        line-height: 45px;
    }

    .recharge-box input.inp-price, .takeout input.inp-price {
        border: 1px solid #c9c9c9;
        color: #936d51;
        font-size: 22px;
        width: 150px;
        margin-top: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: 400;
        height: 20px;
        padding: 8px;
        background-color: #f0f0f0;
    }

    .recharge-box span {
        color: #5b5b5b;
        font-size: 30px;
        font-weight: 400;
        margin-left: 6px;
        margin-right: 6px;
    }

.recharge-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.recharge-list a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 8px 16px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.recharge-list li.selected a {
    background-color: #fff7ec;
    border: 1px solid #01bafd;
}

.recharge-list a:hover {
    text-decoration: none;
}

.recharge-box .gift-amount {
    line-height: 45px;
}
/*加入购物车弹窗样式*/
/*.layui-layer-title{display:none;}*/
.layui-layer-page .layui-layer-content {
    padding: 20px;
}

.order-cart-title {
    height: 60px;
    margin-left: 40px;
}

    .order-cart-title h2 {
        margin: 0;
        padding: 0;
        height: 60px;
        line-height: 60px;
    }

.mt40 {
    margin-top: 40px;
}

.smtonline-con-titel li i.smtonline-con-item1 {
    background-image: url(../images/evali-icon.png);
}

.smtonline-con-titel li i.smtonline-con-item3 {
    background-image: url(../images/evali-icon.png);
}

.online-quotes-inputsmt {
    margin-top: 15px;
}

    .online-quotes-inputsmt li input {
        width: 200px !important;
        padding: 0 10px;
        color: black;
    }

    .online-quotes-inputsmt li {
        width: 35%;
        margin-right: 5%;
        font-size: 14px;
    }

.online-quotes-inputsmt2 li input {
    padding: 0;
}

.online-quotes-inputsmt2 .option-con {
    width: 120px
}


.first0 {
    height: 134px;
    border: 1px solid #e7e7e7;
    border-radius: 15px 15px 0 0;
    background: #f9f9f9;
}

.btn-first {
    width: 200px;
    height: 42px;
    border: 0;
    background: #01bafd;
    color: #fff !important;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    margin: 50px 38px;
}

    .btn-first:hover {
        background-color: #ffad33;
    }

.notic .dv1 {
    height: 60px;
    padding-top: 10px;
    margin-right: 10px;
}

.notic .dv2 {
    width: 97%;
    padding-top: 6px;
}

/*.new-rightsidebar{position: fixed;top: 20%;right: 20px;z-index: 99999;background-color: #fff;box-shadow: 0px 0px 8px #aaa;}*/
.new-rightsidebarlist li {
    padding: 10px;
    position: relative;
    cursor: pointer;
}

    .new-rightsidebarlist li .cartnum {
        display: inline-block;
        min-width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: center;
        line-height: 20px;
    }

.new-rightsidebarlist-tip {
    position: absolute;
    top: 0;
    right: 70px;
    width: 240px;
    background: #fff;
    box-shadow: 0px 0px 8px #aaa;
    box-sizing: border-box;
    line-height: 46px;
    font-size: 14px;
    color: #222;
}

.havelogin {
    padding: 20px;
}

.nohavelogin {
    padding: 10px 20px;
}

.new-rightsidebarlist-tip a {
    color: #01bafd;
}

.tipi1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 5px
}

.tipi2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat 0 -22px;
    vertical-align: middle;
    margin-right: 5px
}

.tipi3 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat 0 -46px;
    vertical-align: middle;
    margin-right: 5px
}

.tipi4 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat 0 -68px;
    vertical-align: middle;
    margin-right: 5px
}

.triangle-tip {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    position: absolute;
    top: 25px;
    right: 54px;
    z-index: 999
}

.new-rightsidebar a:hover {
    text-decoration: underline
}

.tipbox {
    padding: 10px 20px;
    line-height: 40px;
    min-height: 60px;
    box-sizing: border-box
}

.new-rightsidebarlist li:hover .triangle-tip {
    display: block
}

.new-rightsidebarlist li:hover .new-rightsidebarlist-tip {
    display: block
}

.layui-layer-shade {
    z-index: 9999 !important
}

.new-rightsidebar .layui-layer-title {
    background: #fff;
    border: 0
}

.new-rightsidebar .layui-layer-page .layui-layer-content {
    padding-top: 0;
    padding-left: 0px;
}

.Recharge-btn {
    display: block;
    width: 300px;
    height: 40px;
    background: #01bafd;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 0;
    font-size: 16px;
}

.Amountinput {
    width: 230px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

    .Amountinput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #936d51;
    }

.btnAddCart1 .layui-layer-title {
    background: #fff;
    border: 0
}

.btnAddCart1 {
    padding-left: 35px;
    padding-top: 10px;
}

.btnAddCart1-btn {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
}

.btn-ebebeb {
    background: #ebebeb;
    color: #000;
    margin-right: 10px
}

body .yourclass {
    border-radius: 8px;
}

    body .yourclass .layui-layer-title {
        border-radius: 8px 8px 0 0;
    }

.cart-flyer {
    position: relative;
    z-index: 9999999;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
}

@media screen and (max-width: 750px) {
    .rightsidebar, .addthis-smartlayers, .at-custom-sidebar .at-custom-sidebar-btns {
        display: none !important
    }

    .contact-mail {
        width: 100%
    }

    .item_news .fontclass img {
        max-width: 90%;
        margin: auto;
        display: block;
    }

    .item_news .fontclass span, .item_news .fontclass p {
        font-size: 24px;
        line-height: 26px;
    }

    .bottom-navigation dt {
        margin-top: 20px;
    }

    .bottom-navigation dl dd {
        margin-bottom: 0px;
        line-height: 30px
    }

    .bottom-navigation dd a {
        margin-bottom: 0
    }

    .bottom-navigation dt {
        margin-bottom: 5px;
    }

    .bottom-navigation {
        padding-bottom: 20px
    }

    .notic {
        height: 200px !important
    }

    .n_con > div {
        width: 90% !important;
    }

        .n_con > div:nth-of-type(1) {
            width: 8% !important
        }

    .notic .dv1 {
        height: 30px;
    }

    .n_con .overnotic {
        width: 20% !important;
    }
}

.commodity-list .item {
    float: left
}

.cl-c39f68 {
    color: #c39f68;
}





/*头部的CSS*/
.top-nav .t_user_box {
    width: 300px;
    background: #fff;
    padding: 20px 0 6px;
    box-shadow: 0px 0px 2px #888;
    display: block;
    border-radius: 6px;
    box-sizing: content-box;
}

.top-nav .t_box_tit {
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

    .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 {
        text-align: center;
        background: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        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 {
    font-size: 16px;
    background: #f2f3f7;
    border-top: 1px solid #dae2ed;
    border-bottom: 1px solid #dae2ed;
    line-height: 32px;
    text-indent: 20px;
    display: block;
    font-weight: 600
}

.top-nav .t_box_alist a {
    display: block;
    text-indent: 20px;
    font-size: 16px;
    width: 100%;
    line-height: 40px;
    color: #000;
    height: 40px;
    border: 0;
    padding: 0
}
/*.top-nav .t_box_tit a:hover,.top-nav .t_box_tit a.on{ background-color:#ff9900; color:#fff;text-align:center}*/
.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: #01bafd;
        border: 1px solid #01bafd;
    }

    .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;
    }

.accountshowhide {
    right: 10px;
    top: 70px;
    z-index: 99
}

    .accountshowhide p {
        margin-bottom: 0 !important;
        line-height: 40px !important;
        color: #222
    }

.sign-btn {
    box-sizing: border-box;
    width: 260px !important;
    height: 38px !important;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 38px !important;
    background: #01bafd !important;
    color: #fff !important
}

.accountshowhide .t_user_box .sign-btn:hover {
    background: #ffad33 !important;
    color: #fff !important
}

.join-btn {
    box-sizing: border-box;
    margin-bottom: 25px;
    border: 1px solid #01bafd !important;
    width: 258px !important;
    height: 38px !important;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 38px !important;
    background: #fceeda !important;
    color: #01bafd !important
}

/*新头部*/
.top-nav {
    height: 66px;
    background: #ffffff !important;
    padding: 0 20px;
    border-bottom: 1px solid #026493 !important;
}

    .top-nav > div > p, .top-nav > div > span, .top-nav > div > div > a {
        line-height: 65px
    }

.joinsign {
    width: 130px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #a98142;
    border-bottom: 1px solid #c19858;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
}

    .joinsign a {
        color: #fff;
    }

.suggestions {
    color: #fff;
}

.Message {
    color: #fff;
}

.suggestions a {
    border-right: 1px solid #fff;
    padding: 0 15px;
}

.Message a {
    border-right: 1px solid #fff;
    padding: 0 15px;
}

.account > i {
    padding: 0 15px;
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    margin-top: 25px;
}

.account a {
    color: #Fff
}

.max-header {
    background: #00719d;
}

.one-menu > li {
    font-weight: bold;
}
/*.account:hover .accountshowhide{display:block}*/

.menubox {
    background: #00719d !important;
    height: 47px;
    line-height: 46px;
    position: relative;
    max-width: 1300px;
    margin: auto;
}

    .menubox li {
        cursor: pointer;
    }

.one-menu > li {
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 0 20px 0 0;
}

    .one-menu > li > a:hover {
        color: #01bafd;
    }

    .one-menu > li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        height: 46px;
        box-sizing: border-box
    }
        /*.one-menu>li a.active{border-bottom:3px solid #01bafd;color:#01bafd;}*/
        .one-menu > li a.active {
            color: #fff;
            background-color: #01bafd;
            width: 70px;
        }

.con-menu {
    position: absolute;
    background: #00719d;
    left: 0;
    width: 100%;
    padding-left: 327px;
    height: 50px;
    z-index: 100;
    box-shadow: 0 0 8px #999;
}

.one-menu > li > img {
    vertical-align: middle;
    margin-left: 5px;
}

.one-menu > li > .rotateimg {
    transform: rotate(90deg);
    width: 8px;
}

.one-menu {
    position: relative
}

.vertical-conmenu {
    padding-left: 65px !important;
    display: none;
    height: 270px !important;
    width: auto !important;
    left: 645px;
}

    .vertical-conmenu li a {
        display: block
    }

    .vertical-conmenu li {
        float: left !important
    }

.twokhover {
    padding-right: 35px !important;
}

    .twokhover > a:hover {
        color: #01bafd !important
    }

.top-nav a:hover {
    color: #01bafd !important;
    text-decoration: underline !important
}

.top-nav .fl a {
    text-decoration: none !important
}

.two-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 420px
}

    .two-menu li {
        color: #c0bcb9;
        float: left;
        line-height: 40px;
    }

        .two-menu li a {
            color: #222;
            padding: 0 25px;
        }

            .two-menu li a:hover {
                color: #01bafd;
                font-weight: 600
            }

.three-menu {
    position: absolute;
    left: 250px;
    top: 0px;
    width: 420px;
    padding-left: 20px;
}

.two-menu li img {
    width: 8px;
    margin-top: 20px;
}

#magic-line {
    top: 44px; /*display:none!important*/
}

.lazy {
    object-fit: cover;
}

.shoppingnumbox {
    margin-left: 15px;
    padding-top: 15px;
    position: relative
}

.Message a {
    color: #000
}

.Messagenum {
    white-space: nowrap;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #01bafd;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: -10px
}

.shoppingnum {
    white-space: nowrap;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #01bafd;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: 10px
}

.min-top-nav {
    height: 60px;
    background: #00719d;
    line-height: 60px;
    padding: 0 15px;
}

    .min-top-nav .fr img {
        width: 30px;
        display: inline-block;
        margin: 0 15px;
        cursor: pointer;
    }

.min-menu {
    background-image: linear-gradient(90deg, #a07c42 0%, #3c3c3c 60%, #3c3c3c 100%);
    position: relative;
    z-index: 999
}

.notlogin {
    height: 64px;
    line-height: 64px;
    padding: 0 15px;
}

.minsign-btn, .minjoin-btn {
    width: 40%;
    display: inline-block;
    text-align: center;
    margin: 0 4%;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    font-size: 16px;
}

.minsign-btn {
    background: #01bafd;
    border-radius: 4px;
}

.cf90 {
    color: #ff9900
}

.yeslogin {
    padding: 15px;
}

.logintit img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}

.dengji {
    background: url(../images/icon_diamond.png) no-repeat 0 -18px;
    height: 18px;
    width: 40%
}

.minsignout {
    background: #01bafd;
    display: inline-block;
    border-radius: 4px;
    float: right;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    color: #fff !important;
    margin-top: 15px;
}

.logintext {
    width: 135px;
}

    .logintext p {
        color: #fff;
        font-size: 16px;
    }

.yeslogin-menu {
    border-bottom: 1px solid #545454;
}

.yeslogin-menu, .min-menubtn {
    background: #3c3c3c;
    padding: 0 15px;
}

    .yeslogin-menu li, .min-menubtn li {
        min-height: 50px;
        line-height: 50px;
        color: #c9c9c9;
        font-size: 16px;
        cursor: pointer;
    }

        .yeslogin-menu li img, .min-menubtn li img {
            width: 8px;
            display: block;
            margin-top: 13px;
        }

    .min-menubtn a, .yeslogin-menu a {
        color: #c9c9c9;
        display: inline-block;
        width: 90%;
    }

.triangle11 {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-top: -5px;
    display: block;
    margin: 7px 0 0 4px;
}

.triangle12 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d4d4d4;
    margin: -20px 0 0 230px;
    position: relative
}

.new-ico2 {
    background-image: url(../images/icons180822.png);
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    display: inline-block;
    background-size: 160px 251px;
    width: 30px;
    height: 30px;
    background-position: -100px -35px;
}

.pull-left suggestions {
    color: #fff
}

.menu-email {
    padding-bottom: 20px;
}

    .menu-email span {
        color: #c39f68;
        font-size: 16px;
        padding: 0 10px
    }
/*.acitve1{background: #333;}
.acitve2{background: #222;padding:0 5px}*/

.rotate12 {
    transform: rotate(-90deg);
    transition: transform .1s ease 0s;
}

.rotate12 {
    transform: rotate(90deg);
    transition: transform .1s ease 0s;
}
/*.max-header:hover .top-nav,.max-header:hover .menubox{background: #3c3c3c;border-bottom-color: #4d4d4d}*/
.con-menu {
    background: #fff;
    color: #01bafd !important;
}
/*.con-menu li:hover{background: #01bafd;}
.con-menu li:hover a{color: #fff!important}*/
.top-nav .t_user {
    padding: 0 8px;
}

    .top-nav .t_user:hover {
        background: #fff;
    }

        .top-nav .t_user:hover.t_user > a {
            color: #01bafd
        }

.top-nav li a {
    color: #666;
    text-decoration: none;
}

    .top-nav li a:hover {
        text-decoration: underline;
    }

.max-header .i-arr-dropdown {
    background-position: -11px -294px !important;
    width: 8px;
    height: 4px;
    vertical-align: middle;
    background: url(/img/img/orderonline/jijia_ico.png) no-repeat;
    display: inline-block;
}

.top-nav .t_user:hover .i-arr-dropdown {
    background-position: -22px -294px !important;
}

.min-header {
    display: none;
}

@media screen and (max-width: 1080px) {
    .max-header, .introducebanner-nav {
        display: none;
    }

    .min-header {
        display: block;
    }
}

/*内页banner*/
.topbanner {
    height: 450px;
}

    .topbanner .wcontainer {
        height: 450px;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }

        .topbanner .wcontainer .banner-body {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            margin-top: -80px;
            z-index: 9;
            color: #fff;
            font-weight: 100;
        }

            .topbanner .wcontainer .banner-body h3 {
                font-size: 26px;
            }

            .topbanner .wcontainer .banner-body p {
                font-size: 18px;
                margin-top: 20px;
                text-transform: Uppercase;
            }
