@charset "utf-8";
body{ margin:0; padding:0; line-height:23px; font-size:16px;font-family:"微軟正黑體", "新細明體"}
#footer_type a{
	color:#aaa; 
	text-decoration:none;
}
#footer_type a:hover{
	color:#fff;
}
#footer_type .footer_link{
	background-color:#3c3c3c;
	margin:0 auto;
	text-align:center;
	color:#aaa;
    line-height:28px;
}
#footer_type .link_line{
	border-bottom:1px solid #4a4a4a;
	padding-top:20px;
	padding-bottom:20px;
}
#footer_type .footer_link a{
	color:#CCCCCC;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
#footer_type .footer_link a:hover{
	color:#fff;
}
#footer_type .footer_infor{
	background-color:#3c3c3c;
	color:#BBBBBB;
	padding-top:35px;
	padding-bottom:35px;
}
#footer_type .infor span{
    margin-right: 20px;
}
#footer_type .tel{
	font-size:24px;
	text-align:center;
	letter-spacing:2px;
	line-height:48px;
	padding-top:10px;
}
#footer_type .tel span{
	font-size:35px;
}
#footer_type .infor{
	padding:0;
	font-family:"微軟正黑體", "新細明體";
	font-size:14px;
	line-height:26px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
#footer_type .infor .name{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ddd;
}
#footer_type .infor .infor1,
#footer_type .infor .infor2{
	float:left;
	display:inline-block;
}
#footer_type .icon{
	padding-top:20px;
	text-align:right;
}
#footer_type .btn-social{
	font-size: 20px;
    padding: 0;
	margin: 0 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    border-radius: 100px;
    border: none !important;
}
#footer_type .btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}
#footer_type .btn-social:hover:after,
#footer_type .btn-social:focus:after,
#footer_type .btn-social.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
#footer_type .bg-facebook{
	background: #1877f2;
    color: #ffffff;
}
#footer_type .bg-mail{
	background: #e96188;
    color: #ffffff;
}
#footer_type .bg-instagram{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5851db+0,833ab4+19,e1306c+46,f56040+73,fcaf45+100 */
background: #5851db; /* Old browsers */
background: -moz-linear-gradient(top,  #5851db 0%, #833ab4 19%, #e1306c 46%, #f56040 73%, #fcaf45 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5851db 0%,#833ab4 19%,#e1306c 46%,#f56040 73%,#fcaf45 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5851db 0%,#833ab4 19%,#e1306c 46%,#f56040 73%,#fcaf45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5851db', endColorstr='#fcaf45',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}
#footer_type .bg-facebook:hover:after,
#footer_type .bg-facebook:focus:after,
#footer_type .bg-facebook.active:after {
   border-color: #1877f2;
}
#footer_type .bg-mail:hover:after,
#footer_type .bg-mail:focus:after,
#footer_type .bg-mail.active:after {
   border-color: #e96188;
}
#footer_type .bg-instagram:hover:after,
#footer_type .bg-instagram:focus:after,
#footer_type .bg-instagram.active:after {
   border-color: #c13584;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@media screen and (max-width:767px) {
#footer_type .footer_link a{
	font-size:15px;
	padding-left:8px;
	padding-right:8px;
}
#footer_type .footer_infor{
	padding-top:30px;
	padding-bottom:30px;
}
#footer_type .infor span{
    display: block;
    margin-right: 0px;
}
#footer_type .tel{
	line-height:40px;
	padding-top:0px;
}
#footer_type .infor .infor1,
#footer_type .infor .infor2{
	float:none;
}
#footer_type .icon{
	padding-top:20px;
	text-align: center;
}
    #footer_mail{
        display: none;
    }
}


/*浮動按鈕*/
.service_box {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 10006;
}
.service_box ul {
	padding: 0;
	margin: 0;
}
.service_box ul li {
	list-style: none;
	display:block;
	width:45px;
	height:45px;
	border-radius:99em;
	text-align:center;
	margin-bottom:8px;
	cursor:pointer;
	text-align:center;
}
.service_box ul li.line{
	background-color:#00b900;
}
.service_box ul li.line img{
	padding-top:12px;
}
.service_box ul li.fb{
	background-color:#1877f2;
}
.service_box ul li.ig{
	background: #4a67cb; /* Old browsers */
background: -moz-linear-gradient(225deg, #4a67cb 5%, #8c39c2 29%, #c9318a 53%, #f56d30 76%, #fdd273 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(225deg, #4a67cb 5%,#8c39c2 29%,#c9318a 53%,#f56d30 76%,#fdd273 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(225deg, #4a67cb 5%,#8c39c2 29%,#c9318a 53%,#f56d30 76%,#fdd273 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a67cb', endColorstr='#fdd273',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.service_box ul li.gotop{
	background-color:#999;
}
.service_box ul li #goTop {
	position:relative;
	margin:auto;
}
.service_box ul li #goTop i {
    position: absolute;
    width: 45px;
    left: 0;
    font-size: 22px;
	line-height:22px;
	color:#fff;
}
.service_box ul li #goTop span{
	position: absolute;
	width: 45px;
	left:0;
	top: 5px;
	display:block;
	font-size:13px;
	line-height:45px;
	color:#fff;
}
.service_box ul li a {
	text-decoration: none;
	color:#fff;
}
.service_box ul li i{
	font-size:23px;
	line-height:45px;
}
@media screen and (max-width:767px) {
.service_box {
	width: 100%;
	top:inherit;
	bottom: 0;
	left: 0;
	background:#4f97ba;
}
.service_box ul li {
	margin-bottom:0;
	float: left;
	width: 25%;
	border-radius:0;
}
.service_box ul li.line,
.service_box ul li.fb,
.service_box ul li.gotop{
	background-color:#20a2e5;
}
.service_box ul li.ig{
	background: #20a2e5; /* Old browsers */
	background: -moz-linear-gradient(#20a2e5); /* FF3.6-15 */
	background: -webkit-linear-gradient(#20a2e5); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(#20a2e5); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.service_box ul li #goTop i {
    position:inherit;
	line-height: 18px;
	margin-top:2px;
}
.service_box ul li #goTop span{
	position: inherit;
	top: 0px;
	text-align:center;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
}
}


#goTop {
	width: 48px;
	height: 48px;
	line-height: 60px;
	right: 20px;
    bottom: 30px;
	color: #FFF;
    font-size: 13px;
	font-weight: 400;
	text-align: center;
	background-color:rgba(32,162,229,0.8) ;
	border-radius:99em;
    cursor: pointer;
    position: fixed;
	display: none;
	z-index: 999;
	font-family: "微軟正黑體", "Microsoft JhengHei";
}
#goTop i {
    position: absolute;
    width: 48px;
    left: 0;
    top: 2px;
    font-size: 20px;
}
#goTop span{
	display:block;
}
#goTop:hover {
	background-color: #2780c1;
}
@media (max-width: 767px) {
#goTop {
	right: 10px;
}
}
@media (max-width: 480px) {
#goTop {
	width: 35px;
	height: 35px;
	bottom: 20px;
}
#goTop i {
    position: absolute;
    width: 35px;
    top: 5px;
    font-size: 25px;
}
#goTop span{
	display:none;
}
}

/*側邊滑動項目*/
.RightSlideItem {
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 20px;
	bottom: 80px;
	text-align: center;
	cursor: pointer;
	position: fixed;
	z-index: 999;
}
@media (max-width: 767px) {
.RightSlideItem {
	right: 10px;
}
}