﻿body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /*font-family: Arial, Helvetica, sans-serif;*/
    background: url('http://www.gongjihulian.com/images/tex2res5.png') repeat center center #fafafa;
}

@font-face {
    font-family: 'LeagueGothic';
    src: url('http://www.gongjihulian.com/fonts/League_Gothic-webfont.eot');
    src: url('http://www.gongjihulian.com/fonts/League_Gothic-webfont.eot?') format('embedded-opentype'),
        url('http://www.gongjihulian.com/fonts/League_Gothic-webfont.woff') format('woff'),
        url('http://www.gongjihulian.com/fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('http://www.gongjihulian.com/fonts/League_Gothic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2, h3, h4, h5 {
    line-height: 100%;
}

h2 {
    font-size: 25px;
}

.esc {
    position: relative;
    clear: both;
    width: 100%;
}

header, footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

header {
    text-align: center;
}


/********************************
 * generic als elements styling
 ********************************/
.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
    margin: 60px auto 80px auto;
}

#lista1 .als-item {
    margin: 0px 30px;
    height: 160px;
    width: 128px;
    overflow: hidden;
    line-height: 22px;
}

#lista1 .als-item img {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
}

#lista1 .als-prev, #lista1 .als-next {
    top: 58px;
    width: 15px;
    height: 22px;
}

#lista1 .als-prev {
    left: 90px;
}

#lista1 .als-next {
    right: 100px;
}

/************************
 * specific als element
 * styling for #lista2
 ***********************/

#demo3 {
    margin: 0px auto;
    width:100%;
}

#demo3 .als-item {
    height:auto;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}

#demo3 .als-item img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    width:100%;
    height: auto;
}

#demo3 .als-prev, #demo3 .als-next {
    top: 50%;
    z-index: 1000;
    margin-top: -11px;
}

#demo3 .als-prev {
    left: 10px;
}

#demo3 .als-next {
    right:10px;
}

