.fixed {
	position: fixed;
	top: 50%;
	right: 0px;
	font-size: 0;
	text-align: center;
	width: 100px;
	margin-top: -210px;
	z-index: 10;
}

.fixed li {
	height: 49px;
	background: #ffffff;
	line-height: 49px;
	border-bottom: 1px #d3d3d3 solid;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.fixed li:hover .huihua{
	display: block;
}
.fixed li.last-last{
	height:65px;
}
.huihua {
    display: none;
    position: absolute;
    width: 140px;
    border: 1px solid #2678ce;
    font-size: 16px;
    top: -3px;
    left: -140px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #2678ce;
    line-height: 4;
}
/* .huihua:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid #2678ce;
    border-bottom: 1px solid #2678ce;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    position: absolute;
    right: -7px;
    top: 21px;
    background: #fff;
} */
.fixed li i {
	font-size: 14px;
	margin-left: 14px;
	vertical-align: middle;
}
.fixed li i.icon-top{
	font-size: 20px;
    margin-left: 42px;
    vertical-align: baseline;
}

.fixed li.frist {
	background: #004ea2;
	height: 50px;
	position: relative;
	border-bottom: none;
}

.fixed li.frist .icon-logo {
	color: #fff;
	font-size: 90px;
	position: absolute;
	line-height: 1;
	top:15%;
	/* margin-top: -45px; */
	left: 5px;
	margin-left: 0;
}

.fixed li span {
	font-size: 13px;
	margin-left: 5px;
	vertical-align: middle;
}
.fixed li.last-last span{
	display: block;
    text-align: center;
    margin-top: -35px;
	
}

.fixed li p {
	font-size: 13px;
	text-align: center;
	line-height: 2;
	padding-top: 5px;
}

.fixed li.qcode-box {
	height: 105px;
	text-align: center;
	padding-bottom: 10px;
}

.fixed li.last {
	text-align: center;
	line-height:18px;
	background: #004ea2;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 69px;
}
.fixed li.last span{	
	font-size: 12px;
}


.fixed li .tel{
	display: inline-block;
}
.fixed li.last i{
	display: none;
}
.fixed li:nth-of-type(2) i{
	background: url(../img/1.gif) no-repeat 0 center;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 100%;
}
.fixed li:nth-of-type(3) i{
	background: url(../img/2.gif) no-repeat 0 center;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 100%;
}
.fixed li:nth-of-type(4) i{
	background: url(../img/3.png) no-repeat 0 center;
	width: 18px;
	height: 16px;
	display: inline-block;
}
.fixed li:nth-of-type(5) i{
	background: url(../img/4.png) no-repeat 0 center;
	width: 18px;
	height: 17px;
	display: inline-block;
}
.fixed li:nth-of-type(6) i{
	background: url(../img/5.png) no-repeat 0 center;
	width: 18px;
	height: 16px;
	display: inline-block;
}


@media only screen and (max-width:750px) {
	.fixed{
		width: 40px;
		left: auto;
		right: 0;
		margin-top: -40px;
		z-index:1000;
	}
	.fixed li:first-child,.fixed li:last-child{
		display: none;
	}
	.fixed li:nth-of-type(7){
		display: none;
	}
	.fixed li.last{
		display: none;
	}
	
	
	.fixed li:nth-of-type(2) i{
		background: url(../img/1-1.gif) no-repeat center 12px;
		width: 16px;
		height: 30px;
		display: inline-block;
		background-size: 100%;
	}
	.fixed li:nth-of-type(3) i{
		background: url(../img/2-2.gif) no-repeat center 10px;
		width: 20px;
		height: 40px;
		display: inline-block;
		background-size: 100%;
	}
	.fixed li:nth-of-type(4) i{
		background: url(../img/3-3.png) no-repeat center 12px;
		width: 18px;
		height: 30px;
		display: inline-block;
	}
	.fixed li:nth-of-type(5) i{
		background: url(../img/4-4.png) no-repeat center 12px;
		width: 18px;
		height: 30px;
		display: inline-block;
	}
	.fixed li:nth-of-type(6) i{
		background: url(../img/5-5.png) no-repeat center 12px;
		width: 18px;
		height: 30px;
		display: inline-block;
	}
	
	
	.fixed li .huihua{
		display: none;
	}
	.fixed li:hover .huihua{
		display: none;
	}
	.fixed li{
		height: 40px !important;
		line-height: 40px;
		margin-bottom: 1px;
		border-bottom: none;
		background: #2678ce;
	}
	.fixed li .tel{
		width: 40px;
	}
	.fixed li span{
		display: none !important;
	}
	.fixed li i{
		margin-left: 12px !important;
		font-size: 16px !important;
		color: #ffffff;
		float: left;
	}

}
