﻿body {
}

.proContent {
    width: 950px;
    min-height: 1050px;
    height: auto;
    background: url(../Image/back3.jpg) no-repeat;
    background-color: #E0E0E0;
    margin: 0 auto;
}

.proBanner {
    width: 950px;
    height: 236px;
    margin: 0 auto;
    background-color: black;
    background: url(../Image/proBanner.jpg) no-repeat;
    border-bottom: solid 2px #019DDD;
}

.topSlide {
    background-color: #019DDD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 40px;
}

    .topSlide img {
        margin-top: 5px !important;
        margin: 0 127px;
    }


.container {
    float: right;
    width: 670px;
    height: 100%;
    text-align: center;
    margin-top: 33px;
}

.proDiv {
    padding-left: 100px;
    width: 200px;
    height: 300px;
    float: left;
}

    .proDiv a {
        text-align: center;
        font: normal 12px tahoma;
    }

    .proDiv p {
        margin-top: 15px;
    }

    .proDiv a:link, .proDiv a:visited {
        text-decoration: none;
        color: #019ddd;
    }

    .proDiv a:hover, .proDiv a:active {
        text-decoration: none;
        color: lightcoral;
    }

    .proDiv img {
        text-align: center;
        width: 200px;
        height: 200px;
        border-radius: 6px;
        border: 1px solid gray;
    }

.slideLeft {
    float: left;
    width: 260px;
    margin-left: 10px;
    height: 100%;
}

#accordion {
    padding-top: 32px;
    height: auto;
}

.proDes {
    height: auto !important;
}

    .proDes ul li {
        padding: 10px 0;
        list-style: disc;
        color: dimgray;
    }

        .proDes ul li a:hover, a:active {
            color: #019ddd;
            text-decoration: none;
        }

        .proDes ul li a:link, a:visited {
            text-decoration: none;
        }