
/*非自适应站内页banner样式*/
.xypg-banner{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 500px !important;
}
.xypg-banner .img{
    width: 1920px;
    margin: 0 auto;
    height: 500px !important;
}
/*非自适应站内页样式*/
.container{
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.xypg-left{
    width: 260px;
    float: left;
}
.xypg-right{
    width: 880px;
}
.lan img{margin-left:10px;}
/*内页banner*/
.n_bannerbj {
    width: 100%;
    overflow: hidden;
}
.n_bannerbj img{
    max-width: 100%;
    height: auto;
}
/*非自适应站内页产品样式*/
.xypg-product-list{
    margin: 0;
}
.xypg-product-list li{
    margin: 0 10px;
    width: 272px;
}
.xypg-product-list li .img img{
    width: 272px;
}
.xypg-product-list li h3{
    margin: 15px 0;
}
