.servicebox{display:block;width:calc(100% - 60px);margin:0 0 50px 0;padding: 30px 30px;background: #fff3f5;border-radius:15px;font-family: "微軟正黑體";}
.servicebox .title{display:block;width:100%;height:35px;margin:0;line-height:35px;background: #ff8095;border-radius:15px;color:#FFF;text-align:center;font-weight: bold;}
.servicebox ul{display:block;width: 95%;margin: 0 auto;overflow: hidden;letter-spacing:0;font-size:0;}
.servicebox ul li{ display:inline-block; width:calc(25% - 12px); padding:0 0 0 12px; font-size:15px; line-height:29px; background:url(../images/icon.jpg) no-repeat left 13px;}
.servicebox ul li h3{
    border-bottom: 1px solid #ff8095;
    padding-bottom: 10px;
}
.servicebox ul li h3 a{
    color: #404040;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.servicebox ul li h3 a:hover{
    color: #f05a81;
}
.servicebox ul li p{
    color: #404040;
    font-size: 15px;
    padding: 10px 0;
}
.servicebox ul li.topli{width: 45%;float: left;font-size: 18px;margin: 20px;padding: 0 0 2px 0;background: none;}
.lau{ display:block; width:100%; margin:0 auto 20px auto; background: #fff; border-radius:15px; overflow:hidden;}
.lau a{ display:block; width:calc(100% - 100px); height:70px; margin:0px auto 0 auto; padding:0 0 0 100px; text-decoration: none; color:#333; line-height:90px; background-size:auto 70px; font-weight: bold; text-align:left; font-family: "微軟正黑體"; }
.lau a.cn{ background: url(../images/lau/cn_lau.png) no-repeat 20px bottom; background-size:auto 70px;}
.lau a.cn:hover{ background:#ffb12a url(../images/lau/cn_lau2.png) no-repeat 20px bottom; background-size:auto 70px; color:#FFF;}
.lau a.en{ background: url(../images/lau/en_lau.png) no-repeat 20px bottom; background-size:auto 70px;}
.lau a.en:hover{ background:#ffb12a url(../images/lau/en_lau2.png) no-repeat 20px bottom; background-size:auto 70px; color:#FFF;}
.lau a.jp{ background: url(../images/lau/jp_lau.png) no-repeat 20px bottom; background-size:auto 70px;}
.lau a.jp:hover{ background:#ffb12a url(../images/lau/jp_lau2.png) no-repeat 20px bottom; background-size:auto 70px; color:#FFF;}


@media screen and (max-width: 780px) {
	.servicebox ul li {
    width: calc(50% - 12px);
    }
	.servicebox ul li.topli {
    width: 90%;	
	}
}