@charset "utf-8";
/* CSS Document */
/*
html{   
filter: grayscale(100%);   
-moz-filter: grayscale(100%);   
-o-filter: grayscale(100%);   
-webkit-filter: grayscale(1);   
}   
*/  

body{
	font-size:20%;
}
/*悬浮框-开始*/
.fix-box{
	position:fixed;
	top: 50%;
	right:30px;
	width:0.6rem;
	height:2.56rem;
	margin-top:-1.27rem;
	z-index:99999999;
	}
.operationWrapper{
	float:right;
	width:0.5rem;
	height:2.56rem;
	background-color:#005097;
	}
.operationWrapper a.navBtn {
    display: block;
	width:0.5rem;
	height:0.5rem;
	border-bottom:1px #ffffff solid;
    cursor: pointer;
    outline: none;
}
.operationWrapper a.navBtn:hover {
	text-decoration:none;
	background-color:#005097;
}
.operationWrapper a.navBtn.navBtn-1{
    display:block;
	width: 0.5rem;
    height: 0.5rem;
    background: url(../images/fixed-bg_01.png) center center no-repeat;
    background-size: contain;
	}
.operationWrapper a.navBtn.navBtn-2{
	display:block;
	width: 0.5rem;
    height: 0.5rem;
    background: url(../images/fixed-bg_02.png) center center no-repeat;
    background-size: contain;
	}
.operationWrapper a.navBtn.navBtn-3{
	display:block;
	width: 0.5rem;
    height: 0.5rem;
    background: url(../images/fixed-bg_03.png) center center no-repeat;
    background-size: contain;
    }
.operationWrapper a.navBtn.navBtn-4{
    display:block;
	width: 0.5rem;
    height: 0.5rem;
    background: url(../images/fixed-bg_04.png) center center no-repeat;
    background-size: contain;
    }
.operationWrapper a.navBtn.backTop{
	display:block;
	width: 0.5rem;
    height: 0.5rem;
    background: url(../images/fixed-bg_05.png) center center no-repeat;
    background-size: contain;
	}
.contentWindow{
	display:none;	
	}
.onlineWindow{
	position:absolute;
	top:0px;
	left:-88px;
	width:123px;
	height:123px;
	}
.cw-1{}
.cw-2{
	position: absolute;
    top: 0.51rem;
    left: -1.2rem;
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #005097;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
	}
.cw-3{}
.cw-4{
	position: absolute;
    top: 1.53rem;
    left: -1.28rem;
    width: 1.38rem;
	height: 1.38rem;
	font-size: 0;
}
.cw-4 img{
	display: block;
	margin: 0;
	padding: 0;
	width: 1.38rem;
	height: 1.38rem;
}
/*悬浮框-结束*/