@media screen and (min-width:1200px) {
    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,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        font-weight: normal;
        vertical-align: baseline;
        font-size: 14px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    form,
    blockquote {
        margin: 0;
        font-weight: normal;
    }
    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    ol,
    ul,
    li {
        list-style: none;
    }
    blockquote,
    q {
        quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    textarea {
        overflow: auto;
        resize: vertical;
        vertical-align: top;
    }
    optgroup {
        font-weight: bold;
    }
    input,
    select,
    textarea {
        outline: 0;
    }
    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
    }
    input::-ms-clear,
    input::-ms-reveal {
        display: none;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #999;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }
    .placeholder {
        color: #999;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* custom */
    a {
        color: #7e8c8d;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
    }
     ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }
     ::-webkit-scrollbar-track-piece {
        background-color: #ededed;
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #666;
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }
    * {
        box-sizing: border-box;
    }
    mark {
        background: #ff0;
        color: #000;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }
    button,
    input,
    select {
        overflow: visible;
    }
    button,
    select {
        text-transform: none;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    html,
    body {
        width: 100%;
        font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
        color: #333;
    }
    body {
        line-height: 1.2;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        min-height: 100%;
    }
    html {
        overflow-y: scroll;
    }
    /*清除浮动*/
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: inline-block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        *zoom: 1;
    }
    .container {
        width: 1200px;
        margin: auto;
    }
    body {
        background: #fff;
    }
    .header {
        position: relative;
        height: 88px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .container .left {
        height: 88px;
        display: flex;
        align-items: center;
    }
    .header .container .left .logo img {
        height: 55px;
    }
    .header .container .left .name h3 {
        font-size: 15px;
        margin-bottom: 6px;
        color: rgb(51, 51, 51);
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .header .container .left .name ul {
        display: flex;
    }
    .header .container .left .name ul li {
        font-size: 12px;
        line-height: 16px;
        color: #ce2700;
        background: rgba(246, 164, 53, .17);
        border-radius: 28px;
        text-align: center;
        margin-right: 6px;
        padding: 2px 10px;
    }
    .header .container .left .tel{
        padding: 5px 0;
    border-left: 1px solid #eee;
    padding-left: 22px;
    margin-left: 20px;
    }
    .header .container .left .tel h5{
        font-size: 13px;
    color: #777;
    margin-bottom: 7px;
    }
    .header .container .left .tel p{
            font-size: 22px;
    color: #ef1f1f;
    }
    .header .container .left .tel p span{
        font-size: 13px;
    color: #777;
    }
    .header .container .search form.mobile {
        display: none;
    }
    .header .container .search form {
        display: flex;
    }
    .header .container .search form .keyword {
        border: 2px solid #ef1f1f;
        width: 300px;
        height: 40px;
        font-size: 15px;
        padding: 6px 10px;
        border-radius: 4px 0 0 4px;
        display: block;
        border-right: none;
    }
    .header .container .search form .bnt {
        width: 92px;
        height: 40px;
        border: none;
        color: #fff;
        background-color: #ef1f1f;
        font-size: 15px;
        border-radius: 0 4px 4px 0;
    }
    .banner{
        width: 100%;
        height: 600px;
        background: url(../images/cl-banner.jpg) center center no-repeat;
    }
    .product {
        padding: 80px 0 0;
    }
    .product .row {
        margin-bottom: 60px;
    }
    .product .title {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
    }
    .product .list {
        display: flex;
        flex-wrap: wrap;
    }
    .product .list .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 25px;
        border: 1px solid #e8e8e8;
        background: #fff;
    }
    .product .list .item:hover {
        border-color: #ef1f1f;
    }
    .product .list .item:nth-child(4n) {
        margin-right: 0;
    }
    .product .list .item .text {
        padding: 12px;
        background: #fff;
    }
    .product .list .item .text h5 {
        min-height: 44px;
    }
    .product .list .item .text h5 a {
        color: rgb(51, 51, 51);
        font-size: 15px;
        line-height: 22px;
    }
    .product .list .item .text .price {
        color: #ef1f1f;
        padding-top: 8px;
        line-height: 26px;
    }
    .product .list .item .text .price i {
        font-weight: 700;
        font-size: 13px;
    }
    .product .list .item .text .price span {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
    .product .list .item .text .price .unit {
        font-weight: 500;
        font-size: 13px;
    }
    .seek {
        margin-bottom: 80px;
    }
    .seek .container {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
        text-align: center;
        padding: 24px 20px;
    }
    .seek .container span {
        color: #666;
    }
    .seek .container a {
        margin-left: 11px;
        display: block;
        width: 88px;
        height: 32px;
        line-height: 32px;
        border-radius: 4px;
        color: #fff;
        background-color: #ef1f1f;
        border-color: #ef1f1f;
    }
    .fix-footer {
        display: none;
        position: fixed;
        right: 0;
        top: 30%;
        width: 56px;
        z-index: 9;
    }
    .fix-footer a {
        width: 130px;
        height: 56px;
        margin-bottom: 5px;
        background: #d6000f;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        transition: all .4s;
    }
    .fix-footer a img {
        width: 56px;
        height: 56px;
        margin-right: 5px;
    }
    .f-no-s-center {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .fix-footer a:hover {
        color: #fff;
        transform: translate(-74px, 0);
    }
    .fix-footer .nli {
        position: relative;
    }
    .fix-footer .nli .cxbox {
        position: absolute;
        width: 140px;
        height: 140px;
        right: 130px;
        bottom: 0;
        /*padding:10px;*/
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s .3s;
    }
    .fix-footer .nli:hover .cxbox {
        opacity: 1;
        visibility: visible;
    }
    .fix-footer .por {
        display: none;
    }
    .fix-footer .por.top {
        display: block;
    }
    .page-nav {
        position: fixed;
        top: 30%;
        left: 25px;
        background: #fff;
        z-index: 9999;
        padding: 30px 30px 30px 0;
    }
    .page-nav .tabs {
        border-left: 1px solid #eee;
    }
    .page-nav .tabs a {
        color: #333;
        margin-left: 30px;
        position: relative;
        display: block;
        line-height: 50px;
    }
    .page-nav .tabs a::before {
        width: 0;
        max-width: 60px;
        height: 2px;
        background: #011689;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all .4s ease;
    }
    .page-nav .tabs a.active {
        color: #011689;
    }
    .page-nav .tabs a.active::before {
        width: 100%;
    }
    .page-nav .tabs a:hover::before {
        width: 100%;
    }
    #fp-nav {
        position: fixed;
        z-index: 100;
        margin-top: -32px;
        top: 50%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
    #fp-nav.right {
        right: 17px;
    }
    #fp-nav.left {
        left: 17px;
    }
    .fp-slidesNav {
        position: absolute;
        z-index: 4;
        left: 50%;
        opacity: 1;
    }
    .fp-slidesNav.bottom {
        bottom: 17px;
    }
    .fp-slidesNav.top {
        top: 17px;
    }
    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }
    #fp-nav ul li,
    .fp-slidesNav ul li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }
    .fp-slidesNav ul li {
        display: inline-block;
    }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }
    #fp-nav ul li.active a span,
    .fp-slidesNav ul li.active a span,
    #fp-nav ul li.active:hover a span,
    .fp-slidesNav ul li.active:hover a span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%;
    }
    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #ef1f1f;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px;
    }
    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -2px;
        color: #ef1f1f;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
        cursor: pointer;
    }
    #fp-nav ul li:hover .fp-tooltip,
    #fp-nav.fp-show-active a.active+.fp-tooltip {
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }
    #fp-nav ul li .fp-tooltip.right {
        right: 20px;
    }
    #fp-nav ul li .fp-tooltip.left {
        left: 20px;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    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,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        font-weight: normal;
        vertical-align: baseline;
        font-size: 14px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    form,
    blockquote {
        margin: 0;
        font-weight: normal;
    }
    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    ol,
    ul,
    li {
        list-style: none;
    }
    blockquote,
    q {
        quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    textarea {
        overflow: auto;
        resize: vertical;
        vertical-align: top;
    }
    optgroup {
        font-weight: bold;
    }
    input,
    select,
    textarea {
        outline: 0;
    }
    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
    }
    input::-ms-clear,
    input::-ms-reveal {
        display: none;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #999;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }
    .placeholder {
        color: #999;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* custom */
    a {
        color: #7e8c8d;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
    }
     ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }
     ::-webkit-scrollbar-track-piece {
        background-color: #ededed;
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #666;
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }
    * {
        box-sizing: border-box;
    }
    mark {
        background: #ff0;
        color: #000;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }
    button,
    input,
    select {
        overflow: visible;
    }
    button,
    select {
        text-transform: none;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    html,
    body {
        width: 100%;
        font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
        color: #333;
    }
    body {
        line-height: 1.2;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        min-height: 100%;
    }
    html {
        overflow-y: scroll;
    }
    /*清除浮动*/
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: inline-block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        *zoom: 1;
    }
    .container {
        width: 92%;
        margin: auto;
    }
    body {
        background: #fff;
    }
    .header {
        position: relative;
        height: 1.6rem;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .container .left {
        height: 1.6rem;
        display: flex;
        align-items: center;
    }
    .header .container .left .logo img {
        height: .9867rem;
    }
    .header .container .left .name {
        display: none;
    }
    .header .container .left .name h3 {
        font-size: 15px;
        margin-bottom: 6px;
        color: rgb(51, 51, 51);
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .header .container .left .name ul {
        display: flex;
    }
    .header .container .left .name ul li {
        font-size: 12px;
        line-height: 16px;
        color: #ce2700;
        background: rgba(246, 164, 53, .17);
        border-radius: 28px;
        text-align: center;
        margin-right: 6px;
        padding: 2px 10px;
    }
    .header .container .left .tel{
        display: none;
    }
    .header .container .search form.pc {
        display: none;
    }
    .header .container .search form {
        display: flex;
    }
    .header .container .search form .keyword {
        border: none;
        width: 3.4667rem;
        background: #f8f8f8;
        height: .9333rem;
        font-size: .32rem;
        padding: .1333rem .4rem;
        border-radius: 1.3333rem 0 0 1.3333rem;
        display: block;
        border-right: none;
    }
    .header .container .search form .bnt {
        width: 1.12rem;
        height: .9333rem;
        border: none;
        color: #fff;
        background: url(../images/search.png) center center no-repeat #f8f8f8;
        font-size: .32rem;
        border-radius: 0 1.3333rem 1.3333rem 0;
        background-size: .4267rem;
    }
    .product {
        padding: 1.3333rem 0 0;
    }
    .product .row {
        margin-bottom: .8533rem;
    }
    .product .title {
        font-size: .48rem;
        font-weight: bold;
        color: #121212;
        margin-bottom: .5333rem;
    }
    .product .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product .list .item {
        width: 48.5%;
        margin-bottom: .6667rem;
        border: 1px solid #e8e8e8;
        background: #fff;
    }
    .product .list .item:hover {
        border-color: #ef1f1f;
    }
    .product .list .item:nth-child(4n) {
        margin-right: 0;
    }
    .product .list .item .text {
        padding: .32rem;
        background: #fff;
    }
    .product .list .item .text h5 {
        min-height: 1.1733rem;
    }
    .product .list .item .text h5 a {
        color: rgb(51, 51, 51);
        font-size: .3733rem;
        line-height: .56rem;
    }
    .product .list .item .text .price {
        color: #ef1f1f;
        padding-top: .2133rem;
        line-height: .6933rem;
    }
    .product .list .item .text .price i {
        font-weight: 700;
        font-size: .32rem;
    }
    .product .list .item .text .price span {
        font-size: .4267rem;
        font-weight: 600;
        line-height: .64rem;
    }
    .product .list .item .text .price .unit {
        font-weight: 500;
        font-size: .32rem;
    }
    #fp-nav {
        display: none;
    }
    .seek {
        margin-bottom: 1.6rem;
    }
    .seek .container {
        text-align: center;
        padding: 0 .2667rem;
    }
    .seek .container span {
        color: #666;
        line-height: .5333rem;
    }
    .seek .container a {
        display: block;
        width: 2.88rem;
        height: .96rem;
        line-height: .96rem;
        border-radius: .1333rem;
        color: #fff;
        background-color: #ef1f1f;
        border-color: #ef1f1f;
        margin: auto;
        margin-top: .3467rem;
    }
    .fix-footer {
        display: none;
        position: fixed;
        right: 0;
        top: 30%;
        width: 56px;
        z-index: 9;
    }
    .fix-footer a {
        width: 130px;
        height: 56px;
        margin-bottom: 5px;
        background: #d6000f;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        transition: all .4s;
    }
    .fix-footer a img {
        width: 56px;
        height: 56px;
        margin-right: 5px;
    }
    .f-no-s-center {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .fix-footer a:hover {
        color: #fff;
        transform: translate(-74px, 0);
    }
    .fix-footer .nli {
        position: relative;
    }
    .fix-footer .nli .cxbox {
        position: absolute;
        width: 140px;
        height: 140px;
        right: 130px;
        bottom: 0;
        /*padding:10px;*/
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s .3s;
    }
    .fix-footer .nli:hover .cxbox {
        opacity: 1;
        visibility: visible;
    }
    .fix-footer .por {
        display: none;
    }
    .fix-footer .por.top {
        display: block;
    }
}