﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:"微軟正黑體", Arial, "sans-serif" ;
	background: url(../images/bg_index.jpg) center top 30px no-repeat;
	background-size: cover;	

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  	width: 8px !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0,0,0,0.3) !important;
}
.box_title {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 95px;
	margin-top:180px;
	margin-bottom: 40px;	
}
.title_b, .title_m, .title_s {
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	float:left;
	font-weight:bold;
}
.title_b {
	font-size: 60px;	
}
.title_m {
	font-size: 30px;
	border: 2px solid #fff;
	padding: 6px 8px 4px 8px;
	margin:10px 10px 0px 10px;
}
.title_s {
	font-size: 30px;
	margin-top:18px;
}
.box_step {
	width: 877px;
	overflow: hidden;
	margin: 0 auto;
}
.box_step_b, .box_step_m, .box_step_s {
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	float:left;
	font-weight:bold;
}
.box_step_b {
	font-size: 28px;
	margin-top:25px;
	padding-left: 50px;
}
.box_step_m {
	font-size: 60px;
	margin-right: 10px;
}
.box_step_s {
	font-size: 22px;
	margin-top:30px;
}
/*--------------------------------------------大相框-------------------------------------------------------*/
.box_main {
	width: 775px;
	height: 500px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0px 0px 45px;
	margin: 0 auto;
	background: url(../images/photo_frame_b.png) center top no-repeat;
	box-shadow:0px 20px 50px rgba(0,0,0,0.6);
	margin-bottom:30px;
	margin-top:15px;
}
.box_main_big {
	width: 690px;
	height: 424px;
}
.box_main_b {
	width: 290px;
	height: 424px;
	float: left;
	position: relative;
	z-index: 2;
}
.box_main_m {
	width: 400px;
	height: 92px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	padding-left:20px;
	padding-top:30px;
}
.box_main_s {
	width: 400px;
	height: 287px;
	float: left;
	position: relative;
	z-index: 5;
}
.input {
	width:250px;
	padding: 13px 15px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border:1px solid #959595;
	border-right:none; 
	background-color: #fff;
	float: left;
	font-size: 16px;
	font-family:"微軟正黑體", Arial, "sans-serif" ;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5) inset;
}
.bt_search {
	padding: 15px 15px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border:1px solid #959595;
	border-left:none; 
	color:#fff;
	font-size:16px;
	background: #f07702;
	background: -moz-linear-gradient(top, #f07702 0%, #b34521 100%);
	background: -webkit-linear-gradient(top, #f07702 0%,#b34521 100%);
	background: linear-gradient(to bottom, #f07702 0%,#b34521 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07702', endColorstr='#b34521',GradientType=0 );
	float: left;
	text-decoration: none;
}

.bt_search:active, .bt_search:hover {
	background: #b34521;
	background: -moz-linear-gradient(top, #b34521 0%, #f07702 100%);
	background: -webkit-linear-gradient(top, #b34521 0%,#f07702 100%);
	background: linear-gradient(to bottom, #b34521 0%,#f07702 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34521', endColorstr='#f07702',GradientType=0 );
}
.area {
	font-size: 18px;
	text-align: left;
	padding-bottom:10px;
	text-indent:20px;
}
.school_list {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 20px 20px 20px;
}
.school_list ul {
	width: 100%;
	list-style: none;
}
.school_list li {
	width: 50%;
    margin-bottom:12px;
    float:left;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.school_list li a {
	color:#595959;
	text-decoration: none;
}
.school_list li a:hover {
	text-decoration:underline;
	color: #0e739d;
}

/*--------------------------------------------------下方工具---------------------------------------------------------*/
.box_main_small {
	width: 776px;
	height: 250px;
	margin: 0 auto;
	margin-top:15px;
}
.box_main_small_01, .box_main_small_02, .box_main_small_03, .box_main_small_04 {
	width: 374px;
	height: 208px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 40px 0px 0px 182px;
	float: left;
	box-shadow:0px 15px 40px rgba(0,0,0,0.5);
}
.box_main_small_01 {
	background:url(../images/photo_frame_s1.png) center bottom no-repeat;
}
.box_main_small_02 {
	background:url(../images/photo_frame_s2.png) center bottom no-repeat;
}
.box_main_small_03 {
	background:url(../images/photo_frame_s3.png) center bottom no-repeat;
}
.box_main_small_04 {
	background:url(../images/photo_frame_s4.png) center bottom no-repeat;
}
.s_mr27 {
	margin-right: 27px;
}
.box_main_small_01 h3, .box_main_small_02 h3, .box_main_small_03 h3, .box_main_small_04 h3 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom:10px;
}
.box_main_small_01 h4, .box_main_small_02 h4, .box_main_small_03 h4, .box_main_small_04 h4 {
	font-size: 18px;
	color: #6b6b6b;
	font-weight: normal;
	line-height:1.6;
}
.bt_seemore {
	clear:both;
	float:right;
	padding:5px 10px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	border-radius: 5px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	margin-top:20px;
	margin-right:40px;
	background: #de9b52;
	background: -moz-linear-gradient(top, #de9b52 0%, #a36b34 100%);
	background: -webkit-linear-gradient(top, #de9b52 0%,#a36b34 100%);
	background: linear-gradient(to bottom, #de9b52 0%,#a36b34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9b52', endColorstr='#a36b34',GradientType=0 );
}
.bt_seemore:hover {
	background: #a36b34;
	background: -moz-linear-gradient(top, #a36b34 0%, #de9b52 100%);
	background: -webkit-linear-gradient(top, #a36b34 0%,#de9b52 100%);
	background: linear-gradient(to bottom, #a36b34 0%,#de9b52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a36b34', endColorstr='#de9b52',GradientType=0 );
} 
.vision {
	background:none;
	background-size: 100%;
}
.box_step_mm_text {
	display: none;
}
.box_main_mm {
	display: none;
}
.banner01, .banner02, .banner03{
	display: none;
}

.content{
	width: 400px;
	height: 287px;
	margin-bottom: 30px;
}


@media screen and (max-width: 769px) {
	body {
		background: url(../images/bg_index_m.png) center top 45px no-repeat;
		background-size: 100% auto;
		background-color: #a16a33;
		padding-bottom: 0px;		
	}
	.box_title {
		width: 280px;
		overflow: hidden;
		margin: 0 auto;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px;
		margin-top:90px;
		margin-bottom: 30px;	
	}
	.title_b, .title_m, .title_s {
		color: #fff;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
		float:left;
		font-weight:normal;
	}
	.title_b {
		font-size: 25px;
	}
	.title_m {
		clear: both;
		font-size: 16px;
		border: 1px solid #fff;
		padding: 4px;
   		margin: 10px 5px 0px 0px;
	}
	.title_s {
		font-size: 16px;
		margin-top:15px;
	}
	.box_step {
		width: 877px;
		overflow: hidden;
		margin: 0 auto;
	}
	.box_step_b, .box_step_m, .box_step_s {
		color: #fff;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
		float:left;
		font-weight:bold;
	}
	.box_step_b {
		font-size: 28px;
		margin-top:25px;
		padding-left: 50px;
	}
	.box_step_m {
		font-size: 60px;
		margin-right: 10px;
	}
	.box_step_s {
		font-size: 22px;
		margin-top:30px;
	}
	.box_step {
		display: none;
	}
	.box_step_mm {
		display: block;
	}
	.box_step_mm_text {
		display: block;
		width: 100%;
		font-size: 14px;
		border-top: 1px solid #fff;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
   		padding: 10px 15px;
		background-color: #865525;
		color: #fff;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
		text-align:center
	}
	/*--------------------------------------------大相框-------------------------------------------------------*/
	.box_main {
		width: 100%;
		height: auto;
		overflow:hidden;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:10px;
		background:none;
		background-color:#f9efeb;
		box-shadow:none;
		margin-bottom:0px;
		margin-top:0px;
	}
	.box_main_big {
		clear:both;
		width: 100%;
		height: 424px;
	}

	.box_main_b {
		width: 300px;;
		height: auto;

		margin:auto auto;
		float:none;
		position: relative;
		z-index: 2;
	}
	.box_main_m {
		display: none;
	}
	.box_main_mm {
		display: block;
		width: 100%;
		height: auto;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		float: left;
		padding:10px;
	}
	.box_main_s {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		z-index: 5;
	}
	.input {
		width:80%;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
		padding: 11px 10px 8px 10px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		border:1px solid #959595;
		border-right:none; 
		background-color: #fff;
		float: left;
		font-size: 16px;
		font-family:"微軟正黑體", Arial, "sans-serif" ;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.5) inset;
	}
	.bt_search {
		width:calc(100% - 80%);
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
		padding: 12px 0px;
		text-align:center;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border:1px solid #959595;
		border-left:none; 
		color:#fff;
		font-size:16px;
		background: #f07702;
		background: -moz-linear-gradient(top, #f07702 0%, #b34521 100%);
		background: -webkit-linear-gradient(top, #f07702 0%,#b34521 100%);
		background: linear-gradient(to bottom, #f07702 0%,#b34521 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07702', endColorstr='#b34521',GradientType=0 );
		float: left;
		text-decoration: none;
	}

	.bt_search:active, .bt_search:hover {
		background: #b34521;
		background: -moz-linear-gradient(top, #b34521 0%, #f07702 100%);
		background: -webkit-linear-gradient(top, #b34521 0%,#f07702 100%);
		background: linear-gradient(to bottom, #b34521 0%,#f07702 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34521', endColorstr='#f07702',GradientType=0 );
	}
	.area {
		font-size: 16px;
		text-align: left;
		padding-bottom:10px;
		text-indent:20px;
	}
	.school_list {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 20px 20px 20px;
	}
	.school_list ul {
		width: 100%;
		list-style: none;
	}
	.school_list li {
		width: 50%;
		margin-bottom:12px;
		float:left;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.school_list li a {
		text-decoration:none;
		color: #0e739d;
		font-size:15px;
	}
	.school_list li a:hover {
		color:#595959;
		text-decoration: none;
	}
	.box_main_small {
		display: none;
	}
	.banner01 {
		background: url(../images/banner_bg01.png) no-repeat;
		background-size: 84px auto;
	}
	.banner02 {
		background: url(../images/banner_bg02.png) no-repeat;
		background-size: 84px auto;
	}
	.banner03 {
		background: url(../images/banner_bg03.png) no-repeat;
		background-size: 84px auto;
	}
	.banner01, .banner02, .banner03 {
		display: block;
		width: 100%;
		height: 98px;
		background-color: #f3e7df;
		background-color: -moz-linear-gradient(top, #f3e7df 0%, #e3d2ca 100%);
		background-color: -webkit-linear-gradient(top, #f3e7df 0%,#e3d2ca 100%);
		background-color: linear-gradient(to bottom, #f3e7df 0%,#e3d2ca 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e7df', endColorstr='#e3d2ca',GradientType=0 );
		background-position: left bottom;
		border-bottom: 2px solid #865525;
	}
	.banner01 h3, .banner02 h3, .banner03 h3 {
		font-size: 16px;
		margin-bottom: 10px;
		padding-top:17px;
		padding-left:90px;
		font-weight: normal;
	}
	.banner01 h4, .banner02 h4, .banner03 h4 {
		font-size: 13px;
		color: #6b6b6b;
		padding-left:90px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	.bt_seemore {
		clear:both;
		float:right;
		padding:5px 10px;
		text-decoration: none;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
		border-radius: 5px;
		box-shadow:2px 2px 2px rgba(0,0,0,0.3);
		margin-top:0px;
		margin-right:40px;
		background: #de9b52;
		background: -moz-linear-gradient(top, #de9b52 0%, #a36b34 100%);
		background: -webkit-linear-gradient(top, #de9b52 0%,#a36b34 100%);
		background: linear-gradient(to bottom, #de9b52 0%,#a36b34 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9b52', endColorstr='#a36b34',GradientType=0 );
		font-size:15px;
	}
	.content{
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}

}
