﻿html {
    height: 100%;
    border: none;
}

body {
    height: 100%;
    min-width: 1200px;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    font-family: Arial, "microsoft yahei";
    background: #FFF;
}

div, ul, li, img, dl, dd, dt, p {
    padding: 0;
    margin: 0;
    border: none;
}

ul, dl {
    list-style-type: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #0d77e5;
        text-decoration: none;
    }

.clear {
    clear: both;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 183px;
}

.top {
    height: 40px;
    line-height: 40px;
    background: #f4f3f3;
    font-size: 14px;
}

    .top a {
        padding: 5px;
    }

#logo {
    height: 140px;
    width: 100%;
}

    #logo .logo {
    }

        #logo .logo img {
            margin-top: 32px;
        }

    #logo .company {
        padding-left: 15px;
        border-left: 1px solid #c4c4c4;
        height: 70px;
        margin-top: 35px;
    }

        #logo .company h2 {
            font-size: 30px;
            color: #0d77e5;
            font-weight: bold;
        }

        #logo .company h3 {
            font-size: 18px;
            margin-top: 5px;
        }

            #logo .company h3 span {
                color: #69c248;
            }

    #logo .tel {
        background: url(../images/tel.jpg) no-repeat left 50px;
        height: 100px;
        width: 280px;
        padding-top: 32px;
    }

        #logo .tel span {
            font-size: 16px;
            padding-left: 50px;
        }

            #logo .tel span i {
                font-family: impact;
                font-size: 24px;
                font-style: normal;
                display: block;
                padding-left: 50px;
            }

        #logo .tel p {
            font-size: 16px;
            padding-left: 5px;
            margin-top: -15px;
        }

.nav {
    background: #0d77e5;
    height: 59px;
}

    .nav ul li {
        float: left;
        display: inline;
        text-align: center;
        font-size: 16px;
        position: relative;
    }

        .nav ul li:last-child {
            margin-right: 0;
        }

        .nav ul li a {
            color: #FFF;
            display: block;
            height: 59px;
            line-height: 59px;
            padding: 0 53px;
            position: relative;
            z-index: 2;
        }

            .nav ul li a:hover, .nav ul li.on {
                background: #084f96;
            }

        .nav ul li dl {
            margin: 0px;
            padding: 0;
            position: absolute;
            z-index: 999;
            display: none;
        }

            .nav ul li dl dt a {
                display: block;
                width: 116px;
                height: 55px;
                line-height: 55px;
                text-align: center;
                background: #0758b3;
                color: #fff;
            }

                .nav ul li dl dt a:hover {
                    background: #0d77e5;
                    display: block;
                    width: 116px;
                    height: 55px;
                }

