﻿@charset "utf-8";
/* CSS Document */
html {
    width: 100%;
    overflow-x: hidden;
    font-size: 20px;
}

body {
    padding: 0px;
    margin: 0px;
    font: 12px/150% Arial, Verdana, "微软雅黑";
    background: #FFFFFF;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    line-height: 22px;
}

ul, form {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    font-family: "微软雅黑"
}

* {
    word-break: normal;
    margin: 0px;
    padding: 0px;
}

input, img, select {
    vertical-align: middle;
}

a:link {
    color: #333;
}

a:active {
    color: #333333;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

a:visited {
    color: #000;
}

img {
    border: 0px;
}

ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none outside;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

h1, h2, address, p {
    margin: 0;
}

h1, h2 {
    font-size: 14px;
}

.clear {
    clear: both;
}

.m20 {
    margin: 20px 0;
}

#top { /* background:url(../images/topbg.jpg) repeat-x; */
    height: 29px;
    width: 100%;
    background: #777976;
}

.top, .main {
    max-width: 1200px;
    margin: 0 auto;
    /* background: #f5f5f5; */
    /* text-align: center; */
}

.topico {
    float: right; /* height: 35px; */
    overflow: hidden;
}

    .topico span {
        color: #FFFFFF; /* padding-right:10px; */
        line-height: 29px;
    }

