body {
  font-family: '微軟正黑體';
  font-weight: bold;
}
hr {
  border-top: 2px solid #ffffff;
}
.black_line {
  border-top: 2px solid #000000;
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
.justify {
  text-align: center;
  text-justify: inter-ideograph;
}
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: #DD6B2C;
  color: #fff;
  border: 2px solid #fff;
}
.scroll {
  position: fixed;
  overflow: hidden;
}
.header-bg {
  padding: 0;
}
.change-bg {
  background-color: rgba(48, 64, 145, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-btn {
  margin: 20px 0;
  margin-left: 40px;
  margin-right: 10px;
  float: left;
  background-image: url(../img/hamburger.png);
  background-repeat: no-repeat;
  width: 52px;
  height: 32px;
  background-color: transparent;
  border: 0;
}
.logo {
  width: 291px;
  height: 54px;
  background-image: url(../img/logo.png);
  float: left;
  left: 110px;
  margin-top: 5px;
}
.share {
  float: right;
}
.share ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2px;
  margin-right: 15px;
}
.share ul li {
  float: left;
  padding: 0 5px;
}
.share ul li a {
  color: #fff;
  font-size: 36px;
}
.share ul li:first-child {
  padding-top: 3px;
}
.white-logo {
  background-image: url(../img/logo-white.png);
}
.menu {
  width: 430px;
  height: 100%;
  background: #DD6B2C;
  position: absolute;
  top: 0;
  float: left;
  font-weight: bold;
  font-size: 18px;
  z-index: 11;
}
.menu ul {
  list-style-type: none;
  padding-left: 0;
}
.menu ul li {
  border-top: 2px solid #fff;
  text-align: center;
  padding: 30px 0;
}
.menu ul li a {
  color: #fff;
  padding: 30px 60px;
}
.menu ul li a:hover {
  text-decoration: none;
}
.menu ul li:hover {
  background-color: rgba(192, 192, 192, 0.7);
}
.menu ul li:first-child {
  margin-top: 100px;
}
.share_320 {
  display: none;
}
.share_320 a {
  color: #fff;
  font-size: 48px;
}
.menu-open {
  left: 0;
}
.banner {
  width: 100%;
}
.m_banner {
  width: 100%;
  display: none;
}
#strengths {
  background-color: #DD6B2C;
}
.strengths-content {
  margin-top: 48px;
  text-align: left;
}
#problems {
  background-color: #304091;
}
.problems-content {
  width: 400px;
  display: inline-block;
}
.r_picture {
  margin-bottom: 48px;
}
.overflow {
  overflow: hidden;
}
.img-bg {
  border: 1px solid #fff;
  padding: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.grow {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#services {
  background-image: url(../img/service_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#services:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/service_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.content ul {
  list-style-type: none;
  display: inline-block;
}
.content ul li {
  font-size: 18px;
  text-align: left;
  line-height: 50px;
}
#contact-us {
  background-color: #DD6B2C;
}
.form-control {
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: transparent;
  color: #fff;
}
.form-control:focus {
  border-color: #304091;
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
}
.form-control::-moz-placeholder {
  color: #fff;
  text-align: center;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  text-align: center;
}
/* 多選框 */
.classify input[type="checkbox"] {
  display: none;
}
.classify input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #fff;
  margin-right: 10px;
  margin-left: 10px;
}
.classify input[type="checkbox"]:checked + label {
  background-color: #fff;
  color: #DD6B2C;
}
.dashed-bottom {
  border-bottom: 2px dashed #fff;
}
/* 單選框 */
.contact input[type="radio"] {
  display: none;
}
.contact input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.contact input[type="radio"]:checked + label {
  background-color: #fff;
  color: #DD6B2C;
}
.submit {
  background-color: #fff;
  color: #DD6B2C;
  padding: 10px 25px;
  font-weight: bold;
}
.error {
  color: #304091;
}
footer {
  background-color: #304091;
}
.information {
  margin-top: 80px;
}
.information p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.information p a {
  color: #fff;
}
.top {
  right: 20px;
  bottom: 20px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: scroll;
  padding: 5px 10px;
  z-index: 9;
  margin: 0 auto;
}
.menu_bottom {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #272727 ;
  border-top: 3px solid #fff;
}
.menu_bottom ul {
  padding-left: 0;
  list-style-type: none;
}
.menu_bottom ul li {
  text-align: center;
  float: left;
  border-left: 1px solid #888;
  width: 25%;
}
.menu_bottom ul li a {
  color: #fff;
  padding: 10px 0;
  display: block;
}
.menu_bottom ul li a:hover {
  text-decoration: none;
  color: #DD6B2C;
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
  .img-bg {
    width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .img-bg {
    width: 210px;
  }
}
@media (max-width: 768px) {
  .header-bg {
    padding: 5px 0;
  }
  .logo {
    width: 203px;
    height: 38px;
    background-size: 203px 38px;
    margin-top: 3px;
  }
  .menu-btn {
    margin: 11px 10px;
    margin-left: 20px;
    background-size: 30px 23px;
    width: 30px;
    height: 23px;
  }
  .information {
    margin-top: 20px;
  }
  .menu {
    width: 300px;
  }
  .menu ul li a {
    padding: 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .classify input[type="checkbox"] + label {
    width: 100%;
    padding: 2px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-bg {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .r_picture {
    margin-bottom: 0;
  }
  .img-bg {
    width: 290px;
    margin-bottom: 30px;
  }
  #services {
    padding: 0 20px;
  }
  .img-fluid {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 16px;
  }
  .menu {
    width: 100%;
  }
  .menu ul li a {
    padding: 30px 60px;
  }
  .banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .problems-content {
    width: 260px;
  }
  .strengths-content {
    margin-top: 0;
  }
  .content ul {
    padding-left: 0;
  }
  .content ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-time {
    padding-left: 0;
    padding-right: 0;
  }
  .classify input[type="checkbox"] + label {
    width: 100%;
    padding: 2px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .contact input[type="radio"] + label {
    padding: 5px 5px;
    margin-right: 0;
    margin-left: 0;
  }
  .information {
    margin-top: 10px;
  }
  .information p {
    margin: 0;
  }
  .top {
    display: none;
  }
  .menu_bottom {
    display: block;
  }
  .share ul {
    margin-top: -2px;
    margin-right: 15px;
  }
  .share ul li {
    padding: 0 5px;
  }
  .share ul li a {
    font-size: 30px;
  }
  .share ul li a img {
    width: 28px;
  }
  .share {
    display: none;
  }
  .share_320 {
    display: block;
  }
  .share_320 a img {
    display: inline-block;
    margin-top: -7px;
  }
  .share_320 .facebook {
    padding: 20px 10px;
  }
  .share_320 .line {
    padding: 20px 10px;
  }
}
@media (max-width: 320px) {
  .img-bg {
    width: 270px;
  }
  .problems-content {
    width: 100%;
  }
  .menu ul {
    margin-top: -30px;
  }
  .menu ul li {
    padding: 20px 0;
  }
  .menu ul li a {
    padding: 20px 40px;
  }
  .share_320 .facebook {
    padding: 10px 10px;
  }
  .share_320 .line {
    padding: 10px 10px;
  }
}
/*# sourceMappingURL=style.css.map */