@charset "utf-8";
/* CSS Document */
#footer{
    width: 100%;
    padding-top: 30px;
    background:#F3F3F3;
    min-width: 1000px;
    margin: 0 auto;
}
#footer li,
#footer_bottom li{
    list-style: none;
}
#footer_top{
    width: 984px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    padding-left:30px;
    padding-right:30px;
	padding-top: 35px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#footer_top:after{
    content: '';
    display: block;
    clear: both;
}
#footer_top a.gotop{
    width: 80px;
    height: 80px;
    display: block;
    background: url(../images/gotop.png)top no-repeat;
    position: absolute;
    left: 50%;
    top: -75px;
    margin-left: -40px;
}
#footer_top a.gotop:hover{
    background: url(../images/gotop.png)bottom no-repeat;
}
#footer_top .title{
    color: #797979;
    font-size: 18px;
    margin-bottom: 15px;
}
#footer_top .title:after{
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #DFDFDF;
    margin: 15px 0 25px 0;
}
#footer_top .info{
    width: 320px;
    float: left;
    color: #6C6C6C;
    margin-right: 54px;
}
/*#footer_top .info .icon{
	padding:3px 0 4px 35px;
}
#footer_top .info .icon.tel,
#footer_top .info .icon.fax,
#footer_top .info .icon.mail,
#footer_top .info .icon.add{
	background:url(../images/footer_icon.png)no-repeat;
}

#footer_top .info .icon.tel{  background-position: 0 0; }
#footer_top .info .icon.fax{  background-position: 0 -30px; }
#footer_top .info .icon.mail{ background-position: 0 -60px; }
#footer_top .info .icon.add{  background-position: 0 -90px; }
*/

#footer_top .info li,
#footer_top .info li a{
    margin-bottom: 6px;
	line-height:20px;
	color:#797979;
	font-size: 15px;
}
#footer_top .info .tel,
#footer_top .info .tel a{
    color: #00BFFF;
    font-size: 15px;
}
#footer_top .info .tel span{
    font-size: 26px;
}
#footer_top .menu{
    width: 324px;
    float: left;
    margin-right: 100px;
}
#footer_top .menu li{
    width: 140px;
    float: left;
    margin-bottom: 15px;
    margin-right: 40px;
}
#footer_top .menu li:nth-child(even){
    margin-right: 0;
}
#footer_top .menu a{
    color: #6C6C6C;
    letter-spacing:1px;
    -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
	font-size: 15px;
}
#footer_top .menu a:before{
    content: '-';
    color: #6C6C6C;
    display: inline-block;
    margin-right: 10px;
}
#footer_top .menu a:hover{
    color: #4579E5;
    border-bottom: 1px solid #4579E5;
}
#footer_top .qr{
    position: absolute;
    right: 30px;
    bottom: 45px;
}
#footer_bottom{
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #FFF;
    background: #333333;
    padding: 8px 0;
    min-width: 1000px;
    margin: 0 auto;
    padding-left:30px;
    padding-right:30px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#footer_bottom .copyright{
    text-align: center;
    width: 100%;
}
#footer_bottom .copyright a{
    color: #FFF;
}
#footer_bottom .copyright a:hover{
    color: #FFF;
    text-decoration: underline;
}
#footer_top .community{
    display: inline-block;
    width: 154px;
    background: url(../images/share_title.jpg)left top no-repeat;
    padding-top: 60px;
    position: absolute;
    right: 128px;
    bottom: 50px;
}
#footer_top .community li{
    width: 46px;
    height: 46px;
    float: left;
    background-image: url(../images/footer_share.png);
    background-repeat: no-repeat;
    margin-left: 8px;
}
#footer_top .community li:first-child{
    margin-left: 0px;
}
#footer_top .community button{
    width: 46px;
    height: 46px;
    border: none;
    background: none;
    cursor: pointer;
}
.community li:nth-child(1){ background-position: left top;}
.community li:nth-child(2){ background-position: -46px top;}
.community li:nth-child(3){ background-position: -92px top;}
.community li:nth-child(4){ background-position: right top;}

.community li:nth-child(1):hover{ background-position: left bottom;}
.community li:nth-child(2):hover{ background-position: -46px bottom;}
.community li:nth-child(3):hover{ background-position: -92px bottom;}
.community li:nth-child(4):hover{ background-position: right bottom;}

.fixed-link{
	position:fixed;
	top:20%;
	right:0;
	border-radius:6px;
	background:#057ff0;
	color:#fff;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	z-index:9999;
	transition: all .3s ease;

}
.fixed-link:hover{
	opacity:0.8;
}
.fixed-link a{
	padding:20px;
	color:#fff;
	font-size:32px;
	font-family:'微軟正黑體';
	 display: block;
	
}