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



/*----- 關於我們 -----*/
.aboutBanner {
	clear: both;
	position: relative;
	margin-top: 90px;
	background: url(../images/tw/about-banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.aboutBanner .wrap {
	position: relative;
	z-index: 12;
	padding: 80px 90px 90px;
}

.aboutBanner figure {
	margin-top: 40px;
}

.aboutArea {
	padding: 67px 0 70px;
	position: relative;
}

.aboutArea .wrap {
	padding: 0 90px;
}

.aboutTitle {
	font-size: 50px;
	color: #2f5e9f;
	font-weight: normal;
	margin-bottom: 30px;
	font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTxt {
	font-size: 18px;
	line-height: 39px;
}

.txtSpace {
	margin-bottom: 55px;
}



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

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

.projectTitle {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	padding: 9px 0;
	background: url(../images/tw/banner.jpg) no-repeat center;
	text-align: center;
	line-height: 32px;
}

.projectTxt {
	font-size: 16px;
	padding: 50px 60px 60px;
	border: 1px solid #bdbdbd;
	border-top: none;
	line-height: 32px;
}




/*----- 測試實驗室 -----*/
.ulTitle {
	font-size: 36px;
	color: #2f5e9f;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 40px;
}

.ulTxt {
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 32px;
}

.ulSpace {
	margin-top: 85px;
}



/*----- 最新消息 -----*/
.newsList {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

.newsList:last-of-type {
	margin-bottom: 0;
}

.newsPhoto {
	width: 20%;
	float: right;
	margin-left: 5%;
}

.newsBox {
	overflow: hidden;
}

.newsDate {
	width: 135px;
	display: inline-block;
	line-height: 46px;
	vertical-align: top;
}

.v-align {
	vertical-align: middle !important;
}

.newsCon {
	width: -webkit-calc(100% - 139px);
	width: -moz-calc(100% - 139px);
	width: calc(100% - 139px);
	display: inline-block;
}

.month {
    color: #a2a2a2;
	display: inline-block;
	line-height: 1.1;
	font-family: 'Brygada 1918', 微軟正黑體, 新細明體, sans-serif;
}

.month span {
	display: block;
}

.day {
	font-size: 50px;
    color: #1d64bc;
	display: inline-block;
	margin-left: 2px;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.newsCon h1 {
	font-size: 24px;
	color: #1d64bc;
}

.newsCon h3 {
	font-size: 22px;
	color: #262626;
}

.newsCon h1,
.newsCon h3 {
	font-weight: bold;
	line-height: 1.5;
}

.newsCon h3 a {
	color: #262626;
}

.newsCon h3 a:hover {
    color: #1d64bc;
}

.summary {
    color: #777;
	margin-top: 20px;
	line-height: 1.6;
}

.newsTitleBox {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.newsTxt {
	padding: 50px 0 80px;
	line-height: 2.0;
}

.newsTxt h2,
.newsTxt h3,
.newsTxt h4,
.newsTxt h5 {
	font-weight: bold;
	line-height: 2.0;
}

.newsTxt h2 {
	font-size: 22px;
}

.newsTxt h3 {
	font-size: 19px;
}

.newsTxt h4 {
	font-size: 17px;
}

.newsTxt h5 {
	font-size: 16px;
}

ol > li {
	list-style-type: decimal;
}

ul.list {
	list-style: none; 
	margin-bottom: 10px;
}

ul.list > li {
	padding-left: 20px;
	line-height: 2.0;
	position: relative;
}

ul.list > li:before {
    content: "•";
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 22px;
    color: #1d64bc;
	line-height: 1.2;
}

a.backBtn {
	width: 200px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 12px 0;
	position: relative;
	background: #1d64bc;
	text-align: center;
	z-index: 1;
}

a.backBtn i {
    font-size: 14px;
    margin-right: 9px;
}

a.backBtn:hover {
	background-color: #333;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: top .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out .2s;
}

a.backBtn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #333;
  transition-duration: .3s;
}

a.backBtn:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}


.news-detail-navageter {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 40px;
	margin-top: 100px;
	border-top: 1px solid #ccc;
}

.news-next {
}

.news-next-title {
    font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 1.6;
}

.news-txt {
    color: #1d64bc;
	font-weight: bold;
	margin-top: 6px;
}

.news-txt a {
    color: #1d64bc;
}



/*----- 聯絡我們 -----*/
.contactBanner {
	background: none;
	margin-bottom: -5px;
}

.contactInfo {
	width: 25%;
	float: left;
	font-size: 15px;
	color: #bde5ff;
	padding: 25px 20px 15px;
	background-color: #0075bf;
}

.company-name {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 28px;
}

ul.infoList {
	margin-bottom: 25px;
	border-bottom: 1px solid #53a5d8;
}

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

ul.infoList li i {
	height: 30px;
	float: left;
	font-size: 18px;
	color: #fff;
	margin-left: 3px;
	line-height: 28px;
}

ul.infoList li i.tel {
	font-size: 19px;
	margin-left: 5px;
}

ul.infoList li i.add {
	font-size: 19px;
	margin-left: 6px;
}

ul.infoList li .infoTxt {
	width: 100%;
	min-height: 30px;
	padding-left: 40px;
	margin-bottom: 12px;
	display: block;
	line-height: 26px;
}
 
ul.infoList li .infoTxt a {
	color: #bde5ff;
}

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

ul.deleteLine {
	margin-bottom: 0;
	border-bottom: none;
}


.contactForm {
	width: 70%;
	float: right;
	padding: 30px 35px 40px;
	border: 1px solid #d9d9d9;
}

.contactTitle {
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}



/* 表單樣式 */

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;
}

label.checkbox-inline {
  width: auto;
  padding: 8px 20px 0 11px;
	margin: 0 0 5px 10px;
}

.checkbox {
  padding-left: 21px;
	margin: 5px 0 20px;
}

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

.input {
	background-color: #fff;
}

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

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

.marginB-add {
	margin-bottom: 30px;
}

.submitBtn {
	padding: 22px 0 0 0;
}

.submit {
	width: 100%;
	font-size: 18px; 
	color: #fff;
	padding: 11px 60px;
	background-color: #0075bf;
	border: 1px solid #0075bf;
	text-align: center;
	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 {
	color: #0075bf;
	background-color: #d6efff;
}





@media (max-width: 1199px){

/*----- 最新消息 -----*/
.newsDate {
	width: 128px;
}

.newsCon {
	width: -webkit-calc(100% - 132px);
	width: -moz-calc(100% - 132px);
	width: calc(100% - 132px);
}


}



@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutBanner {
	margin-top: 66px;
}



/*----- 工程實績 -----*/
.projectTxt {
	padding: 35px 35px 45px;
}



/*----- 最新消息 -----*/
.v-align {
	vertical-align: top !important;
}



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

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


	
}


@media (max-width: 767px){

/*----- 關於我們 -----*/
.aboutBanner .wrap {
	padding: 70px 60px 80px;
}

.aboutArea .wrap {
	padding: 0 60px;
}



/*----- 工程實績 -----*/
.projectBox {
	margin-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){

/*----- 關於我們 -----*/
.aboutBanner .wrap {
	padding: 65px 35px 75px;
}

.aboutArea .wrap {
	padding: 0 35px;
}

.aboutTitle {
	font-size: 40px;
	margin-bottom: 30px;
}

.aboutTxt {
	font-size: 17px;
	line-height: 35px;
}



/*----- 工程實績 -----*/
.projectTxt {
	padding: 25px 30px 35px;
}



/*----- 測試實驗室 -----*/
.ulTitle {
	font-size: 32px;
}

.ulSpace {
	margin-top: 70px;
}



/*----- 最新消息 -----*/
.newsWrap {
	padding-top: 15px ;
}

.newsList {
	padding-bottom: 45px;
}

.newsPhoto {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 30px;
	text-align: center;
}

.newsBox {
	overflow: hidden;
}

.newsDate {
	width: 100%;
	display: block;
	line-height: 1.1;
	margin-bottom: 10px;
}

.newsCon {
	width: 100%;
	display: block;
}

.month,
.day {
	font-size: 15px;
    color: #a2a2a2;
}

.month span {
	display: inline-block;
	margin-left: 6px;
}

.day {
	margin-left: 4px;
	font-family: 'Brygada 1918', 微軟正黑體, 新細明體, sans-serif;
}

.newsCon h3 {
	font-size: 20px;
}

.newsCon h1 {
	font-size: 22px;
}

.newsTxt {
	padding: 40px 0 50px;
}

.news-detail-navageter {
    display: block;
	margin-top: 80px;
}

.news-next {
	margin-bottom: 20px;
}

.news-next-title {
    font-size: 18px;
}

.news-txt.text-right {
	text-align: left !important;
}

}


@media (max-width: 479px){

/*----- 聯絡我們 -----*/
.contactForm {
	padding-left: 25px;
	padding-right: 25px;
}


}