.banner {
    height: 500px;
    overflow: hidden;
    position: relative;
}

    .banner .hd {
        height: 18px;
        position: absolute;
        width: 100%;
        z-index: 1;
        text-align: center;
        bottom: 20px;
    }

        .banner .hd ul li {
            display: inline-block;
            margin: 0 5px;
            width: 15px;
            height: 15px;
            cursor: pointer;
            background: #0d77e5;
            border-radius: 8px;
        }

            .banner .hd ul li.on {
                background: #69c248;
            }

    .banner .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .banner .bd li {
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            height: 600px;
            display: block;
        }

            .banner .bd li a {
                width: 100%;
                height: 500px;
                display: block;
            }

    .banner .prev {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 17px;
        height: 31px;
        background: url(../images/left.png) no-repeat;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .banner .next {
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 17px;
        height: 31px;
        background: url(../images/right.png) no-repeat;
        filter: alpha(opacity=100);
        opacity: 1;
    }

.search {
    height: 70px;
    background: #edeeef;
}

    .search .fl {
        line-height: 70px;
    }

        .search .fl a {
            margin-left: 15px;
        }

        .search .fl span {
            color: #0d77e5;
        }

    .search .fr {
        width: 284px;
        height: 70px;
    }

        .search .fr input {
            width: 193px;
            height: 33px;
            border: 1px solid #eee;
            margin-top: 15px;
            padding-left: 3px;
            border-radius: 15px 0 0 15px;
            padding-left: 15px;
        }

        .search .fr button {
            width: 53px;
            height: 35px;
            background: url(../images/search.png) no-repeat;
            border: none;
            position: relative;
            left: -3px;
            top: 12px;
        }

.sec-title {
    text-align: center;
    padding: 30px 0;
}

    .sec-title span {
        font-size: 30px;
        height: 50px;
        position: relative;
        padding-bottom: 10px;
        font-weight: bold;
    }

        .sec-title span:after {
            width: 30px;
            height: 2px;
            content: '';
            background: #007bdf;
            position: absolute;
            bottom: 0;
            left: 42%;
        }

    .sec-title p {
        font-size: 14px;
        margin-top: 20px;
    }

.index-pro {
    padding: 30px 0 30px;
    height: auto;
    overflow: hidden;
}

    .index-pro .fl {
        width: 300px;
    }

    .index-pro .fr {
        width: 860px;
    }

    .index-pro .fl .title {
        height: 70px;
        width: 270px;
        background: #007bdf;
        color: #FFF;
        padding: 20px 0 0 30px;
    }

        .index-pro .fl .title span {
            display: block;
            font-size: 28px;
            font-weight: bold;
        }
/*.index-pro .fl ul li{ font-size: 16px;line-height: 58px; }.index-pro .fl ul li span{ padding-left: 58px; }.index-pro .fl ul li a{ display: block; background: url(../images/menu01.jpg) no-repeat; height: 58px; width: 100%; }.index-pro .fl ul li a:hover{ display: block; background: url(../images/menu01-h.jpg) no-repeat;height: 58px; width: 100%; }*/

.category {
    width: 100%;
    padding-top: 12px;
    margin-bottom: 20px;
}

    .category h3 {
        line-height: 58px;
        float: left;
    }

        .category h3 a {
            float: left;
            line-height: 52px;
            color: #666;
            padding-left: 58px;
            width: 242px;
            font-weight: normal;
            background: url(../images/menu01.jpg) no-repeat;
            display: block;
			background-size:300px 52px;
        }

        .category h3.on a {
            background: url(../images/menu01-h.jpg) no-repeat;
            color: #007bdf;
        }

        .category h3 span {
            float: left;
        }

    .category ul {
        display: none;
        float: left;
        width: 100%;
    }

    .category li {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
        line-height: 42px;
        background-size: 5px;
    }

        .category li a {
            display: block;
            color: #666;
            font-size: 14px;
            padding-left: 58px;
        }

        .category li.on a {
            color: #007bdf;
        }

.index-pro .contact {
    width: 300px;
    height: 140px;
    background: url(../images/tels.jpg) no-repeat #e3e3e3;
    margin-top: 30px;
}

    .index-pro .contact p {
        margin-left: 160px;
        font-size: 16px;
        padding-top: 20px;
        color: #666666;
    }

    .index-pro .contact span {
        color: #007bdf;
        font-size: 24px;
        padding-left: 120px;
        margin-top: 10px;
        display: block;
    }

    .index-pro .contact .more {
        margin-left: 125px;
        margin-top: 10px;
        text-align: center;
    }

        .index-pro .contact .more a {
            color: #007bdf;
            border: 1px solid #007bdf;
            width: 120px;
            height: 30px;
            line-height: 30px;
            display: block;
        }

            .index-pro .contact .more a:hover {
                background: #007bdf;
                color: #FFF;
            }

.index-pro .fr .title {
    line-height: 45px;
    border-bottom: 1px solid #e1e1e1;
}

    .index-pro .fr .title span {
        font-size: 24px;
        color: #007bdf;
        border-bottom: 3px solid #007bdf;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .index-pro .fr .title p {
        display: inline-block;
        float: right;
    }

.index-pro .fr ul li {
    float: left;
    display: inline-block;
    margin-right: 27px;
    text-align: center;
    margin-top: 20px;
}

    .index-pro .fr ul li:nth-child(3n) {
        margin-right: 0
    }

    .index-pro .fr ul li .img {
        width: 260px;
        height:260px;
        overflow: hidden;
    }

        .index-pro .fr ul li .img img {
            width: 252px;
            height: 252px;
            padding: 3px;
            border: 1px solid #c1c1c1;
            transition: 0.5s;
        }

            .index-pro .fr ul li .img img:hover {
                /*transform: scale(1.2)*/
				border: 1px solid #0d77e5;
            }

.index-case {
    height: auto;
    overflow: hidden;
    text-align: center;
    background: url(../images/casebg.jpg) no-repeat top center;
}

    .index-case .prev {
        display: block;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 50px;
        height: 50px;
        background: url(../images/prev.png) no-repeat;
    }

    .index-case .next {
        display: block;
        position: absolute;
        top: 60px;
        right: 0px;
        width: 50px;
        height: 50px;
        background: url(../images/next.png) no-repeat;
    }

    .index-case .content {
        padding: 0 80px;
        position: relative;
    }

    .index-case ul {
        overflow: hidden;
        zoom: 1;
        width: 910px;
        height: auto;
    }

        .index-case ul li {
            float: left;
            width: 240px;
            overflow: hidden;
            height: 220px;
            margin-right: 20px;
        }

            .index-case ul li img {
                width: 230px;
                height: 167px;
                padding: 3px;
                border: 1px solid #c1c1c1;
            }

.adv {
    background: url(../images/advbg.jpg) no-repeat top center;
    height: 180px;
    color: #FFF;
}

    .adv .fl {
        padding-left: 100px;
    }

    .adv .fr {
        padding-right: 100px;
        width: 310px;
        height: 130px;
        background: url(../images/tel01.png) no-repeat left;
    }

    .adv .fl h2 {
        font-size: 40px;
        font-weight: bold;
        padding-top: 40px;
    }

    .adv .fl p {
        font-size: 20px;
        margin-top: 10px;
    }

        .adv .fl p span {
            display: inline-block;
            width: 22px;
            height: 20px;
            margin-left: 15px;
            background: url(../images/ico01.png) no-repeat left center;
        }

    .adv .fr p {
        font-size: 18px;
        margin-top: 38px;
        padding-left: 60px;
    }

        .adv .fr p span {
            display: block;
            font-size: 30px;
        }

    .adv .fr .more {
        width: 133px;
        height: 34px;
        background: url(../images/btn1.png) no-repeat;
        text-align: center;
        margin-left: 60px;
        margin-top: 15px;
    }

        .adv .fr .more a {
            color: #FFF;
            width: 133px;
            height: 34px;
            line-height: 34px;
            display: block;
        }

.ys {
    width: 100%;
    height: auto;
    padding: 50px 0;
    overflow: hidden;
}

    .ys .content-1, .ys .content-2 {
        width: 1050px;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
    }

        .ys .content-1 .fl {
            width: 415px;
        }

        .ys .content-1 .fr {
            width: 610px;
        }

        .ys .content-2 .fl {
            width: 471px;
        }

        .ys .content-2 .fr {
            width: 460px;
        }

    .ys h2 {
        color: #0256a4;
        overflow: hidden;
        padding-bottom: 18px;
        margin-bottom: 10px;
        margin-top: 25px;
        background: url(../images/ys-line.jpg) no-repeat bottom left;
    }

        .ys h2 i {
            float: left;
        }

        .ys h2 span {
            float: left;
            margin-left: 20px;
            color: #666666;
        }

            .ys h2 span em {
                display: block;
                font-style: normal;
                font-weight: bold;
                color: #007bdf;
            }

    .ys .content-1 p, .ys .content-2 p {
        font-size: 14px;
        color: #2d2d2d;
        line-height: 25px;
        background: url(../images/ys-ico.jpg) no-repeat left 6px;
        padding-left: 20px;
    }

.index-about {
    height: 439px;
    padding-top: 50px;
    color: #FFF;
    overflow: hidden;
    background: url(../images/aboutbg.jpg) no-repeat top center;
}

    .index-about .fl {
        width: 600px;
    }

    .index-about .fr {
        width: 600px;
    }

    .index-about .fl img {
        width: 491px;
        height: 357px;
        border: 12px solid #6bb0e7;
    }

    .index-about .fr h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

        .index-about .fr h2 span {
            display: block;
            font-size: 40px;
            letter-spacing: 0px;
            font-weight: bold;
        }

    .index-about .fr p {
        margin-top: 34px;
        line-height: 28px;
        padding-top: 10px;
    }

    .index-about .more {
        text-align: left;
        margin: 20px 0 25px;
        width: 100%;
        display: block;
    }

        .index-about .more a {
            width: 182px;
            height: 39px;
            display: inline-block;
            background: #FFF;
            text-align: center;
            line-height: 39px;
            font-size: 16px;
        }

            .index-about .more a:hover {
                color: #FFF;
                background: #0256a4;
            }

.index-news {
    padding: 40px 0 20px;
    height: auto;
    overflow: hidden;
}

    .index-news .fl, .index-news .fr {
        width: 585px;
        border: 1px solid #ececec;
    }

        .index-news .fl .title, .index-news .fr .title {
            border-bottom: 1px solid #ececec;
            height: 82px;
        }

            .index-news .fl .title i, .index-news .fr .title i {
                float: left;
                display: inline-block;
                width: 86px;
                height: 82px;
                background: #007bdf;
                position: relative;
            }

                .index-news .fl .title i img, .index-news .fr .title i img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                }

            .index-news .fl .title span {
                float: left;
                display: inline-block;
                width: 90px;
                height: 72px;
                margin-left: 20px;
                font-size: 18px;
                padding-top: 20px;
                background: url(../images/en-1.jpg) no-repeat left 50px;
            }

            .index-news .fr .title span {
                float: left;
                display: inline-block;
                width: 90px;
                height: 72px;
                margin-left: 20px;
                font-size: 18px;
                padding-top: 20px;
                background: url(../images/en-2.jpg) no-repeat left 50px;
            }

            .index-news .fl .title em, .index-news .fr .title em {
                float: right;
                margin-right: 20px;
                font-style: normal;
                line-height: 82px;
            }

    .index-news .content {
        padding: 25px 35px;
    }

    .index-news h3 {
        line-height: 43px;
    }

        .index-news h3:before {
            content: '■';
            font-size: 12px;
            margin-right: 5px;
            color: #ff6d00;
            position: relative;
            top: -3px;
        }

        .index-news h3 span {
            float: right;
            font-size: 14px;
        }

    .index-news dl {
        height: auto;
        overflow: hidden;
    }

        .index-news dl dt {
            float: left;
            width: 242px;
        }

        .index-news dl dd {
            float: right;
            width: 250px;
        }

        .index-news dl dt img {
            width: 240px;
            height: 158px;
            border: 1px solid #ececec;
        }

        .index-news dl dd .date span {
            display: block;
            font-size: 24px;
            color: #ff6d00;
            font-weight: bold;
        }

        .index-news dl dd h4 {
            font-size: 16px;
            line-height: 40px;
            height: 40px;
            overflow: hidden;
        }

