﻿.fix_box{display: block; position: fixed; right: 0; top: 0;bottom: 0; z-index: 99;width: 75px;margin:auto;height: 355px;}
.fix_box li{width: 75px;background: #de2e6e;margin-bottom: 1px;height: 70px;float: right;cursor: pointer;position: relative;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.fix_box li img:nth-of-type(1) {display: block;margin:0 auto; }
.fix_box li img:nth-of-type(2) {display: none;width: 200px;height: 200px;position: absolute;right: 100px;border:1px solid #eee;top: -130px;}
.fix_box li p {color: #fff;text-align: center;font-size: 14px;}
.fix_box li:hover {width: 100px;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.fix_box li:nth-of-type(3):hover img:nth-of-type(2) {display: block;}
.fix_box li:nth-of-type(4):hover img:nth-of-type(2) {display: block;}
.fix_box li:nth-of-type(5):hover img:nth-of-type(2) {display: block;}
.fix_box li:nth-of-type(1){width: 250px;position: relative;right: -175px;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.fix_box li:nth-of-type(1) div:nth-of-type(1) {width: 75px;float: left;}
.fix_box li:nth-of-type(1) div:nth-of-type(2) {
	height: 70px;float: right;width: 170px;box-sizing: border-box;padding-top:15px;
}
.fix_box li:nth-of-type(1) div:nth-of-type(2) span {
	display: inline-block;border-left: 1px solid #fff;width: 170px;color: #fff;
	line-height: 40px;text-indent: 1em;font-size: 14px;letter-spacing: 1px;
}
.fix_box li:nth-of-type(1):hover {right: 0px;}