html, body {
    width: 100%;
	height: 100%;
	font-family:Arial,'微軟正黑體','sans-serif';
}
/*----------------------------------footer------------------------------------*/
.box_footer_top {
    display: block;
	width: 100%;
	height: 170px;
	background-color: #e7e7e7;
}
.box_footer_top_main {
	width: 950px;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top: 15px;
}
.box_footer_top_main .left_main {
	width: 664px;
	height: 170px;
	float: left;	
}
.map {
	width: 166px;
	float: left;
	overflow: hidden;
}
.map ul {
	list-style: none;
}
.map li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	line-height:1.65
}
.map li a:hover {
	text-decoration: underline;
}
.box_footer_top .right_main {
	width: 270px;
	height: 170px;
	text-align: center;
	float: right;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.box_footer_mid {
    display: block;
	width: 100%;
	height: 64px;
	background-color: #ddd;
	border-top:1px solid #d2d2d2;
}
.box_footer_mid_main {
	width: 950px;
	height: 64px;
	margin: 0 auto;
}
.box_footer_mid_main .service_left, .box_footer_mid_main .service_mid, .box_footer_mid_main .service_right {
	height: 64px;
	float: left;
	line-height: 1.65;
	font-size: 14px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:7px 
}
.box_footer_mid_main .service_left {
	width: 384px;
}
.box_footer_mid_main .service_mid img, .box_footer_mid_main .service_right img{
	float: left
}
.box_footer_mid_main .service_mid {
	width: 348px;
}
.box_footer_mid_main .service_right {
	width: 218px;
}
.box_footer_bottom {
    display: block;
	width: 100%;
	height: 45px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	line-height: 45px;
	background-color: #666;
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-bottom: 68px;
}
.footer_m {
    display: none;
}
.text_blue_line {
    color:#2376c3;
    text-decoration: underline;
}
.text_blue_line:hover {
    text-decoration: none;
}
@media screen and (max-width: 1014px) {
    .box_footer_top {
        display: none;
    }
    .box_footer_mid {
        display: none;
    }
    .box_footer_bottom {
		height: auto;
		line-height: auto;
		font-size: 12px;
		line-height:1.8;
		padding:10px;
    }
    .footer_m {
        display: block;
    }
}
@media screen and (max-width: 801px) {
    .box_footer_top {
        display: none;
    }
    .box_footer_mid {
        display: none;
    }
    .box_footer_bottom {
		height: auto;
		line-height: auto;
		font-size: 12px;
		line-height:1.8;
		padding:10px;
    }
    .footer_m {
        display: none;
    }
}
@media screen and (max-width: 769px) {
    .box_footer_top {
        display: none;
    }
    .box_footer_mid {
        display: none;
    }
    .box_footer_bottom {
		height: auto;
		line-height: auto;
		font-size: 12px;
		line-height:1.8;
		padding:10px;
    }
    .footer_m {
        display: none;
    }
}
@media screen and (max-width: 385px) {
    .box_footer_top {
        display: none;
    }
    .box_footer_mid {
        display: none;
    }
    .box_footer_bottom {
		height: auto;
		line-height: auto;
		font-size: 12px;
		line-height:1.8;
		padding:10px;
    }
    .footer_m {
        display: block;
    }
}
@media screen and (max-width: 376px) {
    .box_footer_top {
        display: none;
    }
    .box_footer_mid {
        display: none;
    }
    .box_footer_bottom {
		height: auto;
		line-height: auto;
		font-size: 12px;
		line-height:1.8;
		padding:10px;
    }
    .footer_m {
        display: block;
    }
}