/*
:root {
	--grayscale_filter: grayscale(100%) grayscale(100%);
	--grayscale_filter2: grayscale(100%);
}
*/

body {
	font-family: "Arial", "Helvetica", "sans-serif";
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: #046b99;
}

.blue_title {}

.blue_title_bold {
	font-weight: bold;
	color: #046b99;
}

.date {
	color: #000000;
	font-weight: bold;
}

.press_title {
	color: 000066;
}

.font_bold {
	font-weight: bold;
}

.float_center {
	text-align: center;
}

.font_underline {
	text-decoration: underline;
}

.caption {
	font-style: italic;
}

.font_italic {
	font-style: italic;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.img-cap {
	font-size: 7pt;
}

.center {
	margin: 0 auto;
}

.align-left {
	text-align: left;
}

.clear {
	clear: both;
	height: 5px;
}

.note {
	font-size: 0.9em
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.orange {
	color: #BA520D;
	font-weight: bold;
}

.green {
	color: green;
	font-weight: bold;
}

.headerArea,
.footerArea {
	font-size: 13px !important;
}

.bodyArea {
	font-size: 13px;
}

.highlightArea {
	font-size: 14px;
}

/*.mainContent ol, .mainContent ul {
	margin-left: 25px;
}*/
.mainContent ol,
.mainContent ul {
	margin-bottom: 16px;
}

.bodyArea .mainContent {
	min-height: 600px;
	background-color: #FFFFFF;
	width: 100%;
	color: #0f0f0f;

}

.bodyArea .headerMenu {
	font-size: 15px;
}

.mainContent p {
	margin-left: 10px;
	line-height: 1.6em;
	margin: 0 10px 16px 10px;
}

/*=========header=========*/

body {
	background-repeat: repeat-x;
	/*	background-image:url(../images/bg_top.jpg);*/
}

.headerArea .headerBg {
	background-color: #e0e0e0;
	height: 43px;
	width: 100%;
	position: absolute;
	top: 122px;
	left: 0;
	z-index: -1;
	border-bottom: 3px solid #203682;
}

.headerArea ul {
	margin: 0;
	padding: 0;
}

.headerArea .myTool {
	/*background-color:#fff;*/
	/*float:left;*/
}

.headerArea .headerTool {
	/*background-color:#032257;*/
	background-color: inherit;
	width: 100%;
	float: left;
	color: #000;
	/*background-image:url(../images/clf/bkgdtexture.gif);*/
}

.headerArea .headerTool .langTool {
	/*color:#fff;
	background-color:#717171;*/
	display: inline-block;
}

.headerArea .headerTool .langTool li,
.headerArea .headerTool .langTool a {
	/*margin:0;*/
}

.headerArea .headerTool .langTool li span {
	margin: 0;
}

.headerArea .headerTool2 {
	width: 100%;
}

.headerArea .headerTool a,
.headerArea .headerTool a:link,
.headerArea .headerTool a:visited {
	color: #000;
}

.headerArea .headerTool a:hover,
.headerArea .headerTool a:focus {
	color: #000;
	text-decoration: none;
}

.headerArea .topHeaderTool {
	margin: 5px 0 25px 0;
}

.headerArea .bottomHeaderTool {
	margin: 5px 0 5px 0;
}

.headerArea .headerTool .myTool .myLogo,
.headerArea .headerTool .topHeaderTool>div,
.headerArea .headerTool .bottomHeaderTool>div {
	float: left;
}

.headerArea .headerTool .myTool .myLogo {
	position: relative;
	z-index: 100;
}

.headerArea .headerTool .myTool .myLogoBg {
	position: absolute;
	left: 0;
	right: 0;
	height: 101px;
	background-repeat: repeat-x;
	/*	background-image:url(../images/bg_header.jpg);*/
	z-index: 1;
}

.kcsVersion .headerArea .headerTool .myTool .myLogoBg {
	height: 72px;
}

.headerArea .headerTool .myTool .leftHeaderTool {
	float: left;
	margin-top: 4px;
}

.headerArea .headerTool .myTool .rightHeaderTool,
.headerTool .topHeaderTool,
.headerArea .bottomHeaderTool {
	float: right;
	width: 80%;
}

.clientTool {
	text-align: right;
}

.headerArea .clientTool>ul>li>div>* {
	padding: 4px 12px;
}

.clientTool li * {
	display: inline;
	vertical-align: bottom;
}

.clientTool li .aaaTool,
.clientTool li .aaaTool * {
	vertical-align: inherit;
}

.logIOTool a {
	background: #d73d32;
}

/*.headerArea ul
{
	float: left;
}*/

.headerArea li,
.headerArea a {
	margin: 0 2px;
	padding: 0;
	float: none;
	display: inline;
	text-decoration: none;
	/*vertical-align: bottom;*/
}

.headerArea .headerMenu li,
.headerArea .headerMenu a {
	margin: 0;
	display: block;
}


.headerArea a:hover,
.headerArea a:focus {
	text-decoration: underline;
}

.headerArea .myTool,
.headerArea .myTool a {
	color: #000;
}

.headerArea .langTool {
	margin-top: 5px;
}

.headerArea .bottomHeaderTool .contactus img {
	vertical-align: initial;
	margin: 0 5px;
}

.headerArea .bottomHeaderTool .searchTool {
	margin-left: 3px;
	margin-top: -2px;
}

.headerArea .hrbTool input {
	margin-left: -5px;
	display: inline;
	width: 140px;
	margin-top: 5px;
	padding: 4px;
	/*margin-right: 12px;*/
}

.headerArea .hrbTool img {
	margin-left: -20px;
}

.myheaderTool>div.clfSeachBar {
	float: none;
	position: absolute;
	top: 30px;
	right: 12px;
	width: 105%;
}

.headerArea .searchTool .hrbTool a {
	/*position: relative;
	background-color:#3a6ecf;*/
	color: #000;
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
}

.headerArea .searchTool .hrbTool a:hover,
.headerArea .searchTool .hrbTool a:focus {
	color: #cc3333;
	text-decoration: none;
}

.headerArea .aaaTool {
	margin-right: 5px;
}

.headerArea .bottomHeaderTool .searchTool .searchBtn img {
	/*position: absolute;
	top: 0;
	right: 10px;*/
	margin-left: 5px;
}

.headerArea .headerTool .headerMenu {
	text-align: center;
	/*font-size: .8em;*/
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 970px;
	height: inherit !important;
	/*background-color: #f4f4f4;*/
	margin-top: 20px;
	z-index: 8200;
	position: relative;
	background-color: #ccc;
	padding-bottom: 2px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	/*margin-left: 15px;*/
}

.indexVersion .headerArea .headerTool .headerMenu {
	background-color: transparent;
	padding-bottom: 0;
	margin-top: 10px;
}

.headerArea .headerTool .headerMenu>ul {
	margin-top: -10px;
	font-weight: bold;
}

.indexVersion .headerArea .headerTool .headerMenu>ul {
	margin-top: 0;
}

.leftMenuVersion .leftMenu {
	float: left;
	width: 195px;
	margin-right: 30px
}

.leftMenuVersion .mainHeader {
	width: 100%;
}

.leftMenuVersion .mainHeader,
.leftMenuVersion .mainContent {
	max-width: 740px;
	float: left;
	margin-top: -5px;
	margin-bottom: 10px;
}

#mainContentSkip {
	float: left;
}

/*
.headerArea .headerTool .searchTool
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width:416px;
	position:relative;
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-top: -18px;
	z-index: 9876;
}*/

.headerArea .headerTool .hrbTool {
	/*position: absolute;
	left: 0;
	right: 0px;
	z-index: 9876;
	height: 50px;*/
	/*background-color:#fff;*/
}

.headerMenu>ul {
	/*width:100%;*/
}

.headerMenu ul li {
	float: left;
	margin: 0;
}

.headerMenu ul .close ul {
	display: none;
	position: relative;
	/*top: -999em;
    position: absolute;*/
}

.headerMenu ul .open ul

/*, .headerMenu ul li ul.activeUl*/
	{
	display: block;
}

.headerMenu ul ul ul.menuLv2 {
	display: none;
}

.headerMenu ul li a>div {
	float: left;
}

.headerMenu ul.menuLv1 {
	z-index: 9999;
	/*width:220px;*/
	text-align: left;
	border-top: 1px solid #e0dfe4;
	background-color: #fff;
	width: 100%;
}

.headerMenu ul.menuLv1>li {
	float: none;
	background-color: #ededed;
	border: 1px solid #c8c7cd;
	border-top: 0;
}

.headerMenu ul.menuLv1>li:hover,
.headerMenu ul.menuLv1>li:focus,
.headerMenu ul.menuLv1>li:active {
	background-color: #d4d4d4;
}

.headerMenu ul.menuLv1 li a {
	padding: 10px;
	/*width:220px;*/
	display: block;
	text-align: left;
}

.headerMenu ul.menuLv1.shortList {
	width: 240px;
}

.headerMenu ul .longList {
	float: left;
	position: relative;
}

.headerMenu .longList ul.menuLv1.numUl1 {
	left: 220px;
}

.headerMenu .longList ul.menuLv1.numUl2 {
	left: 440px;
}

.headerMenu ul.menuLv0 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	/*width:1000px;*/
}

