﻿
/* CSS Document */
.footerFixed{
	width: 100%;
	height: 75px;
	background-color: #03386E;
	position: fixed;
	bottom: -85px;
	left: 0;
	z-index: 990;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}
.curr{
	bottom:0px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.footer{
	position:relative;
	margin:0 auto;
	width:1119px;
	height:75px;
	background:url(../image/bottomfixedImg.jpg) no-repeat center center;
}
.footer ul{
	position:absolute;
	right:300px;
	top:10px;
}
.footer ul li{
	position:relative;
	float:left;
	margin-left:20px;
}
.footer ul li a.qq{
	background:url(../image/qq.png) no-repeat center center;
	display:inline-block;
	width:77px;
	height:61px;
}
.footer ul li a.tj{
	display:inline-block;
	background:url(../image/submit.png) no-repeat center center;
	width:75px;
	height:61px;
}
.footer ul li a.wx{
	display:inline-block;
	background:url(../image/gzwx.png) no-repeat center center;
	width:85px;
	height:61px;
}
.footer1{
	width:100%;
	height:65px;
	background-color:#fff;
}
.content1{
	position: relative;
	width: 1128px;
	height: 11px;
	line-height: 27px;
	margin: 0 auto;
}
.content1 p span a{
	font-size: 12px;
	color: #03182D;
	border-right: 1px solid gray;
	padding-right: 15px;
}

.content1 p span a:hover{
	color:#1C68D3;
}

.content1 p{
	/*margin-left: 48px;*/
}
.content1 p span{
	margin-right:15px;
}
.content1 span.span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #555555;
}
/*toTop ===================== start*/
#goTopBtn {
	position: fixed; 
	z-index:1000;
	width: 21px; 
	bottom: 65px; 
	height: 80px; 
	font-size: 12px; 
	cursor: pointer; 
	_position: absolute; 
	right:5%;
}
/*toTop ===================== end*/
.opacitydiv{
	 z-index: 9000;
    height: 100%;
    width: 100%;
    position:fixed;
    top: 0px;
    left: 0px;
    background-color: #7F7F7F;
    filter:alpha(opacity=50);
    opacity: 0.5;
	cursor: not-allowed;
}
.ewmpop{
	position:relative;
	margin-top:20%;
	margin-left:46%;
	width:194px;
	height:195px;
	background-color:#fff;
	position:absolute;
	z-index:9001;
}
.ewmpop img{
	display:block;
	width:184px;
	height:185px;
	margin:5px auto;
}
.ewmpop span.close{
	position:absolute;
	display:block;
	cursor:pointer;
	background:url(../image/close.png) no-repeat center center;
	width:30px;
	height:30px;
	background-size:30px 30px;
	top:-20px;
	right:-20px;
}
.ewmp{
	width:185px;
	height:183px;
	z-index:-1;
	position:absolute;
	bottom:-183px;
	left:-50px;
	transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}
.qqdiv{
	z-index:-1;
	position:absolute;
	bottom:-80px;
	left:-160px;
	transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}
.footer ul li:hover p#qqps{
	bottom:65px;
	transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}
.ewmp img{
	display:block;
	width:181px;
	height:178px;
	margin:2px auto;
}
.currewm{
	bottom:72px;
	transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}


#content{ width:500px; height:170px; margin:100px auto;}
#imgbox-loading {position: absolute;top: 0;left: 0;	cursor: pointer;display: none;z-index: 90;}
#imgbox-loading div {background: #FFF;width: 100%;height : 100%;}
#imgbox-overlay {position: absolute;top: 0;	left: 0;width: 100%;height: 100%;background: #000;display: none;z-index: 80;}
.imgbox-wrap {position: absolute;top: 0;left: 0;background: #FFF;display: none;	z-index: 90;}
.imgbox-img {padding: 0;margin: 0;border: none;width: 100%;	height: 100%;vertical-align: top;}
.imgbox-title {	padding-top: 10px;font-size: 11px;text-align: center;font-family: Arial;color: #333;display: none;}
.imgbox-bg-wrap {position: absolute;padding: 0;margin: 0;display: none;}
.imgbox-bg {position: absolute;width: 20px;	height: 20px;}