@charset "utf-8";
/* CSS Document */



/*----- 關於我們 -----*/
.aboutBanner {
	margin: -10px 0 50px;
}

.aboutTitle {
	font-size: 20px;
	color: #1573dc;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 1px;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTxt {
	margin-bottom: 45px;
	line-height: 32px;
}

ul.service {
	list-style: none; 
}

ul.service li {
	padding-left: 19px;
	line-height: 32px;
}

ul.service li:before {
	content: "•";
    padding-right: 8px;
    margin-left: -14px;
    color: #333;
}

.imgSpace {
	margin-top: 60px;
}



/*----- 工程實績 -----*/
.projectBox {
	padding: 12px;
	margin-bottom: 60px;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

.projectBox:last-child {
	margin-bottom: 0;
}

.projectTitle {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	background-color: #777;
	line-height: 28px;
}

.projectTxt {
	font-size: 16px;
	padding: 30px 20px;
	line-height: 32px;
}



/*----- 檢驗設備 -----*/
.equipment {
	text-align: center;
	margin-bottom: -70px;
}

.equipment .photoList {
	padding-bottom: 70px;
}

.equipment h3 {
	font-size: 20px; 
	font-weight: normal;
	margin-top: 20px;
}




/*----- 聯絡我們 -----*/
.contactInfo {
	width: 29%;
	float: left;
}

.companyName {
	font-size: 23px;
	color: #1573dc;
	font-weight: normal;
	padding-bottom: 13px;
	margin-bottom: 35px;
	line-height: 30px;
	border-bottom: 4px solid #2c81e0;
}


ul.infoList {
}

ul.infoList li {
	margin-bottom: 16px;
}

ul.infoList li i {
	width: 40px;
	height: 40px;
	float: left;
	font-size: 18px;
	color: #a5a5a5;
	padding-left: 1px;
	border-radius: 99em;
	border: 2px solid #a5a5a5;
	background-color: #fff;
	line-height: 35px;
	text-align: center;
}

ul.infoList li i.tel {
	font-size: 17px;
}

ul.infoList li .infoTxt {
	font-size: 16px;
	color: #464646;
	width: 100%;
	min-height: 40px;
	padding: 3px 0 0 63px;
	margin-bottom: 12px;
	display: block;
	line-height: 32px;
}
 
ul.infoList li .infoTxt a {
	color: #464646;
}

ul.infoList li .infoTxt a:hover {
	color: #1573dc;
}

.contactMap {
	margin-top: 45px;
	border: 1px solid #d0d0d0;
}

.contactMap iframe {
	display: block;
}

.contactTxt {
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}

.contactTxt span {
	font-size: 15px;
	color: #ec060b;
	margin-right: 4px;
}

.contactForm {
	width: 62%;
	float: right;
}



/* 表單樣式 */

label {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 7px;
}

label span {
	font-size: 14px;
	color: #ec060b;
	margin-left: 4px;
}

label.radio-inline {
	width: auto;
	margin-right: 13px;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
}

.input {
	background-color: #fff;
}

.name-input {
	width: 67%;
	margin-right: 23px;
	display: inline-block;
	background-color: #fff;
}

.checkbox {
	padding-left: 30px;
}

.textarea {
	min-height: 150px;
	background-color: #fff;
}

.submitBtn {
	padding: 25px 0 0 0;
	float: right;
}

.submit {
	font-size: 18px; 
	color: #fff;
	padding: 11px 60px;
	background-color: #1573dc;
	text-align: center;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit:hover, 
.submit:focus {
	background-color: #111;
}



@media (max-width: 1199px){


}



@media (max-width: 991px){

/*----- 工程實績 -----*/
.projectBox {
	margin-bottom: 55px;
}

.projectTitle {
	padding-left: 13px;
	padding-right: 13px;
}

.projectTxt {
	padding: 25px 5px;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	width: 37%;
	float: left;
}

.contactForm {
	width: 56%;
	float: right;
}

	
}


@media (max-width: 767px){

/*----- 關於我們 -----*/
.aboutBanner {
	margin-bottom: 35px;
}

.imgSpace {
	margin-top: 50px;
}



/*----- 檢驗設備 -----*/
.equipment {
	margin-bottom: -55px;
}

.equipment .photoList {
	padding-bottom: 55px;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	width: 100%;
	min-height: auto;
	float: none;
	margin-bottom: 45px;
}

.contactForm {
	width: 100%;
	float: none;
}

.submitBtn {
	float: none;
}

.submit {
	width: 100%;
}


}


@media (max-width: 575px){

/*----- 檢驗設備 -----*/
.equipment .photoList {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.equipment h3 {
	font-size: 18px; 
}



/*----- 聯絡我們 -----*/
.name-input {
	width: 100%;
	margin-right: 0;
	margin-bottom: 8px;
}


}


@media (max-width: 479px){



}