@charset "utf-8";
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%; /* for IE 7 */
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
img a{
	margin: 0px;
	padding: 0px;
}
a{
	color:#333333;
	text-decoration: none;
}
a:hover {
	color: #1b72b5;
	text-decoration: none;
}
body{
	font-family: "微軟正黑體", "Microsoft JhengHei", "Century Gothic";
;
	margin: 0 auto 0 auto;
	font-size:14px;
	color:#333333;
	}
ul,li{
	list-style-type: none;
}
h1{
	font-size: 24px;
	color: #333333;
	padding:0;
	margin:0;
	font-weight: normal;
}
#regu_cont_bg{
	width: 100%;
	height:auto;
	min-width: 1200px;
}
#regu_cont{
	width: 100%;
	min-width: 1200px;
}
#regu_head_bg{
	width: 100%;
	float:left;
	height:154px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	min-width: 1200px;
}
#regu_head{
	width: 1200px;
	height:154px;
	color: #003399;
	background-image: url(../../../images/header.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#regu_head li{
	display: inline;
	margin-right: 15px;
	margin-left: 15px;

}
/*style*/
.regu_tit_site a{
	color: #333333;
	text-decoration: none;
}
.regu_tit_site a:hover{
	color: #ff6100;
	text-decoration: none;
}
.regu_cntTit{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 35px 0 15px 0;
}
/*font style end*/

/*content*/
#regu_ctnBg{
	float: left;
	width: 100%;
	margin-bottom:50px;
	height:135px;
	min-width: 1200px;
	background-image: url(../../../images_new/body_bg.png);
	background-image: url(../../../images_new/body_bg.png) \9; /*IE*/
	background-repeat: repeat-x;
}
#regu_ctn{
	width: 1180px;
	margin:0 auto 0 auto;
	padding-left:20px;
}
#regu_ctn_tit{
	float: left;
	background-image: url(../../../images/tit_line2.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-left:20px;
	background-position:0 109px;
	height: 40px;
	padding-top:74px;
}
#regu_ctn_site{
	color: #333333;
	font-size: 14px;
	padding:0px;
	margin-bottom:50px;
}
.regu_ctn_minorTit{
	color:#333333;
	font-size:20px;
	margin-bottom:40px;
	font-weight: bold;
}
.regu_ctn_minorTit2{
	color:#FFFFFF;
	font-size:20px;
	margin-bottom:40px;
	font-weight: bold;
}
.regu_ctn_mainBg{
	background-image: url(../images/regu_ctn_mainBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 600px;
	width: 100%;
	min-width: 1200px;
}
.regu_ctn_main{
	width:1180px;
	margin: 0 auto;
	padding-left:20px;
	padding-top:20px;
}
.regu_main_l{
	width:800px;
	height: 580px;
	float:left;
}
.regu_main_r{
	width:200px;
	height: 580px;
	float:left;
	margin:400px 0 0 120px;
}
/*content end*/

/*slider menu*/
.cn-container{
	width: 100%;
	min-width: 300px;
	max-width: 820px;
	margin-left:50px;
	text-align: left;
	position: relative;
}
.cn-container h2{
	color: #333;
	position: absolute;
	z-index: 1;
	font-size: 16px;
	line-height: 28px;
	top: 0px;
	right: 200px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.3s linear 0.4s;
	-moz-transition: all 0.3s linear 0.4s;
	-o-transition: all 0.3s linear 0.4s;
	-ms-transition: all 0.3s linear 0.4s;
	transition: all 0.3s linear 0.4s;
}
.cn-container .cn-slide:target h2{
	right: 0px;
	opacity: 1;
}
.cn-slide{
	text-align: center;
	position: absolute;
	left: -100%;
	padding-top: 50px;
	width: 100%;
	opacity: 0;
	-webkit-transition: left 0.4s linear, opacity 0.4s linear;
	-moz-transition: left 0.4s linear, opacity 0.4s linear;
	-o-transition: left 0.4s linear, opacity 0.4s linear;
	-ms-transition: left 0.4s linear, opacity 0.4s linear;
	transition: left 0.4s linear, opacity 0.4s linear;
}
.cn-slide:target{
	left: 0px;
	opacity: 1;
}
.cn-slide nav a{
	text-align: left;
	display: block;
	border: 8px solid #fff;
	padding: 2%;
	font-size: 24px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.1);
	line-height: 80px;
	margin: 0 0 10px 0;
	outline: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	background: #fff url(../images/1.jpg) no-repeat center center;
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; 	background-size: 100%;
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.cn-slide nav a:hover{
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.9);
}
.cn-slide-sub nav a{
	width: 42%;
	display: inline-block;
	font-size: 40px;
}
.cn-slide-sub nav a:nth-child(odd){
	margin-right: 5px;
}
/* Main Items */
.cn-slide nav a[href="#slide-1-1"],
#slide-1-1 .cn-content {
	background-image: url(../images/1.jpg);
	opacity: 0.9;
}
.cn-slide nav a[href="#slide-1-2"],
#slide-1-2 .cn-content {
	background-image: url(../images/2.jpg);
	opacity: 0.9;

}
.cn-slide nav a[href="#slide-1-3"],
#slide-1-3 .cn-content {
	background-image: url(../images/3.jpg);
	opacity: 0.9;

}

