html {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block;
}

.hide {
	display: none;
}


.side-bar {
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 45px;
	z-index: 10000;
	display: block;
}

.side-bar div {
	margin: 1px 0 0;
	float: right;
	cursor: pointer;、
	overflow: hidden;
}

.side-bar div p {
	color: #fff;
	line-height: 45px;
	font-size: 14px;
}

.totop {
	width: 45px;
height: 35px;
line-height: 35px;
	text-align: center;
	background: #cbcbcb;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.side-bar-erweima {
	width: 45px;
	height: 45px;
	background: #CA0915;
	position: relative;
}

.erweima {
	width: 190px;
	height: 220px;
	display: none;
	position: absolute;
	top: -190px;
	left: -200px;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	cursor: default !important;
}

.side-bar-erweima .erweima p {
	line-height: 8px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: right;
	width: 200px;
}

.side-bar-erweima .arrow3 {
	width: 6px;
	height: 11px;
	display: block;
	background: url("../images/weixin-arrow.png")no-repeat;
	position: absolute;
	right: -6px;
	top: 122px;
}

.side-bar-erweima img {
    width: 190px;
    height: 190px;
    margin: 0px 10px 0px;
}

.side-bar-qq {
	width: 45px;
	height: 45px;
	background: #2d9639;
}

.side-bar-qq a{
	text-decoration: none;
}
.side-bar-contact {
	width: 45px;
	height: 45px;
	background: #CA0915;
}

.top-banner i.ico1 {
	width: 36px;
	height: 39px;
	padding: 0 10px 0 0;
	float: left;
	display: block;
}


.side-bar .ico2 {
	width: 46px;
	height: 46px;
	display: block;
	float: left;
}

.side-bar .side-bar-erweima .ico2 {
	float: right;
}

footer address p i.ico-logo {
    width: auto;
    height: auto;
    margin: 10px 10px 0px 0px;
    display: block;
    float: left;
}
footer address i.ico1 {
    background-position: 0px -132px;
}
.to-top .ico2 {
	width: 12px;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 18px;
}

/*.ico-logo {
    background: url(../images/company-a.jpg) no-repeat scroll 0% 0% transparent;
}
*/


.ico2 {
	background: url(../images/ico2.png) no-repeat;
}


.ico-st {
	background-position: -155px 0;
}


.side-bar-erweima .ico2 {
	background-position: -46px -46px;
}

.side-bar-qq .ico2 {
	background-position: 2px -46px;
}
.side-bar-qq:hover{
	width:120px;
}
.side-bar-contact .ico2 {
	background-position: -92px -46px;
}

.totop .ico2 {
	background-position: -28px -2px;
}
.totop a i {
    display: block;
    width: 45px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    border-radius: 1px;
}
.totop a i {
  background: #2D9639;
}

.totop {
    position: fixed;
    bottom: 102px;
    right: 0px;
    z-index: 104400;
}
@media only screen and (min-width:1600px) {
	.about_con2 {
		padding-right: 10%
	}
}

@media only screen and (max-width:1440px) {
	.about_con2 {
		padding-right: 0
	}
}

