body,ul,li,p,h2,h3,h4,h5,h6,h1,a,img,dl,dt,dd{ margin: 0; padding: 0; list-style-type: none; text-decoration: none;font-size: 12px;}
img{ border: none;}
a:hover{ text-decoration: none;}
.clear{ clear: both;}
.x_container{
    width: 520px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.x_container ul li{
    float: left;
    margin: 5px 3px 0;
    font-size: 14px;
    color: #424141;
    text-align: center;
    font-family: "微软雅黑";
    line-height: 30px;
    cursor: pointer;
}
.x_container ul li.li_big{
    margin-right: 6px;
}
.x_div_border{
    width: 163px;
    height: 102px;
    border: solid 1px #fcfcfc;
    box-shadow: 2px 2px 3px #eee;
}
.x_container ul li.li_big .x_div_border{
    width: 246px;
    height: 153px;
    border: solid 1px #fcfcfc;
    box-shadow: 2px 2px 3px #eee;
}
.x_container ul li.li_big .x_div_border img{
    width: 240px;
    height: 147px;
    padding:3px;
}
.x_div_border img{
    padding:3px;
    width: 157px;
    height: 96px;
}
.div_screen{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:1000;
    background: url("../img/body_bg.png") repeat;
    display: none;
}
.div_screen_big{
    width: 980px;
    height: 600px;
    border: solid 10px #000;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    z-index: 600000;
    display: none;
}
.img_big{
    display: block;
    width: 980px;
    height: 600px;
}
.arrow_left{
    position: absolute;
    background: url("../img/arrow_left.png") no-repeat;
    width: 27px;
    height: 44px;
    left: 3px;
    /*bottom:30px;*/
    bottom:240px;
    cursor: pointer;
}
.arrow_right{
    position: absolute;
    background: url("../img/arrow_right.png") no-repeat;
    width: 27px;
    height: 44px;
    right: 3px;
    /*bottom:30px;*/
    bottom:240px;
    cursor: pointer;
}
.page{
    text-align: center;
    height: 25px;
    width: 100%;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    font-size: 12px;
    color: #424141;
    margin: 0 2px;
    text-align: center;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border: solid 1px #e9e9e9;
}
a.a_active{
    background-color: #01438f;
    color: #fff;
    border: solid 1px #01438f;
}
.page a.a_page{
    display: inline-block;
    width: 48px;
}
