* {
    margin: 0;
    padding: 0;
    transition: all 300ms ease;
}

html {
    min-height: 100%;
}

body {
    min-width: 1100px;
    font: 14px/1.5 "Microsoft Yahei", Arial;
    color: #555;
    background: #f6f6f6;
}

img {
    border: 0px;
}

ul, ol {
    list-style-type: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea, select {
    font: 14px/1 "Microsoft Yahei", Arial;
    color: #555;
    outline: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

h1, h2, h3, h4, h5, h6, font {
/*    font-size: 14px;*/
}

a {
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:active {
        color: #274583;
        text-decoration: none;
    }

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.arrow {
    font-family: 'Small Fonts';
    font-style: normal;
}

.autocut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.wrapper, .wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    min-height: auto;
    padding: 30px 0 50px;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.s {
    background: url(imginit/tip.png) no-repeat;
}
/* 首页风格*/
.header {
    background: #f6f6f6;
}

    .header .wrap {
        height: 113px;
    }

    .header .logo {
        float: left;
        margin: 10px 15px 0 0;
    }

        .header .logo img {
            display: block;
            max-width: 500px;
            height: 70px;
            margin-top: 10px;
        }

    .header .tags {
        line-height: 1.2;
        float: left;
        margin: 25px 0 0 0;
        padding: 6px 15px;
        border-left: 1px solid #1f2831;
        text-transform: uppercase;
    }

        .header .tags strong {
            color: #ff9900;
            font-size: 22px;
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        .header .tags span {
            color: #2b4284;
            font-size: 16px;
            font-weight: bold;
        }

    .header .market {
        float: right;
        width: 270px;
        margin: 30px 0 0 0;
    }

    .header .tel {
        height: 42px;
        line-height: 42px;
        background: url(imginit/tip.png) left 4px no-repeat;
        padding: 0 0 0 40px;
    }

        .header .tel p {
            line-height: 1;
            color: #2b4284;
            font-size: 12px;
            text-transform: uppercase;
            margin-bottom: 3px;
        }

        .header .tel span {
            font-family: "impact";
            font-size: 26px;
            color: #ff9900;
            line-height: 1;
        }

.ibtn {
    width: 100%;
    height: 80px;
    background: url(imginit/xian3.png) center center no-repeat;
    color: #fff;
}

.ileft {
    width: 701px;
    float: left;
    color: #fff;
    text-align: right;
    margin-top: 20px;
}

    .ileft span {
        color: #fff;
        float: left;
        font-size: 26px;
        margin-right: 110px;
    }

    .ileft .tel {
        height: 42px;
        line-height: 42px;
        background: url(imginit/tip.png) -370px -65px no-repeat;
        padding: 0 0 0 37px;
        float: left;
    }

        .ileft .tel span {
            font-family: Arial;
            font-size: 32px;
            color: #fff;
        }

.iright {
    width: 245px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.searcher {
    width: 250px;
    height: 35px;
    float: right;
    position: relative;
    margin-right: 20px;
    margin-top: 14px;
    background-position: -150px -502px;
}

    .searcher .txt {
        float: left;
        width: 215px;
        height: 31px;
        line-height: 31px;
        border: 0;
        padding: 0 10px;
        background: none;
    }

    .searcher .submit {
        float: right;
        width: 35px;
        height: 35px;
        background: none;
        border: 0;
        color: #FFF;
        cursor: pointer;
        position: absolute;
        top: -1px;
        right: -14px;
    }

.nav {
    background: #2b4284;
    border-bottom: 2px solid #0d2872;
}

    .nav .list {
        height: 57px;
        line-height: 57px;
    }

        .nav .list li {
            float: left;
            width: 125px;
            position: relative;
            text-transform: uppercase;
        }

        .nav .list a {
            display: block;
            text-align: center;
            color: #FFF;
            font-size: 16px;
            height: 57px;
        }

            .nav .list a:hover, .nav .list li.current a {
                background: #ff9900;
                border: 1px solid #dd8500;
            }

        .nav .list li:first-child, .nav .list li.current + li, .nav .list li:hover + li {
            background: none;
        }

    .nav .subNav {
        transition: none;
        width: 100%;
        display: none;
        position: absolute;
        top: 58px;
        z-index: 4;
        background: #f90;
    }

        .nav .subNav a {
            width: 100%;
            height: 45px;
            font-size: 15px;
            line-height: 45px;
            float: left;
            display: block;
            color: #fff;
            text-align: center;
            border: none !important;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

            .nav .subNav a:hover {
                font-weight: bold;
            }

.banner {
    width: 100%;
    position: relative;
    background: #F0F0F1;
    overflow: hidden;
    z-index: 2;
}

    .banner ul {
        position: relative;
        margin: 0 auto;
    }

    .banner li {
        width: 100%;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        background: #1b140d;
        display: none;
        transition: none;
    }

        .banner li:first-child {
            display: block;
            transition: none;
        }

    .banner img {
        width: 1920px;
        display: block;
        position: relative;
        left: 50%;
        margin-left: -960px;
        top: 0;
        transition: none;
    }

    .banner .tip {
        width: 100%;
        height: 3px;
        text-align: center;
        position: absolute;
        bottom: 30px;
        z-index: 3;
    }

        .banner .tip span {
            display: inline-block;
            width: 15px;
            height: 15px;
            line-height: 0;
            background: url(imginit/tip-view.png) right top no-repeat;
            margin: 0 8px;
            cursor: pointer;
        }

            .banner .tip span.cur {
                background: url(imginit/tip-view.png) left top no-repeat;
            }

    .banner, .banner ul, .banner img {
        height: 410px;
    }

        .banner.mini, .banner.mini ul, .banner.mini img {
            height: 300px;
        }


.floor-1 {
    padding: 20px 0;
}

    .floor-1 .tid {
        float: left;
        width: 224px;
    }

    .floor-1 .tod {
        float: right;
        width: 740px;
    }

.headr {
    width: auto;
    text-align: left;
    position: relative;
    line-height: 60px;
    background-color: #274583;
    height: 60px;
}

    .headr em {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 0;
        font-style: normal;
        margin-left: 24px;
        text-transform: uppercase;
        margin-top: 0px;
        display: inline-block;
    }

    .headr span {
        color: #bdc3d3;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        text-transform: uppercase;
    }

    .headr .more {
        position: absolute;
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        top: 0;
        right: 0;
        background-position: right bottom;
        width: 124px;
        height: 60px;
        text-align: right;
        padding-right: 26px;
    }

.iabout .headr {
    background-color: #2C4985;
    line-height: 2.8;
    position: relative;
}

    .iabout .headr span {
        display: block;
        line-height: 1;
        color: #ff9900;
        font-size: 24px;
    }

    .iabout .headr em {
        line-height: 1;
        margin: 0;
    }

    .iabout .headr .s {
        width: 20px;
        height: 20px;
        display: block;
        background-position: right -300px;
        position: absolute;
        right: 0;
        top: 18px;
    }

.footer1 .headr {
    background: none;
    line-height: 2.2;
    margin-bottom: 20px;
}

    .footer1 .headr span {
        display: block;
        line-height: 1;
        color: #ff9900;
        font-size: 0.9em;
    }

    .footer1 .headr em {
        line-height: 1;
        margin: 0;
        color: #2b4284;
        font-size: 18px;
        margin-top: 8px;
        display: inline-block;
    }

.ipro {
    overflow: hidden;
}
    /*height:710px;*/
    .ipro .list {
        padding: 30px 0 15px;
        width: 106%;
        overflow: hidden;
    }

    .ipro .item {
        float: left;
        margin: 0 28px 10px 0px;
        text-align: center;
        padding: 0 1px 8px 1px;
    }

        .ipro .item a {
            display: block;
        }

        .ipro .item img {
            display: block;
            width: 218px;
            height: 163px;
            border: 3px solid #fff;
        }

        .ipro .item h3 {
            height: 40px;
            width: 222px;
            line-height: 40px;
            font-weight: 400;
            font-size: 15px;
            color: #343434;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .ipro .item:hover img {
            border-color: #274583;
        }

        .ipro .item:hover h3 {
            color: #274583;
            font-weight: bold;
        }

.iabout {
    height: 279px;
    background: #2d4a86 url(imginit/iabout.jpg) center top no-repeat;
    margin-bottom: 30px;
    padding-top: 40px;
}

    .iabout .info {
        margin-bottom: 10px;
        line-height: 30px;
        color: #fff;
        float: right;
        width: 450px;
        margin-top: 0px;
        float: left;
    }

    .iabout .more {
    }

        .iabout .more a {
            display: block;
            width: 140px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            border: 1px solid #666;
        }

            .iabout .more a:hover {
                background: #05a2e7;
                border-color: #05a2e7;
                color: #fff;
            }

    .iabout .img {
        float: right;
        margin-top: 10px;
        display: block;
    }

        .iabout .img img {
            border: 0px solid #fff;
        }

.floor-2 {
    margin-top: 20px;
}

.iabout .imap {
    float: left;
    width: 427px;
    height: 220px;
    border: 3px solid #fff;
    overflow: hidden;
}

.inews {
    width: 100%;
    height: auto;
    /*
        height: 376px;
        padding: 30px 0;

    */
    position: relative;
}

    .inews .headr {
        border-color: #636363;
    }

        .inews .headr em {
            color: #fff;
            border-color: #fff;
        }

        .inews .headr span {
            color: #cbcccc;
        }

        .inews .headr .more {
            color: #fff;
        }

    .inews .tod {
        /* height:284px; */
        height: auto;
        *position: relative;
        overflow: hidden;
        margin-top: 24px;
    }

        .inews .tod ul {
            width: 1074px;
        }

        .inews .tod li {
            width: 480px;
            height: 150px;
            background: #fff;
            float: left;
            margin-right: 46px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
            overflow: hidden;
        }

            .inews .tod li .img {
                width: 200px;
                height: 150px;
                display: inline-block;
                float: left;
            }

            .inews .tod li img {
                width: 166px;
                height: 150px;
                background-color: #fff;
                padding-right: 4px;
                margin-right: 10px;
            }

            .inews .tod li:hover .s {
                background-position: 170px -542px;
            }

            .inews .tod li:hover img {
                background-color: #ff9900;
            }
            /*
            .inews .tod li h1 {
                padding: 0 12px;
                font-size: 16px;
                margin-top: 15px;
                line-height: 2;
            }
            */
            .inews .tod li h2 {
                padding: 0 12px;
                font-size: 16px;
                margin-top: 2px;
                line-height: 2;
                white-space: normal;
                text-overflow: ellipsis;
                overflow: hidden;
                height: 30px;
            }

            .inews .tod li:hover h1 {
                color: #343434;
            }

            .inews .tod li:hover .cover {
                background-position: -365px -270px;
            }

            .inews .tod li span {
                padding: 0 12px;
                display: block;
                margin-bottom: 5px;
                color: #343434;
                text-align: justify;
            }

            .inews .tod li .cover {
                bottom: -16px;
                width: 34px;
                height: 34px;
                left: 95px;
                position: absolute;
                background-position: -270px -270px;
            }

            .inews .tod li .date {
                display: flex;
                height: 25px;
                text-align: justify;
            }

.footer {
    background: #2b4284;
    padding: 10px 0 10px;
    color: #343434;
    border-bottom: 2px solid #0d2872;
    position: relative;
}

    .footer a {
        color: #343434;
    }

    .footer .wrap {
    }

.footer1 {
    padding-top: 26px;
    margin-bottom: 40px;
    background: url(imginit/texture.png) center top repeat;
}

    .footer1 .fl {
        width: 612px;
    }

    .footer1 .fr {
        width: 310px;
        background: url(imginit/xian.png) left center no-repeat;
        height: 185px;
    }

.code1 {
    float: left;
    margin-right: 20px;
}

    .code1 img {
        width: 106px;
        height: 106px;
        border: 2px solid #fff;
    }

    .code1 span {
        display: block;
        width: 106px;
        text-align: center;
    }

.copyright {
    line-height: 25px;
    width: 250px;
    margin-top: -88px;
    margin-left: 160px;
}

.friendlink {
    line-height: 25px;
    margin-left: 420px;
    width: 253px;
    position: absolute;
    top: 22px;
}

    .friendlink a {
        padding: 2px;
        display: block;
        float: left;
    }

.copyright .tel {
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}

    .copyright .tel p {
        line-height: 1.1;
        color: #2b4284;
        font-size: 12px;
        background: url(imginit/tip.png) left -404px no-repeat;
        padding: 0 0 0 15px;
    }

    .copyright .tel span {
        font-family: "impact";
        font-size: 26px;
        color: #ff9900;
        line-height: 1;
    }

.keyword {
    width: 270px;
    float: right;
}

    .keyword span {
        color: #2b4284;
        font-size: 16px;
        display: block;
    }

    .keyword em {
        font-style: normal;
        margin: 5px 0;
        font-size: 14px;
        display: block;
        float: left;
        width: 81px;
        text-align: center;
    }

    .keyword a {
        margin-right: 5px;
    }

.subnav {
    height: 30px;
    line-height: 30px;
}

    .subnav a {
        margin: 0 32.8px;
        color: #fff;
        text-transform: uppercase;
    }

        .subnav a:hover {
            color: #ff9900;
        }


/** 内页架构***/
.sidebar {
    float: right;
    width: 220px;
}

.side-menu {
    position: relative;
    background: #173378;
    padding: 0 0 20px;
}

    .side-menu .shadow {
        position: absolute;
        bottom: -13px;
        left: 0;
        height: 8px;
        width: 227px;
    }

.topclass {
    text-align: center;
    padding: 16px 0 0;
    height: 73px;
    background: #ff9900;
    margin-top: 2px;
    /* 防止文本换行 */
    white-space: nowrap;
    /* 隐藏溢出的内容 */
    overflow: hidden;
    /* 使用省略号表示文本溢出 */
    text-overflow: ellipsis;
    /* 设置一个宽度限制,也可不设置 */
    /* width: 200px; */
}

    .topclass h2 {
        height: 30px;
        line-height: 30px;
        font-size: 28px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .topclass span {
        padding: 0 15px;
    }

    .topclass p {
        line-height: 26px;
        text-transform: uppercase;
        font-size: 24px;
        color: #ffd0a3;
    }

.side-menu .list {
}

.side-menu .tel {
    height: 42px;
    line-height: 42px;
    background: url(imginit/tip.png) -367px 4px no-repeat;
    padding: 0 0 0 40px;
    margin: 26px 0 0 24px;
}

    .side-menu .tel p {
        line-height: 1;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

    .side-menu .tel span {
        font-family: "impact";
        font-size: 20px;
        color: #fff;
        line-height: 1;
    }

.side-menu dd {
    border-bottom: 1px solid #4b6498;
}

    .side-menu dd > a {
        display: block;
        padding: 0 0 0 50px;
        height: 56px;
        line-height: 56px;
        color: #fff;
        text-align: left;
        font-size: 16px;
        background: #274583 url(imginit/tip.png) 20px -78px no-repeat;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

        .side-menu dd > a:hover {
            background: url(imginit/tip.png) 20px -203px no-repeat;
        }

.side-menu .drop {
    width: 100%;
    padding: 0 0;
    border-bottom: 1px solid #ddd;
    display: none;
}

    .side-menu .drop li {
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

    .side-menu .drop a {
        display: block;
        padding: 0 0 0 15px;
    }

        .side-menu .drop a:hover {
        }

.side-menu dd.current .drop {
    display: block;
}

.side-menu dd.current > a {
    background: url(imginit/tip.png) 20px -207px no-repeat;
}

.side-menu li.current > a {
    color: #de171c;
    font-weight: bold;
    background: url(imginit/tip.png) 45px -228px no-repeat;
}

.side-menu .foot {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1;
}

    .side-menu .foot span {
        font-size: 25px;
        color: #274583;
    }

.side-head {
    height: 34px;
    line-height: 34px;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    background: none;
}

.side-con {
    margin-bottom: 20px;
    position: relative;
    top: 20px;
}

    .side-con .head {
        height: 40px;
        line-height: 40px;
        background: #274583;
    }

        .side-con .head h2 {
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            padding: 0 0 0 15px;
        }

    .side-con .main {
        padding: 10px 10px 15px;
        line-height: 25px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0 0 5px 5px;
        font-size: 12px;
    }

.container {
    float: left;
    width: 748px !important;
    position: relative !important;
}

.location {
    height: 35px;
    border-bottom: 2px solid #ddd;
    position: relative;
    margin-bottom: 20px;
    background: white;
    border-radius: 5px;
}

    .location h2 {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 35%;
        padding: 5px 0 0 5px;
    }

    .location .io {
        height: 24px;
        line-height: 24px;
        position: absolute;
        right: 5px;
        top: 5px;
        color: #666;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 60%;
        text-align: right;
    }

        .location .io b {
            color: #999;
        }

.content {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: white;
    border-radius: 5px;
}


/** 内页页面通用******/
/* 图片4:3 */
.list-product {
    width: 94%;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

    .list-product .list {
        float: left;
        width: 103%;
        padding-bottom: 20px;
    }

    .list-product .item {
        float: left;
        width: 219px;
        margin: 0 20px 10px 0;
    }

        .list-product .item a {
            display: block;
        }

        .list-product .item .img {
            display: inline;
            width: 100%;
            overflow: hidden;
            background: #eee;
            border-radius: 3px;
        }

            .list-product .item .img img {
                display: block;
                width: 100%;
                height: 164px;
                border-radius: 3px;
            }

        .list-product .item h3 {
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-weight: 400;
            display: -webkit-box;
            /*-webkit-box-orient: vertical;*/
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .list-product .item:hover {
            border-color: #c8a48e;
        }

/* 4:3 图文 */
.list-case {
    background: #fff;
    margin-bottom: 10px;
    padding: 0 20px;
}

    .list-case .list {
        padding: 0 0 10px;
    }

    .list-case .item {
        padding: 15px 0 15px 180px;
        height: 124px;
        border-top: 1px dashed #ddd;
        position: relative;
    }

        .list-case .item:first-child {
            border-top: 0;
        }

        .list-case .item .img {
            position: absolute;
            left: 0;
            top: 15px;
            width: 166px;
            height: 124px;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .list-case .item .img img {
                display: block;
                width: 166px;
                height: 124px;
                border-radius: 3px;
            }

        .list-case .item h3 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 8px;
        }

            .list-case .item h3 a {
            }

                .list-case .item h3 a:hover {
                    text-decoration: underline;
                }

        .list-case .item p {
            height: 60px;
            line-height: 20px;
            color: #666;
            overflow: hidden;
            margin-bottom: 16px;
        }

        .list-case .item .detail {
            height: 20px;
        }

            .list-case .item .detail a {
                line-height: 20px;
            }

/* 附属简介 */
.list-news .item {
    padding: 15px 0 15px 0; /* height:70px; */
    border-top: 1px dashed #ddd;
    position: relative;
}

    .list-news .item:first-child {
        border-top: 0;
    }

    .list-news .item .date {
        position: absolute;
        right: 0;
        top: 15px;
        line-height: 20px;
        text-align: center;
        color: #999;
    }

    .list-news .item h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 200px 8px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

        .list-news .item h3 a {
        }

            .list-news .item h3 a:hover {
                text-decoration: underline;
            }

    .list-news .item p {
        height: 40px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

/* 新闻详情页 */
.news-content {
}

    .news-content h1 {
        padding: 0 0 10px;
        font-size: 24px;
        line-height: 1.4;
    }

    .news-content .rap {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 20px;
    }

        .news-content .rap span {
            margin: 0 20px 0 0;
        }

        .news-content .rap b {
            font-weight: 400;
        }

/* 产品详情页 */
.product-content {
}

.product-content2 {
}

    .product-content2 .top1 {
        display: block;
        height: 65px;
        line-height: 220%;
        text-align: center;
        border-bottom: 1px dashed #ddd;
        padding-top: 10px;
    }

    .product-content2 .center1 {
        text-align: center;
        padding: 10px;
    }

    .product-content2 .bottom1 {
        font-size: 1.2em;
        line-height: 190%;
    }

        .product-content2 .bottom1 img {
            width: 80%;
            margin:20px auto;
            display:block;
        }

        .product-content2 .bottom1 h2 {
            font-size: 1.1em;
        }

        .product-content2 .bottom1 h3 {
            font-size: 1em;
        }

    .product-content2 .top1 h1 {
        font-size: 2em;
    }

.product-photo {
    float: left;
    width: 340px;
}

    .product-photo .original {
        width: 340px;
        height: 254px;
        overflow: hidden;
        margin-bottom: 10px;
        border: 0px solid #ddd;
        background: #eee;
    }

        .product-photo .original img {
            display: block;
            width: auto;
            height: 254px;
            margin: 0 auto;
        }

.product-info {
    margin: 0 0 0 370px;
}

    .product-info .inso {
        margin-bottom: 10px;
    }

        .product-info .inso dd {
            height: 20px;
            line-height: 20px;
            margin-bottom: 10px;
            font-size: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }
    /*.product-info .inso span { color:; }*/
    .product-info .tel {
        padding: 10px 20px;
        border: 1px solid #ddd;
        margin-bottom: 27px;
    }

        .product-info .tel dt {
            height: 30px;
            line-height: 30px;
            font-size: 18px;
            padding: 0 0 0 35px;
            background: url(imginit/ico-tel2.png) left center no-repeat;
        }

        .product-info .tel dd {
            font-size: 30px;
            color: #274583;
            line-height: 1.5;
        }

    .product-info .bdshare {
        width: 245px;
    }

.article-container {
    border-top: 1px dashed #ddd;
    margin: 20px 0 0;
    padding-top: 30px;
}

    .article-container .article {
        padding-bottom: 10px;
    }

.article-head {
    padding: 20px 0 10px;
}

    .article-head h2 {
        width: 240px;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 15px;
        background: #f8f8f8;
        font-size: 16px;
        color: #5f412e;
    }

/* 产品详情页 */
.original2 {
    width: 500px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px;
}

    .original2 img {
        display: block;
        width: 100%;
        height: auto;
    }

.product-info2 {
    position: relative;
    padding: 10px 0;
}

    .product-info2 h1 {
        font-size: 20px;
        text-align: center;
    }


/*组件类*/
.toolbar {
    width: 65px;
    position: fixed;
    right: 0;
    top: 50%;
    margin: -132px 0 0 0;
    z-index: 50;
}

    .toolbar dd {
        width: 65px;
        height: 65px;
        background: none;
        border-bottom: 1px solid #0e2866;
        border-top: 1px solid #375aad;
        position: relative;
        z-index: 60;
    }

        .toolbar dd > i {
            display: block;
            width: 65px;
            height: 65px;
            cursor: pointer;
        }

    .toolbar .slide-qq {
        display: block;
        width: 0;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
        color: #FFF;
        padding: 0 0 0 65px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }

    .toolbar .pop {
        position: absolute;
        right: 65px !important;
        top: -65px;
        background: #f26402;
        display: none;
    }

        .toolbar .pop .o {
            position: absolute;
            right: -7px;
            top: 88px;
            width: 7px;
            height: 13px;
            background: url(imginit/tool-arrow.png) 0 0 no-repeat;
        }

    .toolbar .pop-tel {
        width: 162px;
        padding: 10px 20px 30px;
        color: #FFF;
        text-align: center;
    }

        .toolbar .pop-tel .icon {
            height: 30px;
            line-height: 30px;
            padding-top: 55px;
            background: url(imginit/tool-telphone2.png) center no-repeat;
            width: 100%;
            text-align: center;
            /* 防止文本换行 */
            white-space: nowrap;
            /* 隐藏溢出的内容 */
            overflow: hidden;
            /* 使用省略号表示文本溢出 */
            text-overflow: ellipsis;
            /* 设置一个宽度限制,也可不设置 */
            /* width: 200px; */
        }

        .toolbar .pop-tel .item {
            line-height: 24px;
            font-size: 16px;
        }

    .toolbar .pop-code {
        width: 120px;
        padding: 20px 20px 0;
    }

        .toolbar .pop-code img {
            width: 120px;
            height: 120px;
            display: block;
        }

        .toolbar .pop-code h3 {
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #f2e8e1;
            font-size: 16px;
            font-weight: 400;
            white-space: nowrap;
        }

    .toolbar .qq {
        background: url(imginit/tip2.png) 13px 14px no-repeat #274583;
    }

        .toolbar .qq:hover {
            background-color: #f26402;
        }

    .toolbar .tel {
        background: url(imginit/tip2.png) 13px -65px no-repeat #274583;
    }

    .toolbar .code {
        background: url(imginit/tip2.png) 13px -130px no-repeat #274583;
    }

    .toolbar .top {
        background: url(imginit/tip2.png) 13px -200px no-repeat #274583;
    }

    .toolbar dd i:hover {
        background-color: #f26402;
    }

.jing_pointer {
    width: 27px;
    height: 117px;
    position: absolute;
    top: 55px;
    *top: -120px;
    left: -27px;
    cursor: pointer;
    background: url(imginit/pointer4.png) left top no-repeat;
}

    .jing_pointer.active {
        left: 38px;
        background: url(imginit/pointer1.png) left top no-repeat;
    }

.pl1 {
    background: none !important;
}

.pager {
    width: 100%;
    height: 40px;
    padding: 10px 0 20px;
}

    .pager > * {
        float: left;
        height: 38px;
        line-height: 38px;
        padding: 0 20px;
        background: #FFF;
        margin: 0 -1px 0 0;
        border: 1px solid #ddd;
    }

        .pager > *:first-child {
            display: none;
        }

            .pager > *:first-child + * {
                margin-left: 0px;
            }

    .pager > span {
        cursor: no-drop;
    }

        .pager > span.cur {
            cursor: default;
            background: #f8f8f8;
            color: #274583;
            font-weight: 700;
        }

    .pager > a:hover {
        background: #f9f9f9;
    }

    .pager .current {
        background: #f5f5f5;
        color: #2b4284;
        text-decoration: none;
    }

.relink {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

    .relink p {
        float: right;
        width: 47%;
        text-align: right;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

        .relink p:first-child {
            float: left;
            text-align: left;
        }

.recommend-pro {
    background: #fff;
    padding: 0 20px;
}

    .recommend-pro .head {
        height: 60px;
        line-height: 60px;
        position: relative;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
    }

        .recommend-pro .head h2 {
            font-size: 18px;
        }

        .recommend-pro .head .mo {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 16px;
        }

    .recommend-pro .main {
        width: 100%;
        overflow: hidden;
        padding: 20px 0 0;
    }

    .recommend-pro .list {
        float: left;
        width: 103%;
    }

    .recommend-pro .item {
        float: left;
        width: 221px;
        margin: 0 20px 0 0;
    }

        .recommend-pro .item img {
            width: 100%;
            height: 166px;
            display: block;
            margin-bottom: 10px;
            background: #f1f1f1;
        }

        .recommend-pro .item h3 {
            height: 30px;
            line-height: 30px;
            text-align: center;
            margin-bottom: 10px;
            font-weight: 400;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

            .recommend-pro .item h3 a {
            }

.recommend-form {
    background: #fff;
    padding: 0 0;
}

    .recommend-form .head {
        height: 60px;
        line-height: 60px;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

        .recommend-form .head:before {
            content: '';
            width: 40px;
            height: 3px;
            background: #1a8927;
            position: absolute;
            left: 0;
            bottom: -1px;
        }

        .recommend-form .head h2 {
            font-size: 18px;
        }

    .recommend-form .main {
        width: 100%;
        overflow: hidden;
        padding: 20px;
    }

        .recommend-form .main > * {
            float: left;
            width: 100%;
            clear: both;
            margin-bottom: 15px;
            position: relative;
        }

    .recommend-form .row-1 {
        width: 350px;
        height: auto;
        padding: 0 0 0 50px;
        border: 1px solid #ddd;
    }

    .recommend-form .row-2 {
        width: 610px;
        height: auto;
        padding: 0 0 0 0;
        border: 1px solid #ddd;
    }

    .recommend-form .row-3 {
        width: 700px;
        height: auto;
    }

    .recommend-form .ico-name {
        background: url(imginit/form-name2.png) 15px center no-repeat;
    }

    .recommend-form .ico-phone {
        background: url(imginit/form-phone2.png) 15px center no-repeat;
    }

    .recommend-form .ico-email {
        background: url(imginit/form-email2.png) 15px center no-repeat;
    }

    .recommend-form .required .tip {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-style: normal;
        color: #F00;
    }

    .recommend-form .txt {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border: 0;
        color: #999;
    }

    .recommend-form .text {
        width: 600px;
        border: 0;
        background: #FFF;
        padding: 5px 5px;
        line-height: 20px;
        height: 100px;
        color: #999;
    }

    .recommend-form img.code {
        float: left;
        width: 110px;
        height: 42px;
    }

    .recommend-form input.code {
        float: left;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        background: #FFF;
        margin-left: 10px;
        padding: 0 10px;
        color: #999;
    }

    .recommend-form .submit, .recommend-form .reset {
        float: left;
        margin: 0 0 0 10px;
        width: 150px;
        height: 42px;
        border: 0;
        cursor: pointer;
        color: #FFF;
        font-size: 16px;
    }

    .recommend-form .submit {
        background: #ffb928;
    }

    .recommend-form .reset {
        background: #999;
    }

    .recommend-form .submit:hover {
        background: #ff9c28;
    }

    .recommend-form .reset:hover {
        background: #777;
    }

    .recommend-form .onfocus, .recommend-form .onfocus input.code {
        border-color: #aaa;
    }

.bdmap {
    height: 400px;
}

.BMap_bubble_title a {
    display: inline-block;
    padding: 4px 10px;
    background: #274583;
    color: #fff;
    border-radius: 3px;
}

    .BMap_bubble_title a:hover {
        background: #FF9900;
    }

.BMap_bubble_title + .BMap_bubble_content {
    line-height: 16px;
    padding: 4px 0 0;
    color: #777;
}

.bdshare {
    width: auto;
    height: 36px;
}

    .bdshare > * {
        float: right;
    }

    .bdshare .head {
        height: 36px;
        line-height: 36px;
    }

    .bdshare .bdsharebuttonbox {
        width: 186px;
        height: 36px;
    }

.article {
    line-height: 2;
    padding-bottom: 20px;
    font-size: 1.3em;
}

    .article img {
        max-width: 100%;
    }

    .article h2 {
        font-size: 1.1em;
    }

.article-adv {
    height: 100px;
    background: #5f412e;
    margin-bottom: 20px;
}

    .article-adv .icon {
        float: left;
        height: 80px;
        margin: 10px 20px 0 20px;
    }

    .article-adv .tel {
        float: left;
        margin: 20px 0 0 0;
    }

        .article-adv .tel dt {
            font-size: 16px;
            color: #c8a48e;
            background: url(imginit/ico-tel2.png) left center no-repeat;
            padding: 0 0 0 25px;
        }

        .article-adv .tel dd {
            line-height: 1.2;
            font-size: 32px;
            color: #f0c422;
        }

    .article-adv .qiao {
        float: right;
        width: 126px;
        height: 36px;
        margin: 32px 20px 0 0;
        background: url(imginit/ico-qiao.png) center center no-repeat;
        line-height: 33px;
        text-align: center;
        color: #5f412e;
    }

        .article-adv .qiao:hover {
            background-image: url(imginit/ico-qiao-hover.png);
        }

.ajax-pager {
    text-align: right;
    padding: 10px 0;
}

    .ajax-pager > * {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        border: 1px solid #ddd;
        margin-left: -6px;
        background: #FFF;
    }

    .ajax-pager span {
        cursor: no-drop;
    }

        .ajax-pager span.current {
            cursor: default;
        }

    .ajax-pager a:hover {
        background: #f1f1f1;
    }

.ig-form-notice {
    position: absolute;
    z-index: 101;
    width: auto;
    padding: 5px 20px;
    border: 1px solid #e0272c;
    background: #ffe8e9;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    color: #e0272c;
}

    .ig-form-notice:before, .ig-form-notice:after {
        content: '';
        position: absolute;
        left: 20px;
        top: -20px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #e0272c;
    }

    .ig-form-notice:after {
        top: -19px;
        border-bottom-color: #ffe8e9;
    }

[ig-null] {
    padding: 0 20px;
}

[ig-loading] {
    padding: 0 20px 20px;
}

.dialog-alert {
    width: 440px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -220px;
    z-index: 100;
    background: #FFF;
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #FFF 10%, #FFF 100%);
    display: none;
}

    .dialog-alert .head {
        height: 40px;
        line-height: 40px;
        position: relative;
        margin-bottom: 10px;
    }

        .dialog-alert .head h2 {
            font-size: 16px;
            padding: 0 0 0 15px;
        }

        .dialog-alert .head .close {
            width: 40px;
            height: 40px;
            background: url(imginit/ico-close.png) center center no-repeat;
            position: absolute;
            right: 0;
            top: 0;
        }

            .dialog-alert .head .close:hover {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .dialog-alert .main {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }

        .dialog-alert .main .red {
            color: #F00;
        }

    .dialog-alert .foot {
        height: 34px;
        text-align: center;
        border-top: 1px solid #fff;
        padding: 10px 0 20px;
    }

        .dialog-alert .foot a {
            display: inline-block;
            vertical-align: middle;
            height: 34px;
            line-height: 34px;
            padding: 0 25px;
            background: #ddd;
            margin: 0 10px;
            font-size: 14px;
            border-radius: 3px;
        }

        .dialog-alert .foot .ok {
            background: #d93636;
            color: #fff;
        }

            .dialog-alert .foot .ok:hover {
                background: #a40606;
            }

        .dialog-alert .foot .cancel {
            background: #bbb;
            color: #333;
        }

            .dialog-alert .foot .cancel:hover {
                background: #999;
            }

.dialog-confirm {
    width: 440px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -220px;
    z-index: 100;
    background: #FFF;
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #FFF 10%, #FFF 100%);
    display: none;
}

    .dialog-confirm .head {
        height: 40px;
        line-height: 40px;
        position: relative;
        margin-bottom: 10px;
    }

        .dialog-confirm .head h2 {
            font-size: 16px;
            padding: 0 0 0 15px;
        }

        .dialog-confirm .head .close {
            width: 40px;
            height: 40px;
            background: url(imginit/ico-close.png) center center no-repeat;
            position: absolute;
            right: 0;
            top: 0;
        }

            .dialog-confirm .head .close:hover {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .dialog-confirm .main {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }

        .dialog-confirm .main .red {
            color: #F00;
        }

    .dialog-confirm .foot {
        height: 34px;
        text-align: center;
        border-top: 1px solid #fff;
        padding: 10px 0 20px;
    }

        .dialog-confirm .foot a {
            display: inline-block;
            vertical-align: middle;
            height: 34px;
            line-height: 34px;
            padding: 0 25px;
            background: #ddd;
            margin: 0 10px;
            font-size: 14px;
            border-radius: 3px;
        }

        .dialog-confirm .foot .ok {
            background: #d93636;
            color: #fff;
        }

            .dialog-confirm .foot .ok:hover {
                background: #a40606;
            }

        .dialog-confirm .foot .cancel {
            background: #bbb;
            color: #333;
        }

            .dialog-confirm .foot .cancel:hover {
                background: #999;
            }

.dialog-log {
    position: absolute;
    z-index: 99;
    width: auto;
    padding: 10px 20px;
    border: 1px solid #e0272c;
    background: #ffe8e9;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    color: #e0272c;
}

    .dialog-log i {
        position: absolute;
        left: 15px;
        top: -7px;
        width: 14px;
        height: 7px;
        background: url(imginit/log-arrow.png) center center no-repeat;
    }

.dialog-layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: Alpha(opacity=50);
    background: #000;
    background: rgba(0,0,0,.5);
    z-index: 99;
}

.dialog-album {
    position: fixed;
    _position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

    .dialog-album .layout {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.9) !important;
        filter: Alpha(opacity=90);
        background: #000;
        z-index: -1;
    }

    .dialog-album .container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        overflow: hidden;
    }

        .dialog-album .container ul {
            float: left;
            width: 1000%;
            height: 100%;
            position: relative;
        }

        .dialog-album .container li {
            float: left;
            width: 10%;
            height: 100%;
            position: relative;
        }

        .dialog-album .container .img {
            width: 100%;
            height: 100%;
        }

            .dialog-album .container .img img {
                max-height: 100%;
                max-width: 80%;
                width: 800px;
                height: 600px;
            }

    .dialog-album .tool .close {
        position: absolute;
        width: 65px;
        height: 35px;
        top: 0;
        right: 0;
        background: url(imginit/ico-album.png) 0 -105px no-repeat;
        z-index: 10;
        overflow: hidden;
        text-indent: -99em;
        opacity: 0.6 !important;
        filter: Alpha(opacity=60);
    }

        .dialog-album .tool .close:hover {
            opacity: 0.9 !important;
            filter: Alpha(opacity=90);
        }

    .dialog-album .tool .right, .dialog-album .tool .left {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -10px;
        z-index: 10;
        text-indent: -99em;
        overflow: hidden;
        background: url(imginit/ico-album.png) -35px 0 no-repeat;
    }

    .dialog-album .tool .right {
        left: 20px;
        background-position: -35px -35px;
    }

    .dialog-album .tool .left {
        right: 20px;
    }

    .dialog-album .tool .right:hover {
        background-position: 0 -35px;
    }

    .dialog-album .tool .left:hover {
        background-position: 0 0;
    }

    .dialog-album .tool .play, .dialog-album .tool .plus {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 20px;
        bottom: 20px;
        background: #CCC;
        z-index: 10;
        overflow: hidden;
        background: url(imginit/ico-album.png) 0 -70px no-repeat;
        overflow: hidden;
        text-indent: -99em;
    }

    .dialog-album .tool .play {
        background-position: -35px -70px;
    }

    .dialog-album .tip {
        position: absolute;
        width: 50%;
        height: 15px;
        left: 25%;
        bottom: 20px;
        z-index: 10;
        text-align: center;
    }

        .dialog-album .tip span {
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 1px solid #aaa;
            border-radius: 13px;
            background: #FFF;
            margin: 0 5px;
            vertical-align: middle;
            cursor: pointer;
        }

            .dialog-album .tip span.cur {
                background: #666;
            }
/*兼容性*/
body > * {
    _display: none;
}

.toolbar em {
    display: block;
    width: 65px;
    height: 65px;
}
/* listNews */
.listNews {
    padding: 8px;
    font-size: 1.2em;
    background: white;
    border-radius: 10px;
}

    .listNews li {
        width: 96%;
        height: 77px;
        padding: 2%;
        margin-bottom: 3%;
        border-bottom: 1px solid #e2e2e2;
        background: #fff;
    }

        .listNews li.hover h2 {
            color: #ffb400;
        }

        .listNews li a {
            width: 100%;
            display: block;
        }

        .listNews li img {
            float: left;
            width: 80px;
            height: 76px;
            margin-right: 10px;
            border-radius: 15px;
        }

        .listNews li h2 {
            color: #1939b2;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .listNews li p {
            color: #666666;
            line-height: 18px;
            font-size: 12px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .listNews li span {
            font-size: 12px;
        }

    .listNews dd h3 {
        font-size: 1em;
    }
