@charset "utf-8";
/* CSS Document */
body {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif,"微軟正黑體";
	background-attachment: fixed;
	background-image: url(../images/backimg_con.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/*---header---*/
#header {
	background:url(../images/page_backimg.png);
	width:100%;
	margin:0px auto;
	height:80px;
}
#head {
	width:100%;
	max-width:1260px;
	min-width:1024px;
	margin:0 auto;
}
#logo {
	width:35%;
	float:left;
	margin-top:10px;
}
#logo_img {
	float:left;
	width:103px;
	max-width:103px;
	margin-left:15px;
	margin-right:5px;
}
#logo_txt {
	float:left;
}
.font_logo24 {
	color:#fff;
	font-size:24px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
.font_logo14 {
	color:#fff;
	font-size:12px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
#head_menu {
	width:65%;
	height:70px;
	float:right;
}
#head_menu ul {
	margin:0px;
	font-size:15px;
	padding:25px 0px 0px 30px;
}
#head_menu li {
	color: #fff;
	float: left;
	padding: 5px 2px;
	display: block;
	list-style-type: none;
}
@media (max-width:1270px){
.font_logo24 {
	color:#fff;
	font-size:22px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
#head_menu li {
	color: #fff;
	float: left;
	padding: 5px 0px;
	display: block;
	list-style-type: none;
}
}
#head_menu li a {
	color: #fff;
	text-decoration:none;
	padding: 5px 10px;
	border-radius: 5px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
#head_menu li a:hover {
	color: #93b202;
	text-decoration:none;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
/*---banner---*/
#banner {
	width:100%;
}
#banner img {
	width:100%;
}
/*---content---*/
#content {	
	width:100%;	
	min-width:1000px;
	max-width:1236px;
	margin: 0 auto;
}
#div_both {
	clear: both;
}
#con_le {
	float:left;
	width:24%;
	margin-left:1%;

}
#con_le ul {
	padding:0px;
	margin:0px;
}
#con_le li {
	font-size:14px;
	color:#000;
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	display:block;
	list-style-type: none;
}
#con_le li a {
	color:#000;
	display:block;
	width: 100%;
	text-decoration:none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
#con_le li a:hover {
	color:#fff;
	width: 100%;
}
#con_le_menu a:hover {
	background:rgba(0,0,0,.39);
}
#con_le li.le_menu_active a {
	background:rgba(0,0,0,.6);
	color:#fff;
}
.s_family {
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.s_family:hover {
	cursor: pointer;
	background:rgba(0,0,0,.1);
	border-radius:10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.con_le_border {	
	border-bottom:solid 1px rgba(0,0,0,.2);
}
#con_li_div {
	display:block;
	width:13px;
	height:13px;
	float:left;
	background:#fff;
	border-radius:50%;
	border:solid 3px #610fdc;
	margin-left:20px;	
	margin-right:5px;

}
.con_le_lispan {
	width:100%;
	display:block;
	padding:20px 0px;
}

#con_le_green {
	font-size:18px;
	float:left;
	width:100%;
	color:#fff;
	background:#62a700;;
	padding:10px 0px;
}
#con_le_green span {
	padding-left:20px;
}
#con_le_gray {
	font-size:18px;
	float:left;
	width:100%;
	color:#fff;
	background:#828282;;
	padding:10px 0px;
	margin-bottom:10px;
}
.gran_span {
	width:100%;
	display:block;
	padding:10px 0px;
	line-height:40px;
	display:none;
}
.gran_phico {
	width:40px;
	height:40px;
	float:left;
	background:#828282 url(../images/phico.png) 50% 50% no-repeat;
	border-radius:50%;
	margin-left:10px;
	margin-right:5px;
}
.gran_mapico {
	width:40px;
	height:40px;
	float:left;
	background:#828282 url(../images/mapico.png) 50% 50% no-repeat;
	border-radius:50%;
	margin-left:10px;
	margin-right:5px;
}
.gran_linkico {
	width:40px;
	height:40px;
	float:left;
	background:#93b202 url(../images/linkico.png) 50% 50% no-repeat;
	border-radius:50%;
	margin-left:10px;
	margin-right:5px;
}

