﻿@charset "utf-8";

body {
    padding-bottom: 0;
    background-color: #CCC;
}
/* 导航 */
#nav-ZoomOut {
    display: none;
}
/* 内容 */
/* 内容默认 */
.item-main {
    width: 1100px;
    overflow: hidden;
    margin: 0px auto 15px auto;
    clear: both;
}

@media (max-width:1099px) {
    .item-main {
        width: 100%;
        overflow: hidden;
        margin: 0px auto 15px auto;
        clear: both;
    }
}

.item-main img {
    cursor: pointer;
}

#L_ImgBox {
    float: left;
    width: 50%;
    /*width: 550px;
	height: 781px;*/
}

#R_ImgBox {
    float: left;
    width: 50%;
    /*width: 550px;
	height: 781px;*/
}

.L_ImgDD {
    display: none;
}

#topQtip {
    display: block;
}

.page_next, .page_pre {
    width: 50px;
    height: 49px;
    display: block;
    cursor: pointer;
    background-image: url(../img/els_pageprenext.png);
    background-repeat: no-repeat;
}

.page_next {
    position: absolute;
    z-index: 40;
    cursor: pointer;
    background-position: 0px -51px;
    float: right;
}

.page_pre {
    position: absolute;
    z-index: 40;
    cursor: pointer;
    background-position: 0px 0px;
    float: left;
    display: none;
}

.imgloand {
    background-color: #FFF;
    width: 200px;
    height: 200px;
    text-align: center;
    z-index: 3;
    position: absolute;
    margin-top: 150px;
    margin-left: 160px;
    display: none;
}

    .imgloand img {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .imgloand a {
        cursor: pointer;
    }
/*底部 */
footer {
    text-align: center;
}
