/*-----------------------------------------------------服務保證*/
.projectservice{
	width: 960px;
	height: 2049px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;/*delete*/
	margin-left: auto;/*delete*/
	margin-right: auto;/*delete*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/*------------------------------------標題*/
#projectservicetitle{
	width: 100%;
	text-align: center;
}
#projectservicetitle>h1{
	margin-top:4%;
	margin-bottom:0px;
	font-size: 24px;
	color:#fff;
	background-color: #cc0033;
}
#projectservicetitle>p{
	font-size:20px;
	text-align: left;
	margin-top: 1%;
	margin-bottom: 5%;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}
/*------------------------------------標題*/
/*------------------------------------介紹*/
/*----------------------圖在左*/
#projectservicein_picleft{ 
	width: 95%;
	height: 300px;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
}
#projectservicein_picleft>div:first-child{
	width: 50%;
	height:100%;
	float:left;
}
#projectservicein_picleft>div:last-child{
	width: 50%;
	height:100%;
	float:left;
}
#projectservicein_picleft>div:last-child>h2{
	font-size: 18px;
	color:#111111;
	margin:0px auto;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#projectservicein_picleft>div:last-child>p{
	padding:10px 20px 10px 20px; 
}
/*----------------------圖在左*/
/*----------------------圖在右*/
#projectservicein_picright{
	width: 95%;
	height:300px;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
}
#projectservicein_picright>div:first-child{
	width: 50%;
	height:100%;
	float:left;
}
#projectservicein_picright>div:first-child>h2{
	font-size: 18px;
	color:#111111;
	margin:0px auto;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#projectservicein_picright>div:first-child>p{
	padding:10px 20px 10px 20px; 
}
#projectservicein_picright>div:last-child{
	width: 50%;
	height:100%;
	float:left;
}
/*----------------------圖在右*/
/*----------------------自家好處介紹*/
#projectservicein_myself{
	width: 95%;
	height:760px;
	margin-top: 40px;
	margin-left:auto;
	margin-right: auto;
	border-top:1px solid #d2d2d2;
	box-sizing: border-box;
}
#projectservicein_myself>h2{
	background-color: #cc0033;
	color:#FFF;
	font-size: 22px;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
}
/*----------------------自家好處介紹*/
/*------------------------------------介紹*/
/*-----------------------------------------------------服務保證*/