@charset "utf-8";
@import url("reset.css");
/* CSS Document */
.clear{clear:both;}
*{
	font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
p{
	font-size:13.5px;
	font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

a,a:visited,a:active{
	text-decoration:none;
	color: #434343;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}

body{
	overflow-x:hidden;
	background-color:#fff;	
}

body.bg01{
	background-position: top right;
	background-image:url(../images/bg01b.jpg);
	background-repeat:repeat-x;
}

body.bg02{
	background-image:url(../images/bg02.jpg);
	background-repeat:repeat-x;
}

body.bg03{
	background-color:#fff;
	background-image:url(../images/bg03.jpg);
	background-repeat:repeat-x;
}

#wrapper{
	width:100%;
}

#header{
	display:block;
	height:80px;
	width:1200px;
	margin:9px auto 10px auto;
}

.logo{
	background-image:url(../images/logo.jpg);
	float:left;
	width:245px;
	height:47px;
	margin:16px 5px;
}

.keyword{
	padding:0 10px 0;
	text-align:right;
	color:#666;
	width:1180px;

}

.menu{
	margin:10px 5px;
	font-weight:bolder;
	float:right;
	cursor:pointer;
}

.menu ul li{
	transition: color 0.3s ease-in-out 0s;
	display:inline-block;
	padding: 5px 10px;
}

.menu ul li a{
	letter-spacing: 0;
	font-weight: 100;
	color:#111;
	font-size:17px;
	display: block;
}

.menu ul li a.active{
	color:#1f71b1;
}

.menu ul li.active a, .menu ul li a:hover{
	color:#1f71b1;
}

.menu ul li.fansPage ul{
	padding:15px 0 15px 0;
	width:200px;
	float:left;
	position:absolute;
	z-index:999;
	background-color:rgba(0,0,0,.8);
	display:none;
}

.menu ul li.fansPage ul li{
	text-align:center;
	width:180px;
	font-weight:bolder;
	line-height:45px;
	height:45px;
	color:#fff;
	border:none;
}

.menu ul li.fansPage ul li:hover{
	color:#fff;
	border-left:#fff 5px solid;
}

.menu ul li.fansPage:hover ul{
	display:block;
	opacity:0.9;
}

.menu ul li.fansPage ul li a{
	color:#fff;
}

.menu ul li.fansPage img{
	float:left;
	height:22px;
	margin:0 3px 0 0;
}

.fansPage_btn{
	height:22px;
	width:auto;
	float: right;
	color:#fff;
	padding:5px 12px 5px 8px !important;
	letter-spacing:-0.1px;
	margin:0 5px;
	/*-webkit-border-radius: 3px;*/
	font-size:15px;
}

.fb_color{
	background:#3C5898;
}

.ig_color{
	background:#E56969;
}

#channel_list h5{
	font-weight: 100;
	letter-spacing:.8px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

#channel_list ul li{
	text-align: center;
    float: left;
    margin: 0;
    padding: 0 20px;
}

#channel_list ul li.active{
    color: #fff;
    background-color: #00457f;
}

#channel_list ul li:hover{
	background-color:rgba(255,255,255,.3);
	transition: background 0.2s ease-in-out 0s;
}

div#channel_list{
	display: block;
    height: 42px;
    width: 1180px;
    margin: 0 auto 0 auto;
}

/* btn */

.btn{
	padding:8px;
	text-align:center;
	font-size:15px;
	cursor:pointer;
	background-color:#0093E0;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	color:#FFF;
	border:0;
}

/* alert */

.alert{
	color:#C33;
	font-size:13.5px;
	font-weight:bolder;
	margin-left:85px;
}

.btn:hover{
	background-color:#30c2f8;
}

/* time table */

#time-table-header{
	display:none;
}

.sidr-class-time_ctrl{
	text-align:center;
	font-size:1em;
	width:100%;
	height:42px;
	line-height:42px;
	background:#333;
	margin:0;
}

.sidr-class-time_ctrl button{
	cursor:pointer;
	background:#333;
	border:0;
	font-size:1em;
	color:#FFF;
	height:42px;
	line-height:42px;
	padding:0 6%;
	margin:0;
	background:#222;
}

.sidr-class-left{
	float:left;
}

.sidr-class-right{
	float:right;
}

.sidr-class-time_ctrl button:hover{
	background:#000;
}