.headerMenu ul.menuLv0,
.headerMenu ul.menuLv0 li {
	list-style-type: none;
	text-align: center;
}

.headerMenu ul.menuLv0>li.firstLi {
	/*border-left: #fff 1px solid;*/
	padding-top: 10px;
	padding-bottom: 10px;
}



.headerMenu ul.menuLv0>li.firstLi>a img {
	margin: 0 15px;
}


.headerMenu ul.menuLv0>li {
	background-color: #f4f4f4;
	border-left: 1px solid #d2cfe1;
	/*border-right: #fff 1px solid;
	/*width: 165px;*/
}


.headerMenu ul.menuLv0>li:focus,
.headerMenu ul.menuLv0>li:hover {
	background-color: #d4d4d4;
}

.headerMenu ul.menuLv0>li.firstLi {
	/*background-color:#da2e5e;*/
}

.headerMenu ul.menuLv0>li.firstLi.as_parent {
	background: #a50e37;
}

.headerMenu ul.menuLv0>li.as_parent,
.headerMenu ul.menuLv0>li.as_parent>a {
	background-color: #a50e37;
	color: #fff;
}

.tMenu>li.firstLi {
	width: 50px !important;
	border: 0 !important;
	padding-left: 0;
	padding-right: 0;
}

.tMenu>li {
	position: relative;
	float: left;
	/*line-height: 1em !important;*/
	min-height: 40px !important;
	/*min-height: inherit !important;*/
	max-height: inherit !important;
	/*padding-top: 15px;
    padding-bottom: 15px;*/
	padding-left: 3px;
	padding-right: 3px;
	font-size: 1em;
	text-align: left;
	/*max-width: 148px;*/
	max-width: 300px !important;
}

/*.mySize1 .tMenu>li {
	height:63px !important;
}
.mySize2 .tMenu>li {
    max-width: 148px;
	height:86px !important;
}*/

.headerMenu ul li ul {
	position: absolute;
}

.headerMenu ul.menuLv0>li>a {
	margin: 0;
	padding: 3px 0;
}

.chineseVersion .headerMenu ul.menuLv0>li>a {}

.headerMenu .tMenu a>span {
	margin: 0 0px;
}

.headerMenu .tMenu a:link,
.headerMenu .tMenu a:visited {
	/*display:block; color:#000;  padding:10px;  width: 185px; border-bottom: 1px solid #F5D473;*/
	margin: 0;
	padding: 0;
}

.headerMenu .tMenu li.open {
	position: relative;
}

.headerMenu .tMenu li.open ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.headerMenu .tMenu ul.activeUl {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.headerMenu ul .close ul.activeUl {
	display: block;
}

.headerMenu .tMenu li.activeLi {
	position: relative;
}

.headerMenu .tMenu li.activeLi ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.headerMenu .tMenu li.activeLi.close ul {
	display: block;
}


.headerMenu .tMenu li.open ul li a {
	margin: 0;
}

/*.headerMenu .tMenu .firstLi>a:link, .headerMenu .tMenu .firstLi>a:visited{padding:10px 0;}*/

/*.headerMenu .tMenu a:hover, .headerMenu .tMenu a:focus, .headerMenu .tMenu a:active, .headerMenu .tMenu a.active_section{background-color:#ffebbc; color:#b11111; text-decoration:none; font-weight:normal;}*/

.headerMenu .tMenu .menuLv1 a {
	padding: 10px 10px;
	font-weight: normal;
}

/*.headerMenu .tMenu .menuLv1 a:link, .headerMenu .tMenu .menuLv1 a:visited, .headerMenu .tMenu .menuLv1, .headerMenu .tMenu .menuLv1{background-color:#FFEBBC;color:#B52C11;}
.headerMenu .tMenu .menuLv1 a:hover, .headerMenu .tMenu .menuLv1 a:focus, .headerMenu .tMenu .menuLv1 a:active, .headerMenu .tMenu .menuLv1 a.active_section{background-color:#965441; font-weight:normal; color:#fff;}*/

.headerMenu .tMenu .menuLv1 hr {
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #b9c7d6;
	border-top: 0;
	width: 90%;
	margin: 0 auto;
}

.left_menu>div {
	position: relative;
	z-index: 8000;
}

.left_menu>div.menuBg {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 185px;
	z-index: 5000;
}

.leftMenuArea {
	float: left;
	width: 185px;
	background-color: #fff;
}

.leftMenu {
	float: left;
}

.left_menu {
	width: 185px;
	min-height: 100%;
	/*height:100%;*/
	/*position:absolute;*/
	z-index: 999;
}

.chineseVersion .headerMenu .tMenu .menuLv1 a {
	min-height: 19px;
}

.copyrightBar {
	text-align: center;
	margin: 20px 0;
}

/*.headerMenu .tMenu li.open ul .menuLv2{ display:none}*/

.leftMenu>ul li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #efefef;
}

