@CHARSET "UTF-8";

/* HTML5 defaults */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {background: none repeat scroll 0 0 transparent; border: 0 none; font-size: 100%; margin: 0; outline: 0 none; padding: 0; vertical-align: baseline; }
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {display: block;}

/* Theme */


header {
	height: 100%;

	height:270px;
	margin-bottom:-92px;
	background:url(../images/bg1.jpg) no-repeat center;

}


/*----------------
	左下角二维码设置
----------------*/

.side-bar a,.chat-tips i {
	background-image: url(../images/common/left_corner/gdt-img1.png);
	background-repeat: no-repeat;
}

.side-bar {
	width: 100px;
	position: fixed;
	bottom: 200px;
	left: 20px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
       
}
.side-bar a {
	width: 66px;
	height: 116px;
	display: inline-block;
	background-color: #F3F2F2;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #fff;
}
.side-bar .icon-wx {
	background-position: 0 -62px;
	position: relative;
}
.side-bar .icon-wx:hover .chat-tips {
	display: block;
}

.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-tcbk {
	background-position: 0 -198px;
	position: relative;
}
.side-bar .icon-tcbk:hover .chat-tips {
	display: block;
}

.side-bar .icon-app {
	background-position: 0 -266px;
    position: relative;
}
.side-bar .icon-app:hover .chat-tips {
	display: block;
}

.side-bar .icon-totop {
	background-position: 0 -334px;
}

.chat-tips {
    padding: 20px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: -200px;
    top: -50px;
    background-color: #ffffff;
    display: none;
}

/*----------------
	结束左下角二维码设置
----------------*/
