﻿@CHARSET "UTF-8";

/*banner*//* roundabout */
#nbanner{width:100%;position:relative;height:300px;background:url(../images/aboutus.jpg) no-repeat}

/*content*/
#content{width:1170px;margin:0 auto;overflow:hidden;padding: 30px 0;}
#content .content-container{width:100%;height:100%;margin:auto;}


/*侧栏导航*/
#content .slider-left{  float: left;  width: 260px; }

/*正文-当前位置*/
#content .content-main{width:870px;min-height:500px;float:left;padding-left:30px;}
#content .content-main-top{height:40px}
#content .content-main .home{width:15px;height:15px;border:0}
#content .content-main a{font-size:16px;line-height:40px;color:rgb(36,14,5)}
#content .content-main a:hover{color:#47ab34;transition: all .3s ease-out;}
/*line*/
div.linefen{width:100%;height:1px;padding-bottom:10px; margin:0 auto;border-top:1px #575757 dotted;overflow:hidden;float: left}


/*正文-内容*/
#content .content-main .content-text{
    float:left;
    width:868px;
    line-height:30px;
    padding-bottom: 50px;
}
.container {
    width: 868px;
    margin: 0 auto;
}
.gallery {
    list-style-type: none;
    float: left;
    background: #ffffff;
    padding: 20px 20px 10px 20px;
    margin: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.gallery li {
    float: left;
    padding: 20px 30px 40px 30px;
    margin: 0 20px 20px 0;
    width: 125px;
    height: 166px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    overflow: hidden;
}
.gallery li:hover {
    background: white;
    border: 1px solid #47ab34;
    box-shadow: 0 0 8px #47ab34;
}
.gallery li span{
    font-size: 12px;
    text-align: center;
	width:120px;
}
.gallery li a, .gallery li img, .gallery li span{
    float: left;
}




/*方大后的布局*/
#zoom {
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
    z-index: 99991;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #ffffff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
#zoom .content.loading {
    background-image: url('../images/loading.gif');
}
#zoom img {
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    border-radius: 4px;
}
#zoom .close {
    z-index: 99993;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url('../images/close.png') no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
}
#zoom .previous {
    left: 0;
    background: url('../images/arrows.png') no-repeat 0 0;
    border-radius: 0 4px 4px 0;
}
#zoom .next {
    right: 0;
    background: url('../images/arrows.png') no-repeat 100% 0;
    border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
    background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
    background-color: #0088cc;
}



/*正文-分页*/
#page {
    text-align:center;
    padding:10px;
}
#page a {
    color:#335B64;
    border:1px solid #666;
    padding:2px 5px;
    margin:0 2px;
    text-decoration:none;
    border-radius:8px;
}
#page a:hover,#page span.me {
    text-decoration:none;
    border:1px solid #575757;
    background-color: #575757;
    color: white;
    transition: all .3s ease-out;
    border-radius:8px;
}
#page span.disabled {
    border:1px solid #ccc;
    padding:2px 5px;
    margin:0 2px;
    color:#ccc;
    border-radius:8px;
}
#page span.me {
    padding:2px 5px;
    margin:0 2px;
}
#page select.select {
    width:120px;
    background:#fff;
    border:1px solid #ccc;
}
#page select.select optgroup {
    font-style:normal;
}