.leftMenu>ul ul li {
	background-color: #fff;
	/*background-color:#FFEDED;*/
}

.leftMenu>ul li.as_parent {
	background-color: #dddddd
}

.leftMenu>ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4em;
}

.leftMenu>ul ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.subMenu ul li a {
	/*padding-left:20px;*/
	padding-left: 25px;
	border-bottom: 1px #ddd solid;
}

.leftMenu ul.menuLv1 {
	font-size: 0.9em;
	line-height: 1.1em;
}

/*.leftMenu ul.menuLv1>li
 {
    list-style-type: square;
 }*/

ul.subMenu ul {
	padding-left: 0px;
}

/*=========footer=========*/

.footerArea {
	background-color: #fff;
}

.footerArea {
	color: #000;
}

.footerMenu ul.menuLv0>li.firstLi {
	display: none;
}

.footerMenu ul,
.footerMenu ul li {
	list-style-type: none;
	padding: 0;
}

.indexVersion .footerMenu .bMenu {
	display: block;
}

.footerArea {
	position: relative;
	background-color: #f1f1f1;
	border-top: 1px solid #cccccc;
}

.footerArea .container {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1000;
}

.footerArea .footerMenu {
	padding-bottom: 30px;
}

.footerArea .myFooterBg {
	position: absolute;
	left: 0;
	right: 0;
	background: #012056;
	bottom: 0;
	z-index: 1;
}

.footerMenu .bMenu {
	display: none;
}

.footerMenu .bMenu li {
	display: list-item;
	margin: 10px 0;
}

.footerMenu .bMenu .menuLv1 li {
	max-width: 120px;
}

.footerArea .footerMenu .bMenu>li {
	float: left;
	margin: 10px 25px 10px 25px;
}

.footerMenu .bMenu {
	/*border-bottom-color:#4d739c;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	padding: 0 0 30px 0;
	font-size: 1em;
	margin-top: 0;
}

.footerMenu .shortList {
	max-width: 120px;
}

.footerMenu .longList>ul {
	float: left;
}

.footerMenu .longList .firstUl {
	margin-left: 0;
}

.footerMenu .longList ul {
	margin-left: 20px;
}

.footerMenu .bMenu .menuLv1 a:link,
.footerMenu .bMenu .menuLv1 a:visited {
	display: inline;
}

.footerMenu .bMenu a:link,
.footerMenu .bMenu a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
}

.footerMenu .bMenu a:hover,
.footerMenu .bMenu a:focus,
.footerMenu .bMenu a:active,
.footerMenu .bMenu a.active_section {
	text-decoration: none;
}

.footerMenu .bMenu .menuLv1 a:link,
.footerMenu .bMenu .menuLv1 a:visited,
.footerMenu .bMenu .menuLv1,
.footerMenu .bMenu .menuLv1 {
	color: #fff;
	font-weight: normal;
}

.footerMenu .bMenu .menuLv1 a:hover,
.footerMenu .bMenu .menuLv1 a:focus,
.footerMenu .bMenu .menuLv1 a:active,
.footerMenu .bMenu .menuLv1 a.active_section {
	text-decoration: underline;
}


body .footerArea ul.fMenu {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin-bottom: 0;
}

body .footerArea ul.fMenu,
body .footerArea .copyRight,
body .footerArea .copyrightBar {
	/*text-align:center;*/
}

body .footerArea ul.fMenu {
	margin: 2px 0;
	display: inline;
}

body .footerArea ul.fMenu>li,
body .footerArea .copyrightBar {
	margin: 2px;
	display: inline-block;
}

body .footerArea .copyrightBar {
	margin-left: 10px;
	float: left;
}

.footerArea .updateDate {
	/*float:right;
	/*margin-top:20px;
	margin-right:15px;*/
	text-align: right;
	margin-bottom: 10px;
}

.footerArea ul.fMenu,
.footerArea ul.fMenu li {
	list-style-type: none;
	padding: 0;
}

.footerArea .fMenu>li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.footerArea .fMenu>li a {
	display: inline;
	margin: 0 5px;
}

/*
.footerArea .fMenu>li .firstItem{margin-left:0}
.footerArea .fMenu>li .lastItem{margin-right:0}
*/

.footerLeft {
	float: left;
	max-width: 900px;
}

.footerRight {
	float: right;
}

/*
.footerArea .fMenu{color:#a6c3e0; margin-bottom:10px;}
.footerArea .fMenu a:link, .footerArea .fMenu a:visited{color:#a6c3e0;text-decoration:none;}
.footerArea .fMenu a:hover, .footerArea .fMenu a:focus, .footerArea .fMenu a:active, .footerArea .fMenu a.active_section{text-decoration:underline;}*/

.copyRight {
	color: #000;
	/*display: inline;
	margin-top:20px;
	margin-left: 200px;*/
	margin-bottom: 10px;
}

.myheaderTool {
	float: right;
	position: relative;
	/*width:100%;*/
	margin-top: 5px;
	margin-right: 15px;
}

.headerTool #searchForm {
	margin-top: 10px;
}

.myheaderTool .mailTool {
	margin-top: -15px;
}

