@charset "utf-8";
#menu{
	width:100%;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    padding: 10px 20px;
    padding-right: 58px;
    background: #108edc;
	border-bottom:1px #ccc solid;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.image_header_bg,#img,#banner,#footer_frame{
	display:none
}
.toplink{
	/*background: #1ea4f9 url(../img/bottom_bg.jpg) center top  !important;*/
	height:90px;
	width: 100%;
}
.margin_top{
	top:0
}
.logo img{
	width:75%
}
.toplink_bg{
	float:left
}

.search_a {
	padding: 2px 0
}
.search {
	display: none;
}
#menu {
	background: none;
	position: fixed;
	top: 125px
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("../img/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.icon_font {
	display: block;
	text-align: left;
}
.icon_pic {
	display: none
}
.toggleMenu {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 3;
}
.menu_bg {
	background:rgba(255,255,255,0.9);
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 5;
}
.scrollbar_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.search_show {
	display: inline-block;
	position: fixed;
	z-index: 6;
	top: 10px;
	left: 10px;
	margin-right: 50px;
}
.overflow {
	overflow: hidden;
}
#main-menu li img{
	display:none;
}

@media only screen and (max-width: 439px) {
.search_show {
    top: 10px;
}
#menu {
    top: 160px;
}
}

@media only screen and (max-width: 480px) {
	#tabs ul li{
		width:100%;
		margin-top: 6px;
	}
	#tabs .title{
		padding: 0;
	}
	#tabs .more{
		top: 92%;
	}
	#tabs{
		/*margin-bottom: 30px;
		background: none;*/
		margin-bottom: 55px;
        min-height: 263px;
	}
	body .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #12a0ea none !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff !important;
	}
	body .ui-tabs .ui-tabs-nav li, body .ui-tabs .ui-tabs-nav li:hover{
	line-height:31px
	}
	#tabs .title li a {
	width: 100%;
    background: #eb6100;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}
	#tabs .title li a:hover{
    background:#ebc200;
	}
	
	
	
#footer_frame {
	display: none;
}
#footer_frame ul li a{
	color:#fff
}
#footer_1 {
	width: 100%;
	padding: 14px 0;
	text-align: center;
}
#footer_three_block {
	display: table;
    margin: 0 auto;
}
#footer_three_block a {
	color: #ffffff;
}
#footer_info {
	width: 100% !important;
	margin-top: 16px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
#footer_info #accessibility {
	display: none;
}
}

/*@media only screen and (min-width: 481px) {*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
#footer_frame {
	display: none;
}
#footer_1 {
	width: 100%;
	padding: 14px 0;
	text-align: center;
}
#footer_three_block {
	display: table;
    margin: 0 auto;
	}
#footer_three_block a {
	color: #ffffff;
}
#footer_info {
	width: 100% !important;
	margin-top: 16px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
#footer_info #accessibility {
	display: none;
}
}

@media only screen and (max-width:768px) {
.meun_top1 { /*(最大尺寸768瀏覽器寬度不出現 手機版menu與抬頭顯示器)*/
	display: none;
}

.search_link a{
    color: #f57f00;
}

.service_banner img{
	width: 32%;
    /*padding: 0 1.5%;*/
}
.service_box .more{
	top:327px;
}
.service_box{
	background: #FFF;
	/*border:1px solid #a20000;*/
	border-radius: 10px;
	margin-bottom: 20px;
	min-height: 353px;
}
.more_video{
	position: absolute;
	top:42px;
	right: 29px;
}
.search_input{
	max-width: 266px;
	border: 1px #ea535d solid;
}
}

@media only screen and (max-width:480px) {
.more_video{
	position: absolute;
	top:25px;
	right: 29px;
}
.search_input{
	max-width: 210px;
	border: 1px #ea535d solid;
}
}