.cn-content{
	background: #80B8CE url(../images/1.jpg) no-repeat center center;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	text-align: left;
	padding: 20px 20px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border: 8px solid #fff;
	margin-top: 5px;
	cursor: pointer;
}
.cn-content:active p{
	opacity: 0;
}
.cn-content p{
	line-height: 24px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	color: rgba(103,59,77,0.9);
	padding: 15px 20px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.96);
	font-style: italic;
	border-top: 7px solid rgba(103,59,77,0.6);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cn-back{
	outline: none;
	text-indent: -9000px;
	width: 117px;
	height: 42px;
	background: transparent url(../images/arrow.gif) no-repeat center center;
	position: absolute;
	top: 0px;
	left: -100px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.cn-slide:target .cn-back{
	left: 3px;
	opacity: 1;
}
.cn-note{
	text-align: right;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	padding: 10px;
	display: block;
	font-family: Arial;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

@media screen and (max-width: 1060px){
	.cn-slide-sub nav a{
		font-size: 28px;
	}
}
@media screen and (max-width: 900px){
	.cn-container h2{
		font-size: 16px;
		line-height: 60px;
	}
	.cn-slide nav a{
		font-size: 38px;
	}
	.cn-slide-sub nav a{
		width: auto;
		font-size: 36px;
		display: block;
	}
	.cn-slide-sub nav a:nth-child(odd){
		margin-right: 0px;
	}
}
/*slider menu end*/

/*footer*/
#regu_foot{
	height: 249px;
	width: 1200px;
	background-color: #dadada;
	font-size: 14px;
	color: #333333;
	margin:0px auto 0px auto;
}
.regu_foot_contentBg{
	width: 100%;
	float:left;
	background-color: #dadada;
	border-bottom: 1px solid #cdcdcd;
	margin: 0px;
	padding: 0px;
	min-width: 1200px;
}
.regu_foot_countbar{
	width: 239px;
	float: left;
	background-color: #359be7;
	color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #3290d6;
	margin-left: 5px;
	padding: 0px;
	height:100%;
}
.regu_foot_countbar ul{
	margin:0;
	padding:35px 10px 15px 10px;
}
.regu_foot_countbar li{
	padding:0px 0px 15px 0px;
	list-style-type: none;
	position:relative;
}
.regu_foot_infoSite{
	float: left;
	height: 249px;
	width: 245px;
	padding-left:20px;
}
.regu_foot_infoSite ul, .regu_foot_infoWeb ul, .regu_foot_infoDownload ul, .regu_foot_infoPublish ul{
	margin:5px 0 0 0;
	padding:0;
}
.regu_foot_infoSite li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
.regu_foot_infoWeb{
	float: left;
	height: 249px;
	width: 170px;
	padding-left:20px;
}

.regu_foot_infoWeb li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
.regu_foot_infoDownload{
	float: left;
	height: 249px;
	width: 240px;
}
.regu_foot_infoDownload li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
.regu_foot_infoPublish{
	float: left;
	height: 249px;
	width: 220px;
}
.regu_foot_infoPublish li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
#regu_copyright{
	height: 70px;
;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333;
	min-width: 1200px;
}
.regu_w_num{
	font-size: 36px;

}
.regu_w_infoTitle, .regu_w_infoTitle a{
	font-size: 14px;
	color: #0669b2;

}
/*footer end*/

