#header{background:#fff;}

/*nav*/
#nav ul li a{color:#000;}
#nav ul li a:hover{color:#de721b;}
#nav ul li.current a{color:#117bbe;}


/*banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}
#banner{max-width:100%;}


/*side*/
#side .side-content li a::before {
    border: 1px solid #de721b;
    border-radius: 50%;
    color: #de721b;
    content: ">";
    display: inline-block;
    font-family: monospace;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-right: 7px;
    text-align: center;
    text-indent: 2px;
    width: 12px;
}

#side .side-content li a {
    display: block;
    padding: 6px 10px;
    margin-right: 10px;
    border-bottom: #e7e7e7 solid 1px;
}

/*footer*/
#footer {
    max-width: 100%;
    background-color: #3488d0;
    background-image: -webkit-linear-gradient(#2f65ab,#3389d0);
    background-image: linear-gradient(#2f65ab,#3389d0);
}

#contact-info {
    position: relative;
    color: #fff;
    font-size: 100%;
    line-height: 1.8;
    text-align: center;
}  

#contact-info li.tel span {
    font-size: 100%;
    color:#ffc600;
}


#contact-info li span {
    color: #ffc600;
}

#contact-info li.tel {
    color: #fff;
}

#contact-info a {
    color: #fff;
    text-decoration: none;
}

#copyright a {
    font-size: 85%;
    color: #b3b3b3;
}  