#time-table-btn{
	cursor:pointer;
	font-size:17px;
	line-height:21px;
	position:absolute;
	z-index:999;
	padding:13px 5px 12px 9px;
	height:auto;
	width:22px;
	background-color:#0093E0;
	/*background-color:#222222;*/
	color:#FFF;
	right:0;
	margin-top:100px;
}
#time-table-content{
	display:none;
}

/* sidr */

.sidr{display:block;position:fixed;top:0;height:100%;z-index:999;width:285px;overflow-x:hidden;overflow-y:auto;font-family:"Microsoft JhengHei", Arial, Helvetica, sans-serif;font-size:15px;background:#0093E0;color:#fff;cursor:pointer;}
.sidr.sidr-inner{padding:0;}
.sidr.sidr-inner>p{margin-left:15px;margin-right:15px}
.sidr.right{left:auto;right:-285px}
.sidr.left{left:-285px;right:auto}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-color:#0093E0;text-align:center;font-size:1.3em; padding-top:26px;height:43px; letter-spacing:0.1em; line-height:1.5em;}
.sidr p{background-color: #0093E0;text-align: center;font-size: 1.3em;height: 30px;letter-spacing: 0.1em;font-size: 13.5px;letter-spacing: 0.1em;}
.sidr p a{color:rgba(255,255,255,0.9)}
.sidr>p{margin-left:15px;margin-right:15px}
.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:0px solid #1a1a1a;border-bottom:0px solid #4d4d4d}
/*.sidr ul li{padding-left:30px;display: block;margin: 0;line-height: 1.8em; margin-top:13px;border-top: 0px solid #fff;border-bottom: 0px solid #fff;background-color:#0093E0}*/
.sidr ul li{padding: 10px 20px 10px 20px;display: block;margin: 0;margin: 0;border-top: 0px solid #fff;border-bottom: 0px solid #fff;background-color: #0093E0;}
.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:0;color:#fff;background-image: linear-gradient(to left, #4facfe 0%, #00d7fe 100%);}
.sidr ul li.active,.sidr ul li.sidr-class-active::after{content: "●";color:#ffa1a1;-webkit-animation: fadeinout 5s linear 1 forwards;animation: fadeinout 2s linear 1 forwards;animation-iteration-count: infinite;font-size:10px;letter-spacing:-.5px;position:relative;right:-10px;}
@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #222 inset}
.sidr ul li img {
    height: 16px;
    margin-left: 6px;
    position: relative;
    top: 3px;
	border: 1px solid #fff;
}
.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
.sidr ul li ul{border-bottom:0;margin:0}
.sidr ul li ul li{line-height:40px;font-size:13px}
.sidr ul li ul li:last-child{border-bottom:0}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:0;line-height:41px}
.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #222 inset}
.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}
.sidr form{margin:0 15px}
.sidr label{font-size:13px}
.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13.5px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}
.sidr input[type=checkbox]{width:auto;display:inline;clear:none}
.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}
.sidr span{font-size:1em;}
#sidr_float {
	display: none;
	position: absolute;
}
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/* item */

.item{
	width:1200px;
	font-weight:inherit;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.item li{
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	/*background-color:#fff;*/
	/*border:#eee 1px solid;*/
	margin:5px;
	float: left;
	padding: 0px;
	position: relative;
	/*box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-moz-box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;*/
}

.item li:hover{
	/*box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-moz-box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.08) 2px 3px 15px;*/
}

.item figure{
	margin:0 0 10px 0;
	width:380px;
	height:214px;
	overflow:hidden;
}

.item figure img{
	-webkit-transition: .15s linear;
	transition: .15s linear;
	overflow:hidden;
	width:380px;
	height:214px;
	padding: 0;
	float: left;
	z-index: 4;
}

.item figure img:hover{
	/*opacity: 1;*/
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item h4{
	color:#000;	
}

.item span.time_bar{
	font-size:13.5px;
	position:absolute;
	z-index:1;
	color:#FFF;
	background-color:rgba(0, 0, 0, 0.5);
	padding:2px 5px;
	bottom:75px;
	right:10px;
	letter-spacing:0.05em;
}

.item span.play_icon{
	position:absolute;
	z-index:999;
	color:#FFF;
	width:30px;
	height:30px;
	background-image:url(../images/play_icon.png);
	left:0;
	margin-left:0;
	top:0;
}

/* main */

#main{
	/*clear:both;*/
	margin:0 auto 0 auto;
	width:1200px;
}

/* path */

#path{
	z-index:999;
	margin:auto;
	width:1200px;	
}

