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


.header-top {
	margin-top: 88px;
}


/*----- 關於我們 -----*/
.aboutBg {
	width: calc(100vw - 17px);
    height: calc(100vh - 70px);
	padding: 100px 0;
	background: url(../images/tw/about-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aboutBox {
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0 85px;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
}

.aboutTitle {
	margin-bottom: 45px;
	text-align: center;
}

.aboutTitle h2 {
	font-size: 36px;
	color: #0f0f0f;
	font-weight: normal;
	display: inline-block;
	position: relative;
	font-family: 'Tauri', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTitle h2:before,
.aboutTitle h2:after {
	content: " ";
	display: block;
	width: 120px;
	height: 2px;
	background: #97ca20;
	position: absolute;
	bottom: 50%;
}

.aboutTitle h2:before {
	right: -140px;
}

.aboutTitle h2:after {
	left: -140px;
}

.aboutCon {
	padding: 0 180px 0 7%;
}

.subtitle {
	font-size: 24px;
	color: #30459f;
	font-weight: bold;
	margin: 30px 0 8px -2px;
}

.aboutCon p {
	line-height: 32px;
}

.aboutImg {
	width: 245px;
	position: absolute;
	right: -95px;
	bottom: -30px;
}



/*----- 最新消息 -----*/
ul.sortMenu {
	text-align: center; 
	margin-bottom: 40px;
}

ul.sortMenu li {
	width: 180px;
	display: inline-block;
	color: #fff;
	margin: 0 7px 10px;
	background-color: #929292; 
	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;
}

ul.sortMenu li a {
	color: #fff;
}

ul.sortMenu li h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 0;
	display: block;
}

ul.sortMenu li:hover, 
ul.sortMenu li.active {
	background-color: #97ca20;
}


ul.newsList {
	margin-bottom: -80px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.newsList .row {
    margin-left: -20px;
    margin-right: -20px;
}

ul.newsList li.col-lg-3,
ul.newsList li.col-sm-4 {
	padding-left: 20px;
	padding-right: 20px;
}

ul.newsList li {
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li .photoBox {
	position: relative;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.newsList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

ul.newsList li .newsDate {
	font-size: 14px;
	color: #273eb1;
	margin: 18px 0 6px;
}

ul.newsList li h3.newsTitle {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover h3.newsTitle {
	color: #7bad06;
}

ul.newsList li .summary {
	font-size: 15px;
	color: #666;
	margin-top: 8px;
}

ul.newsList li .more {
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: -22px;
	right: 0;
	font-size: 17px;
	color: #fff;
	background-color: #97ca20;
	line-height: 45px;
	text-align: center;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover .more {
	background-color: #000;
}




/*----- 最新消息內頁 -----*/
.newsconBox {
	min-height: 150px;
	padding: 30px 7% 40px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 5px rgba(195, 195, 195, 0.65);
	line-height: 32px;
}

.newsCon ul,
.newsCon ol {
	padding-left: 18px;
}

.newsCon ul li {
	list-style-type: disc;
}

.newsCon ol li {
	list-style-type: decimal;
}

.newstitleBox {
	padding-bottom: 9px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

h3.newsconTitle {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}

.newsconDate {
	font-size: 14px;
	color: #273eb1;
}

a.backBtn {
	width: 190px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 8px 0;
	background: #8ec118;
	position: relative;
	text-align: center;
}

a.backBtn:hover {
	background: #333;
}

a.backBtn::before {
	content: '\f104';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    margin-right: 9px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.backBtn:hover::before {
	margin-right: 40%;
}


a.backBtn i {
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 33px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.backBtn i {
	left: 12px;
}




/*----- 聯絡我們 -----*/
.contactArea {
	padding: 40px 6% 60px;
	margin-bottom: 50px;
	background: #fff;
}

.contactTitle {
	font-size: 28px;
	color: #0f0f0f;
	/*font-weight: bold;*/
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Tauri', 微軟正黑體, 新細明體, sans-serif;
}

.contactTxt {
	margin: 0 6%;
	text-align: center;
	line-height: 28px;
}

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

.table-responsive {
	margin-bottom: -10px;
}


/*詢問單樣式*/
.inquiryTable {
	margin-top: 30px;
}

.inquiryTable th,
.inquiryTable td {
    border: 4px solid #fff;
	line-height: 24px;
	vertical-align: middle;
}

.inquiryTable th {
	font-size: 15px;
	color: #fff;
	padding: 7px 8px;
	border-bottom: none;
	background-color: #394e8b;
	text-align: center;
}

.inquiryTable td {
	padding: 8px;
	text-align: center; 
	background-color: #f0f0f0;
}

.inquiryTable td.prodName {
	text-align: left; 
	padding-left: 40px;
}

.amount-input {
	width: 65px;
	margin: 0 auto;
	background-color: #fff;
}

.delete {
	font-size: 21px;
	color: #0290e1;
	cursor: pointer;
}

.contactForm {
	margin: 45px 4px 0;
}

.contactMap {
	width: 65%;
	float: left;
}

.contactMap iframe {
	display: block;
}

.contactInfo {
	width: 35%;
	height: 470px;
	float: right;
	padding: 50px 4.5%;
	background: url(../images/tw/contact-bg.jpg) no-repeat right bottom #394e8b;
}

.companyName {
	font-size: 24px;
	color: #fff;
	margin-bottom: 35px;
}

.companyName img {
	vertical-align: text-top;
}

ul.infoList {
}

ul.infoList li {
	color: #e9e9e9;
	margin-bottom: 20px;
	line-height: 26px;
}

ul.infoList li a {
	color: #e9e9e9;
}

ul.infoList li a:hover {
	color: #97ca20;
}



/* 表單樣式 */
.form-group {
	margin-bottom: 20px;
	position: relative;
}

.form-left {
	width: 48.5%;
	float: left;
}

.form-right {
	width: 48.5%;
	float: right;
}

.form-group label {
	width: 105px;
	vertical-align: middle;
}

.form-field {
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
}

.required {
	font-size: 14px;
	color: #fa0a0a;
	margin-left: 3px;
}

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


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

.input {
	padding: 9px 12px;
	background-color: #fff;
}

.member-select {
	height: 43px !important;
	font-size: 15px;
	padding: 6px 25px 6px 8px;
	
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	
	/*改變右邊箭頭樣式*/
	background: url(../images/tw/pro_down.png) no-repeat right 4px center;
	
	/*為下拉小箭頭留出一點位置，避免被文字覆蓋*/
}

/*清除ie的默認選擇框樣式，隱藏下拉箭頭*/
select::-ms-expand {
	display: none; 
}


.checkbox {
	padding-left: 30px;
}

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

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

.submit {
	width: 180px;
	margin: 0 auto;
	margin-top: 45px;
	font-size: 16px; 
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	border-radius: 26px;
	border: none;
	cursor: pointer;
	background: -webkit-linear-gradient(90deg,rgba(131,175,30,1) 0%,rgba(22,183,137,1) 100%);
	background: -moz-linear-gradient(90deg,rgba(131,175,30,1) 0%,rgba(22,183,137,1) 100%);
	background: linear-gradient(90deg,rgba(131,175,30,1) 0%,rgba(22,183,137,1) 100%);
	-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: #666;
}



@media (max-width: 1439px){

/*----- 關於我們 -----*/
.aboutBg {
	overflow: hidden;
}

.aboutBox {
	width: 88%;
}


}


@media (max-width: 1199px){

.header-top {
	margin-top: 60px;
}


/*----- 關於我們 -----*/
.aboutBg {
	width: 100vw;
    height: auto;
	padding-top: 80px;
}



/*----- 最新消息 -----*/
ul.newsList .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.newsList li.col-lg-3,
ul.newsList li.col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

ul.newsList li .more {
	width: 38px;
	height: 38px;
	bottom: -19px;
	font-size: 15px;
	line-height: 38px;
}



/*----- 聯絡我們 -----*/
.contactTxt {
	margin: 0 4px;
}

}


@media (max-width: 991px){

/*----- 關於我們 -----*/



/*----- 最新消息 -----*/
ul.newsList {
	margin-bottom: -60px;
}

ul.newsList li {
	margin-bottom: 60px;
}



/*----- 聯絡我們 -----*/
.inquiryTable td.prodName {
	padding-left: 20px;
}

.form-left,
.form-right {
	width: 100%;
	float: none;
}

.form-right {
	margin-top: 20px;
}

.companyName {
	font-size: 22px;
}

/*.companyName img {
	vertical-align: top;
}*/

	
}


@media (max-width: 767px){

/*----- 關於我們 -----*/



/*----- 最新消息 -----*/
ul.newsList .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.newsList li.col-lg-3,
ul.newsList li.col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
}



/*----- 聯絡我們 -----*/
.contactMap,
.contactInfo {
	width: 100%;
	float: none;
}

.contactInfo {
	height: 410px;
	padding-left: 10%;
	padding-right: 10%;
}

.submit {
	width: 100%;
}


}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.aboutBg {
	padding-top: 65px;
}

.aboutBox {
	padding: 45px 7% 55px;
}

.aboutTitle {
	margin-bottom: 32px;
}

.aboutTitle h2 {
	font-size: 27px;
}

.aboutTitle h2:before,
.aboutTitle h2:after {
	width: 75px;
}

.aboutTitle h2:before {
	right: -88px;
}

.aboutTitle h2:after {
	left: -88px;
}

.aboutCon {
	padding: 0;
}

.subtitle {
	font-size: 20px;
}

.aboutImg {
	display: none;
}



/*----- 最新消息 -----*/
ul.sortMenu {
	margin-bottom: 25px;
}

ul.newsList {
	margin-bottom: -50px;
}

ul.newsList li {
	margin-bottom: 50px;
}

ul.newsList li h3.newsTitle {
	font-size: 17px;
}


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

a.backBtn {
	margin-top: 33px;
}



/*----- 聯絡我們 -----*/
.contactArea {
	padding-top: 35px;
}

.contactTitle {
	font-size: 25px;
}

.contactTxt {
	text-align: left;
}

.inquiryTable td.prodName {
	padding-left: 12px;
}

.contactForm {
	margin-top: 35px;
}

.form-group {
	margin-bottom: 15px;
}

.form-field {
	width: 100%;
	display: block;
	margin-top: 8px;
}

.form-right {
	margin-top: 15px;
}


}


@media (max-width: 479px){



}