﻿/*========home========*/
/*z-index*/


/*animation*/


/*b-lazy*/
.b-lazy {
  opacity:0;
}
.b-loaded {
  opacity:1;
}


/**{
  border: solid 1px #000;
}*/

/*==========�梁鍂==========*/

.s-hide {
  visibility: hidden;
}

div.lay-btn {
  cursor: pointer;
  width: 35px;
  height: 20px;

  position: relative;

  display: flex;
  align-items: center;
}
div.lay-btn:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #222222;

  display: block;
}
div.lay-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent #222222;

  display: block;
}

.mapZone{display: block;position: relative}
.mapZone:before{content:'';display: block;padding-top:60%}
.mapZone #mapBox{position: absolute;top:0;right:0;bottom:0;left:0}
.mapZone iframe{width:100%;height:100%}
/*==========�梁鍂 end==========*/


/*===================================service.html==========================================*/

/*main*/
@media (max-width:1023px) {
  main {
    padding-bottom: 120px;
  }
}

/*==========article company==========*/


article.company {
  width: 100%;
  max-width: 1120px;
  padding: 80px 20px 140px 20px;
  margin: 0 auto;
  display: flex;
}
article.company section.left {
  width: 240px;
}
article.company section.right {
  width: 840px;
  text-align: justify;
}


article.company section.left ul {
  position: relative;
}
article.company section.left ul:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;

  position: absolute;
  left: 0;
  bottom: 0;

  display: block;

  transition: all 1s ease .5s;
  -webkit-transition: all 1s ease .5s;
  -moz-transition: all 1s ease .5s;
  -o-transition: all 1s ease .5s;
  -ms-transition: all 1s ease .5s;
}
article.company section.left.show ul:after {
  height: 0;
}


@media (max-width:1023px){
  article.company {
    padding: 0 20px;
    flex-direction: column-reverse;
  }
}

/*----------------------------------------------------------------------------*/

article.company section.left div.select-close {
  display: none;
}

/*article.company section.left ul.headquater>span {
  font-size: 1.25rem;
}*/
article.company section.left ul li span {
  font-size: 1.56rem;
  font-weight: 700;
  margin-bottom: 16px;

  display: block;
}

article.company section.left ul li {
}
article.company section.left ul li:last-child {
  margin-bottom: 0;
}
article.company section.left ul li.grid {
  margin-bottom: 70px;
}
article.company section.left ul li div {
  display: flex;
  align-items: baseline;
}
article.company section.left ul li div span {
  font-size: 0.875rem;
  margin-right: 12px;
}

article.company section.left li {
  cursor: pointer;
}
article.company section.left li p {
  font-size: 0.875rem;
  line-height: 1.6;

  position: relative;

  display: flex;
}
article.company section.left li p:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #005bac;

  position: absolute;
  left: calc(50% - 20px);
  bottom: 0px;

  display: block;

  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
article.company section.left li div:hover p:after {
  width: calc(100% + 20px);

  left: -20px;
  right: 0;
}
article.company section.left li div:hover p {
  color: #01417b;
}

article.company div.plz-chosen {
  display: none;
}