#path p{
	margin:10px 0 15px 20px;
	color:#666;
}

#path p a{
	font-weight:bolder;
}

#path p a:hover{
	text-decoration:underline;
}

/* top_bar */

.top_bar {
  	margin: 0;
  	padding: 0;
}
ul.top_bar {
  	list-style: none;
}

/* bottom_bar */

.bottom_bar{
	width:1200px;
	margin:0 auto 50px auto;
	display:inline-block;
}

.bottom_bar hr{
	float:left;
	width:99%; 
	border: 0; 
	height:10px;
	margin:1% 1%;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bottom_bar h4.title{
    width: 100%;
    float: left;
    font-size: 27px;
    font-weight: 100;
    color: #333;
    letter-spacing: 2px;
    font-family: Microsoft JhengHei;
}

.bottom_bar a.ctrl_btn{
    cursor: pointer;
    height: 22px;
    font-size: 16px;
    letter-spacing: 1px;
    float: right;
    padding: 5px 14px;
    transition: background 0.3s ease-in-out 0s;
    background-color: #0093E0;
    color: #fff;
    font-weight: normal;
    margin-bottom: 32px;
    margin-right: 10px;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
}

.bottom_bar a.ctrl_btn:hover{
	background-color:#30c2f8; 
	color:#fff; 
}

.bottom_bar ul{
	float:left;
	margin: 3px auto 0 0;
}

.bottom_bar ul li{
	position:relative;
	width:380px; 
	height:280px; 
	float:left; 
	margin:12px 10px;
}

.bottom_bar ul li img{
	width:100%;
	height:214px;
	margin-bottom:10px;	
}

.bottom_bar h5{
	font-weight: 100;
	display : inline-block;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	width: 360px;
    margin: 5px 10px 2px;
	font-size: 17px;
	color: #1f71b1;
}

.bottom_bar img.title_icon{
    width: 30px;
    height: 20px;
    position: absolutel;
    float: left;
	margin:8px 0 0 0;
}

.bottom_bar ul li p{
	/*line-height:2em;*/
	font-size:15px;
	margin:0 10px;
	color:#555; 
	letter-spacing:1px;
}

.bottom_bar ul .new_tag{
	font-size:16px;
	position:absolute;
	z-index:999;
	color:#FFF;
	background-color:rgba(180, 0, 0, 0.8);
	padding:3px 5px; 
	margin-top:0;
	left:0; 
	letter-spacing:0.05em;
}

/* search box */

.keyword input {
	font-size: 15px;
	background: none repeat scroll 0 0 #fff;
	border:#ccc .5px solid;
	color: #bfbfbf;
	letter-spacing: .5px;
	height: 16.5px;
	line-height:10px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px 10px;
	transition: background 1s ease-in-out 0s;
	transition: border 0.3s ease-in-out 0s;
	width: 180px;
	/*border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
}

.keyword input:hover {
	background-color:#FFF;
	border:#459ae9 .5px solid;
}

.keyword button {
	background: url(../images/search.png) no-repeat scroll center center #0093E0;
	cursor: pointer;
	height: 28px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 30px;
	border: 0;
	/*border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
}

.keyword button:hover {
	background-color:#30c2f8;
}

/* fx */

.rounded-corners {
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  -khtml-border-radius: 3px; /* Konqueror */
  border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
  behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}

/* list page */

#list_page{
	margin-top:10px;
}

/* inside page */

#inside{
	left:50%;
	margin:20px auto;
	width:1200px;
}

#inside .title{
	float:left;
	width:68%;
	margin:5% 0 2% 2%;	
}

#inside .title h1{
	letter-spacing:0.01em;
	line-height:1.4em;	
	color:#1f71b1;	;
}

#inside hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width:100%;
	margin:3% auto;
	padding:0;
}

#inside .title .time_bar{
	float:right;
	color:#999;
	height:20px;
	white-space:nowrap;
}

#inside .content{
	float:left;
	width:68%;
	margin:0 4% 5% 2%;
}

#inside .content h3{
	width:100%;
	margin:0 0 10px 0;
	line-height:24px;	
	color:#1f71b1;
	float:left;
}

