@charset "utf-8";
/* CSS Document */
.home_body .map{
	width: 100%;
    min-width: 1060px;
    height: 426px;
    display: inline-block;	
}
.home_body .contactus{
	background: url(/img/system/www/otherbg.png) top;
    width: 100%;
    height: 550px;
    min-width: 1060px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.home_body .contactus .contactus_div{
	width: 1000px;
    margin: auto;
    display: inline-block;	
}
.home_body .contactus h3{
	background: url(/img/system/www/title.png);
    width: 656px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 90px;
    line-height: 36px;
    margin-top: 70px;	
}
.home_body .contactus .left{
	float: left;
    width: 462px;
    margin-left: 80px;
    color: #000;	
}
.home_body .contactus .left li{
	text-align: left;
    font-size: 16px;
    list-style-type: none;
    float: left;
    padding-left: 38px;	
	margin-bottom:30px;
	position:relative;
	font-family: 'Myriad Pro';
}
.home_body .contactus .left li span:first-child{
	float: left;
    width: 60px;
	font-weight:bold;
}
.home_body .contactus .left li span:nth-of-type(2){
	width:340px;
	float: left;	
}
.home_body .contactus .left li a{
	color:#0C80FF;
	text-decoration:underline;	
}
.home_body .contactus .left li a:hover{
	color:#006AB3;	
}
.home_body .contactus .left li:first-child::before{
	content: '';
    background: url(/img/system/www/tel.png);
    width: 26px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
	top: -3px;
}
.home_body .contactus .left li:nth-of-type(2)::before{
	content: '';
    background: url(/img/system/www/fax.png);
    width: 26px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
	top: -3px;
}
.home_body .contactus .left li:nth-of-type(3)::before{
	content: '';
    background: url(/img/system/www/email.png);
    width: 26px;
    height: 19px;
    display: block;
    position: absolute;
    left: 0;
	top: -2px;
}
.home_body .contactus .left li:nth-of-type(4)::before{
	content: '';
    background: url(/img/system/www/web.png);
    width: 26px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
	top: -4px;
}
.home_body .contactus .right{
	float: left;
    width: 450px;
    color: #000;	
}
.home_body .contactus .right li{
	text-align: left;
    font-size: 16px;
    list-style-type: none;
    float: left;
    padding-left: 38px;
    margin-bottom: 15px;
    position: relative;
	font-family: 'Myriad Pro';
}
.home_body .contactus .right li::before{
	content: '';
    background: url(/img/system/www/add.png);
    width: 20px;
    height: 29px;
    display: block;
    position: absolute;
    left: 0;
    top: -4px;	
}
.home_body .contactus .right li span:first-child{
	float: left;
    width: 52px;
	font-weight:bold;	
}
.home_body .contactus .right li span:last-child{
	float:left;	
}
.home_body .contactus .right li:last-child span:first-child{
	font-family:微軟正黑體,新細明體,Arial, Helvetica, sans-serif;	
	font-weight:bold;	
}
.home_body .contactus .right li:last-child span:last-child{
	font-family:微軟正黑體,新細明體,Arial, Helvetica, sans-serif;	
}