body,button,input,select,textarea{font-size:12px;font-family:"PingFang SC","PingHei","STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande","Helvetica Neue", "Helvetica","microsoft yahei","SimHei", "tahoma", "Arial","Verdana", "sans-serif"; *font-family:"SimHei";}
/* 头部底部start */
.header{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding:0 48px;
    z-index: 999;
    background-color: #2f6292;
    overflow: hidden;
}
.header .left{
	float: left;
	line-height: 70px;
}
.header .left a{
	display: inline-block;
}
.header .left img{
	vertical-align: middle;
}
.header .right{
	float: right;
	line-height: 70px;
}
.header .right li{
	float: left;
	margin-left: 70px;
}
.header .right li a{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	display:inline-block;
}
.header .right li.active a,
.header .right li:hover a{
	color: #6eb630;
}
.header .right li.btn a{
	color: #4e595b!important;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	background-color: #ebf0f5;
}
.header .right li.btn a span{
	display: inline-block;
	background:url(../images/global/search.png)  no-repeat center left;
	background-size: 12px auto;
	padding-left: 22px;
}
.footer{padding:0 48px;position:fixed; left:0;right:0; bottom:0; height:40px; line-height:40px; background:#f9fafb; z-index:9; color:#828282; font-size:12px; display:block;}
.footer a{ color:#828282;}
.footer a:hover{ color:#3c3c3c;}
.footer .wrap .copyright{width: 100%;color: #828282;}
.footer .wrap .copyright .fr{float: right;}
@media screen and (max-width:1366px){
.header .right li{
	margin-left:50px;
}
}
/* 头部底部end */
html,body{
	width: 100%;
	height: 100%;
}
.container{
	position: absolute;
	top:70px;
	left: 0;
	right: 0;
	bottom:40px;
	overflow: hidden;
}
.container .content{
	width: 100%;
	height: 100%;
}
/* 中心内容切换start */
.center{
	width: 100%;
	height: 100%;
	position: relative;
}
.center .package{
	width: 74%;
    height: 84%;
    position: absolute;
    left: 13%;
    top: 8%;
    bottom: 16%;
    background: rgba(255,255,255,0.95)!important; 
    background: #fff;
    filter: alpha(opacity=95); 
}
.center .package .wrap{
	position: relative;
    height:100%;
    padding:0 8%;
}
.center .package .wrap .menu{
	position: absolute;
    width:110px;
    left: -110px;
    bottom: 20px;
    text-align: right;
}
.center .package .wrap .menu li span a{
	display: inline-block;
    font-size: 12px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    background: rgba(164,164,164,0.75)!important;/* IE无效，FF有效 */
    background: #a4a4a4;
    filter: alpha(opacity=75);
    margin-top: 10px;
    cursor: pointer;
}
.center .package .wrap .menu li:hover span a,
.center .package .wrap .menu li.active span a{
	background: rgba(110,182,48,0.75)!important;/* IE无效，FF有效 */
	background: #6eb630;
	filter: alpha(opacity=75);
}
.center .package .wrap .submenu{
	display: none;
}
.center .package .wrap .submenu .pagetitle{
	font-size: 24px;
    color: #404040;
    text-align: center;
}
.center .package .wrap .submenu .pageMain{
    position: relative;
}
/*用em作为媒体查询的宽度单位，而不是px。这是考虑到媒体查询能适应网页的缩放*/
@media only screen and (max-width:86em){
	/*1366px以下*/
	.center .package .wrap .menu li span a{
	    height:30px!important;
	    line-height:30px!important;
	}
}
@media only screen and (max-width:64em){
	/*1024px以下*/
}
/* 中心内容切换end */
        
        
        
        