/*網頁設定開始*/
/*字型統一設定*/
body{
margin: 0px;
font-family:monospace,"標楷體";
background-image: url("../image/main/web_bg.png");
border-top: solid 2px #fff;
}

/*超連結統一設定*/
a{
  display: table;
  color: #000;
  text-decoration: none;
}
.a_block{
  display: block;
  text-align: center;
}

/*全部清單統一設定*/
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
table{
  margin: 0 auto;
}

/*網頁大小設定*/
#web{
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  z-index: -2;
  border-style: solid;
  border-width: 0 1px;
  border-color: #666;
}
::selection{background: #333;color: #fff;}
::-moz-selection{background: #333;color: #fff;}
/*網頁設定結束*/










/*網頁標題區塊開始*/
header{
  background-image:linear-gradient(to bottom,#7ca5bf,#078eef);
  height: 150px;
  color: #fff;
  border-bottom: solid 4px #007ae2;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#header_link{
  position: absolute;
  top: 0;
  right: 4px;
  background: #fff;
  /*background-image: linear-gradient(to bottom,#fff 70%,#eee 100%);*/
  border-radius: 0 0 6px 6px;
  padding: 0 4px;
}
.head_li{
  float: left;
  margin:2px 2px 3px 2px;
  padding: 0px 16px;
  border-right: 2px solid #666;
}
.head_li:nth-child(1){
  border-left: 2px solid #666;
}
#header_img{
  width: 350px;
  height: 250px;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
  transform: rotate(-10deg);
  opacity: .2;
}
#header_text{
  height: 130px;
  padding: 0 10px;
  font-size: 80px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#top_text_1{
  height: 130px;padding: 0 10px;
  font-size: 65px;
  font-weight:bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#top_text_2{
  height: 130px;padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}







/*選單區塊開始*/
/*選單區塊*/
#menu{
	top: 150px;
	height: 40px;
	width: 1024px;
	text-align: center;
}
/*.menu_li{border: 2px solid #fff;}*/
.menu_li a{color: #fff;}
.menu_li:hover>a{color: #000;}
.menu_li:hover{background: #fff;}
/*主選單選項*/
.main_menu_li{
	position: relative;
	float: left;
	width: 135.7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	display: block;
	transition: .5s cubic-bezier(0, 1, 1, 1);
	border-radius: 3px;
	background: rgba(255,255,255, 0.3);
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 3.5px;
}

/*主選單hover 次選單顯示*/
.main_menu_li:hover .sub_menu_ul{display: block;}

.main_menu_li:hover::after,.main_menu_li:hover::before{border-color: transparent #fff;}

/*次選單*/
.sub_menu_ul{
  position: absolute;
  margin: 0px;
  transition: .5s cubic-bezier(0, 1, 1, 1);
  display: none;
  padding: 4px 0px 1px 4px;
  border-radius: 0 0 8px 8px;
  width: 132px;
  background-image: linear-gradient(to bottom,#078eef,#077bce);
}

/*次選單選項*/
.sub_menu_li{
  background: rgba(255, 255, 255, 0.35);
  width: 120px;
  margin: 0px 0px 4px 4px;
  text-align: center;
  font-size: 16px;
  transition: .5s;
  border-radius: 3px;
  }
/*選單區塊結束*/
/*網頁標題區塊結束*/










/*網站導覽列開始*/
/*導覽列區塊*/
#director{
  height: 24px;
  position: relative;
  margin-bottom: 4px;
  padding-top: 8px;
}

/*導覽列單項*/
.director_li{
  float: left;
  padding: 0px 18px 0 0;
}

/*導覽列文字*/
.director_li span{
  border-bottom: solid #999 2px;
  font-size: 16px;
  position: relative;
  padding-left: 2px;
}
.director_li span::before,.director_li span::after{
  content: "";
  border-style: solid;
  position: absolute;
}
.director_li span::before{
  border-width: 20px 0 0 12px;
  border-color: transparent transparent transparent #999;
  right: -11px;
  bottom: -2px;
}
.director_li span::after{
  border-width: 22px 0 0 8px;
  border-color: transparent transparent transparent #eee;
  right: -7px;
  bottom: 0px;
}
/*網站導覽列結束*/










/*網頁主區塊開始*/
/*網頁主區塊*/
#main_block{
  padding:  0 10px 10px 10px;
  background: #eee;
}
/*網頁內容區塊開始*/
#content{
  width: 980px;
  padding: 10px;
  border: 2px dashed #aaa;
  border-radius: 4px;
  background: #fff;
}




/*內文樣式設定開始*/
/*大標題開始*/
.p_title{
  font-size: 35px;
  margin: 12px 0 24px 0px;
  position: relative;
  padding-left: 12px;
  font-weight: bold;

}
.p_title::before,.p_title::after{
  content: "";
  position: absolute;

  border-style: solid;
  border-color: transparent;
  border-radius: 10px;

}
.p_title::before{
  border-left-color: #ff5722;
  left: -14px;
  top: 3px;
  border-width: 24px 0 24px 24px;
}
.p_title::after{
  border-left-color: #eee;
  left: -22px;
  border-width: 16px 0 16px 22px;
  top: 11px;
}
/*大標題結束*/


.p_1{
  font-size: 20px;
  text-indent: 2em;
  margin:0 10px 1em 20px;
}

.p_2{
  font-size: 18px;
  text-indent: 2em;
  margin:.5em 0;
  font-weight: normal;
}
/*內容區塊清單開始*/
.list_div{
  width: 800px;
  margin: 0 auto 36px auto;
}
/*清單選項*/
.list_li_1{
  margin: 8px 0 16px 0;
  font-size: 25px;
  position: relative;
  padding:0 24px 0 5px;
  font-weight: bold;
}
.list_li_1::before{
  /*content: "";*/
  border: 6px solid #ff5722;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 10px;
  border-radius: 2px;
}
.list_li_2{
  margin-top: 8px;
  font-size: 20px;
  position: relative;
  margin-left: 48px;
  font-weight: normal;
  /*list-style: cjk-ideographic;*/
}
.list_li_3{
  margin: 2px 0 ;
  font-size: 16px;
  position: relative;
  margin-left: 24px;
  font-weight: normal;
  /*list-style: decimal;*/
}
.list_li_4{
  height: 210px;

}
.list_li_5{
  padding-left: 20px;
}
.list_li_a{
  margin: 2px 0;
  font-size: 22px;
  padding-left: 16px;
  position: relative;
  font-weight: normal;
}
/*.list_li_a a{margin-bottom: 2px;}*/
.list_li_1 a,.list_li_a a{padding-bottom: 2px;}
.list_li_1 a:hover{border-bottom: solid #ff5722 2px;padding-bottom: 0;}
.list_li_a a:hover{border-bottom: solid #007ae2 2px;padding-bottom: 0;}
.list_li_a::before{
  content: "";
  position: absolute;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #007ae2;
  border-style: solid;
  left: 2px;
  top: 4px;
  border-radius: 4px;
}
table{
  border-spacing: 4px;
  text-align: center;
  margin:.5em auto 1em auto;
}

.table_1 tr:nth-child(1){font-size: 18px;}
.table_1 tr{font-size: 16px;}
.table_1 tr:nth-child(2n+1){background-color: #97d5ff;}
.table_1 tr:nth-child(2n){background-color: #bfedff;}
.table_1 td{padding: 1px 4px;}

.table_2 tr:nth-child(1){font-size: 16px;}
.table_2 tr{font-size: 14px;}
.table_2 tr:nth-child(2n){background-color:#BCFCCC ;}
.table_2 tr:nth-child(2n+1){background-color:#73e09fc4;}
.table_2 td{padding: 1px 2px;}

.table_3 tr:nth-child(2n){background-color:#ffcf50ba;}
.table_3 tr:nth-child(2n+1){background-color: #97d5ffb8;}
.table_3 tr{font-size: 16px}
.table_3 td{padding: 2px;border-radius: 2px;}

.table_3 .td1{
  background: #372a5a;
  font-size: 20px;
  font-weight: bold;
  padding: 2px;
  color: #fff;
  position: relative;
}
.table_3 .td1::before{
  content: "";
  position: absolute;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent rgba(255,255,255,.25);
  border-style: solid;
  top: 0px;
  left: 0px;
}
.table_3 .td1::after{
  content: "";
  position: absolute;
  border-width: 15px 15px 0 0 ;
  border-color: transparent rgba(255,255,255,.5) transparent transparent ;
  border-style: solid;
  bottom:  -0px;
  right: -366px;
}

.table_3 .td2{
  background: #775437;
  font-size: 20px;
  font-weight: bold;
  padding: 2px;
  color: #fff;
}


[class^="table_"] tr:nth-child(1){
  text-align: center;
  font-weight: bold;
  padding: 0 2px;
  background: #ddd;
}

mark{background-color: transparent;}
.mark_1{
  margin-left: 2px;
  font-size: 14px;
}
.mark_2{
  margin-left: 2px;
  font-size: 12px;
}
.mark_3{
  margin-left: 4px;
  font-size: 32px;
}
.po_re{
  position: relative;
}
/*內容區塊清單結束*/
/*內文樣式設定結束*/
/*網頁內容區塊結束*/
/*網頁主區塊結束*/










/*版權聲明區塊開始*/
footer{
	text-align: center;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	clear: both;
	color: #FFFFFF;
	background-color: #0475c5;
}
/*版權聲明區塊結束*/