.header {
    padding-top: 14px;
    min-height: 92px;
    /* background: #0e2227; */
    color: #fff;
    background-image: linear-gradient(to right, #01282f, #a0b7c3);
}

.logo {
    float: left;
    width: 220px;
    padding-top: -9px;
}

.nav {
    float: left;
    padding-top: 26px;
}

    .nav li {
        float: left;
        padding: 2px 9px;
        font-size: 14px;
    }

        .nav li a {
            font-family: "微软雅黑";
            height: 30px;
            line-height: 30px;
            color: #fff;
        }

            .nav li a:hover {
                background: url(../images/navhovbg.jpg) no-repeat 0 top;
                padding-top: 4px; /* color: #000; */
                text-decoration: none;
            }

        .nav li .curs {
            background: url(../images/navcurbg.jpg) no-repeat 0 top;
            padding-top: 4px;
            color: #CB1B28;
        }

            .nav li .curs:visited {
                color: #CB1B28;
            }

.seach {
    width: 156px;
    margin-top: 36px;
    height: 36px;
    position: absolute;
    right: 351px;
    top: 40px;
}

.sech {
    background: url(../images/searchbg.jpg) no-repeat;
    width: 155px;
    height: 22px;
}

.ctet {
    width: 126px;
    border: 0px;
    margin-top: -4px;
    _margin-top: 0;
    margin-top: 0 !important;
    margin-left: 2px;
    height: 16px;
}

.cbtn {
    width: 22px;
    background: none;
    border: 0;
}

.index_flash { /* height: 540px; */
    width: 100%;
    overflow: hidden;
}

.index_flash_con { /* height: 540px; */
    width: 100%;
}

    .index_flash_con img {
        /*float: left;
        display: none;*/
    }

    .index_flash_con .selected {
        display: block;
    }

.index_flash_tt {
    position: relative;
    top: -45px;
    width: 100%;
}

    .index_flash_tt .tt {
        width: 150px;
        margin: 0 auto;
        height: 35px;
    }

    .index_flash_tt ul {
        display: inline;
    }

        .index_flash_tt ul li {
            display: block;
            width: 30px;
            height: 35px;
            float: left;
            font-size: 18px;
            cursor: pointer;
            line-height: 35px;
            margin-left: 1px;
            overflow: hidden;
        }

            .index_flash_tt ul li span {
                font-size: 3.2em;
                text-indent: 0px;
                width: 30px;
                height: 35px;
            }

            .index_flash_tt ul li span, .index_flash_tt ul li b {
                background: url(../images/flashno.png) no-repeat;
                width: 30px;
                height: 35px;
                display: block;
                line-height: 35px;
                text-align: center;
            }

            .index_flash_tt ul li b {
                position: absolute;
                margin-top: -32px;
                text-indent: 3px;
                color: #FFFFFF;
                font-size: 12px;
            }

            .index_flash_tt ul li.cur b {
                color: #000000;
            }

            .index_flash_tt ul li.cur span {
                background: url(../images/flashon.png) no-repeat;
            }

.banner { /* max-height:420px; */
    margin: 0 auto;
    position:relative;
}

    .banner img {
        min-width: 100%; /* height: 540px; */
        max-width: 100%;
    }

.pnav {
    background: #302f7f;
    height: 116px;
    width: 100%;
}

    .pnav ul li {
        float: left;
        padding-top: 26px;
        width: 36%;
    }

    .pnav ul .plright {
        float: right;
        width: 230px;
    }

.brand {
    background: #f9f9f9;
    border-bottom: 1px solid #E6E6E6;
    height: 339px;
    width: 100%;
    overflow: hidden;
}

.btit {
    padding-top: 40px;
    font-size: 24px;
    font-family: "微软雅黑"
}

.rmore {
    float: right;
}

    .rmore a {
        color: #001B50;
        font-size: 16px;
        padding-right: 8px;
    }

.bcont {
    padding: 20px 0;
}

    .bcont li {
        width: 277px;
        padding-right: 23px;
        float: left;
        text-align: center; /* border-radius: 53px; */
    }

    .bcont .blright {
        float: right;
        padding: 0px;
    }

    .bcont li img {
        border: 1px solid #EDEDED;
        width: 100%;
        border-radius: 12px; /* margin: 0 18px; */ /* margin-left: 31px; */
    }

    .bcont li p {
        padding-top: 10px;
    }

        .bcont li p a {
            font-size: 16px;
            line-height: 40px;
            font-family: "微软雅黑";
            color: #000000;
            font-weight: bold;
        }

.product {
    width: 100%;
    background: #FFF;
}

.pcon {
    float: left;
    padding-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

    .pcon ul {
        padding: 10px 0;
    }

    .pcon li { /* width: 303px; */
        float: left; /* padding:14px 10px; */
        text-align: center;
    }

        .pcon li div {
            border-radius: 4px;
            border: 1px solid #EDEDED;
            width: 287px;
            padding: 5px;
        }

            .pcon li div p {
                font-size: 16px;
                line-height: 50px;
                padding-top: 10px;
            }

        .pcon li img {
            width: 100%;
        }

        .pcon li div p a {
            font-family: "微软雅黑"
        }

    .pcon .plright {
        padding-right: 0;
    }

.case {
    background: #F7F7F7;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.ccont {
    float: left;
    padding: 20px 0;
    padding-bottom: 40px;
    margin-left: -14px;
    margin-right: -14px;
}

    .ccont li {
        float: left;
        width: 226px;
        padding: 0 13px;
    }

    .ccont .clright {
        padding: 0;
        float: right;
    }

    .ccont .cimg {
        background: url(../images/casebg.jpg) no-repeat;
        width: 226px;
        height: 173px;
    }

        .ccont .cimg img {
            border: 3px solid #A00E19;
            margin-left: 18px;
            margin-top: 18px;
        }

    .ccont .cconts {
        border: 1px solid #DDDDDD;
        border-top: 0;
        background: #FFF;
        padding: 20px;
        padding-top: 0px;
        width: 184px;
        height: 180px;
    }

        .ccont .cconts h2 {
            text-align: center;
            font-size: 16px;
            font-weight: normal;
            line-height: 28px;
            color: #070707;
            font-family: "微软雅黑"
        }

        .ccont .cconts p {
            font-size: 12px;
            color: #666666;
            font-family: "微软雅黑"
        }

        .ccont .cconts b a:link, .ccont .cconts b a:visited {
            line-height: 30px;
            color: #001952;
            font-weight: normal;
            font-family: "微软雅黑"
        }

.ncon {
    padding: 20px 0;
    float: left;
    margin-left: -20px;
    margin-right: -20px;
}

    .ncon li {
        float: left;
        width: 290px;
        padding: 0 25px;
    }

    .ncon .nlright {
        padding: 0;
        float: right;
    }

    .ncon li img {
    }

.nconts {
    float: left;
    width: 290px;
    padding: 10px 0;
}

    .nconts h3 {
        padding-bottom: 10px;
        height: 30px;
        width: 290px;
        overflow: hidden;
    }

        .nconts h3 a {
            color: #08080A;
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
            height: 30px;
            font-family: "微软雅黑"
        }

    .nconts p {
        color: #656565;
        font-family: "微软雅黑"
    }

    .nconts b a:link, .nconts b a:visited {
        line-height: 30px;
        color: #001952;
        font-weight: normal;
        font-family: "微软雅黑"
    }
/*底部样式*/
#footer {
    background: url(../images/footerbg.jpg) repeat-x #040B1D;
    width: 100%;
    background: #494949;
}

.footer {
    max-width: 980px;
    float: left;
    padding: 30px 0;
}

    .footer h2 {
        color: #ede8e8;
    }

.footerl {
    float: left;
    width: 260px;
    height: 220px;
    border-right: 1px solid #081633;
}

    .footerl ul {
        padding: 20px 0;
        float: left;
    }

        .footerl ul li {
            float: left;
            color: #ede8e8;
            width: 260px;
        }

.footC {
    float: left;
    padding-left: 40px;
}

    .footC ul li a {
        color: #fff;
    }

        .footC ul li a:link, .footC ul li a:visited {
            color: #ede8e8;
        }

        .footC ul li a:hover {
            color: #6F7FA1;
        }

.fc1 {
    float: left;
    width: 200px;
}

    .fc1 ul, .fc2 ul, .fc3 ul {
        padding: 15px 0;
        float: left;
    }

        .fc1 ul li {
            background: url(../images/webico.jpg) no-repeat left;
            padding-left: 10px;
        }

.fc2 {
    float: left;
    width: 155px;
}

.fc3 {
    float: left;
    width: 150px;
}

.footerr {
    float: right;
    width: 170px;
    height: 220px;
    border-left: 1px solid #081633;
}

    .footerr img {
        float: left;
        padding-left: 30px;
    }

    .footerr p {
        text-align: center;
        width: 150px;
        font-size: 16px;
        padding-top: 20px;
        float: right;
        color: #ffffff;
    }

.copyright {
    background: #000000;
    border-top: 1px solid #0B1222;
    width: 100%; /* height:42px; */ /* line-height:42px; */
    color: #7080A2;
}

.copyrightCenter {
    margin: 0 auto;
    max-width: 980px;
    height: 40px;
    font-size: 12px;
}

    .copyrightCenter font {
        float: left; /* width:480px; */ /* height:40px; */ /* line-height:40px; */
        font-weight: normal;
        color: #ddd;
        font-size: 12px;
        margin-right: 10px;
    }

    .copyrightCenter span {
        float: right;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        color: #ddd;
        text-align: right;
    }

        .copyrightCenter span a:link, .copyrightCenter span a:visited {
            color: #6F7FA1;
        }
/*导航*/
.guide {
    width: 100%;
    height: 70px;
    background: #000000bf;
}

.guidel {
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #FFF;
}

.guider {
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #FFF;
}

    .guider a:link, .guider a:hover, .guider a:visited {
        color: #FFF;
    }
/*分页*/
.page {
    text-align: center;
    margin: 30px 0;
}

    .page a, .page b {
        display: inline;
        height: 30px;
        line-height: 30px;
        margin-left: 4px;
        overflow: hidden;
        padding: 0 8px;
        text-decoration: none;
    }

    .page a {
        color: #333333;
    }

    .page b {
        color: #CA1B2A;
    }

    .page a.prePage {
        border: 1px solid #000000;
        border-radius: 4px;
        padding: 6px 9px;
        font-family: "宋体";
    }

    .page a.nextPage {
        border: 1px solid #000000;
        border-radius: 4px;
        padding: 6px 9px;
        font-family: "宋体";
    }
/**product_index***/
.pbrand {
    background: #F7F7F7;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

    .pbrand ul {
        padding: 30px 0;
    }

        .pbrand ul li {
            background: #FFF;
            float: left;
            border: 1px solid #E6E6E6;
            width: 230px;
            border-right: 0px;
        }

            .pbrand ul li img {
                width: 228px;
                height: 94px;
            }

        .pbrand ul .pbright {
            border-right: 1px solid #E6E6E6;
            width: 194px;
        }

        .pbrand ul .pbcur {
            border-top: 2px solid #E52C58;
        }

            .pbrand ul .pbcur img {
                height: 93px;
            }

        .pbrand ul li p {
            margin: 10px;
            text-align: center;
        }

.pbfcon h2 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding-top: 20px;
    font-weight: normal;
}

.pbfcon .pb_detail {
    padding: 7px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

    .pbfcon .pb_detail p {
        padding: 10px 0;
        font-family: "微软雅黑";
        font-size: 14px;
        line-height: 26px;
        color: #676767;
    }

.pb_cat {
    margin-left: -10px;
    margin-right: -10px;
}

    .pb_cat ul li {
        float: left;
        border: 1px solid #E6E6E6;
        padding: 5px;
        width: 300px;
        height: 325px;
        overflow: hidden;
        margin: 0 10px;
        margin-bottom: 20px;
        text-align: center;
        border-radius: 4px;
    }

        .pb_cat ul li:hover {
            border: 1px solid #E52C58;
        }

    .pb_cat ul .pd_catr {
        margin-right: 0;
    }

    .pb_cat ul li img {
    }

    .pb_cat ul li h3 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        font-weight: normal;
        width: 300px;
        overflow: hidden;
    }

        .pb_cat ul li h3 a {
            font-family: "微软雅黑";
        }

    .pb_cat ul li p {
        padding-bottom: 10px;
    }

        .pb_cat ul li p a {
            font-size: 14px;
            color: #656565;
        }

.pp_gov {
    float: left;
    border: 4px solid #F2F2F2;
    margin-bottom: 30px;
    border-radius: 4px;
}

    .pp_gov p {
        border: 1px solid #E6E6E6;
        width: 970px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 4px;
    }

        .pp_gov p a {
            font-size: 20px;
            color: #646464;
        }
/* product_list*/
.pb_cat2 h3 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}

    .pb_cat2 h3 a {
        color: #070709;
    }

