﻿.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
body{
	background: url(img/bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
	/* header op*/
.header{
	width:100%;
	height: 121px;
	padding: 20px 0;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.header .logo{
	font: bold 36px/80px "microsoft yahei";
	color: #fff;
	padding-left: 90px;
	background: url(img/logo.png) left center no-repeat;
}
.xcx{
	margin: 24px 40px 0 0;
	overflow: hidden;
	position: relative;
}	
.xcx span{
	display: block;
	height: 32px;
	font: 14px/16px "microsoft yahei";
	color: #fff;
	padding-left: 40px;
	background: url(img/icon_xcx.png) left center no-repeat;
}
.wechat{
	width: 130px;
	height: 130px;
	padding: 11px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	position: absolute;
	top: 46px;
	left: 0;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	transition: all .5s ease 0s;
}
.wechat:after{
	content: "";
	border: solid 6px transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -12px;
	left: calc(50% - 6px);
}
.xcx:hover {
    overflow: visible;
    cursor: pointer;
}
.xcx:hover .wechat {
	opacity: 1;
}
.header .login{
	width: 90px;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #fff;
	margin-top: 22px;
	padding-left: 40px;
	border-radius: 4px;
	background: rgba(255,255,255,.2) url(img/icon_login.png) 16px center no-repeat;
}
.header .login:hover{
	color: #2285e8;
	background: #fff url(img/icon_login_h.png) 16px center no-repeat;
}
/* header ed*/
/* footer op*/
.footer{
	width: 100%;
	font: 12px/20px "microsoft yahei";
	color: #fff;
	text-align: center;
	padding: 30px;
}
.footer span{
	padding: 0 10px;
}
/* footer ed*/
</style>
<style type="text/css">
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1109px;
	margin: 0 auto;
	position: relative;
}
body{
	min-width:1200px;
	background: url(img/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
	/* header op*/
.header{
	width:100%;
	height: 121px;
	padding: 20px 0;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.header .logo{
	font: bold 36px/80px "microsoft yahei";
	color: #fff;
	padding-left: 90px;
	background: url(img/logo.png) left center no-repeat;
}
.xcx{
	margin: 24px 40px 0 0;
	overflow: hidden;
	position: relative;
}	
.xcx span{
	display: block;
	height: 32px;
	font: 14px/16px "microsoft yahei";
	color: #fff;
	padding-left: 40px;
	background: url(image/img/icon_xcx.png) left center no-repeat;
}
.wechat{
	width: 130px;
	height: 130px;
	padding: 11px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	position: absolute;
	top: 46px;
	left: 0;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	transition: all .5s ease 0s;
}
.wechat:after{
	content: "";
	border: solid 6px transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -12px;
	left: calc(50% - 6px);
}
.xcx:hover {
    overflow: visible;
    cursor: pointer;
}
.xcx:hover .wechat {
	opacity: 1;
}
.header .login{
	width: 90px;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #fff;
	margin-top: 32px;
	padding-left: 40px;
	border-radius: 4px;
	background: rgba(255,255,255,.2) url(img/icon_login.png) 16px center no-repeat;
}
.header .login:hover{
	color: #2285e8;
	background: #fff url(img/icon_login_h.png) 16px center no-repeat;
}
/* header ed*/
/* footer op*/
.footer{
	width: 100%;
	font: 12px/20px "microsoft yahei";
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.footer span{
	padding: 0 10px;
}
/* footer ed*/
.query{
	background: none !important;
}
.container-box{
	background: none !important;	
}
.content-wrapper1{
	margin-top: 35px;
}
.headerbar{
    height: 34px;
    border: solid 1px rgba(255,255,255,.1);
}
.headerbar a{
    margin-right: 20px;
    color: white;
    font: 14px/32px "微软雅黑";
    float: right;
}