@charset "utf-8";
/* CSS Document */
/************************************************************/
body{
	background:url(../images/bg_in.jpg) fixed center top no-repeat;
}
#main{
	max-width:1280px;
	min-height:420px;
	margin:0 auto;
	padding:52px 0px 50px 0px;
	position:relative;
	background:#FFF;
}
#banner{
	margin:0px;
	position: relative;
	overflow:hidden;
}
#top_box{
}
#mask{
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3;
	display:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/************************************************************/
#breadcrumbs_box {
	width: 100%;
	height: 35px;
	background: rgba(0,0,0,0.8);
	bottom: 0px;
}
#breadcrumbs {
	width: 100%;
	color: #959595;
	font-size: 13px !important;
	line-height:20px;
	height: 20px;
	font-weight: normal;
	word-spacing:5px;
	text-align:center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index:2;
}
#breadcrumbs span {
	color:#959595;
	text-decoration: none;
}
#breadcrumbs img {
	vertical-align: middle;
	padding: 0px 0px;
	margin-bottom:2px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color:#959595;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#breadcrumbs a:hover {
	color: #959595;
	text-decoration: none;
}
/**************************************************************/
#leftside_btn{
	position: fixed;
	width: 24px;
	line-height:1.4;
	right:0px;
	top:120px;
	text-align:center;
	color:#FFF;
	font-size: 13px;
	padding:7px 5px;
	background:#1B2E4C;
	opacity:0.7;
	overflow:hidden;
	display:none;
	z-index:10;
	cursor:pointer;
	letter-spacing:1px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#leftside_btn i{
	margin-bottom:5px;
}
#leftside_btn:hover{
	opacity:1;
}
body.active #leftside_btn{
	opacity:1;
	right:250px;
	background:#1B2E4C;
}
body.active #leftside_btn i{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.active{
	overflow:hidden;
}
body.active #mask{
	display:block;
}
/**************************************************************/
#leftside{
	width:250px;
	float: left;
	position:relative;
	z-index:4;
}
#leftside #title{
	position:relative;
	color:#FFF;
	display:none;
	font-size: 23px;
	font-weight: bold;
	padding:15px 10px;
	background:#1B2E4C;
	text-align:center;
	position: relative;
	margin-bottom:5px;
}
#leftside #title span{
	font-family: 'Oleo Script', cursive, "Microsoft JhengHei";
	font-size:30px;
	font-weight:bold;
	display:block;
	padding:10px 0 20px 0;
	text-shadow: 0 0 8px #595959;
}
body.active #leftside{
	right:0px;
	top:0px;
	padding:0 0px;
	z-index:10;
	overflow: auto;
}
#rightside{
	width:calc(100% - 300px);
	float: right;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/**************************************************************/
.top_title_box{
	padding-top:25px;
	padding-bottom:25px;
	background:url(../images/bg.jpg) center top repeat;
}
.top_title {
	position: relative;
	display: block;
	font-size: 38px;
	line-height:1;
	font-weight:200;
	color: #1F1F1F;
	text-align:center;
	position: relative;
	font-family: 'Raleway', sans-serif;
	margin-bottom:40px;
}
.top_title span {
	font-weight: bold;
}
.top_title:before {
	content:'';
	display:block;
	position: absolute;
	width:100%;
	max-width:310px;
	left:50%;
	margin-left:-155px;
	bottom:-15px;
	border-bottom:#444444 1px solid;
}
.top_title:after {
	content:'';
	left:50%;
	margin-left:-7px;
	width: 14px;
	height: 14px;
	background:#B20000;
	position: absolute;
	bottom:-22px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/**************************************************************/
#con_title{
	font-size: 20px;
	color:#373737;
	margin-bottom: 25px;
	border-bottom:#DDDDDD 1px solid;
	padding-bottom:10px;
	font-family: 'Raleway', sans-serif;
}
#con_title a, #con_title a:visited{
	color:#666666;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#con_title a:hover{
	color:#0280A5;
	text-decoration:none;
}
#con_title i{
	color:#B20000;
	margin-right:10px;
}
#con_title span{
	color:#0280A5;
}
/**************************************************************/
.info_title{
	position: relative;
	margin-bottom:20px;
	color:#333333;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	text-decoration:underline;
}
.info_title:before{
	content:'';
	background: url(../images/about_icon.png) no-repeat;
	width: 38px;
	height: 38px;
	display:inline-block;
	margin-bottom:-10px;
	margin-right:10px;
}
/**************************************************************/
#conbody > .title{
	height:38px;
	margin-bottom:35px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:35px;
	border:#D4D4D4 1px solid;
	letter-spacing:1px;
	background:url(../images/news/title.jpg) center top;
}
#conbody{
	color:#777777;
	line-height: 1.6;
	font-size: 14px;
	margin: 0 auto;
}
.content .line{
	border-bottom:#DFDFDF 1px solid;
}
/**************************************************************/
@media (max-width: 1320px) {
#main{
	padding-left:10px;
	padding-right:10px;
}
}
@media (max-width: 1200px) {
}
@media all and (max-width: 950px) {
#rightside{
	width:75%;
}
#leftside{
	width:20%;
}
}
@media (max-width: 700px) {
#banner{
	height:142px;
}
#banner img{
	max-width:none;
	width:700px !important;
	height:142px;
	display:block;
	left:50%;
	top:0px;
	margin-left:-350px;
	position: absolute;
}
#leftside_btn{
}
#leftside #title{
	position:relative;
	display: block;
	color:#FFF;
	text-align:center;
}
#leftside_btn{
	display: block;
}
#leftside{
	width:250px;
	background:#FFF;
	float:none;
	position:fixed;
	top:0px;
	right:-250px;
	height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#leftside_btn{
	display: block;
}
#rightside{
	width:100%;
	float: none;
	position:relative;
}
}
@media (max-width: 650px) {
}
@media (max-width: 530px) {
}
@media (max-width: 500px) {
#banner{
	display:none;
}
}