.myheaderTool>div {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.mailTool {
	float: right;
}

/*=========Page Buttom=========*/

body div.btmNav {
	/*margin: 50px 0 0 0;
	/*height: 60px;*/
	/*width: 815px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	float: right;*/
	text-align: right;
	width: auto;
}

.backBtn {
	display: inline-block;
	/*background-image: url(../images/btn_back.png);*/
	background-repeat: no-repeat;
	/*width:54px;
	height: 19px;*/
	/*
	float: left;*/
	/*padding: 10px 15px;*/
	/*
	padding: 7px 12px;*/
	padding: 0;
	/*background-color: #d8e2ed;*/
	color: #172e4d;
	margin: 0;
	/*
	margin:0 0 0 50px;*/
	/*background-color: #FAB965;*/
	font-weight: bold;
	/*margin-left:15px;*/
}

.topBtn {
	display: inline-block;
	/*float:left;*/
	/*background-image: url(../images/btn_top.png);*/
	/*
	background-repeat: no-repeat;
	float: right;
	padding: 7px 12px;
	color: #172e4d;
	margin:0;
	background-color: #FAB965;
	font-weight:bold;*/
}

.backBtn a {
	color: #172e4d;
	/*margin-left: 25px;*/
}

.backBtn a:hover,
.backBtn a:focus {
	text-decoration: none;
}

.topBtn a {
	color: #172e4d;
	/*margin-left: 25px;*/
}

.topBtn a:hover,
.topBtn a:focus {
	text-decoration: none;
}

/*=========breadcrumb=========*/
.contentArea .breadcrumb {
	/*font-size:0.6em;*/
	background-color: transparent;
	color: #000;
	/*margin: 0 10px 0 10px;*/
	/*float:left;*/
	min-width: 50%;
	z-index: 7888;
	position: relative;
	display: inline-block;
	padding: 0;
	width: 1000px;
}

.breadcrumb a {
	color: #cd2026;
}

body .breadcrumb a:hover,
body .breadcrumb a:focus {
	color: #f61b1e;
}

.breadcrumb ul {
	margin-left: .2em;
}

.breadcrumb ul li span,
.bodyArea .breadcrumb span {
	/*color:#f00;*/
	font-weight: bold;
}

.indexVersion .breadcrumb {
	display: none;
}

.listStyleInline {
	display: ruby;
	padding: 0;
}

.listStyleInline li,
.listStyleInline li>*,
.listStyleInline li>a {
	margin: 0 1px;
	padding: 0;
	float: none;
	display: inline;
}

.listStyleInline li:first-child {
	display: inline-block;
}

/*=============Header============*/
.mainHeader {
	/*margin: 4px 10px 10px 10px;*/
	position: relative;
	/*padding-top: 70px;*/
	border-bottom: #949494 1px solid;

}

.mainHeader h1 {
	text-align: left;
	border-bottom: #c8486a 3px solid;
	margin: 8px 5px 0px 0px;
	font-weight: bold;
	padding: 5px 5px 2px 6px;
	display: inline-block;
	/*display: inline;
	padding-bottom:1px;*/
	/*border-image-source:url(../images/h1_line.jpg);*/
	border-image-slice: 0 0 30 0;
	/*position: absolute;
	z-index:5500;
	/*margin-bottom: 10px;*/
	/*width:740px;	*/
}

.mainContent .mainHeader h1 {
	/*position:relative;*/
	margin-bottom: 0;
	width: 100%;
	margin: 0;
	padding-right: 80px;
}

.mainHeader hr {
	border-bottom: #203682 1px solid;
	border-top: 0;
	margin: 0;
	padding: 0;
}

.printTool {
	display: inline-block;
	text-align: right;
	/*margin: 0 10px 0 10px;*/
	float: right;
	/*position: absolute;
	right: 0;
	bottom: 10px;*/
}

.printTool a {
	color: #F00;
}

.mainContent h2 {
	margin-left: 10px;
	margin-top: 20px;
	font-size: 1.4em;
	background: #f2f2f2;
	padding: 10px;
	margin-left: 0;
}

.resources {
	font-size: 1.2em;
	color: #990000;
	border-bottom: 1px solid #CCCCCC;
}

/*=========mainContent=============*/
.contentArea {
	padding: 0;
}

.mainContent {
	margin: 0px 0px;
	padding-top: 10px;
}

.bodyArea {
	/*background: #fff;*/
}

/*.bodyArea>div
{
	background-color: #efeee7;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: 185px 0;
	position: relative;
}
*/
.titleBlue {
	color: #203682;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: #203682 1px solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.rightBtn {
	float: right;
	z-index: 7500;
	position: relative;
	padding-bottom: 5px;
}

.blueBtn img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/*background-color:#7c9fc7;*/
}

.blueBtnOn img {
	opacity: 1;
	filter: alpha(opacity=100);
	/*background-color:#006cae;*/
}

/*.indexContent, .whatIsNew, .eventCalender
{
	display:inline-block;
	*zoom: 1;
	*display: inline;
}*/

.indexContent {
	width: 38%;
}

.whatIsNew,
.eventCalender {
	width: 405px;
	/*margin-left:2%;*/
}


.whatIsNew ul {
	margin: 0;
	padding: 0;
	color: #006ab6;
}

.whatIsNew ul>li {
	margin: 25px 0;
}

.whatIsNew ul .newsDate {
	color: #000;
}

.eventCalender .event_tit {
	font-weight: bold;
	color: #000;
}

.eventCalender .event_tit.holiday {
	color: #f00;
}

.eventCalender ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	color: #006ab6;
}

.eventCalender ul>li {
	margin: 5px 0;
}

.eventCalender .eventList>div {
	padding: 10px;
}


.eventCalender .bgColorZe {
	background-color: #edf1f4;
}

/*===========AAA================*/
/*.headerArea, footerArea
{
	font-size: .7em;
}*/
.mySize0 .headerArea,
.mySize0 .footerArea {
	font-size: 1.1em;
}

.mySize1 .headerArea,
.mySize1 .footerArea {
	font-size: 1.3em;
}

.mySize2 .headerArea,
.mySize2 .footerArea {
	font-size: 1.5em;
}

/*.mySize0 .mainContent
{
	font-size: .7em;
}

.mySize1 .mainContent
{
	font-size: 1.1em;
}

.mySize2 .mainContent
{
	font-size: 1.5em;
}*/
/*
.mySize0 #flexslider
{
	margin-bottom:1em;
}
.mySize1 #flexslider
{
	margin-bottom:3.5em;
}
.mySize2 #flexslider
{
	margin-bottom:5.5em;
}
*/
/*==========footerBanner==========*/
.footerBanner {
	float: left;
	/*margin:-20px 0 0 0;*/
}

.footerBanner li {
	display: inline;
	margin: 0 5px;
}

/*============================*/
/*=========List Style=========*/

	{
	margin-top: 5px;
	margin-bottom: 5px;
}

.listPlus {
	margin-top: 7px;
	margin-left: 25px;
	margin-right: -30px;
}

ul>li,
ol>li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.listBlank,
ul.listBlank,
ol.listBlank {
	padding: 0;
}

.listBlank,
.listBlank>li,
ul.listBlank,
ul.listBlank>li,
ol.listBlank,
ol.listBlank>li {
	list-style-type: none;
}

.listInline li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.listCir,
.listCir>li,
ul.listCir,
ul.listCir>li,
ol.listCir,
ol.listCir>li {
	list-style-type: circle;
}

.lowerRoman,
.lowerRoman>li,
ul.lowerRoman,
ul.lowerRoman>li,
ol.lowerRoman,
ol.lowerRoman>li {
	list-style-type: lower-roman;
}

.cjkIdeographic,
.cjkIdeographic>li,
ul.cjkIdeographic,
ul.cjkIdeographic>li,
ol.cjkIdeographic,
ol.cjkIdeographic>li {
	list-style-type: cjk-ideographic;
}

.bannerList {
	text-align: center;
}

