body,html{
	margin:0;
	height: 100%;
}
body{
	min-width: 1440px;
	display: block;
}
*{
	margin: 0px;
	padding: 0px;
}
li{
    list-style-type:none;
    list-style-image: none;
}
a{
	text-decoration: none;
	color: #999;
}
#page{
	position:relative;
	width: 100%;
	height: 100%;
}
/*logo*/
.logo{
	width: 152px;
	height: 13px;
	position: fixed;
	top: 30px;
	right: 42px;
	z-index: 99;
}
#right-kb{
	right: 0px;
	width: 33px;
	height: 100%;
	position: fixed;
	z-index: 99;
}
/*right-nav*/
.navBox{
	width: 240px;
	position: fixed;
	background: #fff;
	height: 100%;
	right: 0px;
	z-index: 98;
}
/*nav样式*/
.expmenu{
    width: 240px;
    padding:92px 0px 0px;
    margin:0px;
    overflow: hidden;
}
.expmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.expmenu li{
    width: 80px;
    height: 10px;
    float: left;
    margin: 0px 0px 0px 72px;
    padding: 0px 0px 15px 0px;
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial;
    overflow: hidden;
}
.expmenu a{
    width: 100px;
    float: left;
    overflow: hidden;
}
.expmenu span{
    display: block;
    margin-top:-15px;
}
.expmenu a:hover{
    padding-top:18px;
}
/*中英文*/
.m-down{
	width:168px;
	height: 64px;
	float: left;
	padding: 80px 0px 0px 75px;
}
.m-down li{
	padding: 0px 0px 10px 0px;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
    font-family: Arial;
}
/*主要内容*/
.main{
	width: 100%;
	height: 100%;
	position:relative;
}
/*中心图标*/
.menuBox{
	height: 330px;
	z-index: 1;
	margin: 0px auto;
	position: relative;
	top: 43%;
}
/*中心图标1*/
.center1{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -60px;
	width: 120px;
	height: 120px;
}
.center1:hover{
    cursor: pointer;
}
.mpic{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    z-index:99;
    display: block;
    opacity: 0;
}
.mpy{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.mtext{
    text-align:center;
    z-index:99;
    color:#ffffff;
    position: absolute;
    font-size: 20px;
    top: 40%;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
/*中心图标2*/
.center2{
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -60px;
	width: 120px;
	height: 120px;
}
.center2:hover{
    cursor: pointer;
}
#homeimg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
#homeimg img{
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}