#pro-article .ptitle h2{
    color: #c6a895;
    font-size: 24px;
    border-left: 5px solid #c6a895;
    padding-left: 13px;
    line-height: 140%;
    margin-bottom: 10px;
}
#pro-article .ptitle{
    border-bottom: 1px solid #c6a895;
	margin-bottom: 20px;
}
.fan{
	position:relative;
}
.fan >p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.fan .fantext{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 40%;
}
.fan .fantext h2 img{
	height: 79px;	
}
.fan .fantext p{
    line-height: 120%;
    font-size: 16px;
    text-shadow: 0 0 10px #1f1f1f, 0 0 10px #1f1f1f;
    margin-top: 7px;
	margin-left: 15px;
}
.fan .fantext p span{
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
.fan .fantext p span:after{
	content:'/';
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.fan .fantext p span:last-child:after{
	display:none;
}
#contact{
	margin-top: 70px;
}
#pro-article h5 >img{
    width: 174px;	
}
#contact >p{
	color: #7a7a7a;
    font-size: 18px;
    line-height: 140%;
}
#contact form,
#contact fieldset{
	border: 0;
    margin: 0;
    padding: 0;
}
#contact form p{
    color: #616161;
    font-size: 18px;
    line-height: 120%;
    margin: 20px 0;
	overflow:hidden;
}
#contact form label{
	display:block;
	margin-bottom: 5px;
}
#contact form label strong,
span.red{
	color:#f2425d;
}

#contact form input{
	-webkit-appearance:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 7px 10px;
	border: 1px #b7b5b5 solid;
}
#contact form textarea{
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px #b7b5b5 solid;
    font-size: 18px;
    color: #6f6c6c;
}
#contact form #btnOK{
	background: #c6a895;
    color: #fff;
    padding: 7px 25px;
    font-size: 16px;
	float:right;
	cursor:pointer;
}
/***產品/服務內文樣式***/
.fixSet{
    color: #7a7a7a;
    font-size: 18px;
    line-height: 150%;
}
.fixSet .black{
	line-height: 110%;
    font-size: 24px;
	color: #292828;
}
.fixSet .imgtxt{
	overflow:hidden;
	margin: 20px 0;
}
.fixSet .imgtxt .img{
	float:left;
	width:32%;
}
.fixSet .imgtxt .txt{
	float:right;
	width:62%;
}
.fixSet .qalist{
	margin: 30px 0;
}
.fixSet h5{
}
.fixSet .qaqa{
}
.fixSet .qaqa h2{
    line-height: 150%;
	font-size: 18px;
	color: #6d6d6d;
}

.fixSet .txtonly{
	margin: 20px 0;
}
@media screen and (max-width: 1280px) {
	.fan .fantext p{
		font-size:12px;
	}
	.fan .fantext{
		top: 30%;	
	}
	.fan .fantext h2 img{
	    height: 60px;	
	}
	.fixSet h5 img{
		height: 40px;		
	}
}
@media screen and (max-width: 768px) {
	.fan .fantext h2 img{
		height: 40px;
	}
	.fan .fantext p{
		margin-top:2px;
		margin-left: 5px;
	}
}
@media screen and (max-width: 640px) {
	.fan .fantext p{
		display:none;
	}
	.fixSet{
		font-size: 15px;		
	}
}
@media screen and (max-width: 480px) {
	#contact form #btnOK{
	    float: none;
		display: block;
		margin-top: 10px;	
	}
	#pro-article .ptitle h2{
	    font-size: 20px;	
	}
	#contact >p,
	#contact form p,
	#contact form textarea{
		font-size: 16px;	
	}
	.fixSet .black{
		font-size: 20px;	
	}
	.fixSet .imgtxt .img,
	.fixSet .imgtxt .txt{
		width:100%;
	}
}



