a {
    color: #1a5791;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}


#wrap{background:url(https://static.iyp.tw/38333/files/1d30258e-155d-43ee-bc9c-07032bdb47da.jpg)no-repeat;
      background-position:right ceenter;
      background-size:cover;
      background-attachment:fixed;
}


/*banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


/*top*/
.topnavbar {
  background-color: #265695;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: 0;
  background:#00a0e9;
  background-position:top center;
  background-size: cover;
  border-bottom:3px solid #ffc000;;
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 100%;
    border-radius: 50px;
}
#nav ul li a:hover{
      color: #fff;
      transition:0.7s;
      background: #7eccc5;
}
#nav ul li.current a {
    background: #ffc000;
    font-weight: 600;
    color: #fff;
}




/*圖*/
.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #115083;
   overflow: hidden;
   position: relative;
   border-radius:0px;
   padding:5%
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #ff8c11;
   overflow: hidden;
   position: relative;
   border-radius:0px;
   padding:5%
}
.serveimg2 {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #53aeb1;
   overflow: hidden;
   position: relative;
   border-radius:0px;
   padding:10%;
}
.serveimg2:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #024967;
   overflow: hidden;
   position: relative;
   border-radius:0px;
   padding:10%;
}

#root {
     margin: 0 auto;
     width: 100%;
     column-count: 5;
     column-width: 300px;
     column-gap: 20px;
}
.item {
     margin-bottom: 10px;
     break-inside: avoid;
    overflow: hidden;
}
.itemImg {
     width: 100%;
     vertical-align: middle;
}
.item img {
  opacity:3;
    transition:0.7s
}
.item img:hover {
  transform:scale(1.2);
}



/*product*/
.productdetail .detail-spec b {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    padding: 3px 8px;
    box-shadow: 0 1px 0 #fff;
    background-color: rgba(0,0,0,0.05);
    font-size: 14px;
    text-shadow: none;
}
.productdetail .detail-spec h2 {
    color: #666;
    font-size: 30px;
    line-height: 1.3;
    text-shadow: none;
}
ul.product-list li h3 {
color: #000;
}
ul.product-list li a {
    padding-bottom: 0px;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}



/*h1*/
.h1title {
    color: #1a5791;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #1a5791 solid;
}


#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}



/*news*/
.news .fcol .news-list li h3, .news .news.main-content li h3, #news-heading h3 {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0238b6;
}


/*form*/
.mark{background:none;}


/*footer*/
#footer{
  background:#013275;
  /*background:url(https://static.iyp.tw/38333/files/c69b5780-3d04-4683-a334-4922d8d58716.jpg) no-repeat;
  background-position:top center;
    background-size: cover;*/
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
  display:none;
}
#foot-nav ul li a,#foot-nav ul li.current a {
    color: #fff;
}
#footer {
    color: #fff;
}
#contact-info ul li span {
    color: #fff;
}
#footer-service {
    clear: both;
    padding-bottom: 1em;
    min-height: 20px;
    font-size: .9em;
    overflow: hidden;
}




.fcol.fcol-2 .row .col-5 img:hover {
  transform:scale(1.2);
}
.fcol.fcol-2 .row .col-5 {
  padding:10px;
}
.fcol.fcol-2 .row .col-5 img{
  transition:all 0.5s;
  border:5px solid #fff;
}



/*
body {
    color: #000;
    font-size: 14px;
}
#header{
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    padding-top: 71px;
}
#logo {
  display:none;
}



#nav {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    background-color: #09247e;
}
#nav ul li a {
    color: #fff;
}
*/


/*contact
#footer {
    background: #09247e url(" ") repeat scroll 0 0;
}
#contact-info {
    color: #fff;
    letter-spacing: 1px;
}
#contact-info li a {
    color: #fff;
}
#contact-info li span {
    color: #fff;
    display: block;
}
*/


/*左側按鈕
.right-nav__title {
    background:#09247e;
    height:32px;border-radius:0px;
}
.right-nav a {background:#dae6fb;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}
*/
