/*icon*/
.phone{position:fixed;right:0%;top:22%;z-index:1000;transform:scale(0.8);}

@media(max-width:414px){
.phone{position:fixed;right:0%;top:22%;z-index:1000;transform:scale(0.8);}
}



#logo {padding-left:0px;}
body {
    background-color: #e0f2fe;
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/37490/files/4f2a645a-f745-41ec-b236-6cb80e1dd04f.jpg");
    background-position: center top;
    background-repeat: repeat-Y;
    color: #000;
    font-size: 15px;
    margin: 0;
    padding: 0;
}



#nav {
    background: none repeat scroll 0 0 #4f488b;
    border: 1px solid #fff;
    box-shadow: 0 0 0px #FFFFFF inset;
    margin-bottom: 10px;
}
#nav ul li a:hover, #nav ul li.current a {
    background: none repeat scroll 0 0 #e0f2fe;
    color: #000;
    text-shadow: 0 0 0 #FFFFFF;
}
#nav ul li a {
    background: none repeat scroll 0 0 #4f488b;
    border-right: 1px solid #fff;
    color: #FFFFFF;
    display: block;
    padding: 0 20px;
    text-decoration: none;
}



#side .side-top {
    color: #222222;
}



ul.product-list li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    height: 15em;
    margin: 0 auto;
}
ul.product-list li h3 {
    font-size: 100%;
    max-height: 3em;
    line-height: 1.5;
    margin-top: .3em;
    color: #26437f;
    overflow: hidden;
}
ul.product-list li .desc {
    display: block;
    font-size: 90%;
    max-height: 3em;
    line-height: 1.5;
    margin-top: .3em;
    color: #999;
    overflow: hidden;
    display: none;
}



#main ul.product-list li a div.img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B4B4B4;
    height: 150px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 150px;
}
#main .news ul li {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 8px;
}

#main .news ul li .date {
    display: none;
    margin-left: 10px;
}



#footer {
    border-bottom: 0px solid #EEEEEE;
    border-top: 0px solid #EEEEEE;
    color: #555555;
    min-height: 50px;
    padding: 35px 0 15px;
  text-shadow: 0 1px 0 #FFFFFF;
  background-color:transparent;
}



/*左側按鈕*/
.right-nav__title {
    background:#514585;
    height:32px;border-radius:0px;
}
.right-nav a {background:#eee;
    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;
}