#inside .content p{
	margin:1% 0 3% 0;
	color:#535353;
	line-height:34px;
	float:left;
	font-size:1em;
}

#inside .content input{
	width:150px;
	cursor:pointer;
	margin-right:10px;
}

#inside .content .pic img, #inside .content iframe{
	width:100%;
	margin:3% 0;
}

#inside .content .pic b{
	color:#555;
	width:100%;
	float:left;
	padding:0;
	margin:-1.8% 0 2.8% 0;
}

#inside .ad{
	width:25%;
	margin-top:3%;
	margin-right:1%;
	float:right;
}

#inside .ad .banner{
	letter-spacing:-0.01em;
	color:#bbb;
	font-size:13.5px;
	line-height:25px;
	text-align:right;
	border:#eee 1px solid;
	padding:1%;
	width:98%;
	margin-bottom:5%;
	background-color:#fff;
}

#inside .ad .banner img{
	cursor:pointer;
	margin-top:1%;
	width:100%;
}

#inside .btn_item{
	float:left;
	width:100%;
}

#inside .link_more h2{
	margin-bottom:2%;	
}

#inside .link_more{

	width:68%;
	line-height:2em;
	margin:0 0 200px 2%;
	clear:both;
}

#inside .link_more a{	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0 1.5%;
	width:97%;
	height:2em;
	color:#1f71b1;
	float:left;
}

#inside .link_more a:hover{
	color:#2a9fdb;
}

/* share */

#share a{
	color:#FFF;
}

#share{
	float:right;

}

#share .button svg{
	margin-right:7px;
	vertical-align:-3px;
	width:16px;
	height:16px;
	fill:currentColor
}

/* table style */

table.style_01 {
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fefefe;
	width:100%;
	margin:2% 0 3% 0;
	-moz-border-radius:10px; /* FF1+ */
	-webkit-border-radius:10px; /* Saf3-4 */
	border-radius:10px;
}

table.style_01 .title{
	background-color:#026bc7;
	color:#fff;
}

table.style_01 .time{
	background-color:#459ae9;
	color:#fff;	
}

table.style_01 .title:hover{
	background-color:#026bc7;
	color:#fff;
}

table.style_01 th,table.style_01 td {
    line-height: 30px;
    padding: 15px;
}

table.style_01 th {
	padding-top:22px; 
	background:#e8eaeb;
}

table.style_01 td {
	border-right:1px solid #eee;
	border-top:1px solid #eee;
}

table.style_01 tr.odd-row td {
	background:#f6f6f6;
}

/*table.style_01 td.first,table.style_01 th.first {
	text-align:left; 
}*/

table.style_01 td.last {
	border-right:none;
}

table.style_01 tr.active{
	background-color: #f6f6f6;
}

table.style_01 tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	/*background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));*/
}

table.style_01 th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	/*background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));*/
}

table.style_01 tr:first-child th.first {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px; /* Saf3-4 */
}

table.style_01 tr:first-child th.last {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; /* Saf3-4 */
}

table.style_01 tr:last-child td.first {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

table.style_01 tr:last-child td.last {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

/* about */

#about{
	float:left;
	width:100%;
	padding-top:3%;
	padding-bottom:10%;
}

#about table{
	font-size:15px;
	width:100%;
}

/* proglist */

#proglist{
	background-color:#fff;
	float:left;
	width:100%;
	padding-top:3%;
	padding-bottom:10%;
}

#proglist label{
	float:left;
	line-height:3.8em;	
}

#proglist select{
	width:150px;
	float:left;
}

#proglist select option{
	height:50px;
}

#proglist table{
	text-align:center;
	font-size:16px;
	width:100%;
}

#proglist table img{
    margin: auto;
    width: 25px;
    height: 25px;
    position: relative;
    top: 4px;
}

#proglist .content{
	border:#eee 1px solid;
	width:90%;
	padding:5%;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}

#proglist h4{
	margin-bottom:1em;
	width:100%;
	font-size: 1em;
    font-weight: bolder;
    line-height: 1.5em;
    color: #006dca;
}

#proglist h5{
    line-height: 1.5em;
	font-size: 0.95em;
    color: #006dca;
	margin-bottom:10px;
	width:100%;
}

#proglist p{
	margin-bottom:1.5em;
}

#proglist input.btn{
	margin-top:10px;
	margin-left:5px;
	width:80px;
	float:left;
}

