/* ��߹����� start */


.sideTools {
    position: fixed;
    z-index: 999;
    top: 30%;
    right: 0;
    width: 60px;
}
.sideTools .toolbox {
    display: table;
    height: 100%;
    width: 100%;
}
.sideTools .toolUl {
    display: table-cell;
    vertical-align: middle;
}
.sideTools .toolUl .toolLi {
    box-shadow: 1px 1px 0px #000;
    position: relative;
    height: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 12px;
    background-color: #2e77d6;  /*c7000a;*/
    margin-top: 5px;
}
.sideTools .toolUl .toolLi .icon {
    height: 30px;
    line-height: 34px;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.sideTools .toolUl .liG {
    height: 50px;
}
.sideTools .toolUl .toolLi .text {
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.sideTools .toolUl .toolLi .tip {
    position: absolute;
    opacity: 0;
    width: 210px;
    padding: 10px;
    min-height: 38px;
    background-color: #ffffff;
    right: 70px;
    top: 0;
    border: 1px solid #dedede;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.sideTools .toolUl .toolLi .tip:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    right: -6px;
    top: 23px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sideTools .toolUl .toolLi:hover {
    background-color: #c5464a; /*333 */;
	color:#0033FF;
    opacity: 1;
}
.sideTools .toolUl .toolLi:hover .tip {
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.sideTools .toolUl .liC .tip {
    width: 120px;
    padding: 10px 0;
    text-align: center;
}
.sideTools .toolUl .liC .tip a {
    display: block;
}
.sideTools .toolUl .liD .item {
    width: 33.3322%;
    float: left;
    text-align: center;
    margin-top: 6px;
}
.sideTools .toolUl .liD .item i {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,.2);
    border-radius: 3px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sideTools .toolUl .liD .item a {
    color: #999;
}
.sideTools .toolUl .liE .tip {
    line-height: 1.6;
    width: 150px;
	font:"宋体,12px"
}
.sideTools .toolUl .liE .tip h5 {
	height:25px;
	color:#999;
	margin-bottom:10px;
	font-size:14px;
}


.sideTools .toolUl .liE .tip p {

	height:25px;
}

.sideTools .toolUl .liE .tip a
{display: inline-block; float: right;background: #6B9CFF; padding: 0 3px; color: #FFF;
-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
	border-radius: 2px;	
}

.sideTools .toolUl .liF .tip {
    width: 130px;
    padding: 5px 0;
    line-height: 1.4;
    text-align: center;
}
.sideTools .toolUl .liF .tip p {
    margin: 0;
}
.sideTools .toolUl .liF .tip h5 {
    margin: 0;
	font-size:14px;
	height:30px;
	color:#999;
}
.sideTools .toolUl .liF .tip p {
    margin: 0;
	font-size:14px;
	height:30px;
	color:#999;
}
.sideTools .toolUl .liF .tip img {
    max-width: 100%;
    display: inline-block;
}


/* ��߹����� end */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face { font-family: 'FontAwesome'; src: url('fontawesome-webfont.eot?v=4.3.0'); src: url('fontawesome-webfont.eot?#iefix&v=4.3.0') 
format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fontawesome-webfont.woff?v=4.3.0') 
format('woff'), url('fontawesome-webfont.ttf?v=4.3.0')
format('truetype'), url('fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') 
format('svg'); font-weight: normal; font-style: normal; }
.fa, [class^="fa-"], [class*=" fa-"] { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0) }
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}

.fa-qq:before { content: "\f1d6" }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" }
.fa-wechat:before, .fa-weixin:before { content: "\f1d7" }
.fa-phone:before { content: "\f095" }
.fa-phone-square:before { content: "\f098" }
.fa-car:before { content: "\f1b9" }
.fa-mail:before { content: "\f003" }
.fa-mailT:before { content: "\f0e0" }

.fa-envelope:before{content:"\f0e0"}
.fa-envelope-square:before{content:"\f199"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-envelope-o:before{content:"\f003"}

.fa-map-marker:before{content:"\f041"}
.fa-sitemap:before{content:"\f0e8"}
.fa-map-signs:before{content:"\f277"}
.fa-map-o:before{content:"\f278"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-inbox:before{content:"\f01c"}

/*f112*/
