@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0;}
body{ background:url(../images/welcome.jpg) top center; position:relative;}
.zhongwen{ width:522px; height:50px; position:absolute; background:url(../images/zhongwen.png) no-repeat; top:388px; left:50%; margin-left:-261px;}
.yingwen{ width:337px; height:25px; position:absolute; background:url(../images/yingwen.png) no-repeat;top:467px; left:50%; margin-left:-168.5px;}

.logo{ width:329px; height:71px; position:absolute; background:url(../images/wlogo.png) no-repeat; top:188px; left:50%; margin-left:-164.5px;}

.anniu{ width:340px; height:59px; top:594px; position:absolute; left:50%; margin-left:-170px; background:url(../images/aniu.png) no-repeat;}
.anniu li{ width:159px; height:59px; text-indent:-9999px;}
.anniu li.cn{ display:block; width:159px; height:59px; float:left;}
.anniu li.en{ display:block; width:159px; height:59px; float:right;}
.anniu li.cn a{ display:block; width:159px; height:59px; float:left;}
.anniu li.en a{ display:block; width:159px; height:59px; float:right;}

.anniu li.cn a:hover{ background:url(../images/aniu_hover.png) no-repeat;}
.anniu li.en a:hover{ background:url(../images/aniu_hover.png) no-repeat -181px 0;}

.bottomm{ width:1244px; height:251px; background:url(../images/bottomm.png) no-repeat;
left:50%; margin-left:-622px; top:700px; position:absolute; }

@media screen and (max-width:480px){
	.zhongwen{ display:none; }
	.yingwen{ display:none; }
	.bottomm{ display:none;}
	.anniu{  top:394px;}

}