@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; list-style:none; }
body{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  background:#000;
  }
 img{
  border:0px;
  }
 a{
  text-decoration:none;
  }
 #wrap{
 width:1003px;
 margin:0px auto;
 }
 #mgt{
 height:569px;
 background:url("../images/index_mgt.jpg") no-repeat;
 position:relative;
 margin:45px 0px 5px;
 }
#mgt a{
  position:absolute;
  display:block;
  }
.mgt1{
  width:205px;
  height:321px;
  left:248px;
  top:138px;
  }
a:hover.mgt1{
background:url("../images/index_mgt1.gif") no-repeat;
  }
.mgt2{
 width:126px;
 height:267px;
 top:174px;
 left:472px;
 }
a:hover.mgt2{
background:url("../images/index_mgt2.gif") no-repeat;
 }
.mgt3{
  width:145px;
  height:230px;
  top:195px;
  left:615px;
  }
.mgt4{
  width:86px;
  height:31px;
  top:235px;
  left:785px;
  } 
.copy_right{
  font-size:11px;
  color:#666666;
  text-align:center;
  font-family:Verdana;
  margin-bottom:10px;
  }
.copy_right a{
  color:#666666;
  margin:0px 3px;
  }