.pb_cat2 h4 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}

    .pb_cat2 h4 a {
        color: #070709;
    }

.pb_cat2 ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
}

    .pb_cat2 ul li img {
        border: 1px solid #E6E6E6;
        width: 298px;
        padding: 0;
    }

.pb_cat2 .catrec {
    margin-left: -10px;
    margin-right: -10px;
}

    .pb_cat2 .catrec li {
        float: left;
        width: 302px;
        height: 320px;
        margin: 0 10px;
        border: 0;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .pb_cat2 .catrec .prt {
        float: right;
        padding-right: 0;
    }

    .pb_cat2 .catrec h3 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        overflow: hidden;
    }

    .pb_cat2 .catrec p {
        font-size: 12px;
        color: #666666;
    }

    .pb_cat2 .catrec b a:link, .pb_cat2 .catrec b a:visited {
        line-height: 30px;
        color: #001952;
        font-weight: normal;
        font-family: "微软雅黑"
    }
/*product_detail*/
.prodet {
    padding-top: 20px;
}

.prodpic {
    float: left;
}

.imgmove {
    padding-bottom: 20px;
    width: 460px;
    height: 345px;
    float: left;
    padding-right: 30px;
}

    .imgmove img {
        max-width: 460px;
    }

.small_pic img {
    border: 1px solid #E8E6E9;
    padding: 5px;
    border-radius: 4px;
    margin-right: 5px;
}