.links {
    padding-bottom: 20px;
}

    .links span {
        font-weight: bold;
        font-size: 18px;
    }

    .links a {
        margin-right: 15px;
    }

.footer {
    background: #333333;
    height: 220px;
    overflow: hidden;
    padding-top: 30px;
}

.fnav dl {
    float: left;
    display: inline;
    margin-right: 70px;
}

    .fnav dl dt {
        position: relative;
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 10px;
    }

        .fnav dl dt a {
            color: #FFF;
        }

        .fnav dl dt:after {
            content: '';
            width: 20px;
            height: 2px;
            background: #666666;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .fnav dl dd {
        line-height: 25px;
        color: #999999;
    }

        .fnav dl dd a {
            color: #999999;
        }

.footer .ewm {
    text-align: center;
    color: #FFF;
}

    .footer .ewm h3 {
        padding-bottom: 5px;
    }

    .footer .ewm img {
        width: 150px;
        height: 150px;
    }

.copyright {
    background: #333333;
    color: #999999;
    height: 100px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

    .copyright a {
        color: #999999;
    }

.kefu {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

    .kefu li a {
        text-decoration: none;
        color: #FFF;
    }

    .kefu li {
        margin-top: 1px;
        clear: both;
        height: 71px;
        position: relative;
    }

        .kefu li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0 auto;
            text-align: center;
        }

        .kefu li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
            margin: 0;
        }

    .kefu .kefu-qq i {
        background-position: 4px 5px;
    }

    .kefu .kefu-tel i {
        background-position: 0 -21px;
    }

    .kefu .kefu-liuyan i {
        background-position: 4px -53px;
    }

    .kefu .kefu-weixin i {
        background-position: -34px 4px;
    }

    .kefu .kefu-weibo i {
        background-position: -30px -22px;
    }

    .kefu .kefu-ftop {
        display: none;
    }

        .kefu .kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }

    .kefu .kefu-left {
        float: left;
        width: 77px;
        height: 47px;
        position: relative;
    }

    .kefu .kefu-tel-right {
        font-size: 16px;
        color: #fff;
        float: left;
        height: 24px;
        line-height: 22px;
        padding: 0 15px;
        border-left: 1px solid #fff;
        margin-top: 14px;
    }

    .kefu .kefu-right {
        width: 20px;
    }

    .kefu .kefu-tel-main {
        background: #0d77e5;
        color: #fff;
        height: 56px;
        width: 247px;
        padding: 9px 0 6px;
        float: left;
    }

    .kefu .kefu-main {
        background: #0d77e5;
        width: 97px;
        height: 56px;
        position: relative;
        padding: 9px 0 6px;
        float: left;
    }

    .kefu .kefu-weixin-pic {
        position: absolute;
        left: -130px;
        top: -24px;
        display: none;
        z-index: 333;
    }

.kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.ban {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.ny {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

    .ny .fl {
        width: 300px;
    }

    .ny .fr {
        width: 860px;
    }

    .ny .fl .title {
        height: 70px;
        width: 270px;
        background: #007bdf;
        color: #FFF;
        padding: 20px 0 0 30px;
        text-transform: uppercase;
    }

        .ny .fl .title span {
            display: block;
            font-size: 28px;
            font-weight: bold;
        }

    .ny .contact {
        width: 300px;
        height: 140px;
        background: url(../images/tels.jpg) no-repeat #e3e3e3;
        margin-top: 30px;
    }

        .ny .contact p {
            margin-left: 160px;
            font-size: 16px;
            padding-top: 20px;
            color: #666666;
        }

        .ny .contact span {
            color: #007bdf;
            font-size: 24px;
            padding-left: 120px;
            margin-top: 10px;
            display: block;
        }

        .ny .contact .more {
            margin-left: 125px;
            margin-top: 10px;
            text-align: center;
        }

            .ny .contact .more a {
                color: #007bdf;
                border: 1px solid #007bdf;
                width: 120px;
                height: 30px;
                line-height: 30px;
                display: block;
            }

                .ny .contact .more a:hover {
                    background: #007bdf;
                    color: #FFF;
                }

    .ny .fr .title {
        line-height: 45px;
        border-bottom: 1px solid #e1e1e1;
    }

        .ny .fr .title span {
            font-size: 24px;
            color: #007bdf;
            border-bottom: 3px solid #007bdf;
            padding-bottom: 10px;
        }

        .ny .fr .title p {
            display: inline-block;
            float: right;
        }

    .ny .fr .tit {
        line-height: 38px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }

        .ny .fr .tit span {
            font-size: 18px;
            color: #007bdf;
            border-bottom: 3px solid #007bdf;
            padding-bottom: 8px;
        }

.list-1 dl {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

    .list-1 dl dt {
        line-height: 35px;
        font-size: 16px;
    }

        .list-1 dl dt:before {
            content: '■';
            font-size: 12px;
            margin-right: 5px;
            color: #ff6d00;
            position: relative;
            top: -3px;
        }

        .list-1 dl dt span {
            float: right;
            font-size: 14px;
        }

        .list-1 dl dt a {
            font-weight: bold;
        }

    .list-1 dl dd {
        color: #999;
        padding: 5px 0 25px 0;
		border-bottom:1px dashed #ddd;
    }

.list-2 {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

    .list-2 ul li {
        float: left;
        display: inline-block;
        margin-right: 27px;
        text-align: center;
        margin-top: 20px;
    }

        .list-2 ul li:nth-child(3n) {
            margin-right: 0
        }

        .list-2 ul li img {
            width: 252px;
            height:252px;
            padding: 3px;
            border: 1px solid #c1c1c1;
            transition: 0.5s;
        }

.news {
    padding: 0px 0 0;
}

    .news h1 {
        text-align: center;
        font-size: 24px;
        padding-top: 30px;
		color:#333;
    }

    .news .date {
        text-align: center;
        font-size: 14px;
        padding: 15px 0;
		border-bottom:1px dashed #ddd;
    }

        .news .date span {
            padding: 0 15px;
        }

    .news .info {
        padding: 10px 0 0;
        line-height:30px;
		font-size:16px;
    }
.news .info img{max-width:100%;}
.tags {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    height: 35px;
    line-height: 35px;
}

    .tags span {
        font-weight: bold;
    }

    .tags a {
        margin-right: 15px;
    }

.page {
    line-height: 50px;
}

    .page span {
        float: right;
    }

.xg-pro {
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

    .xg-pro ul li {
        float: left;
        display: inline-block;
        width: 200px;
        margin-right: 15px;
        text-align: center;
		margin-bottom:10px;
    }

        .xg-pro ul li img {
            width: 200px;
            height: 200px;
			border:1px solid #ddd;
        }
.xg-pro ul li p{line-height:30px;height:30px;overflow:hidden;}
.xg-news {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

    .xg-news ul li {
        float: left;
        display: inline-block;
        width: 47%;
        margin-right: 3%;
        line-height: 25px;
    }

        .xg-news ul li:before {
            content: '■';
            font-size: 12px;
            margin-right: 5px;
            color: #ff6d00;
            position: relative;
            top: -10px;
        }

        .xg-news ul li a {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 240px;
            display: inline-block;
        }

        .xg-news ul li span {
            float: right;
        }

.xg-area {
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 15px;
}

    .xg-area ul li {
        float: left;
        display: inline-block;
        margin-right: 25px;
        line-height: 25px;
    }

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0 30px;
}

    .pro .img {
        float: left;
        display: inline-block;
        width: 350px;
    }

    .pro .text {
        float: right;
        display: inline-block;
        width: 480px;
    }

        .pro .text h1 {
            font-size: 24px;
            padding-top: 20px;
        }

        .pro .text .desc {
            margin: 20px 0;
            max-height: 180px;
            font-size: 13px;
            line-height: 25px;
			overflow:hidden;
        }
.pro .text .desc p{line-height:30px;font-size:16px;}
        .pro .text .btn {
            width: 120px;
            height: 40px;
            background: #007bdf;
            color: #FFF;
            display: block;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
        }
.pro .text .btn:hover{background:#044b95;}
.pro-content .tits {
    border-bottom: 1px solid #007bdf;
    height: 40px;
    width: 100%;
    font-size: 18px;
}

    .pro-content .tits span {
        background: #007bdf;
        color: #FFF;
        display: block;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

.pro-content .info {
    padding: 20px 0;
	line-height:30px;
	font-size:16px;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.pc-slide {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    position: relative;
	border:1px solid #ddd;
}

    .view .swiper-slide .imgauto img {
        max-width: 90%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

    .preview .swiper-container {
        width: 80%;
        margin: 0 10%;
        overflow: hidden;
    }

    .preview .swiper-slide {
        width: 22.5%;
        padding: 5px;
    }

        .preview .swiper-slide .imgauto {
            width: 100%;
            height: 80px;
            line-height: 80px;
            border: 1px solid #ddd;
            text-align: center;
            cursor: pointer;
            position: relative;
            display: block;
        }

            .preview .swiper-slide .imgauto img {
                display: inline-block;
                vertical-align: middle;
                max-width: 90%;
                max-height: 100%;
                position: absolute;
                margin: auto;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0
            }

    .preview .slide6 {
        width: 82px;
    }

    .preview img {
        padding: 1px;
    }

    .preview .active-nav .imgauto {
        border: 1px solid #1f7fcb;
    }

    .preview .arrow-left {
        background: url(../images/prev1.png) no-repeat left center;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -9px;
        width: 10px;
        height: 18px;
        z-index: 10;
    }

    .preview .arrow-right {
        background: url(../images/next1.png) no-repeat left center;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
        width: 10px;
        height: 18px;
        z-index: 10;
    }

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

    .btn-1 input.focus {
        background: #1f7fcb;
        color: #fff;
    }

        .btn-1 input.focus:hover {
            background: #444;
        }

    .btn-1 input:hover {
        background: #ccc;
    }

.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    padding: 20px 0px;
}

    .pagination a {
        display: block;
        float: left;
        margin-right: 10px;
        padding: 2px 12px;
        height: 24px;
        border: 1px #cccccc solid;
        background: #fff;
        text-decoration: none;
        color: #808080;
        font-size: 12px;
        line-height: 24px;
    }

        .pagination a:hover {
            color: #077ee3;
            background: white;
            border: 1px #077ee3 solid;
        }

        .pagination a.cur {
            border: none;
            background: #077ee3;
            color: #fff;
        }

    .pagination p {
        float: left;
        padding: 2px 12px;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        color: #bbb;
        border: 1px #ccc solid;
        background: #fcfcfc;
        margin-right: 8px;
    }
.page-num-current{background:#077ee3!important;color:#fff!important;}

        .pagination p.pageRemark {
            border-style: none;
            background: none;
            margin-right: 0px;
            padding: 4px 0px;
            color: #666;
        }

            .pagination p.pageRemark b {
                color: red;
            }

        .pagination p.pageEllipsis {
            border-style: none;
            background: none;
            padding: 4px 0px;
            color: #808080;
        }

.dates li {
    font-size: 14px;
    margin: 20px 0
}

    .dates li span {
        float: right
    }
/****************************** ** 在线留言 ** v.1.2 ******************************/

.message-page input.code {
    border-color: #aaa;
}

.message-page {
    width: 680px;
}

    .message-page .row-1, .message-page .row-2, .message-page .row-3 {
        width: 100%;
        clear: both;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
    }

    .message-page .row-1 {
        width: 328px;
        height: auto;
        padding: 0 0 0 50px;
        border: 1px solid #ddd;
    }

    .message-page .row-2 {
        height: 110px;
        padding: 0 0 0 0;
        border: 1px solid #ddd;
    }

    .message-page .row-3 {
    }

    .message-page .ico-name {
        background: url(../images/zzz.png) 15px center no-repeat;
    }

    .message-page .ico-phone {
        background: url(../images/xxx.png) 15px center no-repeat;
    }

    .message-page .ico-email {
        background: url(../images/mail.png) 15px center no-repeat;
    }

    .message-page .tip {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-style: normal;
        color: #F00;
    }

    .message-page .txt {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: none;
        border: 0;
        color: #999;
    }

    .message-page .text {
        width: 98%;
        border: 0;
        background: #fff;
        padding: 5px 5px;
        line-height: 20px;
        height: 100px;
        color: #999;
    }

    .message-page img.code {
        float: left;
        width: 110px;
        height: 42px;
        margin-right: 20px;
        cursor: pointer;
    }

    .message-page input.code {
        float: left;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        background: #fff;
        margin-right: 20px;
        padding: 0 10px;
        color: #999;
    }

    .message-page .submit, .message-page .reset {
        float: left;
        margin: 0 0 0 10px;
        width: 184px;
        height: 42px;
        border: 0;
        cursor: pointer;
        color: #FFF;
        font-size: 16px;
    }

    .message-page .submit {
        background: #427edf;
        margin-left: 0;
    }

    .message-page .reset {
        background: #999;
    }

    .message-page .submit:hover {
        background: #f07800;
    }

    .message-page .reset:hover {
        background: #777;
    }

    .message-page .onfocus, .message-page .onfocus input.code {
        border-color: #aaa;
    }

.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;
    }
