@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft JhengHei;
	/*英文不斷字*/
	/*word-wrap: break-word;
	word-break: break-all;*/	
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
::selection {
	color: #FFFFFF;
	background-color: #C00;
}
::-moz-selection {
    color: #FFFFFF;
    background: #C00; /* Firefox */
}
::-webkit-selection {
	color: #FFFFFF;
	background: #C00; /* Safari */
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	border-style: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.both {
	clear: both;
}
.backToTop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 900;
	background-image: url(../images/gotop.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.backToTop:hover {
	background-position: 0px -50px;
}
/*===============================大框=============================*/
.block_main {
	padding: 0px;
	width: 990px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
	margin: auto;
	overflow: hidden;
}
/*===============================大框=============================*/

/*===============================首頁=============================*/
.menu_div {
	height: 90px;
	padding:10px;
	background-color: #DF0000;
}
.logo {
	height: 80px;
	float: left;
}
.logo a {
	display: block;
}
.logo a:hover {
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.menu {
	width: 570px;
	margin-left: 20px;
	float: right;
}
.menu a li {
	width: calc(100%/5);
	margin: 20px 0;
	padding: 10px 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	text-align: center;
	text-shadow: 0px 3px 5px #216EAD;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(33,110,173,0.00);
	box-shadow: 0px 0px 5px rgba(33,110,173,0.00);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu a:hover li {
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 5px rgba(33,110,173,0.50);
	box-shadow: 0px 0px 5px rgba(33,110,173,0.50);
}

.phone_div {
	padding: 10px 0;
	text-align: center;
	letter-spacing: 1px;
}
.phone_div i {
	padding-right: 10px;
	position: relative;
	top: 5px;
	font-size: xx-large;
}
.phone_div strong {
	padding: 0 10px;
	font-family: Arial;
	font-size: xx-large;
}
.phone_div strong a {
	color: #DC0000;
}
.phone_div strong a:hover {
	color: #666666;
}

/*===============================首頁=============================*/

/*===============================跑馬燈============================*/
.mar_div {
	color: #FFFFFF;
	font-size: 100%;
	background-color: #333333;
}
.mar_div .container div {
	float: left;
	position: relative;
	z-index: 9;
}
.mar_div .container div:nth-child(1) {
	width: 50px;
	margin: 0 10px 0 0;
	padding: 10px 0 5px 0;
	text-align: center;
	background-color: #000000;
}
.mar_div .container div:nth-child(2) {
	width: calc(100% - 80px);
	padding: 10px 10px 5px 0px;
}
.mar_div strong {
	color: #FFFF00;
}
/*===============================跑馬燈============================*/

/*===============================左邊=============================*/

.left {
	float: left;
	width: 200px;
	margin: 20px 10px 0 10px;
}
.left_title {
	height: 30px;
	width: 199px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DC0000;
}
.title01 {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 25px;
	color: #DC0000;
	font-weight: bold;
}
.title02 {
	font-family: "微軟正黑體", Arial;
	font-size: 13px;
	line-height: 25px;
	color: #999;
}
.title03 {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 25px;
	color: #C00;
}
.mainCL {
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.mainCL t {
	font-family: "微軟正黑體", Arial;
	font-size: 17px;
	line-height: 43px;
	color: #FFF;
	letter-spacing: 1px;
}
.mainCL span {
	/*line-height: 35px;*/
	color: #FFF;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
}
.mainCL a:link, .mainCL a:visited, .mainCL a:active {
	/*line-height: 35px;*/
	color: #FFF;
	background-image: url(../images/btn-02.png);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 180px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding-right: 10px;
	padding-left: 10px;
}
.mainCL a:hover {
	color: #FFF;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
}
/*===============================左邊=============================*/

/*===============================右邊=============================*/
.right {
	float: right;
	width: 750px;
	margin: 20px 10px 0 10px;
}
.right_title {
	height: 30px;
	width: 750px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DC0000;
	position: relative;
}
.see {
	color: #999999;
	font-size: small;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
.see i {
	margin: 0 2px 0 0;
}
.see a {
	color: #999999;
}
.see a:hover, .see strong {
	color: #df0000;
	font-size: small !important;
}
/*===============================右邊=============================*/

/*===============================成功案例=============================*/
.case {
	margin: 20px 10px 0 10px;
}
.case_title {
	height: 30px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DC0000;
}
/*===============================成功案例=============================*/

/*===============================版權=============================*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	margin-top: 15px;
	padding: 10px;
	background-color: #DF0000;
	text-align: center;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	padding: 5px;
	background-color: #000000;
	text-align: center;
}
.footer2 a:hover {
	color: #000000;
}
.link01 a:link, .link01 a:visited, .link01 a:active {
	color: #FFF;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.link01 a:hover {
	color: #000;
}
.link02 a:link, .link02 a:visited, .link02 a:active {
	color: #FFF;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.link02 a:hover {
	color: #666;
}
.who {
	height: 29px;
	width: 81px;
	position: absolute;
	left: 900px;
	top: 5px;
}
/*===============================版權=============================*/


/*===============================公司簡介=============================*/
.about_div {
	text-align: center;
}
.about_div p {
	font-size: 16px;
	padding: 10px 0;
	line-height: 30px;
	text-align: justify;
}
.about_div img {
	padding: 5px;
	text-align: center;
	background-color: #666;
}

/*===============================公司簡介=============================*/

/*===============================服務項目=============================*/
.service{
	width: calc(100%/4 - 20px);
	text-align: center;
	margin:15px 10px;
	float: left;
}
.entry {
	display: block;
	position: relative;
}
.photo2 img {
	width: 100%;
}
.magnifier {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.light2 .magnifier {
	width: 100%;
	height: 98%;
	margin: 0;
	top: 0px;
	border-radius: 0px;
}
.light2:hover .magnifier {
	opacity: 1;
	visibility: visible;
}
.magnifier .buttons {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.light2:hover .magnifier .buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
a .buttons i, a:hover .buttons i {
	color: #FFFFFF;
	font-size: 50px;
}
a .light2 .room_text {
	margin: -4px 0 0 0;
	padding: 10px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover .light2 .room_text {
	background-color: #DC0000;
}
a .light2 h3 {
	margin: 0 0 0 0;
	color: #000000;
	font-weight: normal;
}
a:hover .light2 h3, a:hover .light2 p {
	color: #FFFFFF;
}
a .light2 p {
	margin: 0;
	color: #999999;
	font-size: small;
	letter-spacing: 0px;
}
.service2{
	text-align: center;
}
.service2 p{
	color: #000000;
	font-size: 16px;
	margin: 0 0 20px 0;
}
/*===============================服務項目=============================*/

/*===============================工程實績=============================*/
.project {
	text-align: center;
}
.project p {
	color: #000000;
	font-size: 16px;
	margin: 0 0 20px 0;
}
/*===============================工程實績=============================*/

/*===============================聯絡我們=============================*/
#mailbox .lead  {
	font-size: 16px;
	text-align: center;
}
#mailbox .lead a {
	padding-left: 5px;
	font-size: 16px;
}
#mailbox .lead a:hover {
	color: #df0000;
}
#mailbox .lead strong {
	color: #df0000;
}

.form_box {
	width: calc(100% - 60px);
	margin:20px;
	float: left;
}
.form_box2 {
	width: calc(100%/2 - 50px);
	margin:20px;
	float: left;
}
.tit {
	display: block;
	font-weight: normal;
}
.form-group.options .ch {
	width: calc(100%/2 - 10px);
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	color: #666666;
	font-weight: normal;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.form-group.options .ch:hover {
	color: #E2397E;
}
.form_btn {
	width: 100%;
	padding-top: 20px;
	clear: both;
	text-align: center;
}
input[type=text], input[type=tel], input[type=email], select, textarea {
	width: 100%;
	padding: 8px 10px;
	color: #666666;
	font-family: "微軟正黑體";
	font-size: 16px;
	border: thin solid #CCCCCC;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 2px 0px #CCCCCC;
	box-shadow: inset 1px 1px 2px 0px #CCCCCC;
	outline: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, select:hover, textarea:hover {
	border: thin solid #df0000;
	-webkit-box-shadow: inset 1px 1px 5px 0px #df0000;
	box-shadow: inset 1px 1px 5px 0px #df0000;
}
input[type=checkbox] {
	margin-right: 5px;
	position: relative;
	top: 2px;
	zoom: 150%;
}
textarea {
	min-height: 200px;
}
input[type=submit] {
	width: 50%;
	padding: 10px;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 18px !important;
	border: none;
	border-radius: 5px;
	background-color: #df0000;
	-webkit-box-shadow: inset 2px 2px 2px 0px #6E0404;
	box-shadow: inset 2px 2px 2px 0px #6E0404;
	outline: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
input[type=submit]:hover {
	background-color: #333333;
	-webkit-box-shadow: inset 8px 8px 10px 0px #000000;
	box-shadow: inset 8px 8px 10px 0px #000000;
}

/*===============================聯絡我們=============================*/



@media screen and (max-width:1000px) {
}
