@media (min-width: 1300px) {
  .mgl50 {
    margin-left: 60px; } }
@media (max-width: 764px) {
  #alogo2 {
    width: 100%; }

  .logodiv {
    margin-top: -12px; } }
@media (min-width: 765px) {
  .logodiv {
    margin-top: -12px; } }
#service {
  margin-top: 40px;
  min-height: 370px; }
  #service .welcome {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px; }
  #service img {
    margin: 10px; }
  #service .service_text {
    font-size: 20px; }

#product {
  height: 220px;
  background: url("/imgs/main_bg01.jpg") center;
  padding: 30px 0;
  margin-bottom: 50px; }

#product2 .al_items h4 {
  margin-bottom: 30px; }
#product2 .al_items .al_item {
  position: relative;
  margin-bottom: 30px; }
  #product2 .al_items .al_item:hover .al_item_over {
    display: block; }
  #product2 .al_items .al_item .al_item_over {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    color: #fff;
    font-size: 2em;
    vertical-align: middle; }
    #product2 .al_items .al_item .al_item_over i {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -.5em 0 0 -.5em; }

#tartan {
  height: 170px;
  background: url("/imgs/main_bg02.jpg") center;
  padding: 30px 0;
  margin-bottom: 50px; }
  #tartan .copy {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 100; }

#footer {
  min-height: 125px;
  background-color: #75a36d;
  color: #fff;
  font-size: 14px; }

#copyright {
  height: 48px;
  background-color: #2f7c22; }
  #copyright p {
    line-height: 48px;
    color: #fff; }
    #copyright p span {
      color: #f6b525; }

.bgimg1 {
  background: url("/imgs/sub_image1.jpg") center; }

.bgimg2 {
  background: url("/imgs/sub_image2.jpg") center; }

.bgimg3 {
  background: url("/imgs/sub_image3.jpg") center; }

#submain {
  height: 280px; }
  #submain .subtitle {
    font-size: 60px;
    text-align: center;
    line-height: 280px;
    color: #fff; }

#content .lili {
  margin: 30px 0;
  color: #646464; }
  #content .lili li {
    font-size: 20px;
    list-style-type: none; }

.fs24 {
  font-size: 24px;
  color: #646464; }

.al_underline {
  margin: 6px auto;
  width: 120px;
  height: 1px;
  background-color: #f6b525; }

.h3_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333; }

.tw {
  color: #fff; }

.al_btn_main {
  border: 1px #777 solid;
  padding: 1em 3em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #fff;
  font-size: 18px; }
  .al_btn_main:hover {
    text-decoration: none;
    color: #aaa; }
  .al_btn_main:active {
    border: 1px #fff solid;
    text-decoration: none;
    color: #fff; }

.al_btn_main_gray {
  border: 1px #eee solid;
  padding: 1em 3em;
  background: #eee;
  border-radius: 10px;
  color: #666;
  font-size: 18px; }
  .al_btn_main_gray:hover {
    text-decoration: none;
    color: #aaa; }
  .al_btn_main_gray:active {
    border: 1px #777 solid;
    text-decoration: none;
    color: #666; }
