@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Source+Sans+Pro|Karla|PT+Sans);

html {
    font-family: serif;
}
html.hasFontSmoothing-true {
    font-family: "msyhbd", "微软雅黑体", "msyh", "微软正黑体", "Microsoft JhengHei", sans-serif;
}
@font-face {
	font-family: MyChFont1;
	src:url(../Fonts/msyhbd.ttf);
}
@font-face {
	font-family: MyChFont2;
	src:url(../Fonts/msyh.ttf);
}
/*-----------------------字型設定結束-----------------------*/
body {
	margin:0px;	
}
.Container {
	width:900px;
	margin:10px auto 0px auto;
}
.Header {
	width:100%;
	height:95px;
}
.Logo {
	float:left;
	width:250px;
	margin-top:15px;
}
.Banner {
	clear:both;
	width:900px;
	height:260px;
	border: solid 1px #D9DBDA;
	margin-bottom:20px;
	padding:0px;
}
.Divider {
	clear:both;
	width:100%;
	height:23px;
	background:url(../Images/Bg_Divider.jpg) no-repeat center;
}
.Content {
	clear:both;
	width:100%;
}
.Pdbanner, .PdbannerRight {
	float: left;
	width:200px;
	height:370px;
	border: solid 1px #D9DBDA;
	margin:10px 30px 30px 0px;
	-moz-border-radius: 20px; /* Firefox */
  	-webkit-border-radius: 20px; /* Safari, Chrome */
 	-khtml-border-radius: 20px; /* Konqueror */
  	border-radius: 20px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(JavaScript/PIE.htc);
}
.PdIcon {
	width:170px;
	height:160px;
	margin:15px 15px 0px 15px;
	text-align:center;
}
.PdbannerRight  {
	margin-right:0px;
}
h1 {
	font-family:"msyhbd", "微软雅黑体", "msyh", "微软正黑体", "Microsoft JhengHei", sans-serif;
	font-weight:bolder;
	font-size:18px;
	color: #3A777A;
	text-align:center;
	letter-spacing:1px;
	margin:-8px 0px 15px 10px;
}
.PdDesIndex {
	font-family: "msyh", "微软正黑体", "Microsoft JhengHei", sans-serif;
	font-size:12px;
	color: #545454;
	letter-spacing:1px;
	line-height:18px;
	margin:-8px 10px 40px 10px;
	height:90px;
}
.BtMore {
	margin:10px;
	width:100px;
	/*background-color:#FF6600;*/
}
.BtMore a {
	font-family:"msyhbd", "微软雅黑体", "msyh", "微软正黑体", "Microsoft JhengHei", sans-serif;
	font-weight:bolder;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
	background-color:#FFA03C;
	display:block;
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
 	-khtml-border-radius: 10px; /* Konqueror */
  	border-radius: 10px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(JavaScript/PIE.htc);
	padding:5px;
	background-image:url(../Images/Bt_Triangle.png);
	background-repeat:no-repeat;
	background-position:10px 7px;
}
.BtMore a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FF6600;
	display:block;
}
.Footer {
	clear:both;
	width:890px;
	background-color:#3A777A;
	padding:10px;
	font-family: "msyhbd", "微软雅黑体", "msyh", "微软正黑体", "Microsoft JhengHei", sans-serif;
	font-weight:bolder;
	font-size:12px;
	color:#FFFFFF;
	/*letter-spacing:1px;*/
	text-align:center;
}
.Footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
.Footer a:hover {
	color:#FF6600;
	text-decoration:underline;
}

/*Top Banner Rotation*/
#abgneBlock {
	clear:both;
	width: 900px;
	height: 260px;
	position: relative;
	overflow: hidden;
	border: solid 1px #D9DBDA;
	margin-bottom:20px;
	padding:0px;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
}
#abgneBlock ul.list li {
	float: left;
	width: 900px;
	height: 100%;
}
#abgneBlock .list img {
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
	}
#abgneBlock ul.playerControl li {
	float: left;
	width:6px;/*png档案的宽度/2*/
	height:5px;/*png档案的高度*/
	cursor: pointer;
	margin: 0px 3px;/*控制每个点的距离*/
	background:url(../Images/Dot.png) no-repeat -6px 0;/*-6需和Width一样，控制背景白点的距离*/
}
#abgneBlock ul.playerControl li.current {
	background-position: 0 0;
}


/*
bodytext:#545454;
Light Gray: #D9DBDA;
Green: #3A777A;
Orange: #FF6600;

*/