.prodright {
    float: right;
    width: 450px;
    height: 300px;
    overflow: hidden;
}

.product_buy {
    float: right;
    width: 450px;
    height: 40px;
    overflow: hidden;
    padding-top: 10px;
}

    .product_buy a {
        padding: 8px 15px;
        background: #CB1A2A;
        color: #FFF;
        font-size: 16px;
        margin-right: 50px;
    }

.prodright h1 {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}

.prodright p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}

.prodright .prodcr li {
    line-height: 20px;
    padding: 5px 0;
    float: left;
}

    .prodright .prodcr li .tt1 {
        float: left;
        width: 80px;
        font-size: 14px;
        color: #666666;
        font-weight: bold;
    }

    .prodright .prodcr li .tt2 {
        float: right;
        width: 360px;
        font-size: 14px;
        color: #666666;
        max-height: 400px;
        overflow: hidden;
        text-align: left;
    }

.prodetcn {
    border: 5px solid #F2F2F2;
    border-radius: 5px;
    margin: 40px 0;
}

.prodetcon {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.tit {
    height: 34px;
    border-bottom: 1px solid #E6E6E6;
}

    .tit ul {
        margin-left: 20px;
        border-left: 1px solid #E6E6E6;
        float: left;
        height: 34px;
    }

    .tit li {
        float: left;
        padding: 0 20px;
        height: 34px;
        line-height: 34px;
        border-right: 1px solid #E6E6E6;
        background: #FCFCFC;
        text-align: center;
    }

    .tit .selected {
        float: left;
        border-top: 2px solid #CB1A2A;
        background: white;
        border-bottom: none;
        color: #333;
        height: 34px;
        line-height: 32px;
        text-decoration: none;
    }

    .tit li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
    }

.pro_con {
    overflow: auto;
    width: 930px;
    height: 600px;
    padding: 20px;
}

.con_detail {
    padding: 20px;
    float: left;
}

.gaikuang {
}

    .gaikuang table {
        border: 1px solid #C8C8C8;
        border-bottom: 0;
        border-right: 0;
    }

        .gaikuang table td {
            border: 0;
            border-bottom: 1px solid #C8C8C8;
            border-right: 1px solid #C8C8C8;
            line-height: 30px;
        }
/***news**/
.mt30 {
    margin-top: 30px;
}

.new_left {
    float: left;
    width: 650px;
}

#new-list {
}

    #new-list li {
        padding: 10px 0;
        padding-top: 20px;
        border-bottom: 1px solid #F1F1F1;
    }

        #new-list li .timg {
            text-align: center;
        }

        #new-list li h3 {
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            font-weight: normal;
            font-family: "微软雅黑";
        }

        #new-list li p {
            font-size: 14px;
            color: #666;
        }

        #new-list li b a {
            line-height: 30px;
            color: #001952;
            font-weight: normal;
            font-family: "微软雅黑";
        }

.new_right {
    float: right;
    width: 270px;
}

.new_cat h2 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-family: "微软雅黑";
}

.new_cat ul {
}

    .new_cat ul li {
        background: url(../images/news_rlib.jpg) 0 10px no-repeat;
        border-bottom: 1px solid #EFEFEF;
        height: 30px;
        line-height: 28px;
        padding-left: 14px;
    }

    .new_cat ul li {
        font-size: 14px;
        color: #979797;
    }

    .new_cat ul .cur {
        background: url(../images/news_rlicu.jpg) 0 10px no-repeat;
    }

        .new_cat ul .cur a {
            color: #CB1B28;
        }
/*********newsd*********/
.ndet {
    padding-bottom: 30px;
}

    .ndet .timg, .case_c .timg {
        text-align: center;
    }

    .ndet h2, .case_c h2 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        font-weight: normal;
        font-family: "微软雅黑";
    }

    .ndet .tt_p, .case_c .tt_p {
        text-align: right;
        color: #987A90;
        height: 30px;
        line-height: 22px;
    }

    .ndet .con, .case_c .con {
        font-size: 13px;
        font-family: "微软雅黑";
        color: #747474;
    }
/*********case*********/
.casel_list {
    float: left;
    width: 700px;
}

    .casel_list ul li {
        float: left;
        border: 1px solid #E6E6E6;
        padding: 5px;
        width: 300px;
        height: 325px;
        overflow: hidden;
        margin: 0 10px;
        margin-bottom: 20px;
        text-align: center;
        border-radius: 4px;
    }

        .casel_list ul li:hover {
            border: 1px solid #E52C58;
        }

    .casel_list ul .pd_catr {
        margin-right: 0;
    }

    .casel_list ul li img {
    }

    .casel_list ul li h3 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        font-weight: normal;
        width: 300px;
        overflow: hidden;
    }

        .casel_list ul li h3 a {
            font-family: "微软雅黑";
        }

    .casel_list ul li p {
        padding-bottom: 10px;
    }

        .casel_list ul li p a {
            font-size: 14px;
            color: #656565;
        }

