﻿@charset "utf-8";


.bgWrap{
  background: url(../img/internet/bg_01.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
  background-size:cover;
}

.leadSec01{
  position: relative;
  height: 306px;
}
.leadSec01 .titSec01{
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  padding: 36px 0 32px;
}
.leadSec01 .titSec01 > img {
  padding-right: 170px;
}
.leadSec01 .leadTxt01{
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -577px;
}

.conSec02{
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 374px;
}
.conSec02 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec02 .box01{
  position: absolute;
  top:0;
  right: 0;
}
.conSec02 .box02{
  position: absolute;
  top:0;
  left: 0;
  margin-top: 42px;
  z-index: 999;
  width: 476px;
  height: 286px;
  border: #fff solid 1px;
}

.pageTop a:hover{
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
