/*初始化111*/ html,body{margin: 0;padding: 0;} .pagebox{position:relative;width:1200px; margin:0px auto; }html{overflow-x:hidden;} .resetHtmlCssStyle p{ font-size:16px; line-height:40px; } .reset_style p{ font-size:16px; line-height:24px; } /*底部报价CSS*/ body #w_wbox-1536150097113{ visibility: hidden; transform: translateX(-100%); -webkit-transform: translateX(-100%); transition: all ease .3s; -webkit-transition: all ease .3s; left:0; } body #w_wbox-1536150097113.active{ visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); } body #w_img-1536195005741{ cursor: pointer; } body #w_img-1536195108678{ visibility: hidden; transform: translateX(-100%); -webkit-transform: translateX(-100%); transition: all ease .5s; -webkit-transition: all ease .5s; left:0; } body #w_img-1536195108678.active2{ visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); } body #w_img-1536195108678{ cursor: pointer; } /*右侧栏浮动*/ .sde_xuanfu_menu_box { background:url(/Public/images/sde_bj.png) no-repeat 0 0; bottom: 20%; height: 499px; position: fixed; right: 2%; width: 101px; z-index: 9999; } .float-menu-title { color: #fff; font-size: 14px; left: 25px; position: relative; text-align: center; top: 17px; } .float-menu-btn { display: block; } .float-menu-btn:hover { background-position: center center; background-size: 100% 100%; cursor: pointer; }