@charset "utf-8";
.wrapper{
  width: 100%;
  min-width: 960px;
}

.main{
  width: 100%;
  height: 588px;
  position: relative;
  margin: 0 auto;
  min-width: 960px;
  background: url(../images/bg_main.png) center top no-repeat;
}
.main_logo {
  position: absolute;
  right: 29px;
  top: 23px;
  z-index: 2;
}
.main_title {
  position: absolute;
  left: 50%;
  margin-left: -418px;
  top: 55px;
}
.main_mairo {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  top: 231px;
}
.main_balloon {
  position: absolute;
  left: 50%;
  margin-left: -82px;
  top: 155px;
}
.main_hard2ds {
  position: absolute;
  left: 50%;
  margin-left: 51px;
  top: 7px;
}
.main_text {
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 509px;
}

.body{
  width: 100%;
  background: url(../images/bg_body.png) 0 0;
  padding-bottom: 59px;
}
.body_date{
  width: 960px;
  height: 117px;
  margin: 0 auto;
  position: relative;
}
.body_date p{
  position: absolute;
  left: 66px;
  top: 18px;
}

.info{
  width: 960px;
  margin: 0 auto;
}
.info:after{
  content: "";
  display: block;
  clear: both;
}

.info_box{
  float: left;
  width: 290px;
  text-align: right;
}
.linkbtn{
  margin: 41px 25px 0 0;
}
.linkbtn a{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.linkbtn a:after{
  content: "";
  width: 200px;
  height: 124px;
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.no-touchevents .linkbtn a:hover:after {
  opacity: 0.15;
}

.info_set{
  float: right;
  width: 670px;
}

.info_set2{
  display: inline-block;
  width: 100%;
  position: relative;
}

.info_set2 a{
  position: absolute;
  left: 140px;
  top: 163px;
}
.no-touchevents .info_set2 a:hover {
  opacity: 0.7;
}

/* ==========================================================
  FOOTER
========================================================== */
#footer {
  background: #fff;
  font-size: 11px;
  height: 28px;
  padding: 11px 0;
  position: relative;
  text-align: center;
  min-width: 960px;
  width: 100%;
}
.footer_link {
  position: absolute;
  left: 25px;
  top: 18px;
}
.copyright {
  padding: 3px 0 0;
  text-align: center;
}
.footer_link a{
  text-decoration: none;
  color: #555555;
}

.no-touchevents .footer_link a:hover{
  text-decoration: underline;
  color: #8c8c8c;
}

.footer_pagetop {
  position: absolute;
  right: 25px;
  top: 18px;
}

.footer_pagetop a:hover {
  opacity: 0.7;
}


