.bg {
	width: 100%;
	height: 720px;
	background: url(../images/bg_web.png) center center no-repeat;
	background-size: cover;
}
.bg_wall {
	width: 100%;
	background:  url(../images/bg_wall.png) repeat;
	background-size: auto;
}
.box_main {
	width: 710px;
	margin: 0 auto;
	overflow: hidden;
}
.box_title {
	width: 480px;
	height: 82px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 70px;
}
.shool_name, .title {
	font-family:"微軟正黑體", Arial, "sans-serif";
	text-align: center;
	padding-bottom: 10px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	font-weight: bold;
}
.shool_name {
	font-size: 42px;
}
.title {
	font-size: 24px;
}
.box_chance {
	width: 570px;
	height: 210px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.chance01, .chance02, .chance03 {
	width:190px;
	height:210px;
	float:left;
}
.chance01 {
	background:url(../images/bt_chance01.png) no-repeat;
	background-size:192px auto;
}
.chance02 {
	background:url(../images/bt_chance02.png) no-repeat;
	background-size:192px auto;
}
.chance03 {
	background:url(../images/bt_chance03.png) no-repeat;
	background-size:192px auto;
}
.box_tools {
	width: 716px;
	height: 143px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}
.tools01, .tools02, .tools03, .tools04  {
	width:179px;
	height:143px;
	float:left;
}
.tools01 {
	background:url(../images/stools_01_web.png) no-repeat;
	background-size:179px auto;
}
.tools02 {
	background:url(../images/stools_02_web.png) no-repeat;
	background-size:179px auto;
}
.tools03 {
	display: block;
	background:url(../images/stools_03_web.png) no-repeat;
	background-size:179px auto;
}
.tools04 {
	display: block;
	background:url(../images/stools_04_web.png) no-repeat;
	background-size:179px auto;
}
.tools01:hover, .tools02:hover, .tools03:hover, .tools04:hover, .chance01:hover, .chance02:hover, .chance03:hover  {
	background-position:left bottom;
}

.box_news {
	width: 710px;
	margin:0 auto;
	overflow: hidden;
	margin-top:135px;
}
.main_news_b {
	width: 710px;
	margin:0 auto;
	overflow: hidden;
	color:#000;
	padding:15px 0px;
	border-bottom:1px solid #ccc;
}
.main_news_b .pic {
	width: 188px;
	float: left;
	margin-right:10px
}
.main_news_b .article {
	width:calc(700px - 188px);
	float: left;
	font-family:"微軟正黑體",  Arial, "sans-serif";
}
.main_news_b .article h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}
.main_news_b .article p {
	font-size: 14px;
	line-height: 1.6;
}

.main_news_s {
	width: 350px;
	float: left;
	overflow: hidden;
	color:#000;
	padding:15px 0px;
}
.main_news_s .pic_s {
	width: 158px;
	float: left;
	margin-right:10px
}
.main_news_s .article_s {
	width:calc(350px - 178px);
	float: left;
	font-family:"微軟正黑體",  Arial, "sans-serif";
}
.main_news_s .article_s h3 {
	font-size: 16px;
	font-weight: bold;
	line-height:1.6;
	padding-bottom: 8px;
}
.main_news_s .article_s p {
	font-size: 14px;
	line-height: 1.6;
}

