@charset "utf-8";
/* CSS Document */


/*----- 公司簡介 -----*/
.aboutLeft {
	float: left;
	width: 55%;
}

.aboutRight {
	float: right;
	width: 41%;
}

.aboutTxt {
	margin-top: -7px;
	line-height: 29px;
}

.aboutImg {
	margin: 27px 0 0 0;
}

h3.comName {
	font-size: 23px;
	font-weight: normal;
	margin: 25px 0 15px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcbcb;
}

.comAddress {
	font-size: 15px;
	padding: 0 0 0 22px;
	position: relative;
}

.comAddress:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 2px;
	display: block;
	background-color: #dc1b23;
}

a.mapBtn {
	font-size: 15px;
	color: #575757;
	margin: 20px 0 1px;
	display: block;
}

a.mapBtn i {
	font-size: 16px;
	margin-right: 8px;
}

a.mapBtn:hover {
	color: #e1b200;
}




/*----- 最新消息 -----*/
.newsBox {
	padding: 35px 50px 42px;
	border: 1px solid #969696;
	border-radius: 4px;
}

.newsList ul {
	padding-bottom: 45px;
	margin-bottom: 43px;
	border-bottom: 1px solid #595959;
	line-height: 30px;
}

.newsList ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.newsList ul li.date {
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

.newsList ul li.newsTitle h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 30px;
}




/*----- 聯絡我們 -----*/
.contactTxt {
	font-size: 15px;
	margin: 0 30px 38px;
	line-height: 27px;
}

.contactTxt span {
	font-size: 14px;
	color: #ec060b;
}

.contactForm {
	margin: 0 30px 0;
}




/* 表單樣式 */

.form-group {
	margin-bottom: 20px;
}

.contactLeft {
	display: inline-block;
	width: 15%;
	font-size: 15px;
	font-weight: normal;
}

.contactLeft span {
	font-size: 14px;
	color: #ec060b;
	margin-left: 4px;
}

.contactRight {
	display: inline-block;
	width: 84%;
	vertical-align: middle;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
}

.input {
	border: 1px solid #989898;
	background-color: #fff;
}

.textarea {
	min-height: 150px;
	border: 1px solid #989898;
	background-color: #fff;
}

.submitBtn {
	padding: 25px 0 0 0;
	text-align: center;
}

.submit {
	font-size: 17px; 
	color: #444;
	padding: 8px 60px;
	border-radius: 5px;
	border: 1px solid #989898;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.submit:hover, 
.submit:focus {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}





@media (max-width: 1199px){





}



@media (max-width: 991px){

/*----- 公司簡介 -----*/
.aboutLeft {
	float: none;
	width: 100%;
}

.aboutRight {
	float: none;
	width: 100%;
}

.aboutImg {
	margin-bottom: 48px;
	text-align: center;
}

.mapImg {
	text-align: center;
}




	
}


@media (max-width: 767px){

/*----- 最新消息 -----*/
.newsBox {
	padding-left: 35px;
	padding-right: 35px;
}



/*----- 聯絡我們 -----*/
.contactTxt {
	margin-left: 10px;
	margin-right: 10px;
}

.contactForm {
	margin: 0 10px 0;
}

.contactLeft {
	width: 100%;
	margin-bottom: 10px;
}

.contactRight {
	width: 100%;
}

.submit {
	width: 100%;
}



}


@media (max-width: 640px){





}


@media (max-width: 480px){

/*----- 最新消息 -----*/
.newsBox {
	padding-left: 22px;
	padding-right: 22px;
}


}