.case_det {
    float: left;
    width: 650px;
}

    .case_det h2 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        font-weight: normal;
        font-family: "微软雅黑";
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 20px;
    }

.bimg {
    float: left;
    padding-bottom: 20px;
    width: 650px;
    text-align: center;
}

.case_pic {
    float: left;
    width: 650px;
    padding-bottom: 10px;
}

    .case_pic img {
        border: 1px solid #E8E6E9;
        padding: 5px;
        border-radius: 4px;
        margin-right: 5px;
    }

.bimgmove {
    padding-bottom: 20px;
    width: 460px;
    float: left;
    border: 1px solid #EFEFEF;
    margin-left: 100px;
}

    .bimgmove img {
        max-width: 460px;
    }

.case_c {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.catit {
    padding-top: 10px;
    font-size: 18px;
    font-family: "微软雅黑";
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.camore {
    float: right;
}

    .camore a {
        font-size: 14px;
        color: #001B50;
        padding-right: 8px;
    }

.case_o {
    padding-bottom: 20px;
    float: left;
    width: 650px;
}

    .case_o ul {
        float: left;
        padding-top: 20px;
    }

    .case_o li {
        float: left;
        width: 200px;
        height: 200px;
        padding-right: 24px;
        border: 0;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .case_o .ca_rli {
        padding-right: 0;
    }

    .case_o li .p_img {
        text-align: center;
    }

        .case_o li .p_img img {
            width: 200px;
            height: 152px;
            border-radius: 4px;
            border: 1px solid #E6E6E6;
        }

    .case_o li h3 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        overflow: hidden;
    }

    .case_o li p {
        font-size: 12px;
        color: #666;
    }

    .case_o li b a {
        line-height: 30px;
        color: #001952;
        font-weight: normal;
        font-family: "微软雅黑";
        font-size: 12px;
    }
/*150820新增销售网络联系方式模块*/
.pb_network {
    padding: 0px 0 50px 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
}

.bordered1 {
    border: solid #cb1a2a 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 10px;
}

    .bordered1 tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered1 td, .bordered1 th, .bordered2 td, .bordered2 th {
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        padding: 10px 20px;
        text-align: left;
        font-family: "微软雅黑";
        font-weight: normal;
    }

    .bordered1 th {
        background-color: #cb1a2a;
        border-top: none;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .bordered1 td, .bordered2 td {
        font-size: 14px;
        color: #434343;
    }

        .bordered1 td:first-child, .bordered1 th:first-child, .bordered2 td:first-child, .bordered2 th:first-child {
            border-left: none;
        }

    .bordered1 th:first-child, .bordered1 th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
    }

    .bordered1 th:last-child, .bordered1 th:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
    }

    .bordered1 th:only-child, .bordered1 th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bordered1 tr:last-child td:first-child, .bordered1 tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .bordered1 tr:last-child td:last-child, .bordered1 tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

.bordered2 {
    border: solid #001453 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 10px;
}

    .bordered2 tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered2 th {
        background-color: #001453;
        border-top: none;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

module352 {
    height: 648px;
}

#module352 .fk-formContentOther {
    display: none;
}

#module352 .fk-formContentOtherPadding {
    padding-top: 0;
}

#module352 .formBanner352 .formBannerTitle .titleCenter {
    display: table-cell;
}

#module352 .formBanner352 div.titleText {
    display: block;
}

#module352 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg352 {
    background: url(//14876709.s21i.faiusr.com/2/ABUIABACGAAgs6SjzgUo_MPqtQYwgA84sAk.jpg) repeat top;
}

#module352 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg352 {
    background: url(//14876709.s21i.faiusr.com/2/ABUIABACGAAgs6SjzgUo_MPqtQYwgA84sAk.jpg) repeat top;
}

#module352 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg352 {
    background-size: cover;
}

#module359 {
    height: 750px;
}

#module359 {
    border: none;
}

    #module359 .formMiddle359 {
        border: none;
    }

        #module359 .formMiddle359 .formMiddleCenter359 {
            border: none;
        }

    #module359 .formTop359 {
        display: none;
    }

    #module359 .formBottom359 {
        display: none;
    }

    #module359 .formMiddle359 .formMiddleLeft359 {
        display: none;
    }

    #module359 .formMiddle359 .formMiddleRight359 {
        display: none;
    }

    #module359 .formBanner359 {
        display: none;
    }

    #module359 .f-packContentBg359 {
        background: none;
    }

