﻿@charset "utf-8";
/*清除默认样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
}

strong {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, textarea, select {
    font-family: Microsoft Yahei;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

#yui3-css-stamp.cssreset {
    display: none;
}

b {
    font-weight: normal;
}

i {
    font-style: normal;
}

#web_footer b {
    font-weight: bold;
}

#web_footer i {
    font-style: italic;
}

body {
    font-size: 14px;
    font-family: Arial,'Microsoft Yahei';
    color: #333;
}

@font-face {
    font-family: 'icomoon';
    src: url('/Company/Images/icomoon.eot?-2mgmdr');
    src: url('/Company/Images/icomoon.eot?#iefix-2mgmdr') format('embedded-opentype'),url('/Company/Images/icomoon.woff?-2mgmdr') format('woff'),url('/Company/Images/icomoon.ttf?-2mgmdr') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class*="jinrf-icons-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*背景样式 ---start*/
.webBackground {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
/*背景样式---end*/
/*header-----start*/
.web_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background: #3577bb;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
}

.header_site {
    width: 100%;
    height: 2rem;
}
/*header-----end*/
/*nav-----end*/
/*展开*/
.webnav .buttonnav {
    position: fixed;
    top: 0.1rem;
    left: 0.8rem;
    z-index: 100;
    cursor: pointer;
}

.webnav .swiper-button-prev, .webnav .swiper-button-next {
    display: none;
}

.webnav .navbar .navtext {
    display: inline-block;
    vertical-align: middle;
}

.webnav .nav_item .nav_ico {
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    text-align: center;
    height: 16px;
}

.webnav .nav_item icon-navitem:before {
    content: "";
    font-size: 0.8rem;
}

.webnav .nav_list a {
    padding: 0.4rem 0 0.4rem 0.8rem;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 0.6rem;
}

.webnav .navbar .nav_list a {
    padding-left: 10px;
}
/*nav-----end*/
/*banner----start*/
.web_banner {
    width: 100%;
}

    .web_banner li a {
        display: block;
    }

    .web_banner li img {
        width: 100%;
    }
/*banner----end*/
/*footer----start*/
.web_footer {
    width: 100%;
    padding: 10px 0 2rem 0;
}

    .web_footer.c-nopadding {
        padding-bottom: 5px;
    }

    .web_footer.service_hide {
        padding-bottom: 0;
    }

    .web_footer .footer_inner {
        background: #f5f5f5;
    }

    .web_footer.pof {
        position: fixed !important;
        bottom: 0;
        left: 0;
    }

    .web_footer p {
        padding: 12px 0 5px;
        text-align: center;
        font-size: 12px;
    }

    .web_footer .footer_content {
        padding: 10px 0 10px;
        text-align: center;
        font-size: 12px;
    }
/*footer----end*/
/*返回顶部*/
.return_top {
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 0.4rem;
    z-index: 19;
    width: 1.6rem;
    height: 1.6rem;
    background: rgba(153,153,153,0.8);
    color: #fff;
    text-align: center;
    line-height: 2rem;
    font-size: 0.5rem;
    border-radius: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

    .return_top .return_ico {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        margin: auto;
        margin-top: 1px;
        width: 0;
        height: 0;
        border-width: 6px 4px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

        .return_top .return_ico::after {
            content: "";
            display: none;
            position: absolute;
            top: -10px;
            left: 4px;
            width: 0;
            height: 0;
            border-width: 8px 6px;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
        }
/*底部服务---start*/
.web_botton_service {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 1.8rem;
    padding: 0.45rem 0px 0.25rem;
    background: #333;
    z-index: 666;
}

    .web_botton_service.c-pst {
        position: static;
    }

    .web_botton_service .service {
        float: left;
        width: 25%;
        text-align: center;
    }

        .web_botton_service .service a {
            display: block;
            color: #ccc;
            font-size: 10px;
        }

            .web_botton_service .service a span {
                font-family: "Microsoft Yahei";
                display: block;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 1.2;
            }

            .web_botton_service .service a:before {
                content: "";
                display: block;
                font-size: 1rem;
                color: #fff;
                padding-bottom: 2px;
            }

    .web_botton_service .c-mobindex a:before {
        content: "\eab3";
    }

    .web_botton_service .c-mineico a:before {
        content: "\eab7";
        text-indent: 2px;
    }

    .web_botton_service .c-cartico a:before {
        content: "\eab5";
    }

    .web_botton_service .c-orderico a:before {
        content: "\eab4";
    }

    .web_botton_service .c-mobimess a:before {
        content: "\eab9";
    }

    .web_botton_service .c-mobqqico a:before {
        content: "\e98c";
    }

    .web_botton_service .c-mobico a:before {
        content: "\eab8";
    }

    .web_botton_service .c-consult a:before {
        content: "\eabb";
        font-size: 0.95rem;
    }

    .web_botton_service .describe {
        padding: 3px 0 2px 0;
    }
/*占据位置*/
.bottom_serve {
    height: 71px;
}
/*底部服务---end*/
/*隐藏边线*/
.moveFrame, .singleEdit_TB_Border, .singleEdit_LR_Border {
    position: absolute;
}
/*欢迎页样式*/
.web_splash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

    .web_splash .backgroundPageImage {
        width: 100%;
        height: 100%;
    }
/*文章分类样式*/
.web_content_tag {
    padding: 12px 0 0 0;
}

    .web_content_tag .list_hd {
        padding: 0 0 10px;
        font-size: 16px;
        font-family: " Microsoft Yahei";
    }
/*产品详情页样式 2017-05-11 zqy*/
.choosing_div {
    padding: 10px;
}

.type_num {
    display: flex;
    line-height: 30px;
}

    .type_num span {
        color: #ff8712;
    }

    .type_num #kucun {
        line-height: 30px;
    }

    .type_num .shop_add {
        flex: 1;
        overflow: hidden;
    }

        .type_num .shop_add input {
            float: left;
            width: 30px;
            text-align: center;
            margin: 0 -1px;
            -moz-appearance: textfield;
        }

        .type_num .shop_add .s_reduce {
            float: left;
            width: 20px;
            height: 28px;
            line-height: 28px;
            border: 1px solid #bdbdbd;
            text-align: center;
            color: #333;
            border-radius: 0 4px 4px 0;
        }

            .type_num .shop_add .s_reduce.disabled {
                border-radius: 4px 0 0 4px;
            }

            .type_num .shop_add .s_reduce.gy_reduce {
                background: #cecece;
                color: #666;
            }

.pdetail_bottom {
    display: flex;
    padding: 0 10px;
}

    .pdetail_bottom a {
        flex: 1;
        text-align: center;
        margin: 0 10px;
        padding: 10px 0;
    }
/** 返回首页*/
.return_index {
    font-family: "宋体";
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 12px;
}
