﻿@charset "utf-8";
/* CSS Document */

.body_bg {background-color: #cdd5e3;}





.bg {
	background: url("../images/bg.jpg") no-repeat; width:1002px; height:602px;
	margin:40px auto 0; display:block;
}

.bg_out{ display:block;width:1002px; height:602px; position:relative}




.menu { width:200px; height:200px; position:absolute; text-align:center;background-repeat: no-repeat;}
.menu a { font-size:22px;display:block;width:200px; height:200px; }
.menu a ,.menu a:visited { color:#fff;text-decoration:none;}
.menu a:hover { color:#fff;text-decoration:underline;}

.menu .pointer {
	display:block;width:23px; height:23px;background: url("../images/pointer.png") no-repeat;overflow:hidden;position: absolute;right:10px;bottom:10px;_z-index:-1;
	filter:alpha(opacity=20); /*IE滤镜，透明度50%*/-moz-opacity:0.2; /*Firefox私有，透明度50%*/opacity:0.2;/*其他，透明度50%*/
}
.menu:hover .pointer{filter:alpha(opacity=90); /*IE滤镜，透明度50%*/-moz-opacity:0.9; /*Firefox私有，透明度50%*/opacity:0.9;/*其他，透明度50%*/}

.menu1 { top:0px; left:400px;background-color: #2975cc;background-image: url("../images/icon_1.gif") ;  background-position:center 54px; }
.menu1 a font {top:120px; position:relative }
.menu1:hover {background-color: #2b7cd9;}
.menu2 { top:201px; left:0px;background-color: #eb583b;background-image: url("../images/icon_2.gif") ;  background-position:center 44px; }
.menu2 a font {top:120px; position:relative }
.menu2:hover {background-color: #f75d3e;}
.menu3 { top:201px; left:600px;background-color: #cc8529;background-image: url("../images/icon_3.gif") ;  background-position:center 44px; }
.menu3 a font {top:120px; position:relative }
.menu3:hover {background-color: #d98e2b;}
.menu4 { top:402px; left:200px;background-color: #0f8299;background-image: url("../images/icon_4.gif") ;  background-position:center 54px; }
.menu4 a font {top:120px; position:relative }
.menu4:hover {background-color: #118da6;}
.menu5 { top:402px; left:801px;background-color: #7f6bb3;background-image: url("../images/icon_5.gif") ;  background-position:center 50px; }
.menu5 a font {top:120px; position:relative }
.menu5:hover {background-color: #8873bf;}












