/*icon*/
.phone{position:fixed;right:0%;top:22%;z-index:1000;transform:scale(0.8);}

@media(max-width:414px){
.phone{position:fixed;right:0%;top:22%;z-index:1000;transform:scale(0.8);}
}



a {
    color: #3f5795;
    text-decoration: none;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
    background-image:url(https://static.iyp.tw/549/files/0a9f24bd-f569-45bc-b374-55b727399452.png);
      background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
        background-attachment: fixed;
}
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
.fcol.fcol-5, .fcol.fcol-6 {
  display:none;
}
.fcol.fcol {
    line-height:2em;
}
.fcol .container {
     background:rgba(255,255,255,0.7);
}


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#nav ul li a {
    white-space: nowrap;
    color: #000;
    line-height: 1.3;
      font-weight: bold;
    padding: 10px 15px;
    font-size: 100%;
        transition:0.7s
}
#nav ul li a:hover{
      color: #fff;
     background:#3f5795;
      transition:0.7s
}
#nav ul li.current a {
      color: #fff;
   background:#3f5795;
}




.h1title {
    color: #3f5795;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #3f5795 dotted;
}



/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:5px;
}





.block {
    display: block;
    text-align: center;
    width: 100%;
    height:auto;
    padding: 5%;
    background: #cddded;
   overflow: hidden;
   position: relative;
    transition:all 0.5s;
     border-radius:5px;
}
.block:hover {
    transform:scale(1.2);
    border:2px solid #407ab3;
     border-radius:5px;
}
.block2 {
    display: block;
    text-align: left;
    width: 100%;
    height:auto;
      padding: 5px;
    background: #3a6a9c;
   overflow: hidden;
   position: relative;
  color:#fff;
}
.block3 {
    display: block;
    text-align: left;
    width: 100%;
    height:auto;
      padding: 5px;
    background: #b3e9ff;
   overflow: hidden;
   position: relative;
  color:#fff;
  transition:all 0.5s;
}
.block3:hover {
   background: #ffb77d;
}



.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #407ab3;
   overflow: hidden;
   position: relative;
   padding:15px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #ff8c11;
   overflow: hidden;
   position: relative;
   padding:15px;
}




body[data-type="fullpage"] .main {
    min-height: 0px;
}




/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #666;
    overflow: hidden;
    padding: 0 16px;
    display: none;
}/*隱藏詳細介紹*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #000;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #444;
    overflow: hidden;
    padding: 0 16px;
}/*改產品格名稱顏色*/




#footer {
    color: #fff;
    background-color: #3f5795;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
    display: none;
}
.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}

