/*整體*/
body {
    color: #000;
    font-size: 15px;
    margin: 0;
}

a {
    color: #4682b4;
    text-decoration: none;
}
a:hover {
    color: #00bfff;
}

.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: #4682b4;
}

/*各頁標頭*/
.h1title {
    color: #337ab7;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #337ab7 solid;
}

/*nav*/
.navbar-nav > li > a {
    color: #fff;
}
.topnavbar {
   background-color:#fff;
   top:0px;
   position:relative;
   z-index:100;
   width:100%;
   height:110px;
   border-bottom: 0px solid #000;
}

.topnavbar .container {
 height:120px;
}

@media only screen and (max-width: 767px) {
  .topnavbar {
   height:100px;
   }
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    padding:15px;
    
}
#nav ul li a:hover {
  background: #1B74BD;
  color: #fff;
}
#nav ul li.current a {
  background: #9A1F2C;
  color: #fff;
  font-weight: 500;
}

#nav .subnav {
    background-color: rgba(75, 75, 75,0.75);
   }  

#nav ul li .subnav a span{color:#fff;}


/*Banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(550 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

/*固定不重複背景*/
/*body{
  background:url("") no-repeat scroll left top #f0f8ff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}*/

/*顏色表格*/
.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #ae0000;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:20px 15px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #4169e1;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:20px 15px;
}


/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 


/*產品格*/
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: #333;
}
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: #333;
    overflow: hidden;
    padding: 0 16px;
}


/*改產品格名稱顏色*/
#side ul li.current > div a {
    color: #333;
}
#side ul li a {
    color: #333;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
.product-list-div h2 a {
    color: #333;
    text-decoration: none;
    display: inline-block;

}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    text-shadow: 0 0px 0 #fff;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #333;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #333;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.5);
}

/*footer*/
#footer {
    color: #fff;
    background:#003d79;
}
#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;
}