/* =================================================================================================
	Right Scrolling Module with Pagnation
================================================================================================= */

/*
 * simplyScroll 1.0.3 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 *
 * Copyright (c) 2009 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Last revised: 03/07/2009 21:13
 *
 */

.simply-scroll-container {
	/* Container DIV - automatically generated */
	position: relative;
}

.simply-scroll-clip {
	/* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.simply-scroll-list {
	/* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 8px 0px 0px;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

.simply-scroll-btn {
	position: absolute;

	width: 42px;
	height: 44px;
	z-index: 3;
	cursor: pointer;
}

.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}

.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}

.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}

.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}

.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}

.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}

.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position: -126px -44px;
}

.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}

.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}

.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px;
}

.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}

.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll {
	/* Customisable base class for style override DIV */
	width: 100%;
	/*width: 580px;*/
	height: 480px;
	margin-bottom: 1em;
}

.simply-scroll .simply-scroll-clip {
	width: 580px;
	height: 480px;
	border-top: #a2adc1 1px solid;
}

.simply-scroll .simply-scroll-list {}

.simply-scroll .simply-scroll-list li {
	float: left;
	width: 550px;
	height: 160px;
}

.simply-scroll .simply-scroll-list li img {}

.simply-scroll .simply-scroll-btn {}

.simply-scroll .simply-scroll-btn-left {}

.simply-scroll .simply-scroll-btn-left.disabled {}

.simply-scroll .simply-scroll-btn-left:hover {}

.simply-scroll .simply-scroll-btn-right {}

.simply-scroll .simply-scroll-btn-right.disabled {}

.simply-scroll .simply-scroll-btn-right:hover {}

.simply-scroll .simply-scroll-btn-up {}

.simply-scroll .simply-scroll-btn-up.disabled {}

.simply-scroll .simply-scroll-btn-up:hover {}

.simply-scroll .simply-scroll-btn-down {}

.simply-scroll .simply-scroll-btn-down.disabled {}

.simply-scroll .simply-scroll-btn-down:hover {}



/* Vertical scroller example */

.vert {
	/* wider than clip to position buttons to side */
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em;
}

.vert .simply-scroll-clip {
	width: 290px;
	height: 400px;
}

.vert .simply-scroll-list {}

.vert .simply-scroll-list li {
	width: 290px;
	height: 200px;
}

.vert .simply-scroll-list li img {}

.vert .simply-scroll-btn {}

.vert .simply-scroll-btn-up {
	/* modified btn pos */
	right: 0;
	top: 0;
}

.vert .simply-scroll-btn-up.disabled {}

.vert .simply-scroll-btn-up:hover {}

.vert .simply-scroll-btn-down {
	/* modified btn pos */
	right: 0;
	top: 52px;
}

.vert .simply-scroll-btn-down.disabled {}

.vert .simply-scroll-btn-down:hover {}

/* NOTE left-right classes wouldn't be needed on vertical scroller */

.simply-scroll .simply-scroll-list .newsList>li {
	height: inherit;
	margin: 0;
	padding: 0;
	/*border-bottom:1px solid #bdcfe3;
		/*list-style-type:disc;*/
	width: inherit;
}

.simply-scroll .simply-scroll-list .newsList>li>div {
	padding: 10px 45px;
}

/*=======================================================================*/
#sliderTool {
	color: #fff;
	width: 300px;
	height: 90px;
	position: absolute;
	z-index: 7200;
	top: 5px;
	right: 50px;
	font-size: 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	/*filter: alpha(opacity=70);*/
	/*filter:alpha(opacity=0);*/
}

#sliderTool.active {
	opacity: 1;
}

.sliderBg {
	z-index: 6200;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.countDownTool {
	z-index: 7300;
	border-right: #fff 1px solid;
	position: absolute;
	top: 3%;
	bottom: 3%;
	left: 1%;
	right: 50%;
	text-align: center;
	padding-top: 5px;
}

.weatherTool {
	z-index: 7300;
	/*border-bottom: #fff 1px solid;*/
	position: relative;
	/*position: absolute;
	top: 3%;
	bottom: 50%;
	left: 51%;
	right: 1%;*/
	text-align: center;
}

.weatherTool {
	float: right;
	margin-right: 10px;
}

.weatherTool .date_info {
	padding: 10px 15px;
}

.weatherTool .grey,
.weatherTool .grey a,
.weatherTool .grey a:link,
.weatherTool .grey a:visited {
	color: #444;
	font-weight: bold;
}

.weatherTool .blue,
.weatherTool .blue a,
.weatherTool .blue a:link,
.weatherTool .blue a:visited {
	color: #0033a7;
	font-weight: bold;
}

.weatherTool .blueBg {
	background-color: #3a6ecf;
	padding: 1px 8px;
}

.weatherTool .date_info>* {
	margin: 4px 0;
}

.weatherTool .aqhi_hd {
	text-align: center;
	padding: 2px 0;
}

.weatherTool .aqhi_text {
	color: #0033a7;
	padding: 10px 15px;
}

.weatherTool .aqhi_text div {
	position: relative;
	padding-right: 75px;
	margin-bottom: 5px;
}

.weatherTool .aqhi_text img {
	position: absolute;
	right: 10px;
	top: 0;
}

.weatherTool .blueBg,
.weatherTool .blueBg a,
.weatherTool .blueBg a:link,
.weatherTool .blueBg a:visited {
	color: #fff;
	font-weight: bold;
}

.weatherTool .greyborderL {
	border-left: #d5d5d5 1px solid;
}

.weatherTool .greyborderL>div {
	border-left: #fff 1px solid;
}

.weatherTool .greyborderR {
	border-right: #d5d5d5 1px solid;
}

.weatherTool .greyborderR>div {
	border-left: #fff 1px solid;
}

.weatherTool .greyborderB {
	border-bottom: #d5d5d5 1px solid;
}

.weatherTool .greyborderB>div {
	/*border-left:#fff 1px solid;*/
}

.weatherTool>div>div {
	float: left;
}

.dateTool {
	z-index: 7300;
	position: absolute;
	top: 50%;
	bottom: 3%;
	left: 51%;
	right: 1%;
	text-align: center;
}

.countDay {
	font-size: 48px;
	font-weight: bold;
}

.countText {
	font-size: 18px;
	font-weight: bold;
}

.countDate {
	font-size: 12px;
	display: block;
}

.weatherTool .weaTemperature {
	font-size: 18px;
	font-weight: bold;
}

.weatherTool .weaTemperature img {
	margin-left: 15px;
	vertical-align: baseline;
}

.weatherTool .weaWeather {
	font-size: 12px;
	display: block;
}

.dateTool .dateT {
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.dateTool .dateD {
	font-size: 12px;
}

/*============Banner===============*/
.rectBanner ul {
	margin: 0;
	text-align: center;
}


.squaBanner {
	background: #D8E2ED;
}

.squaBanner ul {
	margin: 0;
	text-align: center;
	padding: 30px 0;
}

.squaBanner ul li {
	margin: 0 20px;

}

/*===================Online Registration Form==================*/

.styleForm>div {
	margin: 20px 0;
}

.styleForm .leftCol {
	float: left;
	/*width: 42%;*/
	width: 30%;
	/*text-align: right;*/
	text-align: left;
}

.styleForm .rightCol {
	margin-left: 10px;
	font-size: 1em;
	float: left;
	width: 40%;
}

.styleForm .aLine {
	display: block;
	margin: 0 0 12px 0;
}

.styleForm .other {
	display: block;
	margin: 12px 0 0 0;
}

.styleForm select,
.styleForm input {
	margin-top: -1px;
}

.styleForm ul,
.styleForm ul>li,
#btn_div ul,
#btn_div ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#part_c,
#part_c>div,
.styleForm2,
.styleForm2>div {
	/*text-align:center;*/
}

.styleForm2>div>div {
	margin: 15px 0;
	/*text-align: center;*/
	display: block;
}

#btn_div {
	margin-top: 12px;
}

.styleTable table th,
.styleTable table td {
	/*border-width:2px;
	border-style:groove;
	/*border-color:#fff;*/
	padding: 10px;
}

.styleTable .bgColorFth,
.styleTable .bgColorFth>th,
.styleTable .bgColorFth>td {
	background-color: #046b99;
	color: #FFFFFF;
}

.styleTable table tr.bgColorLst,
.styleTable table tr.bgColorLst>th,
.styleTable table tr.bgColorLst>td {}

.styleTable th.bgColorFth,
.styleTable td.bgColorFth {
	background-color: #D4E6FC;
	/*background-color: #CBDAED;/*#CBE3ED;*/
	/*#E4ECF7;*/
	color: #000;
}

.styleTable table tr {
	/*background-color: #DCE3FD;/*DCDDFC;/*#DFE3FD;*/
	/*#EAEEFC;*/
	color: #000;
	vertical-align: top;
}

.styleTable table tr.bgColorDbZe {

	background-color: #E0E2ED;
	/*background-color: #CBD7FD;/*CCCDFD;/*#D5D6EA;/*#D8D2FC;*/
	/*#DDE5FD;*/
	color: #000;
}

.styleTable table tr.bgColorZe {
	/*background-color: #DDEAFB;/*D0E5FD;*/
	/*#EDF5FF;*/
	color: #000;
}

.styleTable table tr.bgColorZe.bgColorDbZe {
	background-color: #4EA2E8;
	background-color: #CDE2FD;
	/*E8F3FF;*/
	/*#E2EFFF;*/
	color: #000;
}

#part_b.styleTable table tr td input {
	display: inline-block;
	vertical-align: inherit;
}