#module361 {
    height: 557px;
}

    #module361 .fk-formContentOther {
        display: none;
    }

    #module361 .fk-formContentOtherPadding {
        padding-top: 0;
    }

    #module361 .formBanner361 .formBannerTitle .titleCenter {
        display: table-cell;
    }

    #module361 .formBanner361 div.titleText {
        display: block;
    }

    #module361 div.titleText361 .mainTitle361 {
        display: none;
    }

    #module361 .formBanner361 {
        background: none;
    }

        #module361 .formBanner361 .center361 {
            background: none;
        }

        #module361 .formBanner361 .right361 {
            background: none;
        }

        #module361 .formBanner361 .formBannerTitle361 {
            background: none;
        }

        #module361 .formBanner361 .titleLeft361 {
            background-color: transparent;
        }

        #module361 .formBanner361 .titleCenter361 {
            background: none;
        }

        #module361 .formBanner361 .titleRight361 {
            background: none;
        }

        #module361 .formBanner361 .titleText361 {
            background: none;
        }

    #module361 .formBanner361 {
        border: none;
    }

        #module361 .formBanner361 .titleLeft {
            border: none;
        }

        #module361 .formBanner361 .titleCenter {
            border: none;
        }

        #module361 .formBanner361 .titleRight {
            border: none;
        }

        #module361 .formBanner361 .formBannerTitle {
            border: none;
        }

#module361 {
    background: none;
}

    #module361 .formMiddle361 {
        background: none;
    }

        #module361 .formMiddle361 .formMiddleCenter361 {
            background: none;
        }

    #module361 .formMiddleContent361 {
        background: none;
    }

    #module361 .richImg {
        width: 400px;
        height: 400px;
    }

#module384 {
    height: 505px;
}

#module384 {
    border: none;
}

    #module384 .formMiddle384 {
        border: none;
    }

        #module384 .formMiddle384 .formMiddleCenter384 {
            border: none;
        }

    #module384 .formTop384 {
        display: none;
    }

    #module384 .formBottom384 {
        display: none;
    }

    #module384 .formMiddle384 .formMiddleLeft384 {
        display: none;
    }

    #module384 .formMiddle384 .formMiddleRight384 {
        display: none;
    }

    #module384 .fk-formContentOther {
        display: none;
    }

    #module384 .fk-formContentOtherPadding {
        padding-top: 0;
    }

    #module384 .formBanner384 .formBannerTitle .titleCenter {
        display: table-cell;
    }

    #module384 .formBanner384 div.titleText {
        display: block;
    }

    #module384 div.titleText384 .mainTitle384 {
        font-size: 18px;
        padding-top: 8px;
        font-weight: bold;
        font-family: 微软雅黑;
        color: #2dd0b2;
    }

    #module384 .titleCenter384 {
        overflow: visible;
    }

    #module384 div.titleText384 .bannerNormalTitle {
        margin-left: 0px;
        top: 0px;
    }

    #module384 .formBanner384 {
        background: none;
    }

        #module384 .formBanner384 .center384 {
            background: none;
        }

        #module384 .formBanner384 .right384 {
            background: none;
        }

        #module384 .formBanner384 .formBannerTitle384 {
            background: none;
        }

        #module384 .formBanner384 .titleLeft384 {
            background-color: transparent;
        }

        #module384 .formBanner384 .titleCenter384 {
            background: none;
        }

        #module384 .formBanner384 .titleRight384 {
            background: none;
        }

        #module384 .formBanner384 .titleText384 {
            background: none;
        }

    #module384 .formBanner384 {
        border: none;
    }

        #module384 .formBanner384 .titleLeft {
            border: none;
        }

        #module384 .formBanner384 .titleCenter {
            border: none;
        }

        #module384 .formBanner384 .titleRight {
            border: none;
        }

        #module384 .formBanner384 .formBannerTitle {
            border: none;
        }

    #module384 .formMiddleContent384 {
        margin-left: 0px;
    }

    #module384 .formMiddleContent384 {
        margin-right: 0px;
    }

    #module384 .formMiddleContent384 {
        margin-top: 20px;
    }

    #module384 .formMiddleContent384 {
        margin-bottom: 0px;
    }

    #module384 .line {
        background-image: none;
        padding-left: 5px;
        margin-top: 10px;
    }

    #module384 .top_with_line_icon {
        padding-left: 24px;
    }

    #module384 .contentLineIcon {
        display: none
    }

    #module384 .g_vertFold .g_foldContainerValue a {
        background: none;
        padding-left: 3px;
    }

    #module384 .productFilterVert .productFilterValue a {
        background: none;
        padding-left: 3px;
    }

#module384 {
    background: none;
}

    #module384 .formMiddle384 {
        background: none;
    }

        #module384 .formMiddle384 .formMiddleCenter384 {
            background: none;
        }

    #module384 .formMiddleContent384 {
        background: none;
    }

    #module384 .formMiddle.formMiddle384 .g_hover a span, #module384 .formMiddle.formMiddle384 .g_hover a, #module384 .formMiddle.formMiddle384 .g_hover span, #module384 .formMiddle.formMiddle384 .g_hover {
        font-size: 14px;
        font-family: 微软雅黑;
        font-weight: normal;
        font-style: normal;
        text-decoration: blink;
        color: rgba(45, 208, 178, 1);
    }

    #module384 [newslisttype="0"] .wWLine .fk-newsListTitle {
        overflow: visible;
    }

    #module384 [newslisttype="1"] .wWLine .fk-newsListTitle {
        overflow: visible;
    }

    #module384 div.formMiddle384 .fk-newsListTitle {
        font-size: 16px;
        font-family: 微软雅黑;
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
    }

    #module384 div.formMiddle384 .fk-newsListDate {
        font-size: 12px;
        font-family: 微软雅黑;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        color: #ffffff;
    }

    #module384 div.formMiddle384 .fk-newsListDate-part2 {
        font-size: 12px;
    }

    #module384 div.formMiddle384 .fk-newsListSummary {
        color: #dbdbdb;
    }

    #module384 div.formMiddle384 .fk-newsListSummary {
        font-size: 12px;
        font-family: 微软雅黑;
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
    }

    #module384 .newsNewModuleStyle_four .J_newsListLine {
        border: 1px solid #eee;
    }

    #module384 .newsNewModuleStyle_four .J_newsListLine {
        margin: 15px 7px;
    }

    #module384 .newsNewModuleStyle_four .J_articleDesc {
        text-align: justify;
    }

