#main #header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1020px;
  height: 130px;
  background: #fff;
  min-width: 1020px; }
#main #main_img {
  text-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2), -1px -4px 6px rgba(0, 0, 0, 0.2);
  margin: 130px 0 0;
  background: url("../images/index/h_mainimage.jpg") no-repeat center center;
  background-size: cover;
  height: 160px; }
#main #main_img h2 {
  -moz-box-shadow: 0 7px 7px -9px rgba(0, 0, 0, 0.2), 0 -7px 7px -9px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 7px 7px -9px rgba(0, 0, 0, 0.2), 0 -7px 7px -9px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 7px 7px -9px rgba(0, 0, 0, 0.2), 0 -7px 7px -9px rgba(0, 0, 0, 0.2) inset;
  padding: 60px 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 300px; }
#main #main_img p {
  font-size: 16px;
  color: #fff;
  text-align: center; }

#access iframe {
  margin: 0;
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: 500px; }
#access .access_inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 46px 0 100px;
  width: 780px; }
#access .access_inner:after {
  content: "";
  display: table;
  clear: both; }
#access .access_inner .text {
  float: left;
  width: 400px;
  height: 215px; }
#access .access_inner .text .car {
  padding: 0 0 54px; }
#access .access_inner .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 22px; }
#access .access_inner .text p {
  font-size: 16px;
  line-height: 16px; }
#access .access_inner .img_company {
  float: right;
  width: 380px;
  height: 215px; }
