﻿/*页面背景*/
 body{background: #e9e9e9;}
.index_bg{position:fixed;top:0;left:0;z-index:-1;width:100%}
.index_bg .box{width:1920px;margin:auto}
.index_bg .box img{width:100%}
@media screen and (max-width:768px) {
    .index_bg .box{width:100%}
}