#module353 {
    height: 855px;
}

    #module353 .fk-formContentOther {
        display: none;
    }

    #module353 .fk-formContentOtherPadding {
        padding-top: 0;
    }

    #module353 .formBanner353 .formBannerTitle .titleCenter {
        display: table-cell;
    }

    #module353 .formBanner353 div.titleText {
        display: block;
    }

    #module353 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg353 {
        background: url(//14876709.s21i.faiusr.com/2/ABUIABACGAAg_6SjzgUowY3Z4wQwgA84sAk.jpg) repeat top;
    }

    #module353 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg353 {
        background: url(//14876709.s21i.faiusr.com/2/ABUIABACGAAg_6SjzgUowY3Z4wQwgA84sAk.jpg) repeat top;
    }

    #module353 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg353 {
        background-size: cover;
    }

#module363 {
    height: 823px;
}

#module363 {
    border: none;
}

    #module363 .formMiddle363 {
        border: none;
    }

        #module363 .formMiddle363 .formMiddleCenter363 {
            border: none;
        }

    #module363 .formTop363 {
        display: none;
    }

    #module363 .formBottom363 {
        display: none;
    }

    #module363 .formMiddle363 .formMiddleLeft363 {
        display: none;
    }

    #module363 .formMiddle363 .formMiddleRight363 {
        display: none;
    }

    #module363 .formBanner363 {
        display: none;
    }

    #module363 .f-packContentBg363 {
        background: none;
    }

#module364 {
    height: 259px;
}

    #module364 .fk-formContentOther {
        display: none;
    }

    #module364 .fk-formContentOtherPadding {
        padding-top: 0;
    }

    #module364 .formBanner364 .formBannerTitle .titleCenter {
        display: table-cell;
    }

    #module364 .formBanner364 div.titleText {
        display: block;
    }

    #module364 div.titleText364 .mainTitle364 {
        display: none;
    }

    #module364 .formBanner364 {
        background: none;
    }

        #module364 .formBanner364 .center364 {
            background: none;
        }

        #module364 .formBanner364 .right364 {
            background: none;
        }

        #module364 .formBanner364 .formBannerTitle364 {
            background: none;
        }

        #module364 .formBanner364 .titleLeft364 {
            background-color: transparent;
        }

        #module364 .formBanner364 .titleCenter364 {
            background: none;
        }

        #module364 .formBanner364 .titleRight364 {
            background: none;
        }

        #module364 .formBanner364 .titleText364 {
            background: none;
        }

    #module364 .formBanner364 {
        border: none;
    }

        #module364 .formBanner364 .titleLeft {
            border: none;
        }

        #module364 .formBanner364 .titleCenter {
            border: none;
        }

        #module364 .formBanner364 .titleRight {
            border: none;
        }

        #module364 .formBanner364 .formBannerTitle {
            border: none;
        }

#module364 {
    background: none;
}

    #module364 .formMiddle364 {
        background: none;
    }

        #module364 .formMiddle364 .formMiddleCenter364 {
            background: none;
        }

    #module364 .formMiddleContent364 {
        background: none;
    }

    #module364 .richImg {
        width: 400px;
        height: 400px;
    }

#module365 {
    height: 188px;
}

#module365 {
    border: none;
}

    #module365 .formMiddle365 {
        border: none;
    }

        #module365 .formMiddle365 .formMiddleCenter365 {
            border: none;
        }

    #module365 .formTop365 {
        display: none;
    }

    #module365 .formBottom365 {
        display: none;
    }

    #module365 .formMiddle365 .formMiddleLeft365 {
        display: none;
    }

    #module365 .formMiddle365 .formMiddleRight365 {
        display: none;
    }

    #module365 .formBanner365 {
        display: none;
    }

#module365 {
    background: none;
}

    #module365 .formMiddle365 {
        background: none;
    }

        #module365 .formMiddle365 .formMiddleCenter365 {
            background: none;
        }

    #module365 .formMiddleContent365 {
        background: none;
    }

    #module365 .floatImg .float_in_img {
        width: 833px;
    }

    #module365 .floatImg .float_in_img {
        height: 188px;
    }

#module512 {
    height: 289px;
}

    #module512 .formBanner512 {
        display: none;
    }

