@charset "UTF-8";

html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

/********************************/
.paginateButtons {
  margin-top: 30px;
  position: relative;
  width: 100%;
  _outline: 1px solid #eee;
  text-align: center;
}
.paginateButtons .counter {
  display: block;
  position: absolute;
  right: 8px;
  font-size: 15px;
  color: #aaa;
}

.paginateButtons>a {
  color: #aaa;
}

.paginateButtons .step,
.paginateButtons .currentStep {
  display: inline-block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 24px;
  margin: 0 2px;
  
}

.paginateButtons .step:hover {
  color: #fff;
  background-color: #227da7;
  text-shadow: rgb(0, 0, 0) 0px 1px 0px;
}

.paginateButtons .currentStep {
  color: #000;
  font-weight: bolder;
  background-color: #fb0;
}


.paginateButtons .prevLink,
.paginateButtons .nextLink {
  display: inline-block;
  text-decoration: none;
  margin: 0 8px;
}

.paginateButtons .prevLink:hover,
.paginateButtons .nextLink:hover {
  color: blue;
  text-decoration: underline;
}




/********************************/

html { height:100%; }

body {
  min-height: 100%;
  position: relative;
  -webkit-text-size-adjust:none;
  font-family: Tahoma, Arial, STHeiti, Helvetica, sans-serif;
  font-size: 16px;
}

.clear {
  clear: both;
}

/* 隱藏文字圖示 */
.icon {
	display: inline-block;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

input.text {
	height: 16px;
	border: 1px solid #bbb;
}

input.checkbox, input.radio { 
  vertical-align: middle; 

} 
label { 
  vertical-align: middle;
  cursor: pointer;
}

.old-ie-hint {
  display: block;
  width: 100%;
  background-color: infobackground;
  font-size: 18px;
	font-weight: bold;
  line-height: 32px;
  text-align: center;
}

/** Header & Footer **/

header, footer {
	_outline: 1px solid blue;
	width:100%;
	background-color: #fb0;
}


header>div,
header>nav,
footer>div {
	margin: 0 auto;
	width:100%;
}

header .wrapper {
    width: 1250px;
    box-sizing: border-box;
    padding: 0 9px;
    margin: 0 auto;
    _outline: 1px solid blue;
}
footer .wrapper,
#body.wrapper {
	width: 1000px;
	box-sizing: border-box;
	padding: 0 9px;
	margin: 0 auto;
	_outline: 1px solid blue;
}

#body.wrapper {
	display: block;
	padding-bottom: 142px; /* = footer margin-top + height  */
	margin-top: 30px;
}

footer {
	position: absolute;
	bottom: 0;
	height: 112px;
	margin-top: 30px;
}

.black-bar {
	font-size: 13px;
	color: #ddd;
	background-color: #000;
	line-height: 32px;
	text-align: right;
}
.black-bar a {
	text-decoration: none;
	color: #ddd;
}
.black-bar a:hover {
	color: #ee0;
}

header h1 {
	width: 440px;
	height: 100px;
	display: block;
	float: left;
  background: url(../img/header-en.png) no-repeat;	
  overflow: hidden;
}

header .rs-wrap {
  float: right;
}

#banner {
	width: 459px;
	height: 85px;
	display:block;
	float: right;	
  padding: 0;
	margin: 9px 0;
	overflow: hidden;
}
#content-box {
  display: block;
}
#content-box figure {
  margin: 0;
}
#content-box figure {
    transform: rotate3d(0, 1, 0, 0deg) translate3d(0px, 0px, 42.5px);
}
header hr {
	height: 2px;
	margin: 0px;
	border-style: none;
	background-color: #fd8;
	margin: 14px 0;
	clear: both;
}

#banner .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow:  none;
  border: 5px  none;
  left: 0;
}

/** Menu **/

