.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*標題*/
.fcol.fcol-header {
    background: #0175c2;
  margin-top: -40px; 
}
.h1title {
    color: #fff;
    text-align: center;
}




#nav .subnav {
  background-color: RGBA(0,0,0,0.9); /* 填入想要的顏色 */
}



.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



body.index .fcol.fcol-4 {    background: rgba(0,0,0,0.1);}
body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-6 {   display:none;}
body.index #footer { margin-top: -40px;}


body.about-us .fcol.fcol-1 {    background: rgba(0,0,0,0.1);}
body.about-us .fcol.fcol-4 {    background: rgba(0,0,0,0.1);}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}



#breadcrumb li {display:none;}

#side ul li.current>div a {color: #0175c2;}