/* adservice */

#adservice{
	background-color:#fff;
	float:left;
	width:100%;
	padding-top:3%;
	padding-bottom:10%;
}

#adservice .form{
	float:left;
	background-color:#f5f5f5;
	padding:40px;
	width:90%;
	margin-top:2%;;	
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}

#adservice iframe{
	width:100%;
}

#adservice iframe.book{
	height:800px;	
}

#adservice h2{
	margin-bottom:20px;
	color:#474E69;
}

#adservice input,textarea,select{
	margin:8px;
	height:40px;
	padding:0 10px;
	border:1px solid #E5E5E5;
	width:85%;
	color:#999999;
}

#adservice textarea{
    width: 93.8%;
    padding: 1.5%;
    height: 150px;
    line-height: 18px;
}

#adservice input:hover,textarea:hover,input:focus,textarea:focus,select:hover,{
	border-color:1px solid #C9C9C9;
	box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
	-moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
}

#adservice .form label{
	margin-left:10px;
	color:#666;
}

#adservice input{
	color:#666;	
}

#adservice .submit input{
	color:#fff;
	margin-right:30px;
	width:150px;
	float:right;
}

/* Articles_of_Association */

#Articles_of_Association{
	background-color:#fff;
	float:left;
	width:100%;
	padding-top:3%;
	padding-bottom:10%;
}

#Articles_of_Association label{
	float:left;
	line-height:3.8em;	
}

#Articles_of_Association select{
	width:100px;
	float:left;
}

#Articles_of_Association table{
	text-align:center;
	font-size:15px;
	width:100%;
}

#Articles_of_Association table img{
	width:18px;
	height:18px;
}

#Articles_of_Association .content{
	border:#eee 1px solid;
	width:92%;
	padding:4%;
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

#Articles_of_Association h4{
	margin-bottom:1em;
	width:100%;
	font-size: 1em;
    font-weight: bolder;
    line-height: 1.5em;
    color: #006dca;
}

#Articles_of_Association h5{
    line-height: 1.5em;
	font-size: 0.95em;
    color: #006dca;
	margin-bottom:10px;
	width:100%;
}

#Articles_of_Association p{
	margin-bottom:1.5em;
}

#Articles_of_Association input.btn{
	margin-top:10px;
	margin-left:5px;
	width:80px;
	float:left;
}


/* tab_ctrl */

.tab_ctrl p{
	line-height:1.8em;
}

.tab_ctrl img{
	width:100%;
}

.tab_ctrl ul{
	float:left;	
}

.tab_ctrl ul, li {
	font-size:16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab_ctrl .abgne_tab {
	width:100%;
	margin: 10px 0;
}

.tab_ctrl ul.tabs {
	text-align:center;
	width: 15%;
	margin-left:20px;
	height: 0;
}
.tab_ctrl ul.tabs li,.tab_ctrl ul.tabs span a {
	margin:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	color:#6e6e6e;
}
.tab_ctrl ul.tabs li a {		
	color:#6e6e6e;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	text-decoration: none;
}

.tab_ctrl ul.tabs li a:hover {
	background: #f3f3f3;
}
.tab_ctrl ul.tabs li.active  {
	background: #f3f3f3;
}

.tab_ctrl div.tab_container {
    float: right;
    margin-right: 0.5%;
    margin-top: 1%;
    width: 80%;
    border-top: none;
    background: #fff;
}

.tab_ctrl div.ratings img{
	position:relative;
	top:3px;
	margin:0 5px 0 10px;
	width:20px;
	height:20px;
}

.tab_ctrl div.ratings{
	margin:20px;
	float:right;
}

.tab_ctrl div.tab_container .tab_content {
	color:#666;
	min-height:580px;
}

.tab_ctrl div.tab_container .tab_content h3 {
	margin-bottom:0.5em;
}

.tab_content h4{
	color:#006dca;
}

.tab_ctrl div.tab_container .tab_content ul{
	width:100%;
	margin:0.5em 0 3em 0;
}

.tab_ctrl div.tab_container .tab_content ul li{
	font-size:15px;
	font-weight:bolder;
	line-height:2em;
	color:#006dca;
	list-style:none;
}

.tab_ctrl div.tab_container .tab_content ul li ul{
	margin-bottom:1.2em;
}

.tab_ctrl div.tab_container .tab_content ul li ul li{
	font-weight:normal;
	color:#666;
	list-style:inside;	
	margin-left:2em;
}

/* Privacy_Policy */

#Privacy_Policy{
	color:#666;
	background-color:#FFF;
	width:1200px;
	margin:30px auto 0 auto;
}

