@charset "utf-8";
/* CSS Document */
* {
    font-family: 'Microsoft JhengHei','Microsoft YaHei','Heiti TC','LiHei Pro',sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
    }
article, aside, details, figcaption, figure,
    footer, header, menu, nav, section {
    display: block;
    }

a, a:link, a:hover, a:focus, a:visited {
    text-decoration: none;
    color: #333333;
}

body{
	background-image: url(../images_i/bg.jpg);
	background-repeat: repeat-x;

}
.top_bar{
  width: 100%;
  background-color: #333;
  height: 36px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(133,133,133,1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(133,133,133,1);
  box-shadow: 0px 1px 5px 0px rgba(133,133,133,1);
}
.top_link{
  position: absolute;
  top: 6px;
  right: 50px;
  color:#bababa;
}
.top_link a:link{color: #bababa;}
.top_link a:visited{color:#bababa;}
.top_link a:hover{color:#fff;}

#wrapper{
	margin: 0 auto;
	position:relative;

}
#top{
	width: 58px;
	height: 93px;
	position:fixed;
	z-index: 500;
	right: 15px;
	bottom: 20px;
	background-image: url(../images_i/top.png);
    background-repeat: no-repeat;

}

header{
	width: 100%;
	text-align: center;
}
header img{
	width: 100%;
	max-width: 1200px;
}
.tit{
	text-align: center;
	font-weight: bolder;
	color: #337ac3;
	font-size: 24px;
	margin: 10px 0;
}
section{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;

}
.title{
	font-size: 24px;
	color: #337ac3;
	font-weight: bolder;
	height: 50px;
	text-align: left;
	background-image: url(../images_i/tit.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 50px;
    margin-bottom: 20px;
}
.box_re{
	display: inline-block;
	width: 230px;
	background: #eee;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(133,133,133,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(133,133,133,0.5);
	box-shadow: 0px 1px 5px 0px rgba(133,133,133,0.5);
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-left: 10px;

}
.box_re a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}
.box_img{
	width: 206px;
	height: 160px;
	margin: 12px;
}
.box_title{
	position: relative;
	color: #337ac3;
	font-size: 24px;
	margin-bottom: 12px;
}
.box_title::after {
    content: " ";
    position: absolute;
    top: 8px;
    width: 25px;
    height: 20px;
    background-image: url(../images_i/title_img.png);
    background-repeat: no-repeat;
}
.box_tit{
	position: relative;
	color: #337ac3;
	font-size: 24px;
	text-align: left;
	margin-bottom: 12px;
	padding-left: 12px;
}
.box_txt{
	padding: 0 12px;
	text-align: left;
}
.box_number{
	text-align: center;
	color: #337ac3;
	padding-right: 12px;
	margin-bottom: 10px;
	font-weight: bolder;

}
.footer {
    width: 100%;
    height: 40px;
    background: #F1DA36;
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
}
/*.box_number::after{
	content: "期";
}*/
