
.img-100 {
 }
  
.img-100 img {
	width: 100%;
	height: auto;

}


.imgc-100 {
 }
  
.imgc-100 img {
	width: 100%;
	height: auto;
	border-radius: 20px;

}

.search-bar {
	width: 100%;
	height: auto;

}


.p1 {
	padding-bottom: 10px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}

.p2 {
	width: 100px;
	color: #666;
	float: left;
	font-size: 15px;
	line-height: 30px;
}


.p3 {
	float: left;
	width: calc(100% - 100px);
	color: #333333;
		line-height: 30px;
}

.p4 {
	width: 100%;
	color: #666;
	font-size: 15px;
	line-height: 30px;
	text-align: right;
}

.news_content {
	width: 100%;
	color: #666;
	font-size: 18px;
	line-height: 30px;
}

.news_content img {
	width: 100%;
	height: auto;
}




.search-bar  input[type="text"], input[type="email"], input[type="url"], textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.search-bar input {
	width: 30% !important;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.search-bar input[type="submit"] {
	width: 10% !important;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}



.pwd1 {
	font-size: 20px;
	color: #f78223;
	line-height: 50px;
 }
 
 .pwd2 {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
 }
 
  .pwd3 {
	font-size: 20px;
	color: #333333;
	line-height: 35px;
 }
 
  .pwd4 {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-align: right;
 }
 
   .pwd5 {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-align: center;
 }
 
 .pwd6 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 35px;
 }
 
    .box1 {
	text-align: center;
	width: 100%;
 }


.downloadwd1 {

	font-size: 20px;
	color: #FFFFFF;
	background-color: #f78223;
	text-align: center;

 }
 
 .downloadwd1 a {

	font-size: 20px;
	color: #FFFFFF;
	background-color: #f78223;
	text-align: center;

 }
 
 .bar {
    width: 100px;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
}

.bar img {
	width: 100%;
	height: auto;
}

.pc {
display:inline;

}
.phone {
display:none;
}

.pc2 {
display:inline;

}
.phone2 {
display:none;
}




#Img3{
    opacity: 1; //透明度設為 0.5
    filter: alpha(opacity=50); // IE8 與更早的版本
}
#Img3:hover{
    opacity: 0.5; //設為完全不透明
    filter: alpha(opacity=100); // IE8 與更早的版本
}



.button_10 {
	border: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 40px!important;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #ea5504;
	padding-right: 20px !important;
	padding-left: 20px !important;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px!important;
	padding-bottom: 5px!important;
	height: 40px!important;
	width: 250px;
	margin-top: 15px;
}

.service-item1 {
	position: relative;
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border-color: #f7f7f7;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #FFF;
	width: 31.3%;
	float: left;
	margin-bottom: 10px;
}


.service-item2 {
	position: relative;
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border-color: #f7f7f7;
	margin-right: 2%;
	background-color: #FFF;
	width: 40%;
	float: left;
	margin-bottom: 10px;
}

.service-item2 img {
	width: 100%;
	height:auto;
}

.service-item3 {
	width: 58%;
	float: left;
	margin-bottom: 10px;
}

.ptitle {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333333;
	background-color: #f2f2f2;
	overflow:hidden;
	text-align: center;
}

.ptitle2 {
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333333;
	line-height: 40px;
}

.pcontent2 {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #666666;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
}

.pcontent3 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #666666;
    line-height: 30px;
}

.pmenu {
	font-size: 17px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 35px;
	text-align: center;
	float: left;
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	border: 1px solid #CCCCCC;
	height: 35px;
	background-color: #FFFFFF;
	display:block
}

.pmenu :link {
	text-decoration: none;
	color: #666666;
	display:block}

.pmenu :active {
		text-decoration: none;
	color: #666666;
	display:block}

.pmenu :visited {
		text-decoration: none;
	color: #666666;
	display:block}
 
.pmenu :hover{
		text-decoration: none;
	color: #FFF;
		background-color: #004f7a;
		display:block}

.gray-bg{
	background-color: #f1f1f1;
	padding: 10px;
	width: 100%;
	overflow:hidden;
	margin-bottom: 15px;
}

.white-bg{
	background-color: #FFF;
	padding: 10px;
	width: 100%;
	overflow:hidden;
}

.wd-center{
	text-align: left;
}



 @media screen and (max-width : 980px) {
 
 
 
.pc2 {

display:none;

}
.phone2 {
display:inline;
}
 
 
 
 }


 @media screen and (max-width : 500px) {

.bar {
    width: 95px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}

.bar img {
	width: 100%;
	height: auto;
}

.pc {

display:none;

}
.phone {
display:inline;
}


.p2 {
	width: 100%;
	vertical-align: top;
	color: #666;
	float: left;
}


.p3 {
	float: left;
	vertical-align: top;
	width: 100%;
	color: #333333;
}

.wd-center{
	text-align: center;
}


.service-item1 {
	position: relative;
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border-color: #f7f7f7;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #FFF;
	width: 98%;
	float: left;
	margin-bottom: 10px;
}

.pmenu {
	font-size: 17px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 35px;
	text-align: center;
	float: left;
	width: 49%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	border: 1px solid #CCCCCC;
	height: 35px;
	background-color: #FFFFFF;
	display:block
}


.service-item2 {
	position: relative;
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border-color: #f7f7f7;
	margin-right:0%;
	background-color: #FFF;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.service-item2 img {
	width: 100%;
	height:auto;
}

.service-item3 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}



}
  