#Privacy_Policy h3.title{
	font-size:1.4em;
	width:1010px;
	margin:50px auto 50px 105px;
}

#Privacy_Policy .content{
	width:960px;
	margin:0 auto 100px 22px;
	border:#eee 1px solid;
	padding:40px 85px 100px 125px;
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

#Privacy_Policy p,#Privacy_Policy li{
	line-height:2em;
	font-size:13.5px;	
}

#Privacy_Policy h3{
	margin:1.2em -2.1em;
	text-align:left;
}

#Privacy_Policy ol li{
	/*list-style:cjk-ideographic;*/
	list-style:lower-roman;
	margin-left:2em;	
}

#Privacy_Policy ol ol li{
	list-style:decimal;
	margin-left:1.3em;	
}

/* search */

#search{
	width:1200px;
	margin:0 auto 0 auto;
	padding-top:10px;
}

#search .result{
	margin:0 auto 15px 20px;
	width:100%;
}


#search span a.cover{
	color:#1f71b1;
}

#search ul{
	float:left;
	margin:30px auto 60px 20px;	
}

#search ul li{
	background-color:#fff;
	padding-bottom:10px;
	width:380px;
	height:100px;
	float:left;
	margin:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-moz-box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
}

#search ul li:hover{
	box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-moz-box-shadow:rgba(0,0,0,0.05) 0px 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.08) 2px 3px 15px;
}

#search ul li a:hover{
	color:#000;	
}

#search ul li h4{
	padding-top:10px;
	overflow:hidden;
	text-overflow:ellipsis; 
	color:#1f71b1;
	width:33.3%;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	margin:5px;
}

#search ul li p{
	overflow:hidden;
	margin:5px;
}

#search ul li img{
	padding:10px;
	float:left;
}

/* ad_banner */

#ad_banner{
	margin:15px auto;
	width:1165px;
	height:80px;
	display:inline-block;
}

#ad_banner img{
	float:left;
	width:170px;
	height:60px;
	margin-left:24px;
}

/* footer */

#footer{
	clear:both;
	background-color:#f8f8f8;
	font-size:15px;
	padding-top:65px;
	text-align:center;
	width:100%;
	margin:auto;
	height:140px;
	line-height:35px;
	color:#959595;
}

#footer .moreLink{
	font-weight:bolder;
	color:#ddd;
	text-decoration:none;
}

#footer .moreLink a{
	transition: color 0.3s ease-in-out 0s;
	padding:0 10px 0 10px;
	color:#666;	
}

#footer .moreLink a:hover{
	color:#0093E0;
}


/* sitemap */

#sitemap-btn{
	cursor:pointer;	
}

#sitemap{
    bottom:0;
    display:none;
    padding:0;
    margin:0;
	opacity:0.95;
	padding:20px 20px 100px 20px;
	background-color:#006dca;
	position:fixed;
	z-index:8800;
	bottom:0;
	left:0;
	width:100%;
	height:350px;
	display:none;
}

#sitemap ul{
	width:1060px;
	margin: 10px auto;
}

#sitemap ul li{
	min-width:20%;
	color:#fff;
	line-height:20px;
	float:left;
}

#sitemap ul a:hover{
	/*color:#FF0;*/
}

#sitemap ul li ul{
	height:180px;
	width:180px;
	float:left;

}

#sitemap ul li ul h3{
    font-size: 20px;
	font-weight:100;
    width: 100%;
    float: left;
    width: 100%;
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 20px;
    margin-bottom: 300px;
    line-height: 0px;
	letter-spacing:3px;
}


#sitemap ul li ul li{
    clear: both;
    width: 100%;
    list-style: none;
    margin-left: 3px;
    height: 35px;
    font-size: 15px;
}

#sitemap a{
	color:#fff;	
}

#sitemap .close{
	opacity:0.8;
	background:url(../images/close.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	position:absolute;
	z-index:8800;
	top:10px;
	right:50px;
	border:#fff 1px solid;
	float:right;
	width:10px;
	height:10px;
	cursor:pointer;
}

.sitemap-close:hover{
	opacity:0.9;	
}