nav {
	display: inline-block;
	margin-bottom: 6px;
	_outline: 1px solid blue;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
nav>ul>li {
  position: relative;
  float: left;
 	z-index: 10;
}
nav>ul a {
	color: #fff;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
nav>ul>li>a {
	font-size: 12px;
	font-weight: bold;
	/*padding: 0 15px;	*/
	padding: 0 35px;
	border-left: 1px solid #fff;
}

nav>ul>li:first-child>a { border-left: none; }

nav>ul>li>ul {
  display: none;
  position: absolute;
  left:1px;
  top:100%;
  padding-top: 10px;
  background-color: #fb0;
  font-size: 16px;

}
nav>ul>li>ul a {
	padding: 8px 23px;	
  border-top: 1px solid #777;
  border-bottom: 1px solid #555;
}

nav>ul li a:hover { }
nav>ul>li:hover>ul { display: block; }
nav>ul>li:hover li {
	background-color: #666;	
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}
nav>ul li:hover a {  }
nav>ul li a:hover { background-color: #fb0; }

nav>ul>li>ul>li>ul {
  display: none;
  position: absolute;
  left: -290px;
  top: 10px;
  width: 290px;
}
nav>ul>li:hover>ul>li:hover>ul {
  display: inline-block;
}



/* 主視覺 1245x319 */
#kv {  
	display: block;
	width: 1000px;
	height: 319px;
	margin: 0 auto;
	position: relative;
}
#kv>.outer {
	height: 319px;
	width: 1245px;
	overflow: hidden;
	position: absolute;
	left: -122px; /* (1245-1000)/2 */
}

#kv-content {
	list-style: none;
}
#kv .rs-thumb-wrap {
	position: absolute;
	top: 250px;
	left: 10px;
	z-index: 2;
}

#kv .rs-thumb-wrap a, #kv .bx-pager-link {
	display: block;
	height: 62px;
	border: 3px solid rgba(0,0,0,.5);
	margin-right: 1px;
	box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px 0px;
}
#kv .rs-thumb-wrap a.active, #kv .bx-pager-link.active {
	border-color: rgba(255,255,255,.8);
}

#kv .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
}

#kv .bx-wrapper .bx-pager {
	left: 8px;
	bottom: 4px;
	width: auto;
}

/** Footer **/

.footer-nav {
	font-size: 16px;
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}
  
.footer-nav li {
	display: inline-block;
}
.footer-nav li:before {
	content: '/';
	color: #fff;
	margin: 0 10px;
}
.footer-nav li:first-child:before {
	display: none;
}
.footer-nav a {
	color: #fff;
	text-decoration: none;
}
.footer-nav a:hover {
	text-decoration: underline;
}

.footer-copy {
	font-size: 13px;
	margin: 1em 0;
	text-align: center;
	color: #fff;
	font-family: Tahoma, Arial;
}


.hb {
	font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",STHeiti,MingLiu;
	font-weight: bold;	
}

/* 側欄 */

#body>aside {
	display: block;
	width: 220px;
	float: left;
}

#body>aside h1 {
	padding: 24px 0;
	font-size: 20px;
	border:	1px solid #ccc;
	border-left: none;
	border-right:	none;
	margin-bottom: 35px;
	color: #888;
	font-weight: bolder;
	text-align: center;
}
#body>aside h1>i {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999;
}

#body>aside ul {
	font-size: 16px;
	font-weight: bolder;
	margin-left: 24px;
}
#body>aside li {
	list-style-image: url(../img/aside-arrow.png);
	margin-bottom: 1em;
}

#body>aside a {
	color: #333;
	text-decoration:none;
}
#body>aside li.active a {
	color: #ca1;
}

#body>aside a:hover {
	text-decoration:underline;
}

#body>aside ul>li>ul {
  font-size:13px;
  line-height: 1.6em;
  margin: 8px 0 8px 8px;
}
#body>aside ul>li>ul a {
  color: #aaa;
}

#body>aside ul>li>ul>li {
  list-style-image: none;
  list-style-type: square;
}



/* 主體 */
#body>article {
	display: block;
	width: 725px;
	float: right;
	_outline: 1px solid blue;
}

#body>article .title h1 {
	position: relative;
	font-size: 20px;
	color: #333;
	margin: 16px 0;
	font-weight: bolder;
}

#body>article .title h1>i {
	top: -25px;
	right: 0px;
	position: absolute;	
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	padding-left: 70px;
  background-image: url(../img/article-title-line.png);
  background-repeat: no-repeat;
  text-transform:uppercase;
}

strong {
  font-weight: bolder;
}

.subscribe {
    margin: 0 auto;
    width: 600px;
    height: 500px;
    background-color: #ffffff;
    padding: 30px 20px 20px 20px;
    border: 2px solid;
    border-color: #AAAAAA;
}

.subscribe input[type="text"] {
    width: 310px;
}

.subscribe .captcha {
    height: 40px;
    font-size: 18px;
    width: 100px  !important;
    vertical-align: top;
    margin-left: 10px;
}
.subscribe .row {
    height: 40px;
    width: 700px
}

.subscribe .colleft {
    width: 85px;
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 26px;
}

.subscribe .colright {
    margin: 0 auto;
    width: 480px;
    display: inline-block;
    float: left;
}