﻿
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.bgFull {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vcenter {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.block-full {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.block {
    display: block;
    position: relative;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}


.caselist {
    overflow: hidden;
    margin-top: 40px;
}

    .caselist ul {
        width: 1260px;
        overflow: hidden;
        margin-left: -18px;
        margin-top: -20px;
    }

    .caselist li {
        padding-top: 26px;
        float: left;
        padding-bottom: 26px;
        padding-right: 22px;
        border-right: dashed 1px #eaeaea;
        border-bottom: dashed 1px #eaeaea;
        padding-left: 22px;
    }

        .caselist li dl {
            background-color: #fbfbfb;
            width: 360px;
            height: 340px;
            border: solid 1px #e0e0e0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

            .caselist li dl dd {
                margin-top: 15px;
                width: 360px;
                height: 217px;
                position: relative;
            }

            .caselist li dl dt {
                text-align: center;
                margin-top: 24px;
                border-top: solid 1px #e9e9e9;
            }

                .caselist li dl dt h2 {
                    margin-top: 20px;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    font-size: 16px;
                }

                    .caselist li dl dt h2 a {
                        color: #3d3d3d;
                    }

                .caselist li dl dt p {
                    font-size: 13px;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    margin-bottom: 10px;
                }

                .caselist li dl dt .iconfont {
                    font-size: 30px;
                }

            .caselist li dl:hover {
                background-color: #3c78be;
            }

                .caselist li dl:hover h2 a, .caselist li dl:hover p, .caselist li dl:hover .iconfont {
                    color: #fff;
                }

                .caselist li dl:hover dt {
                    border-top: solid 1px #71a4e0;
                }

.qalist {
    width: 711px;
    float: left;
    margin-top: 10px;
}

    .qalist dl {
        margin-top: 30px;
    }

        .qalist dl:hover dd {
            color: #fff;
            background: url(qa-img2.jpg) no-repeat;
        }

            .qalist dl:hover dd a {
                color: #fff;
            }

    .qalist dd {
        padding-left: 50px;
        width: 711px;
        overflow: hidden;
        background: url(qa-img1.jpg) no-repeat;
        height: 42px;
        line-height: 38px;
    }

        .qalist dd span {
            float: right;
            line-height: 36px;
            padding-right: 20px;
            margin-left: 30px;
            font-size: 12px;
        }

            .qalist dd span a {
                color: #2b71b8;
            }

    .qalist dt {
        background: url(qa-img3.jpg) no-repeat;
        width: 634px;
        height: 62px;
        margin-left: 40px;
        margin-top: 10px;
        line-height: 70px;
        overflow: hidden;
        padding-top:;
        padding: 0 40px 0 70px;
    }

.serat {
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 32px;
    color: #4a4a4a;
}

    .serat .title {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        border-bottom: solid 1px #e9e9e9;
        position: relative;
        padding-bottom: 40px;
    }

        .serat .title:after {
            content: "";
            width: 70px;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -35px;
            background-color: #2b71b8;
        }

    .serat .title-2 {
        color: #004ac2;
        font-size: 18px;
        margin-top: 40px;
    }

        .serat .title-2 img {
            vertical-align: top;
        }

.pro-nav {
    background-color: #f8f8f8;
    padding: 20px 10px;
    border-bottom: solid 2px #dadada;
    line-height: 28px;
}

    .pro-nav a {
        display: inline-block;
        padding: 0 10px;


        width:200px;
        height:34px;
        overflow:hidden;
    }

        .pro-nav a:hover {
            background-color: #e9e9e9;
        }

.prolist .list {
    width: 1230px;
    overflow: hidden;
}

    .prolist .list .box {
        height: 345px;
        margin-right: 30px;
        margin-top: 40px;
        width: 271px;
        float: left;
        border: solid 1px #dadada;
        position: relative;
        overflow: hidden;
        background-color: #f6f6f6;
    }

        .prolist .list .box .pic {
            position: relative;
            width: 270px;
            height: 204px;
            text-align: center;
            overflow: hidden;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

            .prolist .list .box .pic:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transition-duration: .4s;
                transition-duration: .4s;
                background-color: rgba(238,172,39,0.75);
                -webkit-transform: translateY(400px);
                -ms-transform: translateY(400px);
                transform: translateY(400px);
            }

        .prolist .list .box .iconfont {
            color: #fff;
            font-size: 40px;
            position: absolute;
            top: 100px;
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
            margin-left: 110px;
            -webkit-transform: translateY(-300px);
            -ms-transform: translateY(-300px);
            transform: translateY(-300px);
            display: none;\9
        }

        .prolist .list .box .text {
            border-top: solid 1px #dadada;
            height: 140px;
            padding-top: 15px;
            text-align: center;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

            .prolist .list .box .text h3 {
                text-transform: uppercase;
                font-size: 24px;
                height: 24px;
                line-height: 24px;
                font-weight: normal;
                /*text-overflow: ellipsis;*/
                overflow: hidden;
                /*white-space: nowrap;*/
            }

            .prolist .list .box .text p {
                margin-top: 10px;
                font-size: 14px;
                height: 24px;
                line-height: 24px;
                /*text-overflow: ellipsis;*/
                overflow: hidden;
                /*white-space: nowrap;*/
            }

            .prolist .list .box .text .more {
                margin-top: 10px;
                background-color: #407fbf;
                line-height: 28px;
                padding: 0 35px;
            }

        .prolist .list .box:hover .pic {
            border-color: #f19a08;
        }

            .prolist .list .box:hover .pic:after {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

        .prolist .list .box:hover h3 a {
            color: #fff;
        }

        .prolist .list .box:hover .text {
            background-color: #f19a08;
            color: #fff;
        }

        .prolist .list .box:hover .iconfont {
            display: block;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .prolist .list .box:hover .more {
            color: #ed9707;
            border: 0;
            background-color: #fff;
        }

.products-pic-max {
    margin-bottom: 8px;
    border: solid 1px #dadada;
}

    .products-pic-max .items {
        height: 422px;
    }

.products-pic-list {
    margin-top: 10px;
    margin-left: -2px;
    margin-right: -2px;
}

    .products-pic-list .slick-list {
        padding: 2px 0;
    }

    .products-pic-list span {
        border: solid 1px #dadada;
        background-color: #f0f0f0;
    }

    .products-pic-list .items {
        cursor: pointer;
        width: 131px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .products-pic-list .slick-current .items {
        z-index: 9;
        border: 2px solid #2b71b8;
        position: relative;
    }

.proinfo {
    width: 564px;
    float: right;
}

    .proinfo h1 {
        background: url(bg4.jpg) no-repeat;
        width: 563px;
        height: 70px;
        line-height: 70px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .proinfo .protable {
        line-height: 36px;
    }

        .proinfo .protable tr, .proinfo .protable td {
            padding: 0 20px;
        }

.proshow-nav {
    margin-top: 47px;
    background: url(bg5.jpg) repeat-x;
    height: 50px;
    z-index: 1;
    position: relative;
}

    .proshow-nav li {
        float: left;
        background: url(pline.jpg) repeat-x;
        height: 37px;
        line-height: 37px;
        color: #fff;
        margin-left: 2px;
        padding: 0 23px;
        font-size: 16px;
        cursor: pointer;
    }

        .proshow-nav li.active {
            height: 49px;
            background: url(pline-hover.png) no-repeat top center;
        }

.proshow-content {
    padding: 40px 0;
    overflow: hidden;
    border: solid 1px #dadada;
}

    .proshow-content li {
        display: none;
    }

    .proshow-content .fundlsit {
        margin: 0 30px;
    }

        .proshow-content .fundlsit dd {
            width: 100%;
        }

        .proshow-content .fundlsit li {
            display: block;
        }

.page {
    margin-top: 60px;
    text-align: center;
}

    .page a {
        display: inline-block;
        padding: 0 10px;
        line-height: 28px;
        margin-left: 6px;
        color: #898989;
        font-family: arial;
        border: solid 1px #cbcbcb;
    }

        .page a:hover {
            color: #fff;
            background-color: #407fbf;
            border-color: #407fbf;
        }

    .page #active,.page .cpb {
        color: #fff;
        background-color: #407fbf;
        border-color: #407fbf;
    }

.layerBox {
    position: relative;
    width: 764px;
    display: none;
}

    .layerBox .close {
        text-align: right;
        display: block;
        height: 42px;
    }

    .layerBox .layer {
        background-color: rgba(255,255,255,0.85);
        background-color: #fff\9;
        width: 764px;
        padding: 30px 45px 45px 45px;
    }

        .layerBox .layer h3 {
            font-size: 22px;
            color: #4a4a4a;
            line-height: 30px;
            margin-bottom: 20px;
            text-align: center;
        }

        .layerBox .layer p {
            position: relative;
            width: 676px;
            height: 497px;
        }

.HlayerBox {
    position: relative;
    width: 546px;
    display: none;
}

    .HlayerBox .close {
        text-align: right;
        display: block;
        height: 42px;
    }

    .HlayerBox .layer {
        background-color: rgba(255,255,255,0.85);
        background-color: #fff\9;
        width: 546px;
        padding: 30px 45px 45px 45px;
    }

        .HlayerBox .layer h3 {
            font-size: 22px;
            color: #4a4a4a;
            line-height: 30px;
            margin-bottom: 20px;
            text-align: center;
        }

        .HlayerBox .layer p {
            position: relative;
            width: 452px;
            height: 625px;
        }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev, .slick-next {
    z-index: 20;
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 3;
}

.slick-prev {
    left: 30px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 30px;
}

.slick-next {
    right: 30px;
}

[dir="rtl"] .slick-next {
    left: 30px;
    right: auto;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    height: auto;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            display: block;
            height: 10px;
            width: 10px;
            padding: 0;
            margin: 0;
            outline: none;
            line-height: 0;
            font-size: 0;
            cursor: pointer;
            background: #ccc;
            border-radius: 0;
        }

        .slick-dots li.slick-active button {
            background: #333;
        }

       /*产品分类高亮*/ 
      .pro-nav a.cur {
           background-color: #e9e9e9;
       }

       .news-page li:first-child {
            margin-right: 20px;
            /*border-right: solid 1px #d6d6d6;*/
        }


      .kongzhi{
          float:left;
          width:452px;
          margin-right: 20px;
      }
      .news-page div:first-child{
          border-right: solid 1px #d6d6d6;
      }