#module438 {
    height: 309px;
}

    #module438 .fk-formContentOther {
        display: block;
        z-index: 999;
    }

    #module438 > .jz-moduleSide-content {
        border: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 8px;
        -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 8px;
        box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 8px;
    }

    #module438 .formBanner438 {
        display: none;
    }



.title_line_box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 45px; */
    margin-top: 32px;
}



.title_line {
    width: 124px;
    height: 42px;
    display: block;
    float: none;
}

.title_line_text, .title_line_text {
    padding: 0 60px;
    font-size: 25px !important;
    color: #116ab3;
    font-weight: 600;
    text-transform: uppercase;
}


@media (max-width:600px) {
    /*body {
        overflow-x: hidden;
    }*/
    .logo {
        padding-left: 5px;
    }

    .index_flash, .index_flash_con, .banner img {
        height: 180px;
    }

    .lightModuleOuterContent {
        padding: 10px;
    }

    .pnav {
        min-height: 116px;
        height: auto;
    }

        .pnav ul li {
            float: none;
            padding-top: 3px;
        }

        .pnav ul .plright {
            width: 36%;
            float: none;
        }

    .index_flash_tt .tt {
        display: flex;
        justify-content: center;
    }

    .btit {
        padding-left: 10px;
        padding-top: 20px;
        font-size: 21px;
    }

    .brand {
        background: #F7F7F7;
        border-bottom: 1px solid #E6E6E6;
        height: auto;
    }

    .bcont ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .bcont li {
        width: 48%;
        padding-right: 0px;
        float: none;
        text-align: center;
    }

        .bcont li p {
            padding-top: 4px;
        }

    .pcon {
        /*float: left;
        padding-bottom: 20px;*/
        margin-left: 0px;
        margin-right: 0px;
    }

        .pcon > div {
            margin-left: 10px;
            margin-right: 10px;
        }

        .pcon ul {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .pcon li {
            width: 48%;
            padding-right: 0px;
            float: none;
            text-align: center;
        }

            .pcon li p {
                padding-top: 4px;
            }

            .pcon li div {
                width: auto;
            }

        .pcon > p {
            padding: 0 10px;
        }

        /*.nf-Style-body {
        padding: 0 10px;
    }*/

        .pcon > span {
            padding: 0 10px;
            display: inline-block;
        }

    .footer {
        float: none;
        width: 100%;
        position: relative;
    }

    .footerl, .footC, .footerr {
        padding-left: 10px;
        height: auto;
        float: none;
        border-right: 0px solid #081633;
    }

    .footC {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .copyright {
        padding-left: 10px;
        box-sizing: border-box;
    }

    .copyrightCenter span {
        padding-right: 10px;
    }

    .guide {
        height: 54px;
    }

    .abouts_box .m20 img {
        width: 100% !important;
    }

    .abouts_box > div {
        padding: 0 10px;
    }

    .guidel {
        height: 54px;
        line-height: 54px;
        font-size: 19px;
        padding-left: 10px;
    }

    .guider {
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        padding-right: 10px;
    }

    .pbfcon .pb_detail {
        padding: 0px;
        padding-bottom: 0px;
        border-bottom: 1px solid #E6E6E6;
    }

    .pbfcon h2 {
        padding-left: 10px;
        font-size: 19px;
    }

    .product-filterem {
        text-align: center;
    }

    .brandAttr .attr {
        border: 1px solid #D1CCC7;
        margin-top: -1px;
        height: auto !important;
        padding: 5px;
    }

    .av-collapse {
        width: 100% !important;
        float: none !important;
        display: flex;
        margin-left: 0px !important;
        justify-content: space-around;
        height: auto !important;
    }

    .attrKey {
        margin-left: 10px;
    }

    .brandAttr .showLogo li {
        width: 104px;
        float: none;
        margin-left: 4px;
    }

        .brandAttr .showLogo li a img {
            display: inline;
            width: 80px;
            height: 40px;
            margin: 6px 0px;
        }

    .product-filter {
        width: 100% !important;
        height: auto !important;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        top: 0px !important;
    }

    .product-listinner {
        width: 100% !important;
    }

        .product-listinner ul {
            width: 100% !important;
            display: flex;
            flex-wrap: wrap;
        }

            .product-listinner ul li {
                height: 177px !important;
                width: 47% !important;
            }

    .pb_cat2 .catrec li {
        width: 100% !important;
    }

    .pb_cat2 ul li img {
        width: 100% !important;
    }

    .pb_cat2 .catrec h3 {
        padding-left: 10px;
    }

    .Js_InfoList > p > img, .Js_InfoList > p > span > img {
        width: 100% !important;
    }

    .Js_InfoList > p {
        padding: 10px !important;
    }

        .Js_InfoList > p > span {
            font-size: 16px !important;
        }

    /*.serv_five table {
        padding: 10px !important;
    }*/
    .serv_five table {
        padding: 10px;
    }

        .serv_five table p {
            font-size: 14px !important;
        }

    .after_sale_box h1 {
        padding: 0 10px;
    }



    .title_line_text {
        padding: 0 12px;
        color: #0e50a5;
    }

        .title_line_text span {
            display: none;
        }

    .topico {
        margin-left: 50% !important;
        position: relative;
        left: -84px;
    }
}