@media (max-width:1023px){
  article.company section.left {
    width: 100%;
    height: 100%;
    background-color: #145d9d;
    padding: 50px 20px 20px 20px;

    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 6;

    display: none;
  }
  article.company section.left div.select-close {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: rotate(135deg);
  }
  article.company section.left ul li {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 50px auto;
    padding-bottom: 50px;
    color: #fff;
    border-bottom: solid 1px #0e416e;

    display: flex;
    flex-wrap: wrap;
  }
  article.company section.left ul li:last-child {
    border: none;
  }
  article.company section.left ul li {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  article.company section.left ul li.grid {
    margin-bottom: 0;
  }
  article.company section.left ul li>* {
    width: 50%;
    margin-left: 50%;
  }
  article.company section.left ul li span {
    font-size: 1.25rem;
    margin: 0;
  }
  article.company section.left ul li div:nth-child(2) {
    margin: 0;
  }

  article.company div.plz-chosen {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #075498;
    border-top: solid 1px #8aaece;

    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 7;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  article.company div.plz-chosen span {
    margin: 0 5px 5px 0;
    color: rgba(255, 255, 255, 0.5);
  }

  article.company section.left ul span,
  article.company section.left ul.headquater>span {
    font-size: 1.875rem;
    letter-spacing: 0.5px;
  }
  article.company section.left li p,
  article.company section.left li p span {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
}

@media (max-width:767px){
  article.company section.left {
    background-color: rgba(20, 93, 157, 0.9);
  }
  article.company section.left ul {
  }
  article.company section.left ul span {
    margin-bottom: 0;
  }
  article.company section.left li p {
    margin-bottom: 10px;
  }

  article.company section.left ul span,
  article.company section.left ul.headquater>span {
    font-size: 1.25rem;
  }
  article.company section.left li p,
  article.company section.left li p span {
    font-size: 0.875rem;
  }
  article.company section.left div.select-close {
    margin-bottom: 25px;
  }
}

/*----------------------------------------------------------------------------*/

article.company section.right h2 {
  font-size: 1.875rem;
  margin-bottom: 18px;
  line-height: 1.3;

  position: relative;
}
article.company section.right h3 {
  font-size: 0.875rem;
  margin-bottom: 50px;
  line-height: 1.5;

  position: relative;
}
article.company section.right ul {
  display: flex;
}

article.company section.right h2:after,
article.company section.right h3:after,
article.company section.right ul:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;

  position: absolute;
  right: 0;
  top: 0;

  display: block;
}
article.company section.right h2:after {
  transition: all 1s ease .5s;
  -webkit-transition: all 1s ease .5s;
  -moz-transition: all 1s ease .5s;
  -o-transition: all 1s ease .5s;
  -ms-transition: all 1s ease .5s;
}
article.company section.right h3:after {
  transition: all 1.2s ease .5s;
  -webkit-transition: all 1.2s ease .5s;
  -moz-transition: all 1.2s ease .5s;
  -o-transition: all 1.2s ease .5s;
  -ms-transition: all 1.2s ease .5s;
}
article.company section.right ul:after {
  transition: all 1.5s ease .5s;
  -webkit-transition: all 1.5s ease .5s;
  -moz-transition: all 1.5s ease .5s;
  -o-transition: all 1.5s ease .5s;
  -ms-transition: all 1.5s ease .5s;
}
article.company section.right.show h2:after,
article.company section.right.show h3:after,
article.company section.right.show ul:after {
  width: 0;
}


article.company section.right ul li {
  width: 33%;
  color: #666666;

  display: flex;
  align-items: center;
}
article.company section.right ul li span {
  font-weight: 600;
  margin: 0 10px 0 20px;
  color: #000;
}
article.company section.right ul li:before {
  content: '';
  width: 5px;
  height: 40px;
  background-color: #f2f2f2;

  display: block;
}

article.company section.right section.map-block {
  padding: 50px 0 0 0;

  position: relative;
}
article.company section.right section.map-block:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;

  position: absolute;
  right: 0;
  bottom: 0;

  display: block;

  transition: all 1s ease .5s;
  -webkit-transition: all 1s ease .5s;
  -moz-transition: all 1s ease .5s;
  -o-transition: all 1s ease .5s;
  -ms-transition: all 1s ease .5s;
}
article.company section.right.show section.map-block:after {
  width: 0;
  height: 0;
}

#map-canvas {
  height: 420px;
}

@media (max-width:1023px) {
  article.company section.right {
    width: 100%;

    display: flex;
    flex-direction: column;
  }
  article.company section.right section.map-block {
    order: 0;
  }
  article.company section.right h2 {
    order: 1;
    text-align: left;
  }
  article.company section.right h3 {
    order: 2;
    text-align: left;
  }
  article.company section.right ul {
    order: 3;

    flex-wrap: wrap;
  }
  article.company section.right ul li {
    width: 50%;
    margin-bottom: 12px;
  }

  article.company section.right section.map-block {
    padding: 0 0 60px 0;
  }
}

@media (max-width:767px) {
  article.company section.right ul li {
    width: 100%;
  }
}


/*==========article company end==========*/