#part_b.styleTable table tr td label {
	display: inline-block;
}

#part_b.styleTable table tr td.tdWidth {
	width: 95px;
}

.normalTable td {
	width: 40%;
	padding: 15px 5px;
}

.styleTable table {
	width: 98%;
	margin: auto;
}

.styleTable table,
.styleTable th,
.styleTable td,
.styleTable tr {
	border-collapse: collapse;
	border: #666666 1px solid;
}

.styleTable th,
.styleTable td {
	padding: 5px 8px;
}

.styleTable table .styleBorder {
	border-bottom: 1px solid #005c8a;
}

.ToggleList .bgColorZe,
.groupColor .bgColorZe {
	background-color: #efefef;
}

.styleFirstRow table .bgColorFth,
.styleFirstCol table .bgColorFth {
	background-color: #046b99;
	color: #FFFFFF;
}

.warning_icon {
	width: 20px;
	height: 20px;
}

.orderSelect {
	display: none;
}

.orderSelect.active {
	display: block;
}

.orderSelect ul {
	margin: 5px;
	padding: 0;
}

.orderSelect ul,
.orderSelect ul li {
	list-style-type: none;
}

.orderSelect ul li {
	float: left;
	margin: 0 5px 0 0;
}

/*========================================Clf Style===============================================*/

.leftClfArea {
	float: left;
	/*padding-left: 10px;*/
}

.rightClfArea {
	float: right;
}

.books_top_box {
	border-bottom: 1px;
	text-align: center;
	border-left: 1px;
	width: 20px;
	height: 180px;
	border-top: 1px;
	border-right: 1px;
	background-color: #f4f4f4;
}

