﻿
body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

.clear {
    clear: both;
}

.logo {
    height: 64px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    height: 112px;
    background: url("../images/logo_bck.png") repeat-x;
}

.site_content {
    width: 1200px;
    margin: 0 auto;
    font-family: Calibri;
    padding-top: 50px;
    line-height: 20px;
    font-size: 17px;
    color: #363636;
}

    .site_content ul {
        list-style: none;
    }

        .site_content ul li {
            float: left;
            margin-right: 34px;
        }

            .site_content ul li > span {
                display: block;
                text-align: center;
            }


            .site_content ul li .title .red {
                color: #d22b2a;
                font-weight: bold;
                margin-left: 1px;
            }

            .site_content ul li .subtitle {
                font-size: 12px;
            }


    .site_content .series {
        padding: 45px 0 50px 0;
        border-bottom: 1px solid red;
    }

        .site_content .series:last-child {
            border: none;
        }

        .site_content .series.vle ul {
            margin-left: 370px;
        }

        .site_content .series ul {
            width: 1200px;
            padding-left: 8px;
        }

        .site_content .series .series_logo {
            text-align: center;
        }

        .site_content .series .spec {
            clear: both;
            padding-top: 20px;
        }

        .site_content .series .techLink {
            display: block;
            width: 160px;
            background-color: red;
            text-align: center;
            color: white;
            font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
            font-weight: 100;
            font-size: 16px;
            margin: 45px auto 0 auto;
            padding: 6px;
            text-decoration: none;
        }

        .site_content .series .desc .text {
            font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
            font-size: 14px;
            text-align: center;
            margin: 20px 0 37px 0;
        }

        .site_content .series .spec .title {
            font-size: 30px;
            font-weight: bold;
            float: left;
            width: 50px;
        }

        .site_content .series .spec .row {
            clear: both;
            padding-bottom: 10px;
            height: 15px;
        }

            .site_content .series .spec .row .title {
                font-size: 30px;
                font-family: calibri;
            }

        .site_content .series .spec ul {
            list-style: none;
            font-family: calibri;
            font-size: 14px;
        }

            .site_content .series .spec ul li {
                float: left;
                display: block;
                border: solid 1px #363636;
                padding: 3px;
                margin-right: 8px;
                width: 65px;
                font-weight: bold;
                font-size: 12px;
                font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
            }


.footer {
    height: 250px;
    background-color: #292929;
    padding: 40px 0;
}

    .footer .content {
        width: 1200px;
        margin: 0 auto;
    }

    .footer img {
        opacity: 0.3;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: linear;
    }

        .footer img:hover {
            opacity: 1;
        }

    .footer .content .social {
        text-align: center;
        color: darkgray;
        font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
        font-size: 22px;
        font-weight: lighter;
    }

        .footer .content .social ul {
            list-style: none;
            margin-left: 505px;
        }

            .footer .content .social ul li {
                float: left;
                width: 30px;
                margin-right: 10px;
            }


    .footer .content .adress {
        margin-top: 30px;
        display: block;
        font-size: 13px;
    }

    .footer .content .ft {
        text-align: left;
        margin-top: 42px;
    }

        .footer .content .ft div {
            text-align: center;
            font-size: 13px;
        }

        .footer .content .ft a {
            margin-left: 530px;
            text-align: left;
        }

        .footer .content .ft span {
            font-size: 15px;
            display: block;
            text-align: center;
        }



.techPage {
    width: 1200px;
    margin: 0 auto;
    font-family: Calibri;
    padding-top: 50px;
    line-height: 20px;
    font-size: 17px;
    color: #363636;
}

    .techPage h1 {
        font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
        font-weight: 100;
        font-size: 35px;
        text-align: center;
        background-color: #ee1f27;
        padding: 20px;
        color: white;
    }

    .techPage ul {
        list-style: none;
    }

        .techPage ul li {
            float: none;
            margin-right: 35px;
            position: relative;
            border-bottom: 1px solid #ccc;
            padding-top: 17px;
            padding-left: 30px;
        }

            .techPage ul li.fourRow {
                padding-bottom: 40px;
            }

                .techPage ul li.fourRow .photo {
                    padding-top: 30px;
                    display: block;
                }

                .techPage ul li.threeRow {
                padding-bottom: 20px;
            }

                .techPage ul li.threeRow .photo {
                    padding-top: 20px;
                    display: block;
                }

            .techPage ul li:last-child {
                border-bottom: none;
            }

    .techPage .series {
        padding: 45px 0 50px 0;
    }

        .techPage .series:last-child {
            border: none;
        }

        .techPage .series.vle ul {
           
        }

        .techPage .series ul {
            width: 1200px;
            padding-left: 8px;
        }

        .techPage .series .series_logo {
            text-align: center;
            border-bottom: 2px solid red;
            padding-bottom: 10px;
        }

        .techPage .series .spec {
            clear: both;
            padding-top: 20px;
            position: absolute;
            top: 27px;
            left: 280px;
        }

        .techPage .series .techLink {
            display: block;
            width: 160px;
            background-color: red;
            text-align: center;
            color: white;
            font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
            font-weight: 100;
            font-size: 16px;
            margin: 45px auto 0 auto;
            padding: 6px;
            text-decoration: none;
        }

        .techPage .series .desc .text {
            font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
            font-size: 14px;
            text-align: center;
            margin: 20px 0 37px 0;
        }

        .techPage .series .spec > .title {
            font-size: 18px;
            display: block;
            padding: 0 0 30px 0;
            font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
        }

            .techPage .series .spec > .title .red {
                color: #d22b2a;
                font-weight: bold;
                margin-left: 1px;
            }

        .techPage .series .spec .row {
            clear: both;
            padding-bottom: 10px;
            height: 30px;
            width: 890px;
        }

            .techPage .series .spec .row .title {
                font-size: 30px;
                font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
                float: left;
                padding-top: 3PX;
            }

        .techPage .series .spec ul {
            list-style: none;
            font-family: calibri;
            font-size: 14px;
            padding-left: 60px;
        }

            .techPage .series .spec ul li {
                float: left;
                display: block;
                border: solid 1px #363636;
                padding: 3px;
                margin-right: 8px;
                width: 65px;
                font-weight: bold;
                font-size: 12px;
                font-family: 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
                text-align: center;
            }
