/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 



a {
    color: #c3443d;
}


.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
#nav ul li a {
    white-space: nowrap;
    color: #4b608f;
    line-height: 1.3;
      font-weight: bold;
    padding: 10px 15px;
    font-size: 100%;
}
#nav ul li a:hover{
      color: #fff;
      transition:0.7s;
        background: #c3443d;
}
#nav ul li.current a {
      background: #c3443d;
    font-weight: 600;
        color: #fff;
}



/*banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}
.h1title {
    color: #0571b4;
    font-size: 1.7rem;
    font-weight: normal;
  border-bottom:1px #0571b4 solid;
}
.fcol.fcol {
  line-height:2em;
}
#wrap {
  background:url(https://static.iyp.tw/41043/files/c2bbcf8b-f8ba-4835-b4c7-31a32269e740.jpg)no-repeat;
background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}
.fcol .container {
    padding: 16px;
    background: 
    rgba(255,255,255,0.9);
}






.block {
    display: block;
    text-align: center;
    width: 100%;
    height:auto;
    padding-bottom:auto;
    padding: 5%;
    background: #4b608f;
   overflow: hidden;
   position: relative;
    transition:all 0.5s;
}
.block:hover {
    transform:scale(1.2);
      background:#6ca070;
}

.block2 {
    display: block;
    text-align: center;
    width: 100%;
    height:auto;
    padding-bottom:auto;
    padding: 5%;
    background: #5e9365;
   overflow: hidden;
   position: relative;
    transition:all 0.5s;
      color: #fff;
    font-size: 20px;
}
.block2:hover {
    transform:scale(1.2);
      background:#3e5792;
}





/*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;
}



#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}



.news .fcol .news-list li a, .news .news.main-content li a {
    display: none;
}



/*footer*/
#footer{
  background:#4b608f;
}
#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;
}