.books_bottom_box {
	width: 250px;
	background-color: #fcf0e2;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}

.issue {

	float: left;
	margin: 5px;
	padding: 10px;
	width: 350px;
	height: 185px;
	border: 1px solid black;

}

.issue_title {
	color: #FFFFFF;
	font-size: 1.6em;
	background-color: #dc3431;
	padding: 5px 5px 5px 5px;
	width: 100px;
	margin-top: -12px;
	text-align: center;
}

.mailTool {
	width: 66px;
	height: 35px;
	background-image: url('../images/btn_email.png');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}

.chineseVersion.simplify .mailTool {
	background-image: url('../images/btn_email_sc.png');
}

.chineseVersion.tradition .mailTool {
	background-image: url('../images/btn_email_tc.png');
}

.mailTool:hover,
.mailTool:focus {
	background-image: url('../images/btn_email_on.png');
}

.chineseVersion.simplify .mailTool:hover,
.chineseVersion.simplify .mailTool:focus {
	background-image: url('../images/btn_email_sc_on.png');
}

.chineseVersion.tradition .mailTool:hover,
.chineseVersion.tradition .mailTool:focus {
	background-image: url('../images/btn_email_tc_on.png');
}


.headerArea .headerTool .mailTool a {
	color: #fff;
	/*width: 50px;*/
	display: block;
	margin: 4px auto;
	line-height: 1em;
	font-size: 10px;
	height: 100%;
	width: 100%;
}

div.flexslider {
	margin-top: 0px;
	/*margin-bottom:-50px;*/
}

.indexVersion .contentArea {
	margin-top: -60px;
}

.indexContent {
	position: relative;
	z-index: 8000;
	background-color: #fff;
	width: 945px;
	margin: 0 auto;
	padding: 10px 12px;
	margin-top: -50px;
	text-align: center;
}

.indexContent>div {
	display: inline-block;
}

.colorSort {
	width: 290px;
	padding: 0 10px;
	font-size: 16px;
}

.colorSort>div {
	height: 62px;
	font-size: 1.2em;
	background-color: #efefef;
	padding: 18px 0px 18px 10px;
	margin-bottom: 1px;
}

.chineseVersion .colorSort>div {
	font-size: 1.4em;
}

.colorSort .cerise {
	border-left: 5px solid #DA3287;
}

.colorSort .lochmara {
	border-left: 5px solid #007EC7;
}

.colorSort .hippieGreen {
	border-left: 5px solid #53824B;
}

.colorSort .lavenderIndigo {
	border-left: 5px solid #9457EB;
	height: 7rem;
}

.newsArea {
	width: 620px;
	padding: 0 10px;
	height: 300px;
	overflow: hidden;
}

.newsArea .newsTopic {
	color: #ab264c;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 10px;
}

.newsArea .newsTopic a {
	color: #ab264c;
}

.newsArea .newsDate {
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
}

.newsArea .newsTitle,
.newsArea .newsTitle a {
	color: #444444;
	/*color:#4f3e71;*/
	padding-bottom: 5px;
}

.newsArea ul {
	position: relative;
}

.newsContent {
	overflow-y: auto;
	/*max-height:215px;*/
	max-height: 264px;
	margin-top: 0;
	padding-bottom: 20px;
}

.newsContent ul {
	list-style-type: none;
	padding: 0px;
}

.newsContent li>div {
	padding-left: 0px;
}

.chineseVersion .newsContent {
	font-size: 1.2em;
}

.newsContent>div {
	margin-top: 20px;
	position: relative;
}

.header2 {
	display: none;
}

.contentTable {
	margin: 10px;
	border: 0;
	width: 90%;
	background: #efefef
}

.contentTable td {
	padding: 10px;
	border: 1px solid #999;
	vertical-align: top
}

.contentTableHeader {
	background: #44568e;
	color: #FFF;
	font-weight: 700;
}

.contentTableRow {
	background: #ffffff
}

.contentTable p {
	line-height: 1.3em;
	margin: 0 0 0.6em 0
}

.contentForm {
	margin: 10px;
	border: 0;
	width: 90%;
	background: #efefef
}

.contentForm td {
	padding: 10px;
	border: 1px solid #b5b7c0;
	vertical-align: top
}

.contentFormHeader {
	font-weight: bold;
}

.contentFormRow {
	background: #ffffff
}

.guideline_pic {
	float: left;
	margin: 0 20px 0 20px
}

.guideline {
	float: left;
	width: 500px;
}

.guidline_point {
	list-style: square;
	margin-left: -18px;
}

.guidline_subpoint {
	list-style: disc;
	margin: 1.2em 0;
	font-size: 0.9em
}

.guidline_subpoint>li {
	margin-left: -20px;
}

.video_button {
	-webkit-box-shadow: rgba(0, 0, 0, 0.0.1) 0 1px 0 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.0.1) 0 1px 0 0;
	box-shadow: rgba(0, 0, 0, 0.0.1) 0 1px 0 0;
	background-color: #3072af;
	border: 1px solid #3072af;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	padding: 3px 10px;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('../images/video_play.png');
	background-repeat: no-repeat;
	background-position: right;
	border-right: 10px solid transparent;
	padding-right: 20px;
	cursor: pointer;
	width: 14em;
}

.chineseVersion .video_button {
	width: 9em;
}


.video_button_tc {
	-webkit-box-shadow: rgba(0, 0, 0, 0.0.1) 0 1px 0 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.0.1) 0 1px 0 0;
	box-shadow: rgba(0, 0, 0, 0.0.1) 0 1px 0 0;
	background-color: #3072af;
	border: 1px solid #3072af;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	padding: 3px 10px;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('../images/video_play.png');
	background-repeat: no-repeat;
	background-position: right;
	border-right: 10px solid transparent;
	padding-right: 20px;
	cursor: pointer;
	width: 140px;
}

.has-error {
	width: 100% !important;
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error:focus {
	width: 100% !important;
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.press {
	background: url(../images/press_icon.png) no-repeat left top;
	background-position: -1px -1px;
	padding: 0px 0px 15px 34px;
	/* reset styles (optional): */
	list-style: none;
	margin: 0 !important;
}

.news {
	background: url(../images/news_icon.png) no-repeat left top;
	background-position: -1px -1px;
	padding: 0px 0px 15px 34px;
	/* reset styles (optional): */
	list-style: none;
	margin: 0 !important;
}

.newsContent li {
	padding-bottom: 5px;
	margin-left: 0px;
}

.example_bgcolor {
	background-color: #F5F1F1;
	padding: 10px;
	margin: 10px
}

.example_title {
	color: #ab264c;
}

.header_line {
	/*margin-top: 0px;
	margin-bottom: 5px;
	border-top: 1px solid #000000;
	width: 250px;
	margin-left: 10px;*/
	margin-top: 0px;
	margin-bottom: 5px;
	border-top: 1px solid #999;
}

.pics {
	padding-left: 36px !important;

}


.ui-dialog .ui-dialog-titlebar-close {
	display: none !important;
}

.ui-dialog .ui-dialog-content {
	margin-top: 10px !important;
	font-size: 0.9em;
}

.ui-widget {
	font-family: custom-serif, SimHei, Arial, Helvetica, sans-serif !important;
}


#skiptocontent:focus {
	position: static;
	max-height: 1920px;
}

#skiptocontent {
	max-height: 0;
	position: relative;
	margin: 0;
	visibility: visible;
	display: block;
}

.wn {

	font-weight: bold;
	color: #046b99;
}

.footerArea>.container {
	max-width: 1250px !important;
}

/*=============Close Up===============*/
#close_up {
	z-index: -1;
	position: fixed;

	height: 100%;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#close_up.active.transition {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#close_up.active {
	/*z-index: 9000;*/
	z-index: 8000;
	/*background-color:rgba(0,0,0,.6);*/
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#close_up .bg {
	/*z-index: 9100;*/
	z-index: 1;
	/*background-color: rgba(0,0,0,.4);*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#close_up .area {
	background-color: #eee !important;
	z-index: 9200;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 560px;
	/*max-width: 100%;*/
	background-color: #fff;
}

#close_up .close {
	background-color: #ddd;
	color: #fff;
	text-align: center;
	bottom: 0;
	/*
	position: absolute;*/
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#close_up .close:hover {
	background-color: #bbbbbb;
}

#close_up .close a {
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#close_up .close:hover a {
	color: #fff;
}

#close_up .area .title {
	font-weight: bold;
	font-size: 1em;
	background-color: #fff;
	color: #444;
	padding: 20px 20px 40px 20px;
}

#close_up .area .main {
	padding: 0;
	position: relative;

	text-align: center;

	/*text-align: justify;*/
	margin: 10px;
	margin-top: 20px;
}

#close_up .area .main .left {
	width: 40%;
	float: left;
}

#close_up .area .main .right {
	width: 60%;
	float: right;
}

#close_up .area .main .img {
	padding: 5px;
}

#close_up .area .main .img img {
	width: 100%;
}

#close_up .area .main .caption {
	padding: 5px;
}

#close_up .area .main .cont {
	padding: 5px;
	padding-left: 15px;
}

