@charset "gb2312";
/*非自适应站内页banner样式*/
.xypg-banner2{
    width: 100%;
    position: relative;
    
}
.xypg-banner2 .img img{
    width: 100%;
    margin: 0 auto;
    height: auto;
}
/*非自适应站内页样式*/
.container{
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.xypg-left{
    width: 260px;
    float: left;
}
.xypg-right{
    width: 880px;
    float: right;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*内页banner*/
.n_banner{width:100%;}
.n_banner img{max-width:100%; height:auto !important;width:auto !important;}

/*非自适应站内页产品样式*/
.xypg-product-list{
    margin: 0;
}
.xypg-product-list li{
    margin: 0 10px;
    width: 272px;
}
.xypg-product-list li .img img{
    width: 272px;
    border: 1px solid #eee;
    height: 204px;
}
.xypg-product-list li h3{
    margin: 15px 0;
}
#toolbar li:nth-child(3){display:none;}

#toolbar li a {
    left: 0;
}
#canvas_box, #anitOut, #anitOut canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}