#con_le_gray span {
	padding-left:20px;
}
#con_ri {
	float:right;
	width:74%;
	margin-right:1%;
	background:rgba(255,255,255,.8);
	padding-bottom:80px;
}
#print_btn {
	margin: 0px 2%;
}
.pdf_down {
	background: url(../images/table/csv_img.png) no-repeat;
	clear:both;
	width: 100px;
	padding-left: 25px;
}
.td10 td{
	padding:10px;
}
.pdf_down a {
	color:#000;
	text-decoration:none;
}
.pdf_down a:hover {
	color:#999;
	text-decoration:none;
}
.path_img {
	float:left;
	margin:10px;
	border:solid 5px #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
.path_img img {
	width:100%;
	max-width:300px;
}
.path_perimg {
	display:block;
	max-width:60%;
	margin:20px auto 0;
}
.path_img:hover {
	float:left;
	border:solid 5px #666;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
.bf_div {
	width:26%;
	padding:10px 8% 30px;
	margin: 20px 4%;
	float:left;
}
.bf_div img {
	max-width:100%;
}
.bf_imgdiv {
	width:36%;
	padding:50px 7% 30px 7%;
	float:left;
}
.bf_name {
	width:100%;
	display:block;
	float:left;
	text-align:center;
}
#bf_imgdiv img {
	border-radius:10px;
	border:solid 5px #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
	margin-bottom:5px;
}
.bf_imgname {
	width:100%;
	display:block;
	float:left;
	text-align:center;
}
.bf_font24 {
	color:#999;
	padding-top:30px;
	font-size:24px;
}
#con_ri_title {
	font-size: 24px;
	margin: 20px 2%;
	padding-left:10px;
	padding-bottom:.5em;
	color: #bc7e26;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
.con_text_head {
	color:#fff;
	font-size:18px;
	background:url(../images/index/con_he.png);
	padding-left:20px;
	line-height:45px;
	height:45px;
}
#ri_cotext {
	margin: 0px 2%;
	overflow:hidden;
}
#ri_circle {
	background:#62a700;
	width:90px;	
	height:90px;
	float:left;
	border-radius:50%;
}
#ri_circle_yellow {
	background:#E8B60B;
	width:90px;	
	height:90px;
	float:left;
	border-radius:50%;
}
#ri_circle_red {
	background:#C00;
	width:90px;	
	height:90px;
	float:left;
	border-radius:50%;
}
#ri_concircle {
	color:#fff;
	font-size:24px;
	text-align:center;
	float:left;
	width:70px;	
	height:70px;
	margin:10px;
	border:dashed 1px #fff;
	border-radius:50%;
}
.circle_font21 {
	font-size:21px;
}
.circle_font18 {
	font-size:18px;
}
.circle_font14 {
	font-size:14px;
	line-height:16px;
}
#ri_concircle span {
	display:block;
	padding-top:3px;
}
#ri_entitle {
	font-size: 14px;
	color: #62a700;
	float: left;
	font-style: italic;
	height: 90px;
	padding-left: 10px;
	line-height: 90px;
	font-family: Verdana, Geneva, sans-serif;
}
#ri_entitle_yellow {
	font-size: 14px;
	color: #E8B60B;
	float: left;
	font-style: italic;
	height: 90px;
	padding-left: 10px;
	line-height: 90px;
	font-family: Verdana, Geneva, sans-serif;
}
#ri_entitle_red {
	font-size: 18px;
	color: #C00;
	float: left;
	/*font-style: italic;*/
	height: 90px;
	padding-left: 10px;
	line-height: 90px;
	font-family: Verdana, Geneva, sans-serif;
}
#ri_linebox {
	font-size: 14px;
	color: #62a700;
	float: left;
	font-style: italic;
	height: 90px;
	padding-left: 10px;
	line-height: 90px;
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
}
#ri_line {
	float: left;
	border-bottom: solid 1px #62a700;
	position: absolute;
	left: 14px;
	top: 46px;
	width: 1000px;
}
#ri_line_yellow {
	float: left;
	border-bottom: solid 1px #E8B60B;
	position: absolute;
	left: 14px;
	top: 46px;
	width: 1000px;
}
#ri_line_red {
	float: left;
	border-bottom: solid 1px #C00;
	position: absolute;
	left: 14px;
	top: 46px;
	width: 1000px;
}
#ri_text {
	color:#333333;
	line-height:25px;
	width: 89%;
	margin-left:11%;
	clear: both;
}
#ri_toptext {
	color:#333333;
	line-height:25px;
	width: 100%;
	clear: both;
	position:relative;
}
.ri_text_riimg {
	float:right;
	margin-left:15px;
}
.ri_text_leimg {
	float:left;
	margin-right:15px;
}
#video_box {
	width:100%;
}
#video_box ul {
	padding:0px;
	margin:0px;
}
#video_box li {
	width: 47%;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1.5%;
	padding-bottom: 30px;
	padding-left: 1.5%;
}
.video2 a img {
	display:inline-block;
	width:49.6%;
	margin:0 auto;
}
/*--registration--*/
.registration h1 {
	color:#444;
	text-align:center;
	font-size:4em;
}
.registration img {
	max-width:100%;
}
.registration .gran_span {
	text-decoration:underline;
	width:100%;
	display:block;
	line-height:40px;
}
#con_le li .gran_span a {
	color:#333;
}
#con_le li .gran_span a:hover {
	color:#93b202;
}
/*--registration END--*/
/*---footer---*/
#footer {
	width:100%;
	height:265px;
	background:url(../images/footer_backimg.png) center top ;
}
#footer_con {

	width:100%;
	max-width:1260px;
	min-width:1000px;
	margin:0 auto;
	padding:0 1%;
}
#fo01 {
	float:left;
	width:32%;
	text-align:center;
	margin-top:85px;
	padding-top:35px;
	padding-bottom:35px;
	border-right:solid 1px rgba(255,255,255,.5);
}
.fo01_font18 {
	color:#fff;
	font-size:18px;
	text-shadow:2px 2px 5px rgba(0,0,0,.6);
}
.fo01_font12 {
	color:#fff;
	font-size:12px;
	text-shadow:2px 2px 5px rgba(0,0,0,.6);
}
#fo01 img {
	width:85px;
	margin-bottom:5px;
}
#fo_head {
	color: #fff;
	font-size: 18px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.6);
	text-decoration: underline;
}
#fo02 {
	float:left;
	width:24%;
	margin-left:2%;
	margin-top:85px;
	padding:10px 0px 12px 0px;
	border-right:solid 1px rgba(255,255,255,.5);
}
#fo02 ul {
	margin:10px 0px 0px 0px;
	padding:0px;
}
#fo02 li {
	float:left;
	display:block;
	list-style-type:none;
	width:50%;
	margin:0px;
	margin:0px 0px 15px 0px;
	color: #fff;
	font-size: 14px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.6);
}
#fo02 li a {
	margin:0px 0px 15px 0px;
	color: #fff;
	text-decoration:none;
	border-radius:5px;
}
#fo02 li a:hover {
	margin:0px 0px 15px 0px;
	padding:0px 5px;
	background:#fff;
	color: #93b202;
	border-radius:5px;
	text-shadow: 0px 0px 0px rgba(255,255,255,.1);
}
#fo03 {
	color: #fff;
	font-size: 14px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.6);
	margin-top:85px;
	float:left;
	margin-left:2%;
	width:37%;
}
#fo03 span {
	margin-top:10px;
	display:block;
	line-height:25px;
}
#gotop {
	line-height:16px;
	text-align:center;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;    
	width:15px;
	height:15px;
    padding: 15px 15px; 
    font-size: 20px;
    background: rgba(0,0,0,.5);
    color: white;
    cursor: pointer;
	z-index:55;
	border-radius:50%;
}