#close_up .area .main .cont p {
	margin-bottom: 15px;
}

#close_up .main img {
	max-height: 800px;
}

@media (max-width: 767px) {
	#close_up .area {
		width: 100%;
	}

	.otherTool {}

	.headerArea .headerTool .searchTool {
		float: none !important;
	}

	.searchTool .otherTool {
		display: none;
	}

	.navbar-menu[data-target~=".bs-example-js-navbar-media"] img {
		max-height: 30px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.bs-example-js-navbar-media {}

	.mediawrapper {
		display: flex !important;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 5px;
		align-items: center;
	}

	.bs-example-js-navbar-media.collapse.in {
		display: block;
	}

	.bs-example-js-navbar-language.collapse.in {
		display: block !important;
		width: 100%;
		text-align: right;
		padding-right: 10px;
	}

	.navbar-menu[data-target~=".bs-example-js-navbar-language"] {
		float: right;
		line-height: 44px;
		margin-right: 5px;
	}

	.navbar-menu[data-target~=".bs-example-js-navbar-language"] img {
		max-height: 30px;
	}
}

/*=================*/
.otherTool {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.hrbTool {
	display: inline-block;
	vertical-align: middle;
}

.headerArea .headerTool .searchTool {
	float: right;

}

.otherToolV2 {
	float: left;
	margin-right: 0px;
	margin-left: 15px !important;
	margin-top: 5px;
}

.tablewrapper {
	overflow-x: auto;
}

/*=========menu.js========*/
.heigth_70 {
	height: 70px !important;
}

.relative {
	position: relative !important;
}

.heigth_31_rigth_5 {
	height: 31px !important;
	padding-right: 5px !important;
}

.width_100_left_1 {
	padding-left: 1px !important;
	width: 100px !important;
}

.underline_center {
	text-decoration: underline !important;
	text-align: center !important;
}

.width_25 {
	width: 25px !important;
}


.w_25per {
	width: 25%;
}

.bottom_10 {
	padding-bottom: 10px;
}

.right_80 {
	padding-right: 80px;
}

.left_10_height_70 {
	padding-left: 10px;
	max-height: 70px;
}

.left_10_height_140 {
	padding-left: 10px;
	max-width: 140px
}

.left_10_height_160 {
	padding-left: 10px;
	max-width: 160px
}

.left_10_height_140_top {
	padding-left: 10px;
	max-width: 140px;
	margin-top: 10px;
}

.left_10_height_160_top {
	padding-left: 10px;
	max-width: 160px;
	margin-top: 10px;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textTop {
	text-align: top;
}

.lower_alpha {
	list-style-type: lower-alpha;
}



.none {
	display: none;
}

.img_size60 {
	width: 60%;
}

.img_size50 {
	width: 50%;
}

.img_size48 {
	width: 48%;
}

.img_size45 {
	width: 45%;
}

.img_size46 {
	width: 46%;
}

.newsTitle_style {
	display: list-item;
	margin-left: 1.6em;
	list-style-type: disc;
}

.blod {
	font-weight: bold;
}

.news_content {
	list-style-type: none;
	padding: 0px;
}

.margin_top10 {
	margin-top: 10px;
}

#code{
	width: 80px;
}

#code2{
	width: 80px;
}

.mobileTool .listStyleInline {
	position: relative;
    display: inline-block;
}

.headerMenu.bs-example-js-navbar-collapse.collapse.dOnly.showmenu {
    display: block;
}

body .langTool.bs-example-js-navbar-language.collapse.showmenu {
    display: block;
    position: absolute;
    right: 0;
}

body .langTool.bs-example-js-navbar-language.collapse.showmenu>ul {
    z-index: 9999;
    position: static;
}

.langTool.bs-example-js-navbar-language.collapse.showmenu ul {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .langTool.bs-example-js-navbar-language.collapse ul>li {
    padding: 0.5rem;
}

.indexleftbtn {
	font-size: 1rem;
	padding-left: 0.8rem;
}

.event_myflex {
	display: flex;
}

.event_myflex div {
    margin: 0.5em;
}

.event_myflex>div>ul>li {
    margin: 0 0 0 -1.5em;
}

.event_myflex>div>ul>li:last-child {
    margin-bottom: -1em;
}


#boxes #mask{
			position:fixed;
			left:0;
			top:0;
			bottom:0;
			right:0;
			z-index:9999;
			background-color:#26262c;
			display:none;
			width: 100%;
			font-size: 32pt;
			color:white;
			height: 100%;
			opacity: 0.4;
		}
	  #boxes .window{
			position:fixed;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			overflow: auto;
			display:boxes;
			z-index:10000;
			border-radius: 5px;
			text-align: center;
		}
		#boxes #dialog{
			width:500px;
		 height:850px;
			height:auto;
			background-color:#ffffff;
			font-size: 13pt;
		}


      .boxdiawrapper{
      width: 100%;
      height: 100%;
      position: relative;
      display: inline-block;
      }

      .boxdiawrapper .agree{
      position: absolute;
      top:0;
      right: 0;
      cursor: pointer;
      color: #fff;
      background: #000000;
      padding: 0px 0px;
      }

      .boxdiawrapper .boxcont{
      padding-top: 25px;
      display: inline-block;
      width: 100%;
      padding-bottom: 25px;
      padding-left: 25px;
      padding-right: 25px;
      }

      .boxdiawrapper .boxcont h2{
      text-align: center;
      }

      .boxdiawrapper .boxcont #san{
      text-align: center;
      }


      #boxes img {
      overflow-clip-margin: content-box;
      overflow: clip;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      max-width: 100%;
      object-fit: cover;
      }

      .hidden-div {
      display: none;
      }

     @media (max-width: 475px) {
    #boxes #dialog {
        width: 100% !important;
    }
}


.section_wrapper{
	margin-bottom: 2rem;
}

.section_wrapper *:last-child{
	margin-bottom: 0;
}

.section_wrapper .section_inner{
	padding-left: 10px;
	padding-right: 10px;
}

.img_row{
	display: grid;
}

.img_row1{
	grid-template-columns: max-content 1fr;
	column-gap: 1rem;
	margin-bottom: 1rem;
}

.img_row1 p{
	margin-left: 0;
	margin-right: 0;
}

/*img grid*******************************************************************************************************************/
.img_grid2{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

.img_grid2 .img_class_4{
	width: auto;
	height: auto;
}

/**/

.greyscale :where(.printTool,.imgBar,.mailTool,img,.indexContent,.footerArea, .tMenu){
	-webkit-filter: var(--grayscale_filter);
        -moz-filter: var(--grayscale_filter);

        -ms-filter: var(--grayscale_filter2);
        -o-filter: var(--grayscale_filter2);
        filter: var(--grayscale_filter2);
        filter: gray;
}
