﻿* {
	margin: 0;
	padding: 0;
}
html {
	background: rgb(254,252,234); /* Old browsers */
   background: -moz-linear-gradient(-45deg,  rgb(254,252,234) 0%, rgb(241,236,247) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(-45deg,  rgb(254,252,234) 0%,rgb(241,236,247) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(135deg,  rgb(254,252,234) 0%,rgb(241,236,247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url('images/body.png') repeat-y left top;
	width: 100%;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: #94AEBB;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
.page {

	width: 1200px;
	

}
.pt{
	width:100%;
}
.imgcl{
	width:3%;
}
.imgt{
	width:70%;
	
}
.imagew{
	width:50%;
}
@media (max-width: 1350px){
.page{
	width:100%;
	
}
.pt{
	width:100%;
}
.imgcl{
	width:5%;
}
.imgt{
	width:100%;
}
.imagew{
	
	width:80%
}
	
}
.header {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 160%;
}

.header a {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
	}
.topmenu {
	height: 1px;
	text-align: right;
	padding: 35px 27px 0 0;
	padding:9px 15px;border-bottom:1px solid #eee;
	color: #ff0000;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	/*background: #A3BDE5 url('images/heart2.png') no-repeat left top;*/
	background: url('images/qq.png') no-repeat left top;
	background: #ff0000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #ff6347;
}
.main {
	
	margin: 0 auto;
}
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 17px 9px 8px;

	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
	margin-right: 40px;
}
.bluebox .big img {
	padding: 5px;
}
.bluebox .right {
	width: 100%;
	float: left;

}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}

.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	height: 148px;
	float: left;
	background: #C2D3EE;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 14px;
}
.photos>a {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}

.qq a:link img { 

 opacity: .4; /* 透明度40% FireFox 的寫法 */ 

filter: Alpha(Opacity=40); /* 透明度60% IE 的寫法 */ 

} 

.qq a:visited img { 

 opacity: .4; 

 filter: Alpha(Opacity=40); 

} 

.qq a:hover img { 

 opacity: 1; /* 透明度100% FireFox 的寫法 */ 

filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */ 

} 




.greybox {
	border: 1px solid #ccc;
	margin-bottom: 39px;
	padding: 5px 0;
}
.greybox-background {
	background: url('images/gbback.jpg') repeat-y left top;
	width: 100%;
	line-height: 170%;
}
.greybox-background .left, .greybox-background .right {
	width: 321px;
	float: left;
	padding: 0 10px;
}
.greybox-background .right {
	float: left;
	padding: 0 19px 0 20px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.greybox-background .right a {
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 688px;
}
.greybox2 .preview {
	float: left;
	margin-right: 40px;
	margin-right: 44px;
}
.greybox2 .preview img {
	padding: 5px;
}
.greybox2 .right {
	float: left;
	width: 350px;
}
.greybox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url('images/footer.png') no-repeat left top;

}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}





/*--------------------------------------------------------------------------------------------------------------------------*/

.td {
     font:10pt  微軟正黑體; 
	color:"#04557e";
}
.auto-style2 {
     text-align: center;
     font-size: large;
     color: #000000;
}
.customers-service .cs-content.fullwidth {
     padding: 30px 0;
}
.customers-service .cs-content .yblock {
     text-align: center;
     width: 750px;
     font-size: 15px;
     margin: 0 auto;
     line-height: 26px;
     background-color: #fffef2;
     padding: 20px 30px;
     font-size: 15px;
}
.customers-service .cs-content .yblock p {
     text-align: left;
     color: #8f8a50;
}         
.auto-style3 {
     font-size: 12px;
	 font-family: Verdana, Geneva, sans-serif; 
	 line-height: 2em; 
	 color: rgb(102, 102, 102); 
	 text-align: justify; 
	 font-weight: normal; 
	 text-indent: 2em; 
	 font-style: normal; 
	 font-variant: normal; 
	 letter-spacing: normal; 
	 orphans: auto; 
	 text-transform: none; 
	 white-space: normal; 
	 widows: 1; 
	 word-spacing: 0px; 
	 -webkit-text-stroke-width: 0px; 
	 background-color: rgb(255, 255, 255)
}
.auto-style4 {
     font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.auto-style5 {
     text-align: center;
}
.auto-style6 {
     text-align: left;
}