﻿@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.hide-panel {
	display:none !important;
}

.row {
    margin-right:-10px;
    margin-left:-10px;
}

.container {
	width:100%;
	padding:0 15px;	
	margin:0 auto;
	box-sizing:border-box;
	max-width:980px;
}

.tBar{
        color: #0f5769; 
        height: 25px;
        font-family: 標楷體;
        font-weight: bold;
        font-size: 20px;
        border-bottom:3px #0f5769 solid;
       }
       
.tBar-blue{
        color: #4682B4; 
        height: 25px;
        font-family: 標楷體;
        font-weight: bold;
        font-size: 20px;
        border-bottom:3px #4682B4 solid;
       }        
       
.tBar-black{
        color: black; 
        height: 25px;
        font-family: 微軟正黑體;
        font-weight: bold;
        font-size: 20px;
        border-bottom:3px black solid;
       }        
       
#goBackBtn {
    width: 30px;
    height: 30px;
    border:none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    border-radius: 50%;
}

.title_bar{
	color: white;
	background-color: #6db8cf; 
	border-left: 12px solid;
	}

.arrow_right, .arrow_right:after {
    border: solid black;
    border-width: 0px 4px 4px 0;
    border-color: #6db8cf;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
}

.arrow_right:after {
 content:" ";
 transform:rotate(0);
 position:absolute;
 left:-10px;
 top:-10px;
}

.triangle_right{ 
	margin-left: 0px; 
	float: left; 
	width: 0; 
	height: 0; 
	border-width: 15px; 
	border-style: solid; 
	border-color: transparent transparent transparent #6db8cf; 
}



.bbfont {
    font-family: 微软雅黑;
    font-weight: bold;
}
@media screen and (max-width:990px) {
	.pc-mode {
	  display:none !important;
	}	
}
@media screen and (min-width:991px) {
	.sp-mode {
	  display:none !important;
	}
 }
@media screen and (min-width:501px) {
	.mb_mode {
	  display:none !important;
	}
 }
#header{
	height:100px;
	position:relative;
	width:100%;
	max-width:980px;}
	
#header	.container{
	padding: 0;
        position: static;
	} 

#header #logo{
	display:block;
	position:absolute;
	left:10px;
	top:10px;} 
	
#header	#m_nav{
	width:100%;
	position: absolute;
	bottom:-22px;
	left:0;
  border-top:3px #0f5769 solid;
	display: block;
	min-height:38px;
  background: #fff;
	box-sizing:border-box;
  box-shadow:0 3px 8px rgba(0,0,0,0.3);
	padding:5px;
	z-index:10
	}

#header	#m_nav button{
 	height:38px;
	float:left;
  background-color: #ffffff; 
	display: block;
	width:calc(100% / 4);
	text-align:center;
	text-decoration:none;
	position:relative;
	color:#0f5769;
  border: none;        
	font-size:15px;
  font-weight: bold;
	line-height:38px;}

#header #m_nav .dropdown-content {
  display: none;
  position: absolute;
  top: 38px;
  right: 0px;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

#header #m_nav .dropdown-content a {
  color: #130666;
  border: none;
  width: 100% ;
  text-align:center;
  padding: 0px;
  font-size:15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}


#header #m_nav .dropdown-content a:hover {
background-color: #ddd;
}


#header #m_nav button:hover .dropdown-content {
display: block;
}


#header #m_nav:hover .dropbtn {
background-color: #3e8e41;
}
		
#header	#m_nav button:hover{
	background-color:rgba(0,0,0,0.3)
}
	

#header	#m_nav a{
 	height:38px;
	float:left;
	display: block;
	width:calc(100% / 4);
	text-align:center;
	text-decoration:none;
	position:relative;
	color:#0f5769;
  border-right:0px #c3c8c9 solid;
  border-left:0px #c3c8c9 solid;
  border-bottom:1px #c3c8c9 solid;
	/*font-size:15px;*/
	font-size:1.25rem!important;
  font-weight: bold;
	line-height:38px;}

#header	#m_nav a:after{
	content:'';
	display:block;
	width:1px;
	height:10px;
	background:rgba(255,255,255,0.5);
	position:absolute;
	right:-0.5px;
	top:50%;
	margin-top:-5px;}
	
#header	#m_nav a:last-child:after{
	display:none;}		
	
#header	#m_nav a:hover{
	background-color:rgba(0,0,0,0.3)}
	
#header #addon{
	right:-10px;
	top:25px;
	left:auto;}	
			
#header #search {
    position: absolute;
    left: auto;
    top: 40px;
	right:10px;
}			
 
#header #search .search-bg{
	width:150px;} 
	
#header #share {
    position: absolute;
    left: auto;
    right: 247px;
    top: 44px;
}	

#nav_btn{
	display:none;}
	
/*平板*/
@media screen and (min-width:991px) {
	#header .nav_box.container{
		display:block !important}}
@media screen and (max-width:990px) {
#header {
        height: 50px;
	border-bottom:1px solid #357dc9;
 }
#header .nav_box.container {
	display: none;
	border-radius:0;
	position: relative;
	top:50px;
	z-index:10;
	box-shadow:0 3px 10px rgba(0,0,0,0.4);
	max-width:100%;}
#header #m_nav{
	top: 0;
        min-height: 80px;
        position: relative;
        border-radius: 0;
        padding: 0;
	box-shadow:none
	}

#header	#m_nav button{
	float:left;
        background-color: #ffffff; 
	display: block;
	width: 100% ;
	text-align:left;
	text-decoration:none;	
	padding:0 20px;
	border-top:1ps solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5)
        font-weight: bold;}

#header #m_nav .dropdown-content {
  display: none;
  position: absolute;
  top: 38px;
  left: 50%;
  background-color: #f1f1f1;
  width: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

#header #m_nav .dropdown-content a {
  color: #130666;
  border: none;
  width: 100% ;
  text-align:center;
  padding: 0px;
  font-size:15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}


#header #m_nav .dropdown-content a:hover {
background-color: #ddd;
}


#header #m_nav button:hover .dropdown-content {
display: block;
}


#header #m_nav:hover .dropbtn {
background-color: #3e8e41;
}
		
#header	#m_nav button:hover{
	background-color:rgba(0,0,0,0.3)
}

	
#header #m_nav a{
	display:block;
	width:100%;
	text-align:left;
	padding:0 20px;
	border-top:1ps solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5)}
	
#header #m_nav a:after{
	width:8px; height:8px;
	background: none;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	right:55px;
	margin-top:0;
	transform:translate(0,-50%) rotate(45deg);}
	
#header #m_nav a:last-child:after{
	display:block;}		
	
#header #logo{
	height:40px;
	top:0px;}
	
#header #logo a{
	display:block;
	width:100%;
	height:100%;}			
#header #logo a img{
	max-height:100%;
	width:auto;}

#header #addon, #header #search, #header #share{
	padding:10px;
	box-sizing:border-box;
	background:#fff;
	color:#fff !important;
	border-bottom:1px solid #999;}
	
#header #addon {
    right: auto;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
   display: none;
 }

#header #search {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
	width:100%;
 
}
#header #share {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
	width:100%
}
#header #search .search-bg {
    width: calc(100% - 86px);
}
.addthis_toolbox a {
    margin-bottom:0 !important;
    line-height:1 !important;
}

#nav_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 46px;
    height: 46px;
    cursor: pointer;
}
#nav_btn span {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #2c3188;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -20px;
}
#nav_btn span:before, #nav_btn span:after{
	content:'';
	display:block;
	width:23px;
	height:2px;
	background:#2c3188;
	position:absolute;
	left:0;
	transition:all 0.4s
	}
	
#nav_btn span:before{
	top:-10px;}
	
#nav_btn span:after{
	bottom:-10px;}
	
#nav_btn.open span{
	background:transparent}	
#nav_btn.open span:before{
	top:0px;
	transform:rotate(45deg)}
	
#nav_btn.open span:after{
	bottom:0px;
	transform:rotate(-45deg)}	
				
		
header nav{
    position: absolute ;
    top: 80px;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #d70026;
}	
	}

@media screen and (max-width:768px) {
#header #logo a {
    width: 250px;
    overflow: hidden;
}	
#header #logo a img {
    max-height: 72%;
    width: auto;
}	
}

/*FOOTER*/
#footer{
	height:auto;
	padding-bottom:20px;}
#footer #fInner {
    width: 100%;
	max-width:920px;
 }

#footer #fInner #copyright{
	width:calc(100% - 78px - 60px);}
	

element.style {
}
#footer #fInner #gotop a {
    float: right;
    display: block;
    width: 27px;
    height: 26px;
    background-image: url(../../images/com-tail-top-off.gif);
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 35px;
}	
#footer #fInner #gotop a:hover {
	background-image: url(../../images/com-tail-top-on.gif);
}	
@media screen and (max-width:990px) {
#footer #fInner {
	padding:0 15px;
	box-sizing:border-box;}	
	
}


@media screen and (max-width:500px) {
#footer #fInner #qr{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;}	
	
#footer #fInner #copyright{
	width:100%;
	padding:0 15px;
	box-sizing:border-box
 	}
	
#footer{
	position:relative;
	padding-bottom:55px
	}
#footer #gotop{
	position:absolute;
	right:50%;
	margin-right:-14px;
	bottom:10px;
	z-index:2;
	margin-top:0}	
			
	
}

	