﻿html{
	font-size: 1em;
}
@media(max-width:992px){
	html{
		font-size: calc(1em / 1.5);
	}
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif", "microsoft jhenghei";
	color: #2b3944;
	background-color: #fff;/*
	visibility: hidden;*/
}
html body{
	height:auto;
	font-size:0.97em;
}
body #wrap .container {
	/* max-width: 1280px;
	width: 100%!important;
	margin: auto !important;
	margin: 0 auto !important;*/
}
.container:before {}
.disnone{
	display:none !important;
}
@font-face{
	font-family: PatuaOneRegular;
	src: url("fonts/PatuaOne-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: LibreBaskerville;
	src: url("fonts/LibreBaskerville-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: LibreBaskerville;
	src: url("fonts/LibreBaskerville-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: LibreBaskerville;
	src: url("fonts/LibreBaskerville-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}
/*
body.simplify {
	font-family: "Times New Roman", "细明体";
}
@font-face {
	font-family: SourceHanSansHC;
	src: url("fonts/SourceHanSansHK-Light.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: SourceHanSansSC;
	src: url("fonts/SourceHanSansCN-Light.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Dancing Script;
	src: url("fonts/DancingScript-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Oswald Regular;
	src: url("fonts/Oswald-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Oswald Regular;
	src: url("fonts/Oswald-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}*/
body p {
	margin: 0 0 1.2em 0;
	
}
.mainContent a {
/*color:#4b4b4b;*/
	/*color:#024e68;*/
	
	/*20220322*/
	color: inherit;
	text-decoration:underline;
	
}
.mainContent p a {
/*	color:#bb370f;*/
}
div.mainContent p, div.mainContent li {
	color:#000;
/*	text-align:	justify;*/
}

div.mainContent li{
	margin-bottom: 1em;
}
}

.chineseVersion div.mainContent p, .chineseVersion div.mainContent li {/*
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	/*-moz-text-align-last: justify; /*Firefox*/
	/*-webkit-text-align-last: justify; /*Chrome*/
}
.mainContent a:active, .mainContent a:hover, .mainContent a:focus {
	color: #0d2e4a;
}
img, svg {
	vertical-align: middle;
}
label {
	display: inline-block;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}
.date {
/*	color: #000000;
	font-weight: bold;*/
}
video {
	max-width: 100%;
}
iframe {
	max-width: 100%;
	border: 0;
}
.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;
	padding: 0 0 1em 1em;
}
#Official_list {
	list-style-position: outside;
}

#General_list_left {
	display: inline-block;
	width: 50%;
}

#General_list_right {
	display: inline-block;
	width: 49%;
}

#Honorary_list_left {
	display: inline-block;
	width: 50%;
}

#Honorary_list_right {
	display: inline-block;
	width: 49%;
}


.float_left {
	float: left;
	padding: 0 1em 1em 0;
}
.img-cap {
	font-size: 7pt;
}
.center {
	margin: 0 auto;
}
.align-left {
	text-align: left;
}
/*.clear {
	clear: both;
	height: 5px;
}*/
.clear:after {
	content: "";
	display: table;
	clear: both;
}
.note {
	font-size: 0.9em
}
.right {
	text-align: right !important;
}
.bodyArea {
	/*	font-size: 13px;
	background-image: url(../images/woc_bg.jpg);*/
	background-position: center top;/*
	overflow: hidden;*/
}
.bodyArea h1{
    font-size: 1.6em;
    color: #004F80;
    font-weight: bold;
}
.bodyArea .mainArea h1{
	font-size:2em;
	text-align:center;
    margin-bottom: 1em;
}
/*
.bodyArea .mainContent>h1{
	display:none;
}*/
.mobileVersion .bodyArea {/*
	font-size: 1em;*/
}
.highlightArea {/*
	font-size: 14px;*/
}
/*.mainContent ol, .mainContent ul {
	margin-left: 25px;
}*/

.bodyArea .mainContent {
	/*	width: 1000px;
	max-width:105%;
	background-color: #f7f7f7;*/
	min-height: 280px;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 80px;
}
.indexVersion .bodyArea .mainContent {
	min-height: 0;
}
.bodyArea .mainContent {
/*    margin-left: 320px;*/
}
.bodyArea .mainContent .my_content {
	padding: 20px 30px;
}

/*    by horace */
body .contentArea {
	padding-right: 50px;
}
/*    end  by horace */
body.indexVersion .mainContent {
	padding: 0 !important;
}
.bodyArea .headerMenu {
/*	font-size: 15px;*/
}
.mainContent {/*
	line-height: 1.6em;
	font-size:1.2em;*/
	/*color: #282828;*/
	color: #000;
	
}
.mainContent h1, .mainContent h2, .mainContent h3 {
}
.mainContent h1{
    margin: 0;
	margin-bottom:15px;
	line-height:normal;
	color:#000;
}
.mainContent .h1 {
    margin: 0;
	margin-bottom:15px;
	line-height:normal;
    font-size: 1.6em;
	/*color:#595959; */
	color:#000;
    font-weight: bold;
}
.mainContent .h3 {
    font-size: 1.2em;
	margin-left: 0px;
	font-weight: 600;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000000;
}
.mainContent p {
	/*text-align: left;*/
	text-align:justify;
	margin: 0 0 1.4em 0;
}
.mainContent ul, .mainContent ol {
	padding-left: 1.2em;
	margin-bottom: 1.4em;
}


.mainContent ul.upper-roman {
	list-style-type: upper-roman;
}
.mainContent ul.bold_header>li>div {
	font-weight: bold;
	color: #816243;
	margin-bottom: 1em;
}


ol>li>ul {
	list-style-type: disc;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	height: 120px!important;
}
.micp {
	padding-left: 200px;
	padding-right: 200px;
}
/*=========header=========*/

body {
/*	background-color: #fff;*/
}
body #wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    overflow: hidden;
}
body.indexVersion #wrap {
}
body.indexVersion .headerArea {
}
body #wrap .container {
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.main_secBanner {
	position: relative;
	top: 520px;
}
body.indexVersion #header:after {
	display: none;
}
body.indexVersion .bodyArea {
	/*	background-image:url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height:500px;*/
}
#header:after {
/*	content:" ";
	display:block;
	width:100%;
	height:20px;
	background-image:url(../images/sd_header.jpg);
	background-position:left top;
	background-repeat:repeat-x;*/
}
.headerArea .container {
/*	height: 135px*/
}
/*#wrap{
	background-image:url(../images/bg_main1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}*/
.mainbanner{
/*	background-image:url(../images/img_jp_banner.jpg);
	background-repeat:no-repeat;
    background-size: contain;
    padding-bottom: 14.375%;
    width: 1920px;
    max-width: 100%;*/
}
.chineseVersion .mainbanner{/*
	background-image:url(../images/img_jp_banner_tc.jpg);*/
}
.indexVersion .mainbanner{/*
	display:none;*/
}
.indexVersion .btmNav{
}
.mb_area{/*
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 440px;
    overflow: hidden;*/
	position:relative;
    margin: 15px;
	max-height: 400px;
}
.mb_area:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image:url(../images/headerbanner/img_banner_1.png);
	background-repeat:no-repeat;
	background-position: top center;
}
.mb_area:after{
	content: "";
    display: block;
    height: 0;
    width: 0;
    padding-bottom: 400px;
    z-index: -1;
}
.mb_area .header{
    color: #323232;
    font-weight: bold;
    font-size: 3em;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	margin-top: -6%;
}
/*
.mb_area .img{
	max-height:100px;
}
.mb_area .img img{
	height:120px;
}*/
.bodyArea{/*
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
	background-position:top center;*/
}
.content_bg{
    width: auto;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    height: auto;/*
	border-bottom: 25px solid #007d8f;*//*
	padding-bottom: 40px;*/
    z-index: 5;
}
.content_bg>.container{
	position:relative;
	z-index:10;/*
	overflow:hidden;*/
}
.content_bg>.container:before{
	content:"";
    position: absolute;
    display: block;
	top:0;
	bottom:0;
	left:-50px;
	right:-50px;
	background-color:rgba(255,255,255,.6);
	z-index:-1
}
.mc_box{
    background-color: #fff;
    border: 1px solid #d9e2eb;
	border-radius:4px;
	padding:30px 40px;
    box-shadow: 0px 2px 4px 0 #dce1e7;
}
.indexVersion .content_bg{
	padding-bottom: 0;
}
#wrap #footer .container {
	border-bottom-width: none !important;
	border-bottom-style: none !important;
	border-bottom-color: none !important;
	width: 100%;
	margin-right: auto!important;
	margin-left: auto!important;/*
	padding: 0*/
}
.headerArea {		/*color: #3e5259;	/*padding:5px 20px;*/
	/*	background-image: url(../images/bg_header.jpg);*/
	background-repeat: no-repeat;
	position: fixed;
    background-color: #FFF;/*
	
	height: 10px;*/
}
.headerArea1 {/*
	border-top:15px solid #2e9057;*/
}
.headerArea2{
	background-color: #c5f4e0;
    z-index: 4000;
    position: relative;
	background-repeat:repeat;
}
.headerArea2 .headerNav{/*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.headerArea2 .headerNav>div {/*
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
}
.indexVersion .headerArea2{
}
.headerTop {
	/*	float: right;*/
	text-align: right;/*
	min-height: 125px;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 11px 0;
    font-size: 1.25em;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}/*
.mainbanner{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
    min-height: 282px;
	background-image:url(../images/headerbanner/img_section1.jpg);
	background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}


.indexVersion .mainbanner{
	min-height: 0;
	background-image: none;
}
.section1 .mainbanner{
	background-image:url(../images/headerbanner/img_section1.jpg);
}
.section2 .mainbanner{background-image:url(../images/headerbanner/img_section2.jpg);}
.section3 .mainbanner{background-image:url(../images/headerbanner/img_section3.jpg);}
.section4 .mainbanner{background-image:url(../images/headerbanner/img_section4.jpg);}
.section5 .mainbanner{background-image:url(../images/headerbanner/img_section5.jpg);}
.section6 .mainbanner{background-image:url(../images/headerbanner/img_section6.jpg);}
.section7 .mainbanner{background-image:url(../images/headerbanner/img_section7.jpg);}*/
.mainbanner .flex-pauseplay{
    z-index: 7000;
    position: static;
}
.mainbanner h1{
	color:#ffff00;
}
.mainbanner .flex-pauseplay a{
	left:auto;
	right:10px;
    top: 10px;
    bottom: auto;
    color: #ffca2e;
}
.mainbanner img {
	z-index: -13;
	max-width: none;
}
.content_top_banner {
	/*	float: right;*/
	min-height: 125px;
*/ 	width: 100%;
	margin-right: 0;
	margin-left: 0;
	display: block;
	height: 250px;
}
.headerArea .headerBottom {
/*	background-image: url('../images/bg_header.png');
	background-repeat: repeat-y;
	padding: 20px;*/
}
.headerArea .headerBg {
	background-color: #ff913f;
	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;
	/*    background-color: #fff;
/*	width: 85%;*/		color: #3e5259;/*	position: relative;/*background-image:url(../images/clf/bkgdtexture.gif);*/
	margin-right: auto;
	margin-left: auto;/*
	padding-top: 10px;*/
}
.headerArea .headerArea1 .headerTool{/*
	padding: 20px 0 0 0;*/
}
.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 .myheaderTool a,
.headerArea .myheaderTool a:link,
.headerArea .myheaderTool a:visited {/*
	color: #fff;*/
}
.headerArea .headerMenu a,
.headerArea .headerMenu a:link,
.headerArea .headerMenu a:visited,
.headerArea .headerMenu a:hover,
.headerArea .headerMenu a:focus,
.headerArea .headerMenu a:active{
	color:#000;
	background-color:transparent;
}
.headerArea .headerMenu .extmenu a,
.headerArea .headerMenu .extmenu a:link,
.headerArea .headerMenu .extmenu a:visited,
.headerArea .headerMenu .extmenu a:hover,
.headerArea .headerMenu .extmenu a:focus,
.headerArea .headerMenu .extmenu a:active{/*
	color:#fff;*/
	background-color:#fff;/*
    background-color: #ffd1e9;*/
}
/*.headerArea .headerTool .menuLv0>.my_menu3{
	background-color: #1c8d3d;
}
.headerArea .headerTool .menuLv0>.my_menu4{
	background-color: #096fb9;
}
.headerArea .headerTool .menuLv0>.my_menu3>a,
.headerArea .headerTool .menuLv0>.my_menu3>a:link,
.headerArea .headerTool .menuLv0>.my_menu3>a:visited,
.headerArea .headerTool .menuLv0>.my_menu4>a,
.headerArea .headerTool .menuLv0>.my_menu4>a:link,
.headerArea .headerTool .menuLv0>.my_menu4>a:visited{
	color:#fff;
}
.headerArea .headerTool a:hover, .headerArea .headerTool a:focus {
	color: #444;
	text-decoration: none;
}*/
.headerArea .headerTool ul.menuLv0>li>a:focus {
}
.headerArea .headerTool #lunar_conversionc_uc img {
	padding-bottom: 4px;
}
.headerArea .headerTool ul.menuLv0>li>a:hover {
/*	color: #FFF;
	background-color: #1a5d7a;*/
}
.headerArea .headerTool ul.menuLv1>li a:hover,
.headerArea .headerTool ul.menuLv1>li a:focus {
    color: #fff;
    background-color: #1a58ab;
}
.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;
}
.headerArea .headerTool .myTool .leftHeaderTool {
	float: left;
	margin-top: 4px;
}
.headerArea .headerTool .myTool .rightHeaderTool, .headerTool .topHeaderTool, .headerArea .bottomHeaderTool {
	float: right;
	width: 80%;
}
.myheaderTool>div.clientTool {
	color: #444;
	/*	height: 95px;*/
	padding-top: 0;
	padding-right: 0px !important;
	padding-bottom: 0px;
	padding-left: 0px;
	/*	font-size:.9em;*/
	font-weight: bold;
	text-align: right;
}
.myheaderTool>div.clientTool div {
	display: inline-block;
	/*    vertical-align: middle;*/
    vertical-align: middle;
	margin: 0;/*	float: left;*/
}
.headerTool .mobSearchArea{/*
	display: inline-block;*/
	vertical-align: middle;
}
/*.myheaderTool>div.clientTool .print img{
	padding:7px 0;
}
.myheaderTool>div.clientTool .share img{
	padding:8px 2px 9px 3px;
}*/
.myheaderTool>div.clientTool div {
	position: relative;/*
	line-height: 1em;*/
}
.myheaderTool>div.clientTool div>* {
/*	margin: 0;
	padding: 0;*/
}
.myheaderTool>div.clientTool div>a {
	padding: 0 10px;
}
.headerTool div:before {
/*	content: '';
	position: absolute;
	left: -1;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e3d6cc;
	border-right: 1px solid #ccd0db;*/
}
.headerTool div:nth-child(1):before {
/*	display: none;*/
}
.headerTool div>ul.aaaTool {
	padding: 0 4px;
}
.headerTool div.datetime {
	padding-right: 17px;
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position:relative;
}
.headerTool div.datetime:after{
	content:"";
	position:absolute;
	width:1px;
	right:0;
	top:28%;
	bottom:28%;
	background-color:#5b6c73;
}
.headerTool div.login{
	padding: 0 17px;
	position:relative;
	font-size:1.2em;
}
.headerTool div.login:before{
	content:"";
	position:absolute;
	width:1px;
	left:0;
	top:28%;
	bottom:28%;
	background-color:#a0abad;
}
.headerTool div.login:after{
	content:"";
	position:absolute;
	width:1px;
	right:0;
	top:28%;
	bottom:28%;
	background-color:#5b6c73;
}
.headerTool div.setbookmark{
	padding: 0 17px;
	position:relative;
}
.headerTool div.setbookmark:before{/*
	content:"";
	position:absolute;
	width:1px;
	left:0;
	top:28%;
	bottom:28%;
	background-color:#a0abad;*/
}
.headerTool div.datetime>#lunar_climatology_uc {
	padding-right: 0;
}
.headerTool div.datetime>#lunar_conversionc_uc {
	padding: 0;
}
.headerTool div.datetime>span {
	padding-left: 6px;
}
.headerTool div.searchTool >* {
}
.headerTool div.brandhk>* {
	padding: 0;
}
.headerTool div#wxinfo_bar>img {
	height: 22px;
	width: auto;
	padding: 2px;
	background-color: #fff;
}
/*.clientTool>div:before {
    content: "I";
    font-size: medium;
    font-weight: lighter;
    color: #CCC;
    padding-left: 5px;
    padding-right: 10px;
}
.clientTool>div:first-child:before{
	display:none;
}*/
.clientTool>div.AStyleArea:before, .clientTool>div.language:before, .clientTool>div.share:before {
/*    content: "I";
    font-size: medium;
    font-weight: lighter;
    color: #CCC;
    padding-left: 5px;
    padding-right: 10px;*/
}
/*.clientTool>div.language li:before{
	content: "I";
    font-size: medium;
    font-weight: lighter;
    color: #CCC;
    padding-left: 5px;
    padding-right: 10px;
}*/
.clientTool>div.language li.fst:before {
	content: "";
	display: none;
}
.clientTool>div.homeTool:before {
	display: none;
}
.clientTool>div.searchTool:before {
/*	content: "";
	clear: both;
	padding: 0;
	margin: 0;*/
}
.headerArea .headerTool .searchTool {
    display: none;
	float: none;/*
	display: block;
	margin-right: 15px;
	margin-top: 12px;/*
	margin-top: 45px;
	padding: 0;*/
    text-align: right;
	z-index: 8901;/*
	display: inline-block;*/
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 100%;
    width: 600px;
    -webkit-box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    padding: 15px;
    background-color: #fff;
}
.headerArea .headerTool .clientTool:not(.activeSearch) .search img.close{
	display:none;
}
.headerArea .headerTool .clientTool.activeSearch .search img.open{
	display:none;
}
.headerArea .headerTool .activeSearch .searchTool {
    display: block;
}
.headerArea .headerTool .searchTool input {
/*    border-radius: 10px;
    border: 1px solid #a3a3a3;*/
	min-height: 30px;
}
div.searchTool:after {
	content: none !important
}
div.hrbTool:after {
	content: none !important
}
div.mobile_view:after {
	content: none !important
}
/*div.language:after{
	content: "";
	display:none;
}*/
.searchTool form:before {
/*	content: "I";
	font-size: medium;
	font-weight: lighter;
	color: #CCC;
	padding-left: 5px;
	margin-left: 5px;*/
}
.clientTool div:after {
/*	content: "I";
	font-size: medium;
	font-weight: lighter;
	color: #CCC;
	padding-left: 5px;*/
}
div.language li:after {
/*	content: "I";
	font-size: medium;
	font-weight: lighter;
	color: #CCC;
	padding-left: 5px;*/
}
/*div.AStyleArea:before{
	content: "I";
	font-size: medium;
	font-weight: lighter;
	color: #CCC;
	padding-left: 5px;
	padding-right: 10px;
}
div.language:after{
	content: "I";
	font-size: medium;
	font-weight: lighter;
	color: #CCC;
	padding-left: 10px;
	padding-right: 5px;
}*/
div.language li.last:after {
	content: "";
	display: none;
}
.hrbTool:before {
	content: none !important
}
.headerTool div.RSS {
	color: #be4a03;
	font-size: 14px;
}
.headerTool div.AStyleArea {
/*	width: 70px;*//*
    line-height: 1em;
	padding:0 17px;*/
	position:relative;
	padding:0;
}
.headerTool div.AStyleArea:before{
/*	content:"";
	position:absolute;
	width:1px;
	left:0;
	top:28%;
	bottom:28%;
	background-color:#a0abad;*/
}
.headerTool div.AStyleArea:after{
/*	content:"";
	position:absolute;
	width:1px;
	right:0;
	top:28%;
	bottom:28%;
	background-color:#5b6c73;*/
}
.headerTool div.setting img {
	width: 20px;
}
.headerTool div.mobile_view {
	/*	width: 45px;*/
	height: 27px;
}
.headerTool div.language ul li {
    display: inline-block;
	/*	padding-right: 5px !important;
	padding-right: 0;
	width: 10px !important;*/
}
.headerTool div.home {
}
.headerArea ul {
	/*	float: right;*/
	list-style-type: none;
}
.clientTool ul li {
	margin-left: 0;
	margin-right: 0;
}
.clientTool:before {
/*	content: " ";
	float: left;
	display: block;
	background-image: url(../images/user_login.png);
	background-repeat: no-repeat;
	position: relative;
	width: 10px;
	height: 9px;
	background-size: 100% 100%;
	margin-right: 5px;
	top: 50%;
	margin-top: -5px;*/
}
.searchTool form {
}
.headerArea form a {/*
	display: inline-block;
	vertical-align: middle;
	padding: 7px 9px;
	background-color: #1d8acd;*/
}
.headerTool .searchBtn{/*
    background-color: #eeeef0;*/
    padding: 7px 12px 7px 12px;
    display: inline-block;
    position: absolute;
    right: 0;/*
	background-color:#f2dd2c;*/
}
.headerArea form img {
	z-index: 4200;
	position: relative;
}
.headerArea .language>ul {
/*	float:left;*/
}
.headerArea .clientTool>ul>li>div>* {
	padding: 4px 12px;
}
.clientTool li * {
	display: inline;
	vertical-align: bottom;
}
.headerArea li .aaaTool, .headerArea li .aaaTool * {
	vertical-align: inherit;
}
.mobileClient {
	display: none;
}
.logIOTool a {
	background: #eee;
}
/*.headerArea ul
{
	float: left;
}*/
.headerArea a {
}
.headerArea li, .headerArea a {
	margin: 0 0px;
	padding: 0;
	float: none;
	display: inline;
	text-decoration: none;/*vertical-align: bottom;*/
}
.headerArea .language li {
	position: relative;
}
.headerArea .language li a {
	color: #000;
	font-weight: bold;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
    padding: 10px 18px;
    display: block;
}
.headerArea .language li:nth-child(2):before {
/*	content: '';
	position: absolute;
	left: -1;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e3d6cc;
	border-right: 1px solid #ccd0db;*/
}
.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: #3e5259;
}
.headerArea .langTool {
	margin-top: 6px;
}
.headerArea .bottomHeaderTool .contactus img {
	vertical-align: initial;
	margin: 0 5px;
}
.headerArea .bottomHeaderTool .searchTool {
	margin-left: 3px;
	margin-top: -2px;
}
.headerArea .hrbTool input {
/*	display: inline;
	width: 270px;
	display: inline-block;
	border: 2px solid #d1d1d1;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 33px;*/
}
.headerArea .hrbTool img {
	margin-left: 10px;
}
.myheaderTool>div.clfSeachBar {
	float: none;
	position: absolute;
	top: 30px;
	right: 20px;
}
.headerArea .searchTool .hrbTool a {
	/*position: relative;
	background-color:#3a6ecf;*/		color: #3e5259;
	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 ul.aaaTool {
	padding-right: 0px;
	padding-left: 0px;
}
.headerArea .bottomHeaderTool .searchTool .searchBtn img {
	/*position: absolute;
	top: 0;
	right: 10px;*/
	margin-left: 5px;
}
.headerArea .headerTool .headerMenu {
    background-color: #C5F4E0;
	/*text-align: center;
	font-size: .8em;
	display: inline-block;
 	*zoom: 1;
 	*display: inline;
	/*width:1024px;
	height: inherit !important;
	/*background-color: #f4f4f4;
	margin-top: 82px;
	z-index: 7999;
	/*position: relative;
	position: absolute;
	padding-bottom: 0px;
	margin-left: 0px;
	background-image:url('../images/bg_menu.jpg');
	background-repeat: repeat;*/
/*	float: right;*/
	padding:0;
    margin: 0 -10px;
	text-align: left;
	/*    height: 70px;*//*
    min-height: 62px;*//*
	text-transform: uppercase;*/
	z-index: 8000;
}
/*.indexVersion */.headerArea .headerTool .headerMenu {
/*	background-color: #015696;
	background-image: linear-gradient(#0166b4 0, #0166b4 50%, #015696 51%);
	box-shadow: 0 4px 6px -2px #000;
	/*    float: right;
	padding-left:300px;*/
/*	padding-bottom: 0;
	margin-top: 6px;*//*
	overflow: hidden;
    height: 42px;*/
}
.headerArea .headerTool .headerMenu:before {
/*	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 42px;
	background-color: #fff;*/
}
.headerArea .headerTool .headerMenu .cross_btn,
.headerArea .headerTool .headerMenu .mob_bak{
	display:none;
}
.headerArea .headerTool .headerMenu.mainheaderMenu {
	/*	position:absolute;*/
	position: relative;
}
.headerArea .headerTool .headerMenu.mainheaderMenu .mainMenuTool {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8600;
}
.headerArea .headerTool .headerMenu.mainheaderMenu .mainMenuTool button>span:nth-child(2) {
	display: block;
	width: 40px;
	padding: 7px 0;
}
.headerArea .headerTool .headerMenu.subheaderMenu {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 5px;
}
.headerArea .headerTool .headerMenu.subheaderMenu .tMenu>li>a {
	z-index: 8010;
}
.headerMenu {
	/*	margin-left: 25%;
	text-align: right;*/
	padding: 0;/*	position:relative;*/
}
.headerMenu:before {
/*	content:"";
/*	background-image:url(../images/bg_top_menu.jpg);*/
/*	background-repeat:repeat-x;
	position:absolute;
	background-color:#3b5999;
	left:0;
	right:0;
	height:62px;
	z-index:-1;*/
}
@media(min-width:1201px){
	.headerArea .headerTool .headerMenu .mobile_header_area>ul {
		margin-top: 0;/*
		font-family: "Dancing Script";
		font-size: 1.14286em;/*	float: right;
		margin-top:8px;*/
	/*	position: relative;
		margin-left: 35%;
		position: static;
		display: inline-block;
		text-align: right !important;
		margin-top: 40px;*/
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex; /*
		display: inline-flex;*//*
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;*/
	}
}
.indexVersion .headerArea .headerTool .headerMenu ul {
	margin-top: 0;/*
	font-family: "Dancing Script";
	font-size: 1.14286em;*/
}
.leftMenuVersion .leftmenu {
	float: left;
	width: 180px;
}
.leftMenuVersion .mainHeader, .leftMenuVersion .mainContent {
	width: 800px;
	float: left;
}
#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 {
	width: 250px/*position: absolute;
	left: 0;
	right: 0px;
	z-index: 9876;
	height: 50px;*/
	/*background-color:#fff;*/
}
.headerMenu ul {
}
.headerMenu ul li {/*
	float: left;*/
	margin: 0;
}
.headerMenu ul.menuLv0>.close>div.extmenu {
	/*display:none;*/
	position: absolute;
	left: -9999px;
	right:auto;
}
.headerMenu ul.menuLv0>li:nth-last-child(-n+3)>div.extmenu.activeUl,
.headerMenu ul.menuLv0>.open:nth-last-child(-n+3)>div.extmenu{
    left: auto;
	right:0;
}
.headerMenu ul .close>div.extmenu.activeUl{
	left:0;
}
.headerMenu ul .close ul ul ul {
	display: none !important
}
.headerMenu ul .open>ul, .headerMenu ul li ul.activeUl, .headerMenu ul li ul.activeUl_withTimer {
	display: block;
	/*	right: 0;*/
/*    left: 0;
	left:auto;*/
	left: 0;
}
.headerMenu ul li:nth-child(n+8).open>ul, .headerMenu ul li:nth-child(n+8) ul.activeUl, .headerMenu ul li:nth-child(n+8) ul.activeUl_withTimer {
/*    right: 0;
    left: auto;*/
}
.headerMenu ul li a>div {
	float: left;
}
.headerMenu ul.menuLv1 {
	/*z-index: 9999;
	width:220px;*/
	/*
	text-align: left;
	width: 100%;
	min-width: 300px;
	background-color: #fff;
	box-shadow: 0 0 12px -2px #000;
	padding: 6px 0;*/
}
.headerMenu.subheaderMenu ul.menuLv1 {
	position: absolute;
	left: -9999px;
	float: none;
}
.headerMenu.subheaderMenu .tMenu li.open>ul.menuLv1 {
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	padding-left: 500px;
	padding-right: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*    width: 1600px;*/
	min-height: 240px;
}
.headerMenu.subheaderMenu .open>ul.menuLv1:before {
	content: "";
	font-size: 1.6em;
	font-weight: bold;
	color: #779dcb;
	text-align: center;
	padding-top: 170px;
	display: block;
	width: 160px;
	position: absolute;
	top: 40px;
	transform: translate(-150%, 0);
	/*	top:50%;
    transform: translate(-150%,-50%);*/
	background-image: url(../images/icon_topmenu_1.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 8920;
}
.headerMenu.subheaderMenu .menuLv0>li.open:nth-child(1)>ul.menuLv1:before {
	background-image: url(../images/icon_topmenu_1.png);
	content: "16-22°C";
}
.headerMenu.subheaderMenu .menuLv0>li.open:nth-child(2)>ul.menuLv1:before {
	background-image: url(../images/icon_topmenu_2.png);
	content: "";
}
.headerMenu.subheaderMenu .menuLv0>li.open:nth-child(3)>ul.menuLv1:before {
	background-image: url(../images/icon_topmenu_3.png);
	content: "";
}
.headerMenu.subheaderMenu .menuLv0>li.open:nth-child(4)>ul.menuLv1:before {
	background-image: url(../images/icon_topmenu_4.png);
	content: "";
}
.headerMenu.subheaderMenu .menuLv0>li.open:nth-child(5)>ul.menuLv1:before {
	background-image: url(../images/icon_topmenu_5.png);
	content: "";
}
.headerMenu.subheaderMenu .menuLv0>li.open:nth-child(6)>ul.menuLv1:before {
	background-image: url(../images/icon_topmenu_6.png);
	content: "";
}
.headerMenu.subheaderMenu .open>ul.menuLv1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #1f61af;
	z-index: 8910;
}
.headerMenu.subheaderMenu .open>ul.menuLv1>li {
	position: relative;
	display: inline-block;
	z-index: 8920;
}
.headerMenu ul ul.menuLv1 {
	float: left;/*	list-style-type: disc;
	width: 1000%;
	display: block;*/
}
.headerMenu ul ul.menuLv1>li {
	border: 0;
	border-top: 0;
	list-style-type: disc;
	margin: 0;
	float: left;
	left: 0;
	right: 0;
}
.headerMenu ul.menuLv1>li:hover, .headerMenu ul.menuLv1>li:focus, .headerMenu ul.menuLv1>li:active {
/*background-color:#ebe9f4;	*/
}
.headerMenu ul.menuLv1 li a {
	/*width:220px;*/
	display: block;
	text-align: left;
    padding: 10px 50px;/*
    font-size: 1.1em;*/
}
.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;
}
.headerMenu ul.menuLv0, .headerMenu ul.menuLv0 li {
	list-style-type: none;
	text-align: center;
}
.headerMenu ul.menuLv0>li{
	padding-left:0;
	padding-right:0;/*
	-webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;*/
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 9%;
	position:relative;
    border-collapse: collapse;/*
	max-width: 5.26%;
	overflow: hidden;*/
}
.headerMenu .menuLv0 a{
	color:#343234;
}
.headerMenu ul.menuLv0>li:nth-child(n+1) a{
	position:relative;
}
.headerMenu ul.menuLv0>li>a{
	position:relative;
	padding-left:14px;
	padding-right:14px;
}
.headerMenu ul.menuLv0>li>a:before{
/*	content:"";
	background-color: #2d7abe;
	width:1px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;*/
}
.headerMenu ul.menuLv0>li:nth-child(1)>a:before{
	display:none;
}
.headerMenu ul.menuLv0>li.firstLi{
	display:none;
	/*font-size: 18px;/*border-left: #fff 1px solid;
	padding-top: 10px;
    padding-bottom: 10px;
	border-left: 0;*/
/*text-align: right !important;
	font-weight: normal;
	display:none;*/
}
.headerMenu ul.menuLv0>li.firstLi>a img {
	margin: 0 15px;
}
.subheaderMenu ul.menuLv0>li {
	/*	font-size:0.85em;
	/*position: static;
	/*background-color:#fff;
	position:relative;*/
	font-weight: bold;
	text-align: right;
	/*
	border-left: 1px solid #d2cfe1;
	/*border-right: #fff 1px solid;
	/*width: 165px;*/
	position: relative;
	text-align: center;
	vertical-align: top;/*	font-weight: normal;*/
}
.headerMenu ul.menuLv0>li>a {/*
	font-size: 1.4em;
	font-weight: bold;*/
}
.headerMenu ul.menuLv1>li>a {
/*	font-size:1.2em;*/
}
.headerMenu.subheaderMenu ul.menuLv0>li {
	position: static;
	font-weight: bold;
}
.headerMenu.subheaderMenu ul.menuLv1>li {
/*	font-size:0.8em;*/
}
/*.chineseVersion .headerMenu ul.menuLv0>li{
	font-size:1em;
}*/
.headerMenu ul.menuLv0>li>a {
	position: relative;
}
.headerMenu ul.menuLv0>li.firstLi>a:before {
	display: none;
}
.headerMenu.subheaderMenu ul.menuLv0>li>a:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 1px;
	background-color: #666;
}
.headerMenu ul.menuLv0>li>a {
	text-decoration: none;
}
.headerMenu ul li a {
}
.headerMenu ul.menuLv0>li a {
/*	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;*/
}
/*.headerMenu ul.menuLv0>li.active_section{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ef8000;
}*/
.contentArea .breadcrumb a.home {/*
	vertical-align: middle;*/
}
/*.chineseVersion  .contentArea .breadcrumb a.home {
    height: 14px;
}
.simplify .contentArea .breadcrumb a.home {
    height: 14px;
}*/

.headerMenu ul.menuLv0>li a {
/*height:35px !important;*/
}
.headerMenu ul.menuLv0>li.my_menu4>a {
/*	padding-bottom: 16px!important;	/*max-height:35px;*/
}
.headerMenu ul.menuLv0>li>a {
/*	padding-bottom: 20px!important;	/*max-height:35px;*/
}
.headerMenu ul.menuLv0>li.my_menu1 {
}
.headerMenu ul.menuLv0>li.firstLi:before {
	content: '';
	display: none;
}
.headerMenu ul.menuLv0>li:before {
/*	content:'';
	background-image:url(../images/icon_menu_near.png);
	background-repeat:no-repeat;
	width:19px;
	height:35px;
	position:absolute;
    left: -9px;
	top:50%;
	margin-top:-18px;*/
}
.headerMenu ul.menuLv0>li.my_menu1:before {/*
	content: '';
	display: none;*/
}
.headerMenu ul.menuLv0>li:hover:after, .headerMenu ul.menuLv0>li.active_section:after {
/*	content: " ";
	position: absolute;
	width: 19px;
	height: 10px;
	bottom: 8px;
	left: 50%;
	margin-left: -9.5px;
	/*    background-image: url(../images/icon_menu_arrow.png);*//*
	background-repeat: no-repeat;*/
}
/*.headerMenu ul.menuLv0>li:after {
	content: ' ';
	position: absolute;
	width: 27px;
	height: 25px;
	right: 10px;
	bottom: 5px;
	background-image: url(../images/navigation/icon/cyber_risk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.headerMenu ul.menuLv0>li.my_menu0:after {
	background-image: url(../images/navigation/icon/cyber_risk.png);
}
.headerMenu ul.menuLv0>li.my_menu1:after {
	background-image: url(../images/navigation/icon/alerts.png);
}
.headerMenu ul.menuLv0>li.my_menu2:after {
	background-image: url(../images/navigation/icon/report.png);
}
.headerMenu ul.menuLv0>li.my_menu3:after {
	background-image: url(../images/navigation/icon/gov_ref.png);
}
.headerMenu ul.menuLv0>li.my_menu4:after {
	background-image: url(../images/navigation/icon/comment_icon.png);
}*/
/*.headerMenu ul.menuLv0>li.firstLi
{
	background-color:#da2e5e;
}

.tMenu>li.firstLi {
    width: 50px !important;
	border:0 !important;
	padding-left:0;
	padding-right:0;
}
*/
.tMenu>li {
	position: relative;/*
	float: left;
	/*	line-height: 1.2em !important;
	/*height: 76px !important;*/
	min-height: inherit !important;
	max-height: inherit !important;
	width: auto;
	/*padding-top: 15px;
    padding-bottom: 15px;*/
	/*padding-left:3px;
	padding-right:3px;*/
	font-size: 1em;
	text-align: left;
	/*max-width: 148px;*/
	background-repeat: no-repeat;
}
.tMenu.menuLv0>li a{
	font-size: 1.3em;
}
.tMenu.menuLv0 .menuLv1>li a{
	position:relative;
	font-size: 1.125em;
}
.tMenu.menuLv0 .menuLv1>li a:before{
	content:"";
	position:absolute;
    left: 25px;
    top: 18px;
	width:10px;
	height:10px;
	background-color:#009ad1;
}
.tMenu.menuLv0 .menuLv2>li a{/*
	font-size: 1.125em;
	padding: 10px 30px;*/
    font-size: 1em;
    padding: 7px 30px;
}
.tMenu.menuLv0 .menuLv2>li a:before{
	content:"";
	position:absolute;
    left: 12px;
    top: 10px;
	width:10px;
	height:10px;
	border:3px solid #009ad1;
	background-color:#fff;
}
/*.tMenu>li.my_menu0 {
	background-image: url(../images/navigation/desktop/navigation_01.jpg);
}
.tMenu>li.my_menu1 {
	background-image: url(../images/navigation/desktop/navigation_02.jpg);
}
.tMenu>li.my_menu2 {
	background-image: url(../images/navigation/desktop/navigation_03.jpg);
}
.tMenu>li.my_menu3 {
	background-image: url(../images/navigation/desktop/navigation_04.jpg);
}
.tMenu>li.my_menu4 {
	background-image: url(../images/navigation/desktop/navigation_05.jpg);
}*/
/*.headerMenu ul li ul {
	position: absolute;
}*/
.headerMenu ul li>div.extmenu {
	position: absolute;
	padding-top: 0px;/*
	display: none !important;*/
	top: 90%;
	width: 380px;
    max-width: 100vw;
    min-width: 100%;/*
	overflow:auto;
	max-height:calc(100vh - 200px);*/
	background-color: #fff;
	z-index:10;
}
.headerMenu ul.menuLv0>li>div.extmenu:before{
	content:"";
	position:absolute;
	bottom:100%;
	left:20%;
	width:0;
	height:0;
	border-bottom:8px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.headerMenu ul li>div.extmenu ul{
	min-width:100%;
}
/*.headerMenu ul li>div.extmenu ul:last-child{
	top:-180 !important
}*/
.headerMenu ul.menuLv1>li>div.extmenu {
	position:absolute;
	top:0;
	width:300px;
	min-width:0;
}
.headerMenu ul.menuLv1>li>div.extmenu.up{	
	top:auto;
	bottom:0;
}
.headerMenu ul.menuLv1>li>div.extmenu.down{	
	top:0;
	bottom:auto;
}
.headerMenu ul.menuLv1>li>div.extmenu.level{	
	top:0;
	bottom:auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}/*
.headerMenu ul.menuLv1>li:nth-child(n+13)>div.extmenu{
	top:auto;
	bottom:0;
}*/
.headerMenu ul.menuLv1>li.close>div.extmenu{
	position: absolute;
	left: -9999px;
	right:auto;
}
.headerMenu ul.menuLv1>li>div.extmenu.activeUl,
.headerMenu ul.menuLv1>.open>div.extmenu{
	left:100%;
}
.headerMenu ul.menuLv1>li>div.extmenu {
}
.headerMenu .tMenu li ul.menuLv1>li a.excLi:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 18px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_arrow_i.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.headerMenu .tMenu li ul.menuLv1>li a.excLi:focus:after,
.headerMenu .tMenu li ul.menuLv1>li a.excLi:hover:after {
    background-image: url(../images/icon_arrow.png);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.headerMenu ul.menuLv0>li:nth-last-child(-n+3) ul.menuLv1>li>div.extmenu.activeUl,
.headerMenu ul.menuLv0>.open:nth-last-child(-n+3) ul.menuLv1>li.open>div.extmenu{
	left:auto;
	right:100%;
}
.headerMenu ul li>div.extmenu:before {/*
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	top: 4px;
	left: 10%;*/
}
.headerMenu ul li:nth-last-child(-n+3)>div.extmenu:before{
	left:auto;
	right:20%;
}
.headerMenu .extmenu ul li>div.extmenu:before{
	display:none;
}
.headerMenu ul.menuLv0>li>a {
	margin: 0;
	/*	padding-right: 0;
	padding-left: 0;
	padding: 0;
	position: relative;*/
    width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90px;
	height:100%;
	padding: 0 8px;
}
.headerMenu ul.menuLv0>li>a>span {
	/*padding-right:16px;*//*
	padding:12px 0;*/
	/* border-bottom: 2px solid #fe8713; */
	/* text-decoration: underline #fe8713; */
	display: inline-block;
	position:relative;
	margin-top: 0;/*    padding: 13px 0 8px 0;/*
    border-bottom: 5px solid #fff;*/
    border-bottom: 4px solid transparent;
    padding: 5px;
}
.headerMenu ul.menuLv0>li>a>span{/*
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.headerMenu .tMenu>li>a:focus>span,
.headerMenu .tMenu>li>a:hover>span,
.headerMenu .tMenu>li>a:active>span,
.headerMenu .tMenu>li>a.active_section>span {/*
	border-bottom:8px solid #f2dd2a;*/
}
.headerMenu ul.menuLv0>li>a>span.caret, .headerMenu ul.menuLv1>li>a>span.caret {
	position: absolute;
	padding-right: 0;
	top: 50%;
	right: 5px;
	display: none;/*	margin-top:-4px !important;*/
}
.headerMenu ul.menuLv0>li:hover>a, .headerMenu ul.menuLv0>li>a:hover, .headerMenu ul.menuLv0>li>a:focus {/*
	background-color: #dffdfd;*/
    color: #006AA6;
}
.headerMenu.subheaderMenu ul.menuLv0>li:hover>a, .headerMenu.subheaderMenu ul.menuLv0>li>a:hover, .headerMenu.subheaderMenu ul.menuLv0>li>a:focus {
	background-color: #1f61af;
	color: #fff;
	position: relative;
}
.headerMenu.subheaderMenu ul.menuLv0>li:hover>a:after, .headerMenu.subheaderMenu ul.menuLv0>li>a:hover:after, .headerMenu.subheaderMenu ul.menuLv0>li>a:focus:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 5px;
	left: 20px;
	right: 20px;
	border-radius: 10px;
	background-color: #97b5d9;
}
.chineseVersion .headerMenu ul.menuLv0>li>a {
/*		margin: 10px !important;*//*
	max-height:42px;*/
}
.headerMenu .tMenu a>span {
	margin: 0 0px;
}
.headerMenu .tMenu>li>a {
/*	padding-left:15px !important;
	padding-right:15px !important;
/*    padding: 12px 15px !important;*/
}
body.englishVersion .headerMenu .tMenu>li>a {/*
	padding-left: 30px !important;
	padding-right: 30px !important;*/
}
.chineseVersion .headerMenu .tMenu>li>a {
/*	padding-left:15px !important;
	padding-right:15px !important;
/*    padding: 2px 25px !important;*/
}
.headerMenu .tMenu a:link, .headerMenu .tMenu a:visited {
/*	color: #36444d;
	font-weight:bold;*/
}
/*.headerMenu .tMenu>li>a {
	text-align: left !important;
	padding-left: 10px !important;
}
/*.headerMenu .tMenu>li>a{
	padding-left: 10px !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-height: 68px;
}
.headerMenu .tMenu>li>a:hover {
	text-align: left !important;
	padding-left: 10px !important;
	padding-top: 10px;
	padding-bottom: 30px;
}*/
.headerMenu .tMenu li.open {/*position:relative;*/
/*	min-height: 300px;*/
}
.headerMenu.subheaderMenu .tMenu li.open ul, .headerMenu.subheaderMenu .tMenu li ul.activeUl {
	/*position:relative;*/
    /*width: 984px;
	/*top: 100%;
	left: 0;*/
	margin: 0;/*padding: 0 10px;*/
	/*min-height:220px;
	padding-left:480px;*/

	background-color: #1f61af;
	padding: 0;
	border-top: 1px solid #1b5397;
}
.headerMenu .tMenu li>ul.menuLv2 {
	position: absolute;
	left: -9999px;
}
.headerMenu .tMenu li.active>ul.menuLv2 {
	display: block;
	min-width: 100%;
	position: relative;
	left: auto;
}
.headerMenu .tMenu li.open ul.menuLv2, .headerMenu .tMenu li .activeUl ul.menuLv2, .headerMenu .tMenu li ul.menuLv2.activeUl {
/*	min-width: 100%;
	position:relative;
	left:0;*/
/*    border-top: 1px solid #a9cdd6;*/
}
/* by horace */
.headerMenu .tMenu li.my_menu9 ul.menuLv2  {
    box-shadow: 0 0 20px #666;
}
/* end by horace */


.headerMenu .tMenu li.open ul:after, .headerMenu .tMenu li ul.activeUl:after {
	clear: both;
}
.headerMenu .tMenu li.open ul>li, .headerMenu .tMenu li ul.activeUl>li {
	/*display:list-item;
    float: left;
    /*margin-left: 30px;
    width: 450px;*/
	float: none;
	display: block;/*	line-height: 20px;*/
}
.headerMenu .tMenu li.open ul li a, .headerMenu .tMenu li ul.activeUl li a {
	/*color: #FFF;/*padding-left:10px;*/
	/*background-color: #1a5d7a;
/*	padding-top: 25px !important;
	padding-bottom: 25px !important;*/
	margin-top: 0;
	margin-bottom: 0;
	/*	height: 38px;*/
	display: block;
}
.headerMenu .tMenu li ul li a, .headerMenu .tMenu li ul li a {
/*	color: #333 !important;
	/*color: #dadada !important;/*#3e3c50 !important;*/
}
.headerMenu .tMenu li.open ul li a, .headerMenu .tMenu li ul.activeUl li a {
	/*color: #FFF;/*padding-left:10px;*/
	/*background-color: #1a5d7a;
/*	padding-top: 25px !important;
	padding-bottom: 25px !important;*/
	margin-top: 0;
	margin-bottom: 0;/*	height: 38px;*/
}
.headerMenu .tMenu li.open ul.menuLv2>li>a, .headerMenu .tMenu li ul.activeUl .menuLv2>li>a {
	/*    background-color: #b8e6e8;
    padding: 12px 30px;
	padding: 5px 10px 10px 30px;
	padding-left: 20px;*/
}
.headerMenu .tMenu li.open ul.menuLv2>li>a:focus, .headerMenu .tMenu li ul.activeUl .menuLv2>li>a:focus, .headerMenu .tMenu li.open ul.menuLv2>li>a:active, .headerMenu .tMenu li ul.activeUl .menuLv2>li>a:active, .headerMenu .tMenu li.open ul.menuLv2>li>a:hover, .headerMenu .tMenu li ul.activeUl .menuLv2>li>a:hover {
/*	background-color: #1d5ca6;*/
}
.headerMenu ul.menuLv0 {
	z-index: 7900;
	position: relative;
}
.headerMenu ul.menuLv1 {
	z-index: 7910;
}
.headerMenu ul.menuLv2 {
	z-index: 7920;
}
.headerMenu ul.menuLv1>li {
	position: relative;
}
.headerMenu .tMenu li.open ul.menuLv2>li {
	width: 100%;
}
.headerMenu.subheaderMenu .tMenu li ul>li {
	width: 100%;
	height: auto;
	float: left;
}
.headerMenu .tMenu li ul.menuLv1{/*
	border:2px solid #136491;*/
    box-shadow: 0 0 20px #666;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: calc(100vh - 200px);
}
.headerMenu .tMenu li ul.menuLv1 .extmenu{
    max-height: calc(100vh - 200px);
}
.headerMenu .tMenu li ul.menuLv1>li:not(:last-child){/*
	border-bottom:1px solid #f0eceb;*/
}
.headerMenu .tMenu li ul.menuLv1>li {
	/*    width: 225px;
    /*height: 175px !important;*/
	float: none;
}
.headerMenu.subheaderMenu .tMenu li ul.menuLv1>li {
	width: 33% !important;
	margin: 0;
	vertical-align: top;
}
.headerMenu .tMenu li ul.menuLv1>li .extmenu {/*
	display: none;*/
}
.headerMenu .tMenu li ul>li.close {
	/*	background-image: url(../images/menu_nav_down.png);*/
	background-position: right top;
	background-repeat: no-repeat;
}
.headerMenu .tMenu li ul>li>a {
	/*background-image:url(../images/bg_menu_overlay.png);*/
	/*background-repeat:no-repeat;*/
	background-position: right bottom;
	/*background-color:#e5eefa;*/
	/*border: 1px solid #3b748d;/*#d9ebf3;*/
	border-collapse: collapse;
	background-size: 100% 100%;/*	padding-left: 20px !important;*/

}
.headerMenu .tMenu li ul>li>a:focus, .headerMenu .tMenu li ul>li>a:active, .headerMenu .tMenu li ul>li>a:hover {
/*    background-color: rgba(244, 244, 244, .9);*/
}
/*
.headerMenu .tMenu>li>a:focus, .headerMenu .tMenu>li>a:hover, .headerMenu .tMenu>li>a:active, .headerMenu .tMenu>li>a.active_section{
	background-image:url(../images/bg_menu_overlay.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:rgba(255, 217, 80, .8);

}
.headerMenu .tMenu>li>a:focus, .headerMenu .tMenu>li>a:hover, .headerMenu .tMenu>li>a:active, .headerMenu .tMenu>li>a.active_section{
	background-image:url(../images/bg_menu_overlay.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:rgba(255, 217, 80, .8);

}
*/
.headerMenu .tMenu>li>a {
	position: relative;
}
/*.headerMenu .tMenu>li>a:focus:after, .headerMenu .tMenu>li>a:hover:after, .headerMenu .tMenu>li>a:active:after, .headerMenu .tMenu>li>a.active_section:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 9px;
}*/
.headerMenu .tMenu>li>a:focus,
.headerMenu .tMenu>li>a:hover,
.headerMenu .tMenu>li>a:active{
    color: #006AA6;
}
.headerMenu .tMenu>li>a.active_section {
    color: #006AA6;
	/*	background-color: #504098;
    color: #fff;
	color: #fd0;*//*
	color:#fff;
	background-color:#00739f;*/
	font-weight:bold;
}
.headerMenu .tMenu>li>a.active_section{
	font-weight:bold;
}
.headerMenu .tMenu>li>a:focus span:after,
.headerMenu .tMenu>li>a:hover span:after,
.headerMenu .tMenu>li>a:active span:after,
.headerMenu .tMenu>li>a.active_section span:after {
	/*content:"";
	position:absolute;
	bottom:calc(50% - 30px);
	left:0;
	right:0;
	height:4px;
	background-color: #fcb853;*/
}
.headerMenu .tMenu>li.active_section>a {/*
	color:#fff;
	background-color:#00739f;*/
}
/*.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: 6px 10px 6px 40px;    font-size: 0.85em;
    font-size: 0.92em;
    border-left: 1px solid #98b2b5;
    border-right: 1px solid #98b2b5;
    border-top: 1px solid #d0edf3;
    border-bottom: 1px solid #939393;*/
}
.headerMenu .tMenu .menuLv1 >li>a:before {/*
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 20px;
	top: 14px;
	background-color: #fa7370;*/
}
.headerMenu.subheaderMenu .tMenu .menuLv1 a {
	color: #fff;
}
.headerMenu.subheaderMenu .tMenu .menuLv1 a:focus, .headerMenu.subheaderMenu .tMenu .menuLv1 a:hover {
	color: #f6c812;
}
.caret {
	display: none;/*    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 0 !important;*/
}
.siteList .caret {
	display: none;
}
/*.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;
}
.leftHeader {
	display: none;
}
.leftMenuHeader {
	margin-top: 0;
}
.left_menu>div {
	position: relative;
	z-index: 8000;
}
.left_menu>div.menuBg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 185px;
	z-index: 5000;
}
.leftMenuArea {
	float: left;
	width: 185px;
}
.leftMenu {/*
	float: left;*/
}
.left_menu {
	width: 185px;
	min-height: 100%;/*height:100%;*/
	/*position:absolute;
	z-index: 9999;*/
}
.leftMenu {
	z-index: 7900;
	position: relative;
}
.leftMenu .close>ul {
	height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	position: relative;
	overflow: hidden;
}
.leftMenu .open>ul {
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 7910;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	overflow: visible;
}
.chineseVersion .headerMenu .tMenu .menuLv1 a {
	min-height: 19px;
}
.copyrightBar {
	text-align: center;
	margin: 0 0 0 0;
}
.headerTool {
}
.headerNav {
	width: 100%;
}
.headerTool .myLogo {
	padding-right: 0;
	/* padding-top: 25px; */
    /* padding-bottom: 25px; */
	padding-top: 12px;
    padding-bottom: 12px;
	padding-left:30px;
	z-index: 8888;/*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;*//*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}
.headerTool .myLogo .logo_0 a {/*
	padding: 32px 15px;*//*
	padding: 18px;*/
	display: inline-block;
}
.headerTool .myLogo .logo_0 img {
	text-align: left;/*	width:346px;*/
}
.headerTool .myLogo .logo_0 span {
/*	vertical-align: top;
	width: 200px;
	display: inline-block;
	margin-top: 3px;
	margin-left: 15px;
	font-size: 1.1em;*//*
	width:330px;
    display: block;*/
}
.headerTool .myLogo .logo_0 img{
/*	max-width: 330px;
    width: 100%;*//*
    max-height: 55px;*/
    width: auto;
    max-width: 100%;
}
.headerTool .headerMenu {
}
.headerTool .AStyleArea a {
	/*	color:#000 !important;
	padding: 0 4px;*/
	vertical-align: baseline;
}
/*=========footer=========*/

.footerArea {/*
	color: #fff;
	font-size:1.1em;*/
}
.footerArea a {/*
	color: #2b3944;*/
}
.footerArea .contact_tool{
/*	font-size:1.4em;*/
}
.footerArea .header{
	color: #ffff00;
	margin-bottom:26px;
	font-size:1.2em;
}
.footerArea {
/*	background-color: #133c8b;
	color: #fff;*/
}
.footerMenu ul.menuLv0>li.firstLi {/*
	display:none;*/
}
.footerMenu .fm0 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: #C5F4E0;
    color: #004F80;/*
	border-top:10px solid #8ed9f9;*/
	/*    box-shadow: 0px 0px 15px #c1c1c1;
	box-shadow: 0px -4px 15px -4px #c1c1c1;*/
	padding: 0;
	/*
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
    padding-bottom: 20px;*//*
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat;*/
	z-index:4000;
}
.indexVersion .footerArea {
	box-shadow: none;/*    z-index: 8800;*/
}
.footerArea, .footerArea a {
/*	color:#fff;*/
/*	font-weight:bold;/*
	background-color:#9ce6f9;*/
}
.footerArea .container {
	/*	position: relative;
	/*padding-top:15px;
	padding-bottom:30px;*/
/*	padding: 2em 0;
	/*border-top:1px solid #cccccc;*/
	z-index: 1000;/*	color: #fff;*/
}
.footerArea0 {
	background-color: #f5fdee;
    overflow: hidden;
    background-color: #2a445f;
    background-image: url(../images/bg_pattern1.jpg);
    background-repeat: repeat;
    padding: 40px 0;
}
.footerArea1 {
    position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;/*
	background-color: #cde1ea;*/
}
.footerArea1 .myflex{
	border-bottom:1px solid #a5a696;
	padding:40px 0;
}
.footerArea1 .myflex>div{/*
	width:50%;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;	*/
}
.footerArea1 .myflex .footerContact{
	width:450px;
	max-width:100%;
	padding:0 60px;
    position: relative;
}
.footerArea1 .myflex .footerContact:before{
	content:"";
	position:absolute;
	right:10px;
	width:1px;
	top:0;
	height:200px;
	max-height:100%;
	background-color:#a5a696;
}
.footerArea1 .myflex .footerMenuArea{
	-webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.footerArea1 .footerContact .tit{
    font-size: 1.875em;
    font-weight: bold;
	padding: 17px 0px 18px 0;
}
body.chineseVersion .footerArea1 .footerContact .tit{
    font-size: 2.5em;
    font-weight: bold;
	padding: 17px 0px 18px 0;
}

.footerArea1 .footerContact .loc{
	font-size:1.2em;
	margin-bottom:15px;
}
.footerArea1 .footerContact .detail{
	margin-bottom:15px;
}
.footerArea1 .footerContact .detail>div{
	padding:15px 0;
	padding-left:50px;
	position:relative;
	font-size:1.4em;
	font-weight:bold;
}
.footerArea1 .footerContact .detail .tel:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:35px;
	height:35px;
	background-image:url(../images/icon_tel.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
}
.footerArea1 .footerContact .detail .mail:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:35px;
	height:35px;
	background-image:url(../images/icon_mail.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
}
.footerArea1 .footerContact .detail .mail>div:not(:last-child){
	margin-bottom:20px;
}
.footerArea1 .footerContact .footerFollow ul{
	padding-left:0;
}
.footerArea1 .footerContact .footerFollow li{
	list-style-type:none;
	display:inline-block;
	padding:0 10px;
}
.footerArea1 .footerContact .footerFollow li:nth-child(1){
	padding-left:0;
}
.footerArea1 .footerContact .footerFollow li:last-child{
	padding-right:0;
}
.footerArea1 .footerMenuArea {/*
	background-color: #fff;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	border-bottom: 3px solid #544b78;*/
}
.footerArea2{
	font-size:.875em;
	padding: 40px 0;/*
	background-color: #b2eaeb;*/
}
.footerArea2 .footerRow{
	padding:8px 0;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerArea2 .footerRow>*{
	width:50%;
}
.footerArea2 .copytool{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerArea2 .copyRight{
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.footerArea2,
.footerArea2 a{
	color:#000;
}
.footerArea3 .tit{
	text-align:center;
}
.footerArea3 .tit,
.footerArea3 a,
.footerArea1 .fTool li a{
	color:#004F80;
}
.footerArea3 .footerExternal{
	padding: 20px 0;
    border-bottom: 1px solid #a5a696;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerArea3 .footerExternal>div{
	max-width:100%;
/*	width:580px;*/
    text-align: center;
}
.footerArea3 .footerExternal .footerApp{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerArea3 .footerShareTool{
	text-align:center;
	display:none
}
.footerArea3 .footerShareTool a.fb-tool{
    position: relative;
	text-indent: -9999px;
    display: inline-block;
    padding-right: 30px;
}
.footerArea3 .footerShareTool a.fb-tool:before {
    content: '';
    width: 65px;
    height: 65px;
    left: 5px;
    top: -22px;
    position: absolute;
    background-image: url(../images/share/fb_footer_outline.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 63px auto;
    /* background-color: #3b5998; */

}
.footerApp .cover{
	padding:0 10px;
}
.footerApp .store>div{
	padding:2px 0;
	float: left
}
.footerRow .logo {
	text-align: center;
	margin-bottom: 20px;
}
div.footerRow {
	text-align: center;
}
.footerRow {/*
	background-color: #fff;/*    position: absolute;
    left: 1em;
    right: 1em;*//*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}
.footerInline>*{
	display:inline-block;
}
.shareFooter {
	margin: 25px 0 15px 0;
	text-align: center;
}
.shareFooter a {
	display: inline-block;
	text-align: center;
	padding: 0 16px;
	font-weight: bold;
}
.footerArea .footerTop {
	position: relative;
}
.footerArea .footerTop .mylogo {
	position: absolute;
	left: 0;
	top: 10px;
}
.footerArea .footerBottom {
	margin-top: 30px;
}
body #wrap .footerArea .container {
/*background-color:#26418e;*/
}
.footerArea .footerMenu .footerMenuParent{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	/*	padding-bottom: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3f535a;
	padding-right: 0px;
	padding-left: 0px;*/
	padding: 0 30px;
    padding-right: 80px;
	position: relative;/*
	background-color: #fcc800;*/
}
body.chineseVersion .footerArea .footerMenu .footerMenuParent{
	padding: 21px 10px 24px 10px;
}
body.ieVersion .footerArea .footerMenu .footerMenuParent{
	padding: 20px 10px;
}
body.ieVersion.chineseVersion .footerArea .footerMenu .footerMenuParent{
	padding: 29px 10px;
}
.footerArea .footerMenu:after {
/*	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 2px;*/
}
.footerArea .footerMenu{
/*	background-color:#e5faf5;*/
}
.footerArea .footerMenu .footerMenuParent{/*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}
.footerArea .footerMenu .footerMenuParent>div {
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;/*
	width: 33.333%;
	display: inline-block;*/
}/*
.footerArea .fm1 .fMenu>li:nth-child(1) {
	background-color: #1c8d3d;
}
.footerArea .fm2 .fMenu>li:nth-child(1) {
	background-color: #096fb9;
}*/
.footerArea .footerMenu .myText .hdOnly {
	display: none;
}
.footerMenu ul ul ul {
	display: none;
}
.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;
	list-style-type: disc;
}
.footerMenu .bMenu .menuLv1 li {
}
.footerMenu .bMenu .menuLv1 li:before {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.footerMenu ul.menuLv0>li.firstLi {
/*	display: none;/*	float: left;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 35px;
	padding-left: 30px;
	display: none;*/
}
.footerMenu ul.menuLv0>li.my_menu1 {
/*	float: left;
	width: 13%;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 35px;
	padding-left: 6%;*/
}
.footerMenu .fm0 .extmenu{/*
	display:none;*/
}
/*.footerMenu ul.menuLv0>li.my_menu2 {
	width: 13%;
}
.footerMenu ul.menuLv0>li.my_menu3 {
	width: 13%;
}
.footerMenu ul.menuLv0>li.my_menu4 {
	width: 13%;
}
.footerMenu ul.menuLv0>li.my_menu5 {
	width: 13%;
}
.footerMenu ul.menuLv0>li.my_menu6 {
	width: 13%;
}*//*
.footerArea .footerMenu .bMenu>li {
	float: left;

	list-style-type: none;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 35px;
}
.footerArea .footerMenu .bMenu>li.my_menu18 {
	float: left;
	width: 240px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 35px;
}*/
/*.footerArea .footerMenu .bMenu>li a{
	margin-bottom: 5px;
}

.footerArea .footerMenu .bMenu>li li{
	float: left;
	margin: 8px 25px 8px 25px;
	width: 200px;
	max-width: 100%;
}
.footerMenu .bMenu {
	font-size: 1em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 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: #3e5259;
	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: #3e5259;
	font-weight: normal;
}
.footerMenu .bMenu .menuLv1 a:hover, .footerMenu .bMenu .menuLv1 a:focus, .footerMenu .bMenu .menuLv1 a:active, .footerMenu .bMenu .menuLv1 a.active_section {
}
.footerArea ul.fMenu {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.footerArea ul.fMenu,
.footerArea .copyRight,
.footerArea .copyrightBar {
/*text-align:center;
    display: inline;*/
}
.footerArea ul.fMenu {
/*margin:2px 0;
    display: inline-block;
	float: right;
	max-width:38%;*/
}
.footerArea div.info ul.fMenu {
	/*	max-width: 50%;*/
	margin: 0px;
	padding: 0px;
	display: block;
}
.footerArea .footerBold {
	font-size: 1.1em;
	font-weight: bold;
}
.footerArea .govLogo {
	margin-bottom: 10px;
}
.footerArea .govLogo>div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.footerArea .copyRight{
	padding: 0 10px;
	position:relative;
}
.footerArea .copyRight:before{
/*	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #beb8b8;*/
}
.footerArea .info {
	/*	display: inline-block;
/*    width: 50%;
    vertical-align: baseline;
    padding-top: 24px;*/
    text-align: right;
	/*
    margin-bottom: 20px;*//*
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;*//*
	padding:0 10px;*/
}
.footerArea .info>div {/*
	padding-left: 5px;*/
}
.footerArea .info>* {
/*	display:inline-block;*/
}
.footerArea ul.fMenu span {
	display:block;
	width: 100%;/*
	padding-top:2em;
	padding-bottom:2em;*/
}
.footerArea ul.fMenu a {
	/*	color: #000;*//*
	text-decoration: none;*/
}
.footerArea ul.fMenu>li,
.footerArea .copyrightBar {
/*	margin: 0;
/*	display: inline-block;
	vertical-align: middle;*/
}
.footerArea .copyrightBar {
/*margin-left: 10px;
	float: left;*//*
    margin-top: -8px;
	margin-bottom: 10px;*/
}
.footerArea ul.fTool {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
.footerRow .info{
	font-size: 0.8em !important
}
.footerRow .copyRight{
	font-size: 0.8em !important
}
.footerRow .updateDate{
	font-size: 0.8em !important
}*/

.footerArea span {
}
.footerArea ul.fTool>li {
	display: inline-block;
	position:relative;/*
	font-weight: lighter !important*/
}
.footerArea ul.fTool>li:after,
.footerArea ul.fTool>li:not(:last-child):after{
	content:"";
	position:absolute;
	top:20%;
	bottom:20%;
	right:0;
	width:1px;
	background-color:#a09e91;
}
.footerArea ul.fTool>li:after{/*
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	background-color:#5bcbcd;*/
}/*
.footerArea ul.fTool>li:last-child:after{
	display:none;
}*/
.footerArea .fTool li a {
	padding: 0 12px;/*
	color:#000;*/
}
.footerArea .info .fTool li a {
	padding: 0 12px;
	color:#000;
}
.copyR {
	text-align: center;
	margin-bottom: 20px;
}
.copyR>div {
	display: inline-block;
}
.copyR>div:nth-child(2) {
	padding: 0 10px;
}
.copyrightBar img {
/*	padding-left: 10px;*/
}
#footer div.system {
	width: 50%;
	text-align: right;
	float: right;
}
#footer div.copyright {
	width: 50%;
	text-align: right;
	float: right;
}
#footer div.w3c {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;/*	float:right;
/*	text-align:center;
/*    display: inline-block;
/*    width: 50%;*/
/*	float:right;
    text-align: right;
	padding-top: 0;*/
}
#footer div.w3c>div {
	display: inline-block;
	padding: 6px 12px;
	vertical-align: middle;/*
    transform: translateY(-25%);
/*    vertical-align: baseline;
    display: inline-block;
    padding: 6px 12px;
/*    vertical-align: middle;*/
}
#footer div.w3c .copyrightBar img {
}
.footerArea .updateDate {
	display: inline-block;
	padding: 0 12px;/*float:right;
	/*margin-top:20px;
	margin-right:15px;/*
    display: inline-block;
	/*margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 24px;
    float: right;*/
	position:relative;
}
.footerArea .updateDate:before{/*
	content:"";
    position: absolute;
	width:1px;
	top:0;
	bottom:0;
	left:0;
	background-color:#c0c0c0;*/
}
.footerArea .fm{
	padding:0 2%;
}
.footerArea1 .footerContact .tit{
	color:#004F80;
}
.footerArea ul.fMenu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding:0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;/*
	height: 300px;*/
}
.footerArea ul.fMenu, .footerArea ul.fMenu li {
	/*	padding: 0;*/
	color:#A4B0BD;
	list-style-type:square;
}
.footerArea ul.fMenu li {
	display: inline-block;
	vertical-align: top;
}
.footerArea ul.fMenu>li{/*
    width: 25%;*/
	padding:17px 0px;/*
    margin-bottom: 9%;*/
}
.footerArea ul.fMenu .extmenu{/*
	display:none;*/
	padding:10px 0;
}
.footerArea ul.fMenu .extmenu .extmenu{
	padding:0;
}
.footerArea ul.fMenu .extmenu>ul{
    padding-left: 0px;
}
.footerArea ul.fMenu .extmenu li {
    display: list-item;
    padding: 8px 0;/*
    list-style: square;
    color: #fff;*/
    margin-left: 1em;
}
.footerArea .fMenu {
	margin: 0;
}
.footerArea .fMenu>li {
	/*	display: inline-block;
	*zoom: 1;
	*display: inline;*//*
    background-color: #595959;*/
	display: block;/*
	margin-bottom: 10px;*/
}
.footerArea .fMenu>li a {
	display: block;
	margin: 0;
	padding: 0px;
	color:#004F80;
    font-size: 0.875em;
}
.footerArea .fMenu>li a br{
	display:none;
}
.footerArea .fMenu>li>a {
	font-size: 1em;
	font-weight: bold;
	color:#004F80;
	position:relative;
	margin: 0 auto;/*
	display: flex;
    height: 100%;
    flex-wrap: wrap;*/
}
.footerArea .fMenu>li>a {/*
	content: "";
	background-color: lightgray;
    border-radius: 20px;
	color: black;
	overflow: hidden;
	text-align: center;*/
}

.footerArea .fMenu>li {
	position: relative;
}
/*
.footerArea .fMenu>li.my_menu1>a:before{
	background-image: url(../images/footerMenuBtn/Photo_About_Us.jpeg);
	background-position: 50% 60%;
}
.footerArea .fMenu>li.my_menu2>a:before{
    background-image: url(../images/footerMenuBtn/Photo_Consular_Affairs.jpg);
	background-position: 48% 86%;
}
.footerArea .fMenu>li.my_menu3>a:before{
    background-image: url(../images/footerMenuBtn/Photo_Flags_and_Emblem.gif);
	background-position: 51% 49%;
}
.footerArea .fMenu>li.my_menu4>a:before{
    background-image: url(../images/footerMenuBtn/Photo_Visits.jpg);
	background-position: 53% 81%;
}
.footerArea .fMenu>li.my_menu5>a:before{
    background-image: url(../images/footerMenuBtn/Photo_Honours_and_Awards.jpg);
	background-position: 68% 86%;
}*/
/*
.footerArea .fMenu>li>a:before{
    content: "";
    width: 100%;
	height: 238px;
	z-index: 99;
    display: block;
    background-repeat: no-repeat;
	margin: 0 auto;
}*/
.footerArea .fMenu>li .extmenu a {/*
	padding: 2px 16px;*/
}
.footerArea .fMenu>li .firstItem {
	margin-left: 0
}
.footerArea .fMenu>li .lastItem {
	margin-right: 0
}
.footerArea .fMenu>li {
    display: inline-block;
}
.footerArea .fm{/*
	margin-bottom:30px;
	font-size: 1.2em;*/
}
.footerArea .il{
	padding:0 10px;
}
.footerArea .il li{
	display:inline-block;
}
.footerArea .il a{
	display: block;
    margin: 0;
    padding: 8px 6px;
}
.footerLeft {
	float: left;
}
.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 {/*
	margin-bottom: 20px;*//*
	display:inline-block;
	text-align: center;*/
}
.myheaderTool {
	position: static;/*
	display: inline-block;/*
    padding-top: 23px;*//*
	padding: 12px 0;
    font-size: 0.9em;*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	/*
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.myheaderTool>div{/*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*//*
    white-space: nowrap;
	padding: 0 10px;
	margin:0;
	position:relative;
    height: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.myheaderTool .clientTool{
	white-space: nowrap;
	padding:5px 0;
	margin:0;
	position:relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	 -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.myheaderTool .clientTool:before{
	/*content:"";
	position:absolute;
	top:10%;
	bottom:10%;
	left:0;
	width:1px;
	background-color:#a2aac1;*/
}
.myheaderTool .clientTool:after{
	/*content:"";
	position:absolute;
	top:10%;
	bottom:10%;
	right:0;
	width:1px;
	background-color:#c1aaa2;*/
}
.myheaderTool .clientTool:nth-child(1):before,
.myheaderTool .clientTool:last-child:after{
	display:none;
}
.myheaderTool .clientTool>div{
	padding:0 18px;
	position:relative;
}
.myheaderTool .clientTool>div:last-child{/*
	padding-right:0;*/
}
.myheaderTool .clientTool .language li{
	position:relative;
}/*
.myheaderTool .clientTool .language li:before,
.myheaderTool .clientTool>div:not(:last-child):before*/
.myheaderTool .clientTool>div:before{
/*	content:"";
	position:absolute;
	left:0;
	top:50%;
    height: 18px;
	width:1px;
	background-color:rgb(255, 255, 255, .5);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
}
.myheaderTool .clientTool .language>li:nth-child(1):before,
.myheaderTool .clientTool>div:nth-child(1):before{
	display:none;
}
/*
.myheaderTool .clientTool .contactus:before,
.myheaderTool .clientTool .print:before,
.myheaderTool .clientTool .AStyleArea:before{
	content: "";
    position: absolute;
    background-color: #000;
    border-radius: 100px;
    width: 4px;
    height: 4px;
    left: 6px;
    top: 5px;
}*/
.clientTool .qrcode{
	position:relative;
}
.clientTool .qrcode .qrarea{
	display:none;
	position:absolute;
    width: 160px;
    height: 160px;
    z-index: 8000;
    padding: 10px;
    background-color: #fff;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.clientTool .qrcode.active .qrarea{
	display:block;
}
.clientTool .fbTool a{
    width: 27px;
    height: 24px;
    position: relative;
	font-size: 0;
	display:block;
}
.headerNav .clientTool .fbTool a:before{
    content: '';
    width: 30px;
    height: 30px;
    left: 52%;
    top: 50%;
	border-radius: 100px;
    display: block;
    position: absolute;
    background-image: url(../images/share/icon-social-facebook-white.png);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 20px auto;
	background-color: #3b5998;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.myheaderTool div {
	/*	float: left;*/
	line-height: 1em;/*
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;*/
}
.myheaderTool .signup>a{
	display:block;
	color: #fff;
	background-color: #013250;
	border:1px solid #fff;
    padding: 8px 20px;
    font-size: .6em;
    font-weight: bold;
	margin: 0 17px;
}
.myheaderTool>div.mobile_view {
	padding-left: 0px;
}
.myheaderTool>div.sitemap {
	padding-left: 0px;
	font-size: 14px;
}
.myheaderTool>div.sitemap a {
	color: #3e5259;
}
.mailTool {
	float: right;
}
.homeTool img {
	vertical-align: text-bottom;
}
/*.footerArea>div {
	background-image: url(../images/footer/footer_bg.gif);
	background-repeat: repeat;
}*/
.footerArea .myLogo img {
	width: 90px;
	display: block;
	margin: auto;
}
.footerArea .myLogo span {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/*=========Page Buttom=========*/

div.btmNav {/*
    max-width: 1300px;*//*
	position:relative;*//*
	right:50px;
	position: absolute;*/
	z-index: 6000;/*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;*//*
	padding-top: 30px;
	padding-bottom: 30px;*//*
	opacity: 0;*//*
	opacity: 0;*/
	-webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
div.btmNav .topBtn{
	-webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
div.btmNav.active{
	opacity: 1;/*
	position: absolute;
	right: 5%;
    bottom: -25px;*/
}
div.btmNav .topBtn.activex{
	opacity: 1;
}
div.btmNav.fixed.active,
div.btmNav.fixed,
div.btmNav .topBtn.fixed.active,
div.btmNav .topBtn.fixed{
    right: 20px;
    bottom: 10px;
	position: fixed;
	/*opacity: 1;*/
	/*transition: opacity 0.5s ease-in;*/
	background-color:transparent;
}
/*.indexVersion div.btmNav{
	display:none;
}*/
.backBtn {
	display: inline-block;
    margin-left: 20px;
    -webkit-transform: translate(0, calc(-100% - 10px));
	-ms-transform: translate(0, calc(-100% - 10px));
	transform: translate(0, calc(-100% - 10px));
}
.topBtn {/*
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;*//*
    position: absolute;
	right: 30px;
    bottom: 15px;*/
	position:absolute;
	right:20px;
    bottom: calc(100% + 10px);
}
.backBtn a{
	color: #fff;
    display: block;
    position: relative;
    background-color: #1C5F9F;
    border-radius: 100px;
}
.backBtn a:before{}
.backBtn a:hover, .backBtn a:focus {
	text-decoration: none;
}
.topBtn a {
	color:#fff;/*
	height:50px;
	width:50px;*/
	display:block;/*
    padding: 8px 12px;
    background-color: #007d8f;
    color: #fff;
    border-radius: 3px;*/
    position: relative;
	/*
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	background-color: #79b6e2;
	color: #FFF !important;*/
    background-color: #1C5F9F;
    border-radius: 100px;
}
.topBtn a:before{/*
	content:"";
	position:absolute;
	left:0;
	background-image:url(../images/btn_top.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:center 45%;
	width:50px;
	height:50px;
	background-color:#910197;
	border-radius:999px;*/
}
.topBtn a:after{/*
	content:"";
	display:inline-block;
	margin-left:5px;
	width:15px;
	height:15px;
	background-image:url(../images/icon_top.png);
	background-repeat:no-repeat;*/
}
.topBtn a img {/*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.topBtn a:hover, .topBtn a:focus {
	text-decoration: none;
}
.my_anchor {
	font-size: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	position: static !important;
	display: block !important;
	height: 0 !important;
	width: 0 !important;
}
/*=========breadcrumb=========*/

.contentArea .breadcrumb a.home {
	/*background-image: url(../images/home_breadcrumb_btn.png);
	background-repeat: no-repeat;
	display: inline-table;
	overflow: hidden;
	text-indent: -9999px;
	padding: 1%;
	cursor: pointer;
	height: 23px;
	width: 22px;
	background-position: center -3.5px;*/
	padding-right: 0;
	text-decoration: none;/*
	color: #345598 !important;*/
}
.contentArea .breadcrumb {
	font-size:.8333em;
	color: #444;
	z-index: 7888;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
	display: block;
	padding: 22px 0 22px 0;
}
.contentArea .breadcrumb:after {
/*	content:"";
	position:absolute;
	left:0;
	right:0;
    top: 0;
	height:67px;
	background-color:#1a58ab;
	z-index:-1;*/
}
.breadcrumb a {
	text-decoration: none;/*
	color: #444 !important;*/
	color:#0068A5;
}
.breadcrumb ul {
/*	margin-left: .2em;*/
}
.breadcrumb ul li {/*
	padding:1em 0;*/
}
.breadcrumb ul li span, .bodyArea .breadcrumb span {
	color: #444 !important;
	padding: 0 5px;/*color:#f00;
	font-weight:bold;*/
}
.indexVersion .breadcrumb {
	display: none;
}
.extIndex .breadcrumb {
	display: none;
}
.qrcode {
	position: relative;
}
.qrcode>a {
/*	position:absolute;
	top:20px;
	right:0;
	display:inline-block;*/
}
.listStyleInline {
	display: inline;
	padding: 0;
}
.listStyleInline li, .listStyleInline li>*, .listStyleInline li>a {
	margin: 0 1px;
	padding: 0;
	float: none;
	display: inline;
}
/*=============Header============*/
.mainHeader {
	/*margin: 4px 10px 10px 10px;*/
	/*position: relative;
	/*padding-top: 70px;
	min-height: 302px;*//*
	background-repeat: no-repeat;
    background-position: right bottom;
	max-height:215px;*/	/*
	min-height: 246px;
	background-image: url(../images/section_banner/sec_banner0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;*/
}/*
.mainHeader.section0 {
	background-image: url(../images/section_banner/sec_banner0.jpg);
}
.mainHeader.section1 {
	background-image: url(../images/section_banner/sec_banner1.jpg);
}
.mainHeader.section2 {
	background-image: url(../images/section_banner/sec_banner2.jpg);
}
.mainHeader.section3 {
	background-image: url(../images/section_banner/sec_banner3.jpg);
}
.mainHeader.section4 {
	background-image: url(../images/section_banner/sec_banner4.jpg);
}
.mainHeader.section5 {
	background-image: url(../images/section_banner/sec_banner5.jpg);
}
.mainHeader.section6 {
	background-image: url(../images/section_banner/sec_banner6.jpg);
}*//*
.mainHeader.shense {
	background-image: url(../images/section_banner/sec_banner_shense.jpg);
}*/
.mainHeader .title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #05499c;
	font-size: 3.6em;
	font-weight: bold;
	padding: 4px 15px;
	box-shadow: 0 0 10px -2px #000;
	background-color: #fff;
}
.mainHeader:before {
/*	content:" ";
	position:absolute;
	left:0;
	right:0;
	height:215px;
	background-image:url('../images/bg_header.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:3100;*/
}
.mainHeader h1 {
	/*	background-image: url('../images/banner_sec1_v2.png');*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainHeader.section0 h1 {
/*	background-image: url('../images/banner_sec1_v2.png');*/
}
.mainHeader.section1 h1 {
/*	background-image: url('../images/banner_sec1_v2.png');*/
}
.mainHeader.section2 h1 {
/*background-image: none;
	padding:43px 0;*/
/*	background-image: url('../images/banner_sec2_v2.png');*/
}
/*.mainHeader.section2:before{
    height:121px;
	background-image:url('../images/bg_header2.jpg');
}
.mainHeader.section3 h1{
	background-image: url('../images/banner_sec3_v2.png');
}
.mainHeader.section4 h1{
	background-image: url('../images/banner_sec4_v2.png');
}
.mainHeader.section5 h1{
	background-image: url('../images/banner_sec5_v2.png');
}
.mainHeader.section6 h1{
	background-image: url('../images/banner_sec6_v2.png');
}
.mainHeader.section7 h1{
	background-image: url('../images/banner_sec7_v2.png');
}
.mainHeader.section8 h1{
	background-image: url('../images/banner_sec8_v2.png');
}
.mainHeader.section9 h1{
	background-image: url('../images/banner_sec9_v2.png');
}*/
.mainHeader.section1 h1 {
/*	text-shadow: 2px 2px 4px #125611;*/
}
.mainHeader h1 {
    text-align: left;
    margin: 0px;
    font-weight: bold;
    padding: 40px 0 30px 0;
    color: #125e76;
    margin-top: 0;
    position: relative;
    z-index: 3500;
    font-size: 2.5em;
}
.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 {
	margin-top: 1em;
	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 {
    font-size: 1.3em;/*
    font-weight: normal;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;*/
	margin: 0;
    margin-bottom: 25px;
    line-height: normal;
    color: #239051;
}
.mainContent .h2 {
    font-size: 1.3em;
	font-weight:bold;
    margin-bottom: 10px;
    line-height: normal;
    color: #239051;
}

.mainContent h2 a{
	color: #239051;
}

.mainContent h2 span{
/*	position:relative;
	z-index: 1;*/
}
.mainContent h2 span:after{
/*	content:"";
    position: absolute;
    right: -60px;
    left: 20px;
    bottom: 0;
    height: 15px;
    background-color: #ffc62e;
    z-index: -1;*/
}
.mainContent h2.alter {
	color: #166867
}/*
.mainContent>h1:nth-child(1){
	display:none;
}*/
.mainContent h3{
	font-size:1.2em
}
/*=========mainContent=============*/
body #wrap .bodyArea .container:nth-child(2) {
	/*	padding: 25px 0px;*/
	padding: 0px 0px;
}
.contentArea {
	padding: 0;
	/*	display: inline-block;
    width: 835px;
	min-height: 500px;*/
}
.indexVersion .contentArea {
	width: 100%;
	min-height: 0;
}
.subMenuFlex{
}

@media(min-width:993px){
.subMenuVersion .subMenuFlex{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
}
.mainContent {
	margin: 0px 0px;/*padding-top:10px;*/
}
.bodyArea {/*
	background-color: #f5f4fa;*/
	z-index: 3000;/*
	background-color:#ebf3f6;*/
	position: relative;/*	background-color:#f4f4f4;*/
	font-size: 1.2em;/*
	padding-bottom:40px;*/
	line-height: 1.6em;
	/*margin-top: 195.406px;*/
	padding-top: 190px;
}
/*
@media(max-width:767px){
	.bodyArea {
		margin-top: 90px;
	}
}*/

.indexVersion .bodyArea {
	background-color: transparent;
}
.bodyArea ul,
.bodyArea ol {
    margin-bottom: 1em;
}
.bodyArea .mainContent ul,
.bodyArea .mainContent ol {
    margin-bottom: 1.4em;
}
.bodyArea .container {
	z-index: 3000;
	display: block;
	height: auto;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
/*.bodyArea>div
{
	background-color: #efeee7;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: 185px 0;
	position: relative;
}
*/
.table_photo tr td {
	padding: 15px 15px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #eceeee;
}
.table_student {
	border-width: 5px;
	border-color: grey;
	border-style: dotted;
	font-size: 1em;
	line-height: 1.5em;
}
.table_header {
	border: 1px none #6a7499;
	border-collapse: collapse;
	padding: 10px 15px;
	background-color: #622a8b;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1em
}
.table_header_2 {
	border: 1px none #6a7499;
	border-collapse: collapse;
	padding: 10px 15px;
	background-color: #32a1bd;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1em
}
.cap_text {
	font-size: 0.9em;
}
.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: #3e5259;
}
.eventCalender .event_tit {
	font-weight: bold;
	color: #3e5259;
}
.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;
}
/*==============================*/
.headerArea {/*
    position: fixed;*/
    width: 100%;
    top: 0;
	/*
	position: relative;*/
	z-index: 7000;/*	height:350px;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #072465;*/
}
.headerArea:before {/*
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height: 350px;
	background-color: transparent;
	background-image: linear-gradient(rgba(255,255,255,1) 35%, rgba(255,255,255,0) 70%);
	z-index:-1;

	-webkit-transition: height 0.3s ease-in-out, background-color 0.15s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, background-color 0.15s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, background-color 0.15s ease-in-out;
    -o-transition: height 0.3s ease-in-out, background-color 0.15s ease-in-out;
    transition: height 0.3s ease-in-out, background-color 0.15s ease-in-out;*/
}
.headerArea:after {
/*	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;/*
	background-image: url(../images/bg_header.jpg);*//*
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	z-index:-2;*/
}
.headerArea .headerTool {/*
	width: 1280px;*/
	max-width: 100%;/*    position: fixed;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;*/
}
.headerArea .headerArea2 .headerTool{/*
    border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
    padding-top: 50px;*/
}
.headerArea .headerArea2 .myLogo{/*
	border-bottom: 1px solid #eaeaea;*/
}
.headerArea .headerTool .headerNav{/*
	max-width: 1280px;*/
	margin: auto;
}
.headerArea .headerArea1 .headerTool .headerNav{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}
.headerArea.fixed:before {
	content: "";/*
    position: fixed;
    height: 136px;
    background-color: rgba(255,255,255,1);*/
	-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;
}
.indexVersion .headerArea {
	height: auto;
}
.indexVersion .headerArea:before, .indexVersion .headerArea.fixed:before, .indexVersion .headerArea:after {
	display: none;
}
.indexVersion .headerArea .headerTool {
	position: static;
	width: auto;
	left: auto;
	transform: none;
}
.indexVersion .headerArea .headerTool .headerNav {
	max-width: none;
}
.headerArea.fixed .myLogo {
	margin-top: -12px;
}
.headerArea .myLogo .logo_0>a>img {
}
.headerArea.fixed .myLogo .logo_0>a>img {
	max-width: 355px;
	max-height: 80px;
	width: auto;
	height: auto;
	padding: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.headerArea.fixed .headerTop {
	min-height: 60px;
}
.headerArea .more {
	display: none;
}
.headerArea.fixed .more {
	display: inline-block;
}
.headerArea .headerTool .mobSearch, .headerArea.fixed br, .headerArea.fixed .headerTool .searchTool {
	display: none;
}
.headerArea.fixed .headerTool .mobSearch {
	display: inline-block;
}
.headerArea.fixed .headerTool .mobSearch img, .headerArea.fixed .headerTool .print img, .headerArea.fixed .headerTool .share img {
	height: 20px;
	padding: 0;
}
.headerArea.fixed .headerTool .searchTool {
	position: absolute;
	top: 100%;
	margin: 0;
	background-color: #fff;
	left: 0;
	right: 0;
}
.headerArea.fixed .searchTool form {
	float: none;
	text-align: center;
	padding: 0;
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease-in-out, padding 0.3s ease;
	-moz-transition: background-color 0.3s ease-in-out, padding 0.3s ease;
	-ms-transition: background-color 0.3s ease-in-out, padding 0.3s ease;
	-o-transition: background-color 0.3s ease-in-out, padding 0.3s ease;
	transition: background-color 0.3s ease-in-out, padding 0.3s ease;
}
.headerArea.fixed .headerTool .searchTool.mobActive {
	display: block;
}
.headerArea.fixed .searchTool.mobActive form {
	background-color: #f8f8f8;
	padding: 30px 0;
}
.headerArea.fixed .headerTool .searchTool input {
	max-width: 100%;
	width: 500px;
}
/*===========AAA================*/
/*.headerArea, footerArea
{
	font-size: .7em;
}*/

#footer {
}
.mySize0 .headerArea, .mySize0 .footerArea {
}
.mySize0 .headerArea, .mySize0 .footerArea {
/*	height:auto;*/
}/*
.mySize1 .headerArea, .mySize1 .footerArea {
	font-size: 1em;
}
.mySize2 .headerArea, .mySize2 .footerArea {
	font-size: 1em;
}*/
/*.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;
	text-align: center;*/
	margin: auto;
	/*padding-bottom: 50px;
    padding-top: 10px;*/
	padding: 20px 0;/*
	float: left;*/
}
.footerBanner a{
    display: block;
}
.footerBanner.slides>li{
	display: inline-block;
	padding:10px 10px;/*
	margin: 0 5px;*//*
	max-width:20%;*/
}
.footerBanner li img {
/*	height: 51px;*/
}
.footerBanner a.w3c img{
	height:34px;
}
.footerBanner a.bhk img{
	height:47px;
}
.footerBanner a.rd img{
	height:60px;
}
.footerBanner .mfb_mail{
	position:relative;
    border: 2px solid #740001;
    box-shadow: 2px 2px 0 #bbb;
    color: #000;
    font-size: 1.4em;
    padding: 8px 20px;
}
.footerBanner .mfb_mail:before{
	content:"";
	display:inline-block;
	width:33px;
	height:28px;
	margin-right:10px;
	background-image:url(../images/icon_email.png);
	background-repeat:no-repeat;
    vertical-align: bottom;
}
/*============================*/
.footertool{
    text-align: right;
}
/* =================================================================================================
	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;
}
/*========================================Clf Style===============================================*/
.leftClfArea {
	float: left;
	padding: 12px 0;/*
	font-size: 1.4em;/*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: 102px;
	height: 55px;
	background-image: url('../images/btn_email.png');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}
.headerArea .headerTool .mailTool a {
	color: #fff;
	width: 50px;
	display: block;
	margin: 3px auto;
	line-height: 1.5em;
}
div.flexslider {
/*margin-top:-60px;
	margin-bottom:-50px;*/
}
.indexContent {
	position: relative;
	z-index: 8000;
	width: 940px;
	margin: 0 15px;
	padding: 10px 0;
}
.indexContent>div {
	display: inline-block;
}
.colorSort {
	width: 180px;
	padding: 0 10px;
}
.colorSort>div {
	background-color: #efefef;
	padding: 10px 50px 20px 10px;
	margin-bottom: 1px;
}
.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;
}
.newsArea {
	width: 375px;
	padding: 0 10px;
}
.newsArea .newsTopic {
	color: #ab264c;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
.newsArea .newsDate {
	color: #3e5259;
	font-weight: bold;
}
.newsArea .newsTitle, .newsArea .newsTitle a {
	color: #4f3e71;
}
.newsContent {
	overflow-y: auto;
	max-height: 215px;
}
.newsContent>div {
	margin-top: 20px;
}
.header2 {
	display: none;
}
/*=================================*/
.mainContent .full {
	padding: 0;
}
.index_row {
	margin-bottom: 50px;
}
.mainContent .main_left {
	width: 770px;
	float: right;
	max-width: 100%;
}
.mainContent .sub_right {
	margin-left: 10px;
	width: 250px;
	float: left;
	position: relative;
}
.simple_tab {
	display: inline-block;
	font-weight: bold;
	height: 34px;
	padding: 10px 40px 10px 20px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #e8c8bb;
	background-image: url(../images/tag/white_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.simple_tab:after {
	content: " ";
	position: absolute;
	width: 17px;
	height: 34px;
	background-image: url(../images/tag/deep_pink.png);
	background-repeat: no-repeat;
	left: 100%;
	top: 0;
}
/*==============================*/
#cloud {
	width: 380px;
	height: 280px;
}
#cloud>div {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
#cloud a {
	display: block;
	padding: 8px 25px;
	color: #fff;
	background-color: #c4c4c4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
/*==================*/
#chart>div {
	width: 420px;
	height: 280px;
	margin: 30px 5px;
	float: left;
}
/*#chart>div>div{
	position:relative;
}
#chart>div>div:after{
	content:" ";
	display: block !important;
    float: none !important;
    clear: both !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}*/
/*==================*/
div.ms-options-wrap {
	position: relative;
	display: inline-block;
	vertical-align: initial;
	margin: 10px 10px;
	width: 600px;
}
span.ms_text {
	width: 30px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}
.ms-options ul li {
	margin: 0;
}
/*==================*/
/*glossary=*/
.content-block .browse-button-bar {
	margin: 0 0 10px 0;
	clear: both;
	height: 30px
}
.content-block .span12.btn-group {
	margin: 0 0 10px 0;
	display: block;
}
.content-block .span6.btn-group {
	margin: 0 0 10px 0;
	display: none;
}
.content-block .btn-group .btn {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	text-transform: capitalize;
}
.content-block .btn-group a {
	color: #767676;
	text-decoration: none;
	padding: 4px 7px;
	line-height: 28px;
}
.content-block .btn-group .btn-primary {
	padding: 0px 7px;
	line-height: 28px;
}
.content-block .recent-terms-title {
	font-weight: 800;
	margin-bottom: 13px;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #3e535a;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn:hover {
	color: #fff;
}
/*my message*/
span.my_message {
	background-image: url(../images/my_message.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
/*system_specific_alerts*/
.system_type {
	padding-left: 52px;
}
/*tag*/
.tag {
	color: #EC7514;
}
.tag strong {
	color: #3e5259;
}
/*banner*/
.carousel-inner .left {
	display: none
}
.carousel-inner .right {
	display: none
}
/*banner*/

#blog .left {
	float: left;
	max-width: 50%;
}
#blog .right {
	float: right;
	max-width: 50%;
}
/*comment_tag*/
.comment_tag {
	background-image: url(../images/comment_orange_small_icon.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 26px;
	display: inline-block;
	clear: left;
	vertical-align: middle;
	cursor: pointer;
}
/*security_article*/
ol.security_article strong {
	left: -38px;
	position: relative;
}
ol.embrace li {
	list-style-type: lower-roman;
}
ul.ref li {
	list-style-type: lower-alpha;
}
/*request*/
.request {
	background-image: url(../images/request_icon.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 30px;
	display: inline-block;
	clear: left;
	vertical-align: middle;
	cursor: pointer
}
/*reply*/
.reply {
	background-image: url(../images/icon_reply.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 26px;
	display: inline-block;
	clear: left;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 40px;
}
/*user*/
#user form {
	min-height: 160px;
}
table#user button {
	border: 0;
	background-color: #535353;
	color: #fff;
	padding: 0 15px;
	height: 32px;
	border-radius: 3px;
}
.large_symbol {
	font-size: 56px;
	font-weight: bold;
	line-height: normal;
	display: inline-block;
	width: 30px;
	height: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.intro_first {
	font-size: 20px;
	font-weight: bold;
	line-height: 37px;
}
.intro_first_img {
	font-size: 12px;
	display: block;
	float: right;
	margin-left: 15px;
	height: 300px;
	width: 166px;
	line-height: 18px;
}
.larry_page {
	font-size: 19px;
	display: block;
	float: right;
	margin-left: 15px;
	font-style: italic;
}
.home img {
	/*    width:27px;
	height: 27px;
    vertical-align: text-top;
    margin-right: 16px;*/
}
.mobile_view img {
	width: 27px;
	height: 27px;
}
.contentArea .subMenu ul.listStyleBlank {
}
.paging_area .cont ul {
	margin-left: 15px;
}
.paging_area .cont li {
	display: list-item;
	list-style-position: outside;
	line-height: 25px;
	text-align: justify;
	margin-right: 7px!important;
	padding-right: 7px!important;
}
.paging_area .cont ul li ul {
	padding-left: 20px;
}
.paging_area th {
	background-color: #3f535a;
	color: #FFF;
	font-weight: bold;
	padding: 11px;
}
.contact_us th {
	background-color: #3f535a!important;
	color: #FFF;
	font-weight: bold;
	padding: 11px;
}
#footer .container .footerMenu ul.menuLv0 {
/*    width: 95% !important;
	margin: 0 auto!important;*/
}
.footerMenu ul li {
/*    font-size: 13px;*/
}
.footerMenu ul li ul {
/*	margin-right: 11px;
	padding-right: 11px;
	display:block*/
}
.footerMenu ul li ul ul {
	display: none
}
.glyphicon-chevron-right {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	height: 61px!important;
	width: 38px!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.glyphicon-chevron-left {
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	height: 61px !important;
	width: 38px!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.glyphicon-chevron-right:before {
	content: none!important;
}
.glyphicon-chevron-right:before {
	content: none!important;
}
.glyphicon-chevron-left:before {
	content: none!important;
}
.glyphicon-chevron-left:before {
	content: none!important;
}
.headerMenu.subheaderMenu .tMenu li ul.menuLv1>li>a>span {
	text-align: left;
	padding-left: 0;
	/*	padding-right: 44px;*/
	padding-right: 0;
	display: block;
	word-break: break-word;
	margin-top: 0;
	padding-left: 40px;
	position: relative;
}
.headerMenu.subheaderMenu .tMenu li ul.menuLv1>li>a>span>img {
	position: absolute;
	left: 0;
	top: 0;
}
.headerMenu.subheaderMenu .tMenu li ul.menuLv1>li .caret {
	/*	background-image: url(../images/nav_bullet_second_level.gif);*/
	height: 26px;
	width: 26px;
	background-repeat: no-repeat;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	/*	margin-left: 13px;
	padding-left: 15%;*/
	position: absolute;
	top: 0;
	right: 13px;
	padding-right: 0;
	margin-top: 15px !important;
}
.background-white {
	border-top-width: 6px !important;
	border-top-style: solid !important;
	border-top-color: #3f535a !important;
}
.footerArea ul.fMenu span.caret {
	display: none;
}
.future_task_force ul li {
	list-style-type: lower-alpha;
}
.future_task_force ul li ul li {
	list-style-type: lower-roman;
}
p.topic {
	padding-top: 0px;
}
.topic {
	font-weight: bold;
	font-style: italic;
}
.topic_row {
	height: 185px;
	display: block;
}
.topic_row img {
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: text-top;
	padding-top: 0px;
}
.future_task_force h3 {
	padding-bottom: 5px;
}
.topic_row h4 {
	font-size: 13px;
	font-weight: bold;
	color: #287228;
}
.cont .topic_row a:before {
	padding-top: 15px;
	padding-bottom: 15px;
}
.speaker {
	font-size: 14px;
	font-weight: bold;
}
.related_links .cont a:before {
	content: url(../images/external_link.png);
	display: inline;
	padding-top: 5px;
}
.guideline .cont li a:before {
	display: inline;
}
.guideline .paging_area .cont li {
	list-style-type: none;
}
.guideline .paging_area .cont li li {
	list-style-type: disc;
}
.guideline .cont li li a:before {
	content: normal;
	display: inline;
	padding-top: 5px;
}
/*==========*/
.roman_list {
	list-style-type: lower-roman;
}
.mainContent {
/*	position:relative;*/
/*	padding-top:30px;*/
}
.mainContent .left_img {
	width: 360px;
	position: absolute;
}
.mainContent .right_cont {
	padding-left: 360px;
}
.mainContent .list_anchor {
	padding-top: 25px;
	border-top: 2px solid #133c8b;
	margin-bottom: 80px;
}
.mainContent .list_anchor ul {
	padding-left: 0;
	list-style-type: none;
}
.list_anchor li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0;
}
.list_anchor li span {
	position: absolute;
	left: 0;
	top: 0;
}
.list_anchor li.fst a {
	padding-left: 0;
}
.list_anchor li.lst a {
	padding-right: 0;
}
.list_anchor li a {
	display: block;
	padding: 0 2em;
	color: #000 !important;
	text-decoration: none !important;
}
.list_anchor li.active a {
	color: #32569a !important;
}
/*====*/
.iconPdf {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.iconPdf img{
	margin-top:-12px;
}
.iconDoc{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.iconDoc img{
	margin-top:-12px;
}

.system_maintenance_schedule table {
	width: 100%;
}
.system_maintenance_schedule table ul {
	padding-left: 5px;
}
.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}
.AML h3 {
	padding-bottom: 10px;
}
.alerts .cont .panel .panel-title a {
	text-decoration: none !important;
	font-weight: bold!important;
}
.subMenu>li>a {
	font-size: 1em;
}
.subMenu>li>a.leftbtn.active_sub_section {
	color: #0068A5;
}
.subMenu>li a.leftbtn.active_sub_section {
	color: #0068A5;
}
.panel-body h3 {
	text-align: justify;
}
.table_sub_title {
	font-weight: bold!important;
}
.alerts .cont:after {
	content: " ";
	clear: both;
	display: block;
}
.membershop_list {
	padding-left: 10px;
}
.download_pdf_remark {
	font-style: italic;
	margin-top: 30px;
}
ol ol.future_terms2 {
	list-style-type: lower-roman;
}
ol.future_terms {
	list-style-type: lower-alpha;
}
/*============================*/
.tMenu.menuLv0>li>a {
	position: absolute;
}
.tMenu.menuLv0>li>a.excLi:before {
/*	content:" ";
	display:block;
	width:11px;
	height:6px;
/*	background-image:url(../images/icon_arrow.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;*/
}
/*==============*/
.myboard_nl {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	margin: auto;
	padding: 12px;
	color: #3f3f3f;
	border: 1px solid #cecece;
	border-radius: 5px;
}
.myitem_list.whatsnew_list .myboard_nl {
	min-height: 300px;
}
.myitem_list.my_pdf_div.activities_photo .myboard_nl {
	max-width: 190px;
	min-height: 235px;
}
.myitem_list.my_pdf_div.tv_series_list .myboard_nl {
	max-width: 195px;
	border: none;
}
.myboard_nl .id {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 2em;
	line-height: 1em;
}
.myboard_nl .cover {
	margin: auto;
	text-align: center;
}
.myboard_nl .date {
	float: right;
	margin-top: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: .8em;
	color: #575757;
}
/*=======================*/
.mytab ul {
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
}
.mytab li {
	display: inline-block;
	width: 24%;
	margin: 0;
	border: 0;
}
.mytab a {
	padding-bottom: 12px;
	display: inline-block;
	text-align: center;
	color: #424242;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none !important;
	position: relative;
}
.chineseVersion .mytab a {
	letter-spacing: .16em;
}
.mytab li.active a {
	color: #08836e;
}
.mytab li.active a:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	bottom: -5px;
	background-color: #08836e;
}
/*===========*/
.rightImg {
	float: right;
	width: 200px;
	margin-left: 30px;
}
.wrapper-expandable.active .box-style-wrapper {
	z-index: 1000;
	position: relative;
	height: auto;
	width: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.wrapper-expandable .box-style-wrapper, .wrapper-expandable.hide .box-style-wrapper {
	z-index: -1;
	position: fixed;
	height: 0;
	width: 0;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	overflow: hidden;
}
.wrapper-expandable {
	margin-bottom: 10px;
}
.wrapper-expandable.active {
	margin-bottom: 20px;
}
.expandable-title {
	margin-bottom: 15px;
}
.expandable-title h3 {
	padding: 0;
	margin: 0;
}
.expandable-title a {
	color: #404042 !important;
	text-decoration: none !important;
	padding: 20px 16px;
	padding-right: 30px;
	background-color: #c6e6f5;
	display: block;
	border-radius: 4px;
	position: relative;
}
.active .expandable-title a {
	background-color: #b9d483;
}
.expandable-title a:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	width: 17px;
	height: 19px;
	background-image: url('../images/icon_expansion.png');
	background-repeat: no-repeat;
}
.active .expandable-title a:after {
	background-image: url('../images/icon_expansion_on.png');
}
/*=============Close Up===============*/
#close_up {
	z-index: -1;
	position: fixed;
	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;
	/*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;
	background-color: rgba(0,0,0,.65);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#close_up .area {
	z-index: 9200;
	position: absolute;
	left: 50%;
	top: 50%;
	right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 700px;
	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;
}
#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 {
    margin: auto;
	max-height: 60vh !important;
    height: auto;
	width:auto;
}
#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;
}
/*=================*/
.pop_photo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pop_photo li {
	display: inline-block;
	width: 25%;
	min-width: 120px;
	margin: 0;
	padding: 10px;
}
/*=================*/
.my_pdf {
	background-image: url(../images/icon_pdf_title.png);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	background-color: #e2e3e2;
	display: inline-block;
	border-radius: 6px;
}
.my_pdf a {
	text-decoration: none !important;
	color: #4b4b4b;
	font-size: 1.2em;
	padding: 22px 12px 6px 71px;
	min-height: 65px;
	display: block;
}
.chineseVersion .my_pdf a {
	letter-spacing: .16em;
}
/*=============================*/
.fix_line {
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #504098;
}
.fix_line.under {
	margin-top: -3px;
}
ul.lo_alp>li {
	list-style-type: lower-alpha;
}
ul.lo_rom>li {
	list-style-type: lower-roman;
}
ul.disc>li {
	list-style-type: disc;
}
.leftMenu {
	/*	background-color: #fff;
	border-top: 2px solid #504098;
	box-shadow: 1px 2px 8px -1px #000;
    padding: 10px 6px;*//*
	background-color: rgba(255,255,255,0.0);
	position: -webkit-sticky;
    position: sticky;
    top: 200px;*/
}
.subMenu li>a:before {
/*	content: " ";
	position: absolute;
	top: 12px;
	left: 10px;
	width: 7px;
	height: 14px;
	/*	background-image:url('../images/icon_menu_arrow_left.png');
	background-repeat: no-repeat;*/
}
/*=======================================*/
.sliderArea {
	height: 275px;
	overflow: hidden;
	margin-bottom: 40px;
}
.sliderArea img {
	top: 0;
}
.sliderBg {
	position: absolute;
	left: 0;
	right: 0;
	height: 275px;
	background-color: #fff;
}
div.flexslider {
	margin-bottom: 0;
	border: 0;/*	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:0;
	position: static;*/
}
#flexslider {
	overflow: hidden;
}
#flexslider ul {
	padding: 0;
	margin: 0;
}
.flexslider .flex-control-nav {
	bottom: 48px;
	z-index: 4000;
}
.flexslider.video_gallery {
	margin-bottom: 0;
}
#flexslider .flex-control-nav {
/*	position: relative;
	width: auto;
	display: block;
	margin-top: -30px;*/
}
#flexslider .flex-control-nav {
    position: absolute;
	bottom: 48px;
    left: 50%;
    z-index: 4000;
    width: auto;
    display: inline-block;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	height: 10px;
}
#flexslider .flex-pauseplay{
    position: absolute;
    bottom: 48px;
    left: 50%;
    z-index: 4100;
}
#flexslider .flex-pauseplay a{
	color:#fff;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}
#flexslider .flex-control-paging li a {
	background-color: #fff;
    width: 40px;
    height: 3px;
}
#flexslider .flex-control-paging li a.flex-active {
	background-color: #f8c641;
}
/*===========*/
.cd_area>ol {
	padding-left: 0;
	position: relative;
	font-weight: bold;
	border-top: 1px solid #ddd;
	list-style-type: none;
}
.cd_area>ol>li.active{
	background-color:#fff;
}
.cd_area>ol>li:hover,
.cd_area>ol>li.active:hover {
	background-color: #fff;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}
.cd_area>ol>li {
	margin: 0;
	padding-left: 0;
	padding-left: 60px;
	position: relative;
}
.cd_area>ol>li:after {
	content: " ";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #ddd;
	position: absolute;
}
.cd_area>ol>li:before {/*
	content:"";
	width: 33px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 13px;
	background-image: url(../images/btn_cdlist.png);
	background-repeat: no-repeat;*/
}
.cd_area>ol>li.active:before {/*
	background-image: url(../images/btn_cdlist_on.png);*/
}
.cd_area .active .cd_div .cont {
	z-index: 1000;
	position: relative;
	height: auto;
	width: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.cd_area .cd_div .cont,
.cd_area .cd_div.hide .cont {
	z-index: -1;
	position: fixed;
	height: 0;
	width: 0;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	overflow: hidden;
	padding: 0 16px;
	border-left: 3px solid #35b59e;
	font-weight: normal;
}
.cd_area .cd_div {
	margin: 0;
	position: relative;
}
.cd_area .active .cd_div {
	padding-bottom: 20px;
}
.cd_area .cd_div .title {
	padding: 0;
	margin: 0;
}
.cd_area .cd_div .title a {
	color: #404042 !important;
	text-decoration: none !important;
	padding: 20px 16px;
	padding-right: 30px;
	font-weight: bold;
	display: block;
	position: relative;
}
.cd_area .active .cd_div .title a {
}
.cd_area .cd_div .cont p:last-child {
	margin-bottom: 0;
}
.cd_area .number {
	position: absolute;
	right: 100%;
	top: 20px;
	margin-right: -65px;
}
.graphicBanner {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 215px;
	max-width: none;
	z-index: -1;
}
body abbr[title]:after {
	content:'';
}/*
body .close {
	float: none;
	font-size: 1em;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-shadow: inherit;
	opacity: 1;
    z-index: 10;
    position: relative;
}
body .close:focus,
body .close:hover {
	color: inherit;
	text-decoration: inherit;
	opacity: 1;
}*/
/*====================================*/
.mainContent ul.flex-control-nav, .mainContent ol.flex-control-nav {
	margin-bottom: 0;
	bottom: auto;
}
.list_table {
	width: 100%;
	border-spacing: 0;
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}
.list-table td:first-child, .bordered th:first-child {
	border-left: none;
}
.list_table th {
	background: #e2f3fd;
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.list_table td {
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.list_table tr:nth-child(even) {
	background: #fafdf4;
}
.list_table_rowspan {
	width: 100%;
	border-spacing: 0;
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}
.list_table_rowspan th {
	background: #e2f3fd;
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.list_table_rowspan td {
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.div_acrobat_reader {
	background-color: #EAEAEA;
	padding: 5px;
}
.div_acrobat_reader>.div_acrobat_reader_icon {
	display: inline-block;
	width: 160px;
	margin-right: 5px;
	padding: 10px 0;
}
.div_acrobat_reader>.div_acrobat_reader_description {
	display: inline-block;
	width: 75%;
}
/*======================*/
.photo_title, .photo_area>li .title {
	margin-bottom: 24px;
	font-weight: bold;
	display: block;
}
.mainContent ul.photo_group {
	/*margin: 0 -1em;*/
	padding: 0;
	text-align: left;
}
.mainContent .photo_area ul.photo_group {
	margin: 0 -0.8em;
	text-align: left;
}
.photo_group li {
	display: inline-block;
	vertical-align: top;
	/*width:	200px;*/
	width: 190px;
	text-align: center;
	margin: 0;
	margin-bottom: 4px;
	padding: .1em;
}
.photo_group li.photo_thumb>a>img {
	border: 2px solid #b4b4b4;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.photo_group li.photo_thumb>a:focus>img, .photo_group li.photo_thumb>a:hover>img {
	border: 2px solid #c30819;
}
body div.light_square .pp_left, body div.light_square .pp_middle, body div.light_square .pp_right, body div.light_square .pp_content {
	background-color: transparent;
}
body .pp_nav .pp_play, body .pp_nav .pp_pause, body a.pp_arrow_previous, body a.pp_arrow_next {
	font-size: 0;
}
body .pp_nav .pp_play:before, body .pp_nav .pp_pause:before, body a.pp_arrow_previous:before, body a.pp_arrow_next:before{
	display: none;
}
body .pp_nav .pp_play, body .pp_nav .pp_pause, body a.pp_arrow_previous, body a.pp_arrow_next {
	background-color: #272727;
	width: 44px;
	height: 44px;
	position:fixed;/*
	position: absolute;*/
	top: 50%;
	background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
body a.pp_arrow_previous {
	background-image: url(../images/btn_arrow_prev.png);
}
body a.pp_arrow_next {
	background-image: url(../images/btn_arrow_next.png);
}
body .pp_content_container .pp_details {
	margin: 0;/*
	background-color: #fff;*/
	color:#fff;
    width: auto !important;
}
body div.light_square .pp_description {
	text-align: left;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
}
body .pp_content_container{/*
	max-height: calc(77vh - 59px);*/
}
body div.pp_pic_holder{
	position: fixed;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;/*
	width: 100vw !important;*/
	height: 100vh !important;
	margin:auto;
    max-width: 100%;
}/*
body .pp_fade{
    max-height: calc(77vh - 59px);
}*/
body .pp_hoverContainer{
    width: auto !important;
    height: auto !important;
}
body #pp_full_res img{
    width: auto !important;
    height: auto !important;
    max-height: calc(77vh - 59px);
    margin: auto;
    display: block;
}
body #pp_full_res iframe{
    max-height: calc(77vh - 59px);
	max-width: 100%;
    width: 800px !important;
    height: 400px !important;
    margin: auto;
    display: block;
	position:relative;
	z-index:9999;
}
body .pp_content{
    position: relative;
    width: auto !important;
    height: auto !important;
}
body.overDescription .pp_fade{
	position:relative;
}
body.overDescription .pp_hoverContainer{
    max-height: calc(77vh - 59px);
}
body.overDescription .pp_description,
body.overDescription div.light_square .pp_description{
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
body .pp_pic_holder .pp_details .ce_tool{
	display:none;
    position: absolute;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
}
body .pp_pic_holder .pp_details .ce_tool a{
	position:relative;
	padding-right:22px;
    display: block;
}
body .pp_pic_holder .pp_details .ce_tool a:after{
	content:"";
	position:absolute;
	right:0;
	top:2px;
	width:16px;
	height:16px;
	background-image:url(../images/icon_arrow.png);
	background-repeat:no-repeat;
    -webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
body.openDescription .pp_pic_holder .pp_details .ce_tool a:after{
    -webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .pp_pic_holder .pp_details .ce_tool a{
	color:#fff;
}
body.overDescription .pp_pic_holder .pp_details .ce_tool{
	display:block;
}
body.openDescription .pp_pic_holder .pp_details .ce_tool .open,
body .pp_pic_holder .pp_details .ce_tool .close{
	display:none;
}
body .pp_pic_holder .pp_details .ce_tool .open,
body.openDescription .pp_pic_holder .pp_details .ce_tool .close{
	display:block;
}
body.overDescription.openDescription .pp_description,
body.overDescription.openDescription div.light_square .pp_description{
	text-overflow: clip;
    white-space: normal;
    overflow: 	auto;
}
body .pp_gallery{
	opacity:1 !important;
    display: block !important;
    margin: 0 !important;
}
body .pp_gallery>div{
    width: auto !important;
    float: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
body .pp_gallery ul{
	width:auto !important;
	max-width:100%;
    left: 50% !important;
	margin:0;
	height: 220px;
	max-height:23vh;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
    white-space: nowrap;
    float: none;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
}
body .pp_gallery ul>li{
	float:none;
	margin:0;
	padding:0 10px;
	-webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
body .pp_gallery ul a{
	height:183px;
    max-height: 100%;
	border:4px solid transparent;
}
body .pp_gallery ul a:focus,
body .pp_gallery ul a:hover,
body .pp_gallery li.selected a{
	border:4px solid #c5f4e0;
}
body .pp_gallery ul a img{
	width:auto;
	height: 100%;
}
body .pp_gallery li.default{/*
	display:none;*/
}
body .pp_nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}
body .pp_nav .currentTextHolder{
	float: none;
    position: fixed;
    left: 10px;
    top: 10px;
    margin: auto;
}
body a.pp_arrow_previous {
	left: 0;
}
body a.pp_arrow_next {
	right: 0;
}
body div.light_square .pp_gallery a.pp_arrow_previous,
body div.light_square .pp_gallery a.pp_arrow_next{
	margin:0 !important;
}
body .pp_nav .pp_play{
	display:none;
}
body a.pp_close {
	font-size: 0;
	background-color: #272727;
	background-image: url(../images/btn_close.png);
	background-repeat: no-repeat;
    background-position: center center;
    width: 44px;
    height: 44px;
    padding: 0;
    box-shadow: none;
    position: fixed;
    right: 0;
    top: 0;
}
body .ppt {
	display: none !important;
}
body a.pp_previous, body a.pp_next {
	background: none !important;
}
/*=========================*/
#flexslider .flex-direction-nav a {
	font-size: 0;
	width: 48px;
	height: 48px;
	color: rgba(255, 255, 255, 1);
	background-color:#303030;
	margin-top:-24px;
}
#flexslider.flexslider:hover .flex-direction-nav .flex-prev{
	left:0;
}
#flexslider.flexslider:hover .flex-direction-nav .flex-next{
	right:0;
}
#flexslider .flexslider:hover .flex-direction-nav a {/*
	opacity: .9;*/
}
#flexslider .flex-direction-nav a:before {
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	left: 45%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#flexslider .flex-direction-nav a.flex-next:before {
	left: auto;
	right:45%;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
/*================*/
body .mainHeader.active {
	display: block;
}
.section_left_banner {
	float: left;
	width: 360px;
	margin-right: 25px;
}
.mainContent table {
	/*202203*/
	/*width: 100%;*/
	margin-bottom: 1em;
}
.mainContent table th, .mainContent table td {/*
	line-height: 1.2;*/
	vertical-align: top;
	padding:6px 8px;
}
.mainContent table.form-table th,
.mainContent table.form-table td{
	vertical-align: baseline;
	padding:8px;
}
.mainContent table tr.center th,
.mainContent table tr.center td{
	text-align:center;
}
.mainContent table h2 {
    font-size: 1em;
    color: #2b3944;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mytablestyle{
	overflow:auto;
	width:100%;
}
.header_date {
	margin-bottom: 20px;
	background-color: #ccc;
	color: #000099;
	padding: 8px 12px;
	font-weight: bold;
}
.cont_detail {
	margin-bottom: 40px;
}
.cont_detail>div {
	display: inline-block;
}
.cont_detail>div:nth-child(1) {
	width: 20%;
}
.cont_detail>div:nth-child(2) {
	width: 80%;
}
.cont_detail>div img {
	margin: 0 10px;
}
.toggleTable table tr {
	vertical-align: top;
	border-bottom: 1px solid #637481; /*#194567;*/
}
.toggleTable table tr:nth-child(odd) {
	/*	background-color:#e2f0fa;*/
	background-color: #d6eeff;
}
.toggleTable table tr:nth-child(even) {
	/*	background-color:#d2e1ec;*/
	background-color: #cecfcf;
}
.toggleTable.toggleHeader table tr:nth-child(1) {
	/*	background-color:#e1ecf4;*/
	font-weight: bold;
	background-color: #bad4e6;
}
.section_header_banner {
	text-align: center;
}
/*======================*/
ul.latin {
	list-style-type: lower-latin;
}
.num_anchor {
	vertical-align: super;
	font-size: .8em;
}
.divExpand {
	background-color: #f0d5ba;
	/*margin-bottom: 5px;
    border: 1px solid #e8e8e8;*/
	margin-bottom: 4px;
	border: 3px solid #bdbdbd;
	overflow: hidden;
}
.divExpand>div:nth-child(1) h2 {
	margin: 0;
	padding: 0;
}
.divExpand>div:nth-child(1) a {
	display: block;
	padding: 8px 14px;
	position: relative;
	/*    font-size: 1.4em;*/
	padding-right: 45px;
}
.divExpand>div:nth-child(1) a:after {
	content: "";
	width: 22px;
	height: 22px;
	background-image: url(../images/icon_ec_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 12px;
	top: 9px;
	padding: 0;
	position: absolute;
	/*	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);*/
	-webkit-transition: -webkit-transform .2s ease-out, color .2s ease-out;
	transition: -webkit-transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out, color .2s ease-out;
	font-size: 1.4rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.divExpand.active>div:nth-child(1) a:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);/*    color: #ce4300;*/
}
.divExpand>div:nth-child(2) {
	display: none;
	-webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
	opacity: 0;
	height: 0;
	border-top: 3px solid #bdbdbd;
	background-color: #fffced;
}
.divExpand.activating>div:nth-child(2) {
	display: block;
	position: static;
	opacity: 0;
	height: auto;
}
.divExpand.active>div:nth-child(2) {
	display: block;
	position: static;
	opacity: 1;
	height: auto;
	padding: 8px 14px;
}
.divExpand_control {
	float: right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.divExpand_control a {
	display: block;
	font-size: 1.4em;
	color: #fff !important;
	background-color: #096fb9;
	padding: 8px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*=============*/
.border_table th, .border_table td {
	border-collapse: collapse;
	border: 1px solid #888;
	text-align:center;
}
.float_img_tl {
	float: left;
	padding: 0 1em 1em 0;
}
.footerMenuArea .mail {
	margin-bottom: 20px;
}
.footerMenuArea .tel {
	margin-bottom: 20px;
}
.footerMenuArea .mail:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 32px;
	background-image: url(../images/icon_cus_1.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.footerMenuArea .fax {
	margin-bottom: 20px;
}
.footerMenuArea .fax:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 32px;
	background-image: url(../images/icon_cus_2.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.footerMenuArea .tel:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 32px;
	background-image: url(../images/icon_cus_3.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.footerMenuArea .share li {
	margin-right: 15px;
}
/*===========*/
.cok_logo{
	margin-top:31%;
    box-shadow: 0 0 20px -2px #000;
}
.main_secBanner {
	margin: 15px -15px;
	text-align: center;
    margin-top: 20px;
    top: auto;/*
	margin-top:31%;*//*
	margin-top: 100px;*/
}
.main_secBanner>div {
	display: inline-block;
	width: 413px;
	max-width: 100%;
	background-color: #FFF;
	margin: 10px;
	box-shadow: 0 0 20px -2px #000;
}
.main_secBanner>div>div {
	padding: 15px;
}
.main_secBanner>div>div>a {
	display: block;
}
.main_secBanner>div>div .cover {
	display: block;
	overflow: hidden;
}
.main_secBanner>div>div .cover.c_v{
	height: 0;
    padding-bottom: 50.868486352357320099255583126551%;
    position: relative;
}
.main_secBanner>div>div .cover.c_v video{
	bottom:0;
	position:absolute;
}
.main_secBanner>div .cover img {
	transform: scale(1);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.main_secBanner>div:hover .cover img, .main_secBanner>div>div>a:focus .cover img {
	transform: scale(1.08);
}
.main_secBanner>div>div .cont {
	display: block;
}
.main_secBanner .title {
	position: relative;
	background-color: #fff;
	font-size: 1.14286em;
	font-weight: bold;
	line-height: 1.4em;
	height: 80px;
	overflow: hidden;
	/*	box-shadow: 0 0 10px -2px #000;*/
	display: block;
	font-family: "Dancing Script";
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #000;
	text-align:justify;
}
.main_secBanner .title:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 12px;
}
.ibDiv>div {
	display: inline-block;
}
.ibDiv>.my_img {
	width: 25%;
	padding-right: 20px;
}
.ibDiv>.txt_w_img {
	width: 75%;
}
/*================*/
.photoAlbums {
	margin: 0;
    text-align: left;
	margin-bottom: 100px;
	padding: 10px;
}
.photoAlbums .area{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.photoAlbums .year,
.photoAlbums .country{
	display:none;
    position: relative;
	width:50%;
	padding:10px;
    margin-bottom: 30px;
}
.photoAlbums .year.active,
.photoAlbums .country.active{
	display:inline-block;
}
.photoAlbums .full,
.photoAlbums .year.active.full,
.photoAlbums .country.active.full{
	display:block;
	width:100%;
}
.photoAlbums .photoArea{/*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.photoAlbums .photoArea>div{/*
	width:50%;
	padding:10px;*/
}
.photoAlbums .photoArea .cover{
	text-align:center;
	margin-bottom:10px;
	height: 337.5px;
    overflow: hidden;
	position:relative;
}
.photoAlbums .photoArea .cover img{
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.photoAlbums .photoArea .title{
	width:400px;
	max-width:90%;
	margin:auto;
}
.photoAlbums .yearSelect li{
	display:inline-block;
	margin:0;
}
.photoAlbums .yearSelect li a{
	padding:4px 12px;
}
/*
.photoAlbums>div>div {*/
.photoAlbums>div>ul.slides>li{
	padding: 8px;
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 10px -2px #000;/*
	display: inline-block;*/
	position:relative;
}
.photoAlbums .cont{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 50px;
    padding: 8px 10px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
	padding-right:72px;
	width:auto;
}
.photoAlbums .more{
    position: absolute;
    color: #fff;
    right: 8px;
    bottom: 8px;
    padding: 8px 10px;
	font-size: .8em;
}
.photoAlbums .border_table td>span,
.photoAlbums .border_table td>a{
    display: inline-block;
	max-width: 48%;
    margin: 10px 1%;/*
	display:inline-block;
	max-width: 48%;
    width: 260px;
    height: 200px;
    margin: 10px 1%;
	overflow:hidden;
	text-align:center;*/
}
.mainContent .myfilter>table{
	width:auto;
	max-width:100%;
	margin:auto;
}
.mainContent .myfilter input{
	width:100%;
}
.my_select>div {
	display: inline-block;
	margin-bottom: 20px;
}
.my_select select {
	font-size: 1.07142857em;
	padding: 7px 20px 8px 10px;
	border-radius: 6px;
}
.my_select .mys_btn>a {
	display: block;
	padding: 12px 30px;
	margin: 0 10px;
	border-radius: 6px;
	background-color: #05499c;
	color: #fff;
	font-size: 1.07142857em;
}
body a.pp_expand {
	display: none !important;
}
p.line {
	text-decoration: underline;
}
/*============*/
.headerTool .language{
	position: relative;
	display:inline-block;
	vertical-align: middle;
    font-weight: bold;/*
    margin-right: 10px;*/
	padding:0;
}
.myheaderTool .clientTool>div.language{
	padding:0 0;
}
.headerTool .languageBtn{
	display:none;
}
.headerTool .language .langBtn a{
	display:block;
	padding:6px;
}
.myheaderTool .clientTool>div.social {
    padding: 0 1.3vw;
}
.myheaderTool .clientTool .social a{
    padding: 10px .9vw;
}
/*
.headerTool .language ul{
	display: none;
	position: absolute;
	top: auto;
	text-align: left;
	z-index: 9000;
	background: #FFF;
	box-shadow: 0px 3px 4px rgba(150, 150, 150, 0.2);
	border-top: 2px solid #3447a3;
}
.headerTool .language.active  ul{
	display: block;
}*/
.headerTool .AStyleArea,
.headerTool .searchTool{
    position: relative;/*
    display: inline-block;
    vertical-align: middle;*/
}
.mobTitle {
    display: none;
}
/* ------------------------------------------ */
/* Style for share-btns */
/* ------------------------------------------ */
.headerTool .shareTool {
	position: relative;
	display:inline-block;
	vertical-align: middle;
}
.headerTool .shareTool>a{
	display:block;
	padding:6px;
}
.headerTool .shareTool>.shareList {
	display: none;
	position: absolute;
	top: auto;
    right: 0;
	padding: 8px 15px 12px 15px;
	text-align: left;
	z-index: 9000;
	min-width: 80px;
	background: #FFF;
	box-shadow: 0px 3px 4px rgba(150, 150, 150, 0.2);
	border-top: 2px solid #3447a3;
}
.headerTool .shareTool>.shareList:before {
	display: none;
}
.headerTool .shareTool.active>.shareList {
	display: block;
}
.share-btns {
	position: relative;
	margin-top: 15px;
}
ul.share-btns {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.share-btns>li {
	margin: 0;
	display: inline-block;/*
    padding: 0 5px;*/
}
ul.share-btns a {
	font-size: 0;
}
.header-nav__tool--share {
/*	text-align: center;*/
}
.header-nav__tool--share .share-btns {
	white-space: nowrap;
}
.headerArea li .share-btns__btn {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
	margin-right: 5px;
	position: relative;
	transition: 0.2s;
}
.mob-nav__control .share-btns__btn {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.share-btns__btn:before {
	content: '';
	width: 26px;
	height: 26px;
	left: 4px;
	top: 4px;
	display: block;
	position: absolute;
	background: url() center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.header-nav__tool--share .share-btns__btn:before {
	background-position-y: -26px;
}
.mob-nav__control .share-btns__btn:before {
	background-position-y: -22px;
}
.mob-nav__control .share-btns__btn:before {
	width: 22px;
	height: 22px;
	left: 4px;
	top: 4px;
}
.share-btns__btn:hover:before {
	background-position-y: -26px;
}
.mob-nav__control .share-btns__btn:hover:before {
	background-position-y: -22px;
}
.share-btns__btn.share-btns__btn--email:before {
	background-image: url(../images/share/icon-social-email-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--email,
body .headerArea .headerMenu a.share-btns__btn--email:link,
body .headerArea .headerMenu a.share-btns__btn--email:visited,
body .headerArea .headerMenu a.share-btns__btn--email:hover,
body .headerArea .headerMenu a.share-btns__btn--email:focus,
body .headerArea .headerMenu a.share-btns__btn--email:active,
.mob-nav__control .share-btns__btn.share-btns__btn--email,
.header-nav__tool--share .share-btns__btn.share-btns__btn--email,
.share-btns__btn.share-btns__btn--email:hover {
	background-color: yellowgreen;
}
.share-btns__btn.share-btns__btn--fb:before {
	background-image: url(../images/share/icon-social-facebook-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--fb,
body .headerArea .headerMenu a.share-btns__btn--fb:link,
body .headerArea .headerMenu a.share-btns__btn--fb:visited,
body .headerArea .headerMenu a.share-btns__btn--fb:hover,
body .headerArea .headerMenu a.share-btns__btn--fb:focus,
body .headerArea .headerMenu a.share-btns__btn--fb:active,
.mob-nav__control .share-btns__btn.share-btns__btn--fb,.header-nav__tool--share .share-btns__btn.share-btns__btn--fb, .share-btns__btn.share-btns__btn--fb:hover {
	background-color: #3b5998;
}
.share-btns__btn.share-btns__btn--wa:before {
	background-image: url(../images/share/icon-social-whatsapp-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--wa,
body .headerArea .headerMenu a.share-btns__btn--wa:link,
body .headerArea .headerMenu a.share-btns__btn--wa:visited,
body .headerArea .headerMenu a.share-btns__btn--wa:hover,
body .headerArea .headerMenu a.share-btns__btn--wa:focus,
body .headerArea .headerMenu a.share-btns__btn--wa:active,
.mob-nav__control .share-btns__btn.share-btns__btn--wa, .header-nav__tool--share .share-btns__btn.share-btns__btn--wa, .share-btns__btn.share-btns__btn--wa:hover {
	background-color: #1bd741;
}
.share-btns__btn.share-btns__btn--wb:before {
	background-image: url(../images/share/icon-social-weibo-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--wb,
body .headerArea .headerMenu a.share-btns__btn--wb:link,
body .headerArea .headerMenu a.share-btns__btn--wb:visited,
body .headerArea .headerMenu a.share-btns__btn--wb:hover,
body .headerArea .headerMenu a.share-btns__btn--wb:focus,
body .headerArea .headerMenu a.share-btns__btn--wb:active,
.mob-nav__control .share-btns__btn.share-btns__btn--wb, .header-nav__tool--share .share-btns__btn.share-btns__btn--wb, .share-btns__btn.share-btns__btn--wb:hover {
	background-color: #df2029;
}
.share-btns__btn.share-btns__btn--wc:before {
	background-image: url(../images/share/icon-social-wechat-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--wc,
body .headerArea .headerMenu a.share-btns__btn--wc:link,
body .headerArea .headerMenu a.share-btns__btn--wc:visited,
body .headerArea .headerMenu a.share-btns__btn--wc:hover,
body .headerArea .headerMenu a.share-btns__btn--wc:focus,
body .headerArea .headerMenu a.share-btns__btn--wc:active,
.mob-nav__control .share-btns__btn.share-btns__btn--wc, .header-nav__tool--share .share-btns__btn.share-btns__btn--wc, .share-btns__btn.share-btns__btn--wc:hover {
	background-color: #09b83e;
}
.share-btns__btn.share-btns__btn--tw:before {
	background-image: url(../images/share/icon-social-twitter-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--tw,
body .headerArea .headerMenu a.share-btns__btn--tw:link,
body .headerArea .headerMenu a.share-btns__btn--tw:visited,
body .headerArea .headerMenu a.share-btns__btn--tw:hover,
body .headerArea .headerMenu a.share-btns__btn--tw:focus,
body .headerArea .headerMenu a.share-btns__btn--tw:active,
.mob-nav__control .share-btns__btn.share-btns__btn--tw, .header-nav__tool--share .share-btns__btn.share-btns__btn--tw, .share-btns__btn.share-btns__btn--tw:hover {
	background-color: #00aff0;
}
.share-btns__btn.share-btns__btn--ig:before {
	background-image: url(../images/share/icon-social-ig-white.png);
}
body .headerArea .headerMenu a.share-btns__btn--ig,
body .headerArea .headerMenu a.share-btns__btn--ig:link,
body .headerArea .headerMenu a.share-btns__btn--ig:visited,
body .headerArea .headerMenu a.share-btns__btn--ig:hover,
body .headerArea .headerMenu a.share-btns__btn--ig:focus,
body .headerArea .headerMenu a.share-btns__btn--ig:active,
.mob-nav__control .share-btns__btn.share-btns__btn--ig, .header-nav__tool--share .share-btns__btn.share-btns__btn--ig, .share-btns__btn.share-btns__btn--ig:hover {
	background-color: #bc2a8d;
}
.share-btns__btn.share-btns__btn--rss:before {
	background-image: url(../images/share/icon-rss.png);
}
body .headerArea .headerMenu a.share-btns__btn--rss,
body .headerArea .headerMenu a.share-btns__btn--rss:link,
body .headerArea .headerMenu a.share-btns__btn--rss:visited,
body .headerArea .headerMenu a.share-btns__btn--rss:hover,
body .headerArea .headerMenu a.share-btns__btn--rss:focus,
body .headerArea .headerMenu a.share-btns__btn--rss:active,
.mob-nav__control .share-btns__btn.share-btns__btn--rss, .header-nav__tool--share .share-btns__btn.share-btns__btn--rss, .share-btns__btn.share-btns__btn--rss:hover {
	background-color: #f26522;
}
.share-btns__btn:last-child {
	margin-right: 0;
}
/* END Style share-btns */
#menu>.mm-panels>.mm-panel>.mm-listview>.mm-listitem:last-child {
	background-color: transparent;
}
#menu>.mm-panels>.mm-panel>.mm-listview>.mm-listitem:last-child:after {
	display: none;
}
/*====================================*/
.your_justify, .your_justify p {
	text-align: justify;
}
.pp_pic_holder a.pp_previous {
	width: 50%;
}
.pp_pic_holder a.pp_next {
	width: 50%;
}
body #wrap .headerArea .headerTool .headerMenu ul.tMenu {/*
	font-size: 1.35em;*/
}
body a {
	color: #000;
}
/*=========*/
.myVideo{
	margin-bottom:40px;
}
/*================*/
.desktop {
	display: block;
}
.mobile {
	display: none;
}
/*=======*/
.u-lList{
	list-style-type:upper-latin;
}
.iconButton{
	display:inline-block;
}
.iconButton a{
	display:block;
	padding:10px;
	position:relative;
	color:#444;
	background-color:#ddf5ff;
    background-image: radial-gradient(#ddf5ff 40%, #dcf2fa 70%, #dbedf4 90%);
	border-radius:8px;

    font-size: 1.6em;
    line-height: 1em;
}
.iconButton a:before{
	content:"";
	display:inline-block;
	margin-right:5px;
    width: 45px;
    height: 45px;
	background-image:url(../images/icon_cok.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.iconButton .calico {
    width: 40px;
    margin-left: 5px;
    vertical-align: text-bottom;
}
/*====================*/
.leftMenu .menuLv1 .extmenu{
	display:none;
}
.pdf_area{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 850px;
    margin: auto;
    max-width: 100%;
}
.pdf_area>div{
	width:100%;
	text-align:center;
	padding:10px 10px;
}
.pdf_area>div img{
	margin:auto;
	margin-bottom:20px;
	display:block;
    width: 100px;
}
.pdf_area a{
	font-weight:bold;
	color:#2b3944;
}
/*==============*/
.detail_area{
	margin:0 20px 40px 20px;
    box-shadow: 0 0 50px -10px #9ca1ff;
}
.detail_area>div{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	position:relative;
    border-radius: 8px;
}
.detail_area>div:after{
	content:"";
	position:absolute;
	left:20px;
	right:20px;
	bottom:0;
	height:1px;
	background-color:#cfcfcf;
}
.detail_area>div:last-child:after{
	display:none;
}
.detail_area>div>div{
	vertical-align:top;
	padding:20px;
}
.detail_area>div>div{
	border-bottom:none;
}
.detail_area>div>div:nth-child(1){
	width:20%;
	display:inline-block;
    background-color: #ededed;
	font-weight:bold;
}
.detail_area>div>div:nth-child(2){
	width:80%;
	display:inline-block;
    background-color: #fff;
}
.detail_area>div:nth-child(1)>div:nth-child(1){
    border-radius: 10px 0 0 0;
}
.detail_area>div:nth-child(1)>div:last-child{
    border-radius: 0 10px 0 0;
}
.detail_area>div:last-child>div:nth-child(1){
    border-radius: 0 0 10px 0;
}
.detail_area>div:last-child>div:last-child{
    border-radius: 0 0 0 10px;
}
.lt_list{
	list-style-type:lower-latin;
}
.mainContent .detail_area li{
	margin-top:0;
}
.detailTable{
    overflow: auto;
	max-width:100%;
}
.detailTable table td:nth-child(1),
.detailTable table td:nth-child(1) img{
	width:300px;
}
.detailTable tr:nth-child(1) td,
.detailTable tr:nth-child(1) th{
	font-weight:bold;
}
.detailTable td,
.detailTable th{
    border-collapse: collapse;
    border: 1px solid #444;
}
.detailTable.d1 td:nth-child(1){
	min-width:130px;
}
.detailTable.f4 td:nth-child(4){
	min-width:230px;
}
.headerTable{
	overflow:auto;
	width:100%;
}
.headerTable table td,
.headerTable table th{
	border-collapse:collapse;
	border:1px solid #2b2b2b;
}
.txtico{
	color:#fff;
    text-decoration: none;
	display:inline-block;
    text-align: center;
	padding:0 8px;
	margin:4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	/*background-color: #790707;
    background-image: linear-gradient(141deg, #500606 0%, #880505 51%, #770909 75%);
    opacity: 0.95;
    border: 2px solid #920e0e;*/

    background-color: #774609;
	background-image: linear-gradient(141deg, #502506 0%, #a55c11 51%, #774609 75%);
    opacity: 0.95;
    border: 2px solid #8c5a15;
    font-size: 0.9em;
}
/*============*/
.iconButton{
	margin-left:20px;
}
.iconButton.fst{
	margin-left:0;
}
.iconButton .iconPdf img{
	width:40px;
}
.tableArea{
    overflow: auto;
	max-width:100%;
}
.youtubeDiv{
	position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtubeDiv>iframe{
	width: 100%;
    height: 100%;
    position: absolute;
}

.pop_video a{
	position:relative;
	display:block;
}
.pop_video a:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image:url(../images/icon_video_play.png);
	background-repeat:no-repeat;
    background-position: center center;
    background-size: 30% auto;
	opacity: .8;
}
.pop_video a:hover:after,
.pop_video a:focus:after{
	opacity: 1;
}
/*================*/
.footerArea .logo_list{
	padding:0 120px;
}
/*==========*/
.footerTitle{
    background-color: #e4e4e4;
}
.footerTitle .title{
	text-align:center;
	padding: 10px 0;
    font-size: 1.4em;
	display: block;
}
.footerTitle .title:after{
	content:"";
	display:inline-block;
	background-image:url(../images/icon_arrow_top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    vertical-align: top;
}
/*==============*/
.search_year ul{
	margin:0;
	padding:0;
}
.search_year li{
	display:inline-block;
	margin:0;
	margin-bottom: 10px;
}
.mainContent a.search_btn{/*
	padding:8px 26px;
	background-color:#1d8191;
	color:#fff;
    border-radius: 4px;
    display: block;*/
	position: relative;
    padding: 8px 26px;
    color: #000;
    background-color: #f2dd2c;
    border-radius: 40px;
    margin-left: 10px;
}
.search_year select{
	background-color: #d6e1e7;
    border-radius: 4px;
    border-color: transparent;
    margin: 0 10px;
    padding: 10px;
    max-width: 100%;
    width: 130px;
}
.headerMenu ul.listStyleBlank.menu_items>li:first-child a {/*
    padding-left: 25px;*/
}
.d-lg-none {
	display: none !important;
}
.mobShare{
	padding:10px 0;
}
.mobShare>a{
	display: none !important;
}
.headerArea .headerMenu .mobShare li{
	display:inline-block;
}
.headerTool .mobSearchArea .cross_btn{
	display:none;
}
.simpleTable{
	width:100%;
	overflow:auto;
}
.simpleTable table{
	border-top:2px solid #1d8191;
	border-bottom:2px solid #e3e7e6;
}
.simpleTable tr{
	background-color:#fff;
	border-left:2px solid #e3e7e6;
	border-right:2px solid #e3e7e6;
}
.simpleTable tr:nth-child(odd){
	background-color:#f6f7f9;
}
.simpleTable table tr:nth-child(1){
	background-color:#1d8191;
	color:#fff;
	border-left:2px solid #1d8191;
	border-right:2px solid #1d8191;
}
/*==========================*/
.footerMenuArea{
}
.footerMenuArea.active{
}
.footerMenuArea .footerTitle a{
	text-decoration:none;
}
.footerMenuArea .footerTitle .title:after{
    transform: rotate(180deg);

	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.footerMenuArea.active .footerTitle .title:after{
    transform: rotate(0);
}
.footerMenuArea .footerMenu{
	 -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
/*	max-height:0;
	overflow:hidden;

	-webkit-transition: max-height 0.3s ease-in-out;
	-moz-transition: max-height 0.3s ease-in-out;
	-ms-transition: max-height 0.3s ease-in-out;
	-o-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;*/
}
.footerMenuArea .logo{
	padding:10px;
}
.footerMenuArea.active .footerMenu{
	max-height:1000px;
}
/*===============*/
.myheader{
	font-weight: bold;
    font-size: 2.8em;
}
.myheader.myheader_i{
	color:#fff;
}
.g_cont{
	font-size:1.4em;
}
.icon_list ul{
	list-style-type:none;
	margin:0 -5px 20px -5px;
	padding:0;
}
.icon_list li{
	display:inline-block;
	padding:0 5px;
}
.flex_area{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*=======*/
.dl_list{
	text-align:right;
}
.dl_list a,
.dl_list a:hover,
.dl_list a:focus{
	display:inline-block;
	padding:10px 30px;
	color:#fff;
	background-color:#007d8f;
}
.enquiries{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.lnr_span{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.lnr_span>span{
	-webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainContent table[data-border="1"] th,
.mainContent table[data-border="1"] td{
	border-collapse:collapse;
	border:1px solid #000;
}
.mainContent table th{/*
    color: #fff;
    background-color: #1E486E;
    border-top: 1px solid white;
    border-right: 1px solid white;*/
}
.mainContent table .width5 {
	width: 5%;
}
.mainContent table .width70 {
	width: 70%;
}
.mainContent table .width25 {
	width: 25%;
}
/*======*/
.mainbanner{/*
	font-family: LibreBaskerville;*/
	/*height:280px;*//*
    box-shadow: 0 20px 45px -25px inset #ddd;*/
    background-color: #1175c0;
	background-image:url(../images/headerbanner/img_hd1.jpg);
	background-repeat:no-repeat;
	/* background-size: cover; */
	background-size: contain;
    background-position: right center;/*
    max-height: 400px;*//*
	height:441px;*/
    position: relative;
	z-index: 10;
}
.indexVersion .mainbanner{
	background-image:none;
	height:0;
}
.indexVersion .mainbanner:before{/*
	content:"";
	display:block;
	margin:auto;
	text-align:center;*//*
	position:absolute;
	top:0;
	left:50%;*//*
	width:100%;
	height:0;
	padding-bottom:19.0625%;
	max-width:1920px;*/
    background-size: cover;/*
	background-image:url(../images/img_banner_main.jpg);*/
	background-position:center top;
	background-repeat:no-repeat;/*
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);*/
}
.mainbanner:before{/*
	content:"";
	display:block;
	margin:auto;
	text-align:center;
	width:100%;
	height:0;
	padding-bottom:19.0625%;
	max-width:1920px;*/
    background-size: cover;/*
	background-image:url(../images/img_banner_hd.jpg);*/
	background-position:center top;
	background-repeat:no-repeat;
}
.bodyArea.section1 .mainbanner{background-image:url(../images/headerbanner/img_hd1.jpg);}
.bodyArea.section2 .mainbanner{background-image:url(../images/headerbanner/img_hd2.jpg);}
.bodyArea.section3 .mainbanner{background-image:url(../images/headerbanner/img_hd3.jpg);}
.bodyArea.section4 .mainbanner{background-image:url(../images/headerbanner/img_hd4.jpg);}
.bodyArea.section5 .mainbanner{background-image:url(../images/headerbanner/img_hd5.jpg);}
.bodyArea.section6 .mainbanner{background-image:url(../images/headerbanner/img_hd6.jpg);}
.bodyArea.section7 .mainbanner{background-image:url(../images/headerbanner/img_hd7.jpg);}
.bodyArea.section8 .mainbanner{background-image:url(../images/headerbanner/img_hd8.jpg);}
.bodyArea.section9 .mainbanner{background-image:url(../images/headerbanner/img_hd9.jpg);}
.bodyArea.section10 .mainbanner{background-image:url(../images/headerbanner/img_hd10.jpg);}
.bodyArea.section990 .mainbanner{background-image:url(../images/headerbanner/img_hd990.jpg);}
.bodyArea.section995 .mainbanner{background-image:url(../images/headerbanner/img_hd995.jpg);}
.bodyArea.section996 .mainbanner{background-image:url(../images/headerbanner/img_hd996.jpg);}
.bodyArea.section997 .mainbanner{background-image:url(../images/headerbanner/img_hd997.jpg);}
.bodyArea.section998 .mainbanner{background-image:url(../images/headerbanner/img_hd998.jpg);}
.bodyArea.section999 .mainbanner{background-image:url(../images/headerbanner/img_hd999.jpg);}/*
.bodyArea.section8 .mainbanner{background-image:url(../images/headerbanner/img_fa-banner_8.jpg);}
.bodyArea.section9 .mainbanner{background-image:url(../images/headerbanner/img_fa-banner_9.jpg);}*/
.mainbanner .txt{/*
	position:relative;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;*/
}
.mainbanner .txt{
    font-size: 2.5em;
    background-color: #0068a7;
	background-image: url(../images/main/a1/bg_detail.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    color: #fff;
    width: 900px;
	padding-right:10px;
	max-width:100%;
	position:relative;
    font-weight: bold;
}
.mainbanner .txt>div{
	/* padding-bottom:40%; *//*
	padding-bottom:25%;*/
	padding-bottom:10vw;
	height:0;
	position:relative;
	z-index:10;
}
.mainbanner .txt>div:before{
	content:"";
	position: absolute;
    bottom: 20px;
    right: 40px;
    width: 109px;
    height: 105px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' viewBox='0 0 26 20'%3E%3Cellipse style='fill: rgba(45,133,170,1);' rx='2.5' ry='2.5' cx='2.5' cy='2.5'%3E%3C/ellipse%3E%3C/svg%3E");
    background-repeat: repeat;
	z-index:-1;
}
.mainbanner .txt span{
	display:block;
    line-height: normal;
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
/*
.mainbanner:after{
	content:"";
	display:block;
	height:0;
	width:0;
    padding-bottom: 22%;
	z-index:-1;
}*//*
.mainbanner>.container{
	position:relative;
}*//*
.section3 .mainbanner{
	background-image:url(../images/headerbanner/img_header_3.jpg);
}*/
.mainbanner>.container:before{/*
	content:"";
	position: absolute;
	display: block;*//*
    left: 0;
    top: 0;
	width:100%;
	height:0;
	padding-bottom:19.6875%;
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	-webkit-transform: translate(-16.25%,-1.19%);
	-ms-transform: translate(-16.25%,-1.19%);
	transform: translate(-16.25%,-1.19%);*//*
	left: 0;
    top: 50%;
    width: 674px;
    height: 252px;
    background-image: url(../images/bg_header.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transform: translate(-31%,-47%);
    -ms-transform: translate(-31%,-47%);
    transform: translate(-31%,-47%);*/
}
.mainbanner .mb_area:after{/*
	content:"";
	display:block;
	height:0;
	width:0;
    padding-bottom: 23.333%;
	z-index:-1;*/
}
/*=============================*/
.myflexSp{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.myflexSp>*{
	width:100%;
}
.myflexSp>*.flex50{
	width:50%;
	margin-left: 0;
    margin-right: 0;
    padding-left: .6em;
    padding-right: .6em;
}
.myflex{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex11>div{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
	width:50%;
}
.flex111>div{}
.facc{
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*=============*/
.thumbTitle{
	margin:0 -20px;
}
.thumbTitle>div{
    max-width: 100%;
	width:440px;
	padding:20px;
}
.thumbTitle a{
	display:block;
	position:relative;
}
.thumbTitle a:hover .cover,
.thumbTitle a:hover .hover{
	box-shadow: 0 2px 12px 0 rgba(0,0,0,30%);
}
.thumbTitle .cover img{
	width:100%;
}
.thumbTitle .title{
	/*position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:20px;
	text-align:center;
	font-size:1.2em;
	color:#fff;
	background-color:rgba(0,0,0,.6);
    opacity: 0;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: 10;*/
}

.nowdisplay .title div{
	line-height: normal ;
	margin:10px 0;
}
/*.thumbTitle a:hover .title,
.thumbTitle a:focus .title{
	opacity: 1;
}*/
.thumbTitle .date{/*
	text-align: right;*/
	font-size: 0.95rem;
	margin:10px 0;
	line-height:normal;
	position:relative;
	padding-left:27px;
}
.thumbTitle .date:before{
	content:"";
	position:absolute;
	left:0;
	top:-4px;
	width:22px;
	height:22px;
	background-image:url(../images/icon_calendar.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.thumbTitle a:hover,
.thumbTitle a:focus{
	text-decoration: none;
}
h2.gh{
	margin-top:1.4em;
	margin-bottom:0;
}
/*.eventbox{
	display: none;
}
.eventbox.nowdisplay{
	display: block;
}*/
.filteryear{
	display:none;
}
.filteryear.nowdisplay{
	display: block;
}
.formrow{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom:20px;
}
.formrow form{
	margin-right: 5px;
}
.formrow label{
	margin-right: 5px;
	display: inline-block;
}
.formrow select{
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 90px;
}
.formrow a{
	display: inline-block;
	color: #fff;
	/*20220825 w3c*/
    background-color: #1C8229;
		    padding: 5px 20px;

}
.mainContent .formrow a:hover,.mainContent .formrow a:focus{
	color: #fff;
	background-color: #1c872c;
		text-decoration: none;
}
/*=============*/
p.margin_left{
	margin-left:2em;
}
/*=================*/
.mc-area{
	position:relative;
    min-height: 850px;
}
.white-box{
    position: absolute;
    left: 28%;
    right: 5%;
    bottom: 4%;
	background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .5);
}
.white-box h1:nth-child(1){
	margin-top:0;
}
/*================*/
.member-table td:nth-child(1){
	width:20%;
}/*
.yearselector tr[data-year]{
	display:none;
}
.yearselector.ya2021 tr[data-year="2021"],
.yearselector.ya2021 tr[data-year="2021"],
.yearselector.ya2021 tr[data-year="2021"],
.yearselector.ya2021 tr[data-year="2021"],
.yearselector.ya2021 tr[data-year="2021"],
.yearselector.ya2021 tr[data-year="2021"],
.yearselector.ya2021 tr[data-year="2021"]{
	display:block;
}*/
.yearselector{
    border: 2px solid #000;
}
.mainContent table.form-table.yearselector th,
.mainContent table.form-table.yearselector td{
    padding: 12px 20px;
}
.yearfilter ul{
	list-style-type:none;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding:0;
	margin:0;
}
.yearfilter li{
	padding:0;
	margin:0;
}
.yearfilter a{
	display:block;
	padding:8px 20px;
	max-width:100%;
	width:110px;
	color:#000;
	background-color:hsl(51deg,88%,88%);
}
.yearfilter a:hover,
.yearfilter a:focus,
.yearfilter a:active{
	color:#000;
}
.yearfilter li:nth-child(7n+1) a{
	background-color:hsl(51deg,88%,88%);
}
.yearfilter li:nth-child(7n+2) a{
	background-color:hsl(103deg,88%,88%);
}
.yearfilter li:nth-child(7n+3) a{
	background-color:hsl(154deg,88%,88%);
}
.yearfilter li:nth-child(7n+4) a{
	background-color:hsl(206deg,88%,88%);
}
.yearfilter li:nth-child(7n+5) a{
	background-color:hsl(257deg,88%,88%);
}
.yearfilter li:nth-child(7n+6) a{
	background-color:hsl(309deg,88%,88%);
}
.yearfilter li:nth-child(7n+7) a{
	background-color:hsl(360deg,88%,88%);
}
/*==============*/
.fm-banner{
	background-image: url(../images/bg_btn_ft.jpg);
	background-repeat:no-repeat;
	width:162px;
	height:52px;
	text-align:center;
}
.fm-banner a{
	height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerlink{
	text-align:center;
}
.footerlink .useful_list{
	display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
	list-style-type:none;
	padding:0 10px;
    margin: 10px 0;
}
.footerlink .useful_list a{
	padding:0 10px;
}
/*==================*/
ul.summary {
    background-color: #F0F0F0;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top: 2px solid #FF7200;
}
.mainContent table[data-cellspacing] td,
.mainContent table[data-cellpadding] td{
    border: 2px solid #fff;
}
.mainContent table[data-cellspacing] th,
.mainContent table[data-cellpadding] th{
	border: 2px solid #fff;
	border-bottom: 2px solid #ff7200;
}
.mainContent table[data-border="0"] td{
	background-color: #f0f0f0;
}
.mainContent table[data-border="0"] th{
    color: #000;
    background-color: #e6dfda;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
}
.mainContent td p:last-child{
	margin-bottom:0;
}
.mainContent th[data-align="center"],
.mainContent table[data-border="0"] th[data-align="center"],
.mainContent td[data-align="center"],
.mainContent tr[data-align="center"],
.mainContent td[data-align="center"] p{
	text-align:center;
}
.mainContent th[data-align="left"],
.mainContent table[data-border="0"] th[data-align="left"],
.mainContent td[data-align="left"],
.mainContent tr[data-align="left"],
.mainContent td[data-align="left"] p{
	text-align:left;
}
.mainContent table[data-width="100%"]{
	width:100%;
}
.mainContent p.digest {
    font-size: 1.2em;
    color: #000000;
    text-align: center;
}
.mainContent img.download {
    margin: 5px;
}
.mainContent label.filter {
    margin: 0 20px 0 0;
}
.mainContent select.filter {
    font-size: 1em;
    height: 1.5em;
    margin-right: 40px;
    width: 100px;
	max-width:100%;
}
.mainContent input[type="button"]{
	line-height: normal;
}
.mobileLogo{
	display:none;
}
.myUpdate{display:none !important;}
/*==============*/
.mainpage{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding:30px 0;
}
.mainpage h1{
	font-family: LibreBaskerville;
	text-align:center;
	font-size:4em;
	margin-bottom:20px;
}
.mainpage1{
}
.mainpage1 h1{
	color:#900096;
}
.mainpage2{
	position:relative;
	min-height:500px;
	background-repeat:no-repeat;
	background-image:url(../images/bg_m1.png);/*
	background-size:cover;*/
	background-size:contain;
	background-position:top center;/*
    padding-top: 340px;*/
    padding-top: 18vw;
	z-index:10;
}
.mainpage2:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image:url(../images/bg_m2a.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:15;
}
.mainpage2 .mainpage>*{
	position:relative;
	z-index:20;
}
.mainpage2 .mainpage2_1 h1{
	color:#086f98;
}
.mainpage2_1{
	position:relative;
	background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 69%, #fff 70%, #edf6ea 100%);
}
.mainpage2_1:before{
	content:"";
	position:absolute;
	width:279px;
	height:185px;
	right:0;
	bottom:-25px;
	background-image:url(../images/bg_m4a.png);
	background-repeat:no-repeat;
	background-position:left top;
	z-index:15;
}
.mainpage2_1 .flexslider{
	font-size:1.7em;
	line-height:normal;
}
.mainpage2_1 .myflex{
	padding:20px 0;
}
.mainpage2_1 .myflex>div{
	padding:0 30px;
}
.mainpage2_1 .flexslider .flex-bws>div{
	text-align: center;
}
.mainpage2_1 .flexslider .flex-bws a{
	font-size:0.6666em;
    text-align: center;
    display: block;
}
.mainpage2_1 .flexslider .moreBtn{
	font-size:0.5556em;
}
.mainpage2_1 .title{
	color:#086f98;
}
.mainpage2 .mainpage2_2{
}
.mainpage2 .flexslider{
	background-color:transparent;
}
.mainpage2 .mainpage2_3{
	background-color:#f9f8cc;
}
.mainpage2_3 h1{
	color:#900096;
}
.mainpage3{
	background-image:url(../images/bg_m3a.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.mainpage3 h1{
	color:#577f05;
}
.project-search{
    text-align: center;
}
.project-search-border{
	padding: 24px 18px;
    background-color: #176474;
    text-align: center;
    margin:6px auto;
    display: inline-block;
	max-width: 100%;
    width: 800px;
}
.project-search .project-search-border a,
.project-search .project-search-border a:hover,
.project-search .project-search-border a:focus{
	position:relative;
	padding:12px 20px;
	padding-right:46px;
	color:#000;
	background-color:#f2dd2c;
    border-radius: 40px;
	margin-left:10px;
}
.project-search .project-search-border a:after{
	content:"";
	position:absolute;
    top: 50%;
	right:12px;
	width:24px;
	height:24px;
	background-image:url(../images/icon_search.png);
	background-repeat:no-repeat;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.project-search input{
    width: 80%;
	padding:6px 10px;
}
.project-search-ext{
	margin:auto;
    max-width: 100%;
    width: 800px;
}
.project-search-ext a{
	color:#900096;
	font-size:1.1em;
}
.bodyArea .flexslider .slides img{
	max-width:100%;
	width:auto;
	margin: auto;
}
.bodyArea .flexslider{
	background-color:transparent;
    padding-bottom: 50px;
}
.bodyArea .flexslider .flex-control-nav{
	bottom:0;
}
.bodyArea .flexslider .flex-direction-nav a{/*
	background-image:url(../images/icon_arrow.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#910197;*/
	border-radius:100px;
	color: transparent;
	font-size:0;/*
	box-shadow: 0 0 10px #000;*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bodyArea .flexslider .flex-direction-nav .flex-prev{
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bodyArea .flexslider .flex-direction-nav a:before{/*
	display:none;*/
	color:#006AA8;
}
.bodyArea .flexslider .flex-control-nav li{
	margin:0 10px;
}
.bodyArea .flexslider .flex-control-paging li a{
    width: 12px;
    height: 12px;
    border-radius: 100px;
	background: rgba(0, 0, 0, 0.3);
}
.bodyArea .flexslider .flex-control-paging li a.flex-active{
	background: rgba(46, 143, 87, 0.95);
}
.flexslider:hover .flex-direction-nav .flex-prev{
}
#flexslider_pastevent .slides{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#flexslider_pastevent .slides img{
	max-height:600px;
}
#flexslider_pastevent .slides>li{
	text-align:center;
	font-size:1.2em;
}
.moreBtn{
	text-align:right;
}
.moreBtn a{
	display:inline-block;
	padding:8px 20px;
	background-color:#176474;
	color:#fff;
	border-radius:40px;
}
/*===============================*/
#flexslider_completedproject li{
}
#flexslider_completedproject .border{
    overflow: hidden;
	border-radius: 4px;
    background-color: #fff;
	box-shadow: #888 0px 0px 20px;
}
#flexslider_completedproject .cover{
	text-align:center;
	background-color:#333;
	height:265px;
	overflow:hidden;
}
#flexslider_completedproject .cover img{
	max-height:100%;
}
#flexslider_completedproject .content{
	height:180px;
	overflow:auto;
	padding:15px;
}
#flexslider_completedproject .title{
	font-size:1.2em;
	margin-bottom:15px;
}
#flexslider_completedproject .tag{
	font-size:.85em;
}
#flexslider_completedproject .tag>div{
	position:relative;
	display:inline-block;
	margin-right:10px;
	background-color: #f2f2f2;
    color: #757575;
	padding:2px 10px;
	padding-left:35px;
}
#flexslider_completedproject .tag>div:last-child{
	margin-right:0;
}
#flexslider_completedproject .tag>div:before{
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	left:6px;
}
#flexslider_completedproject .tag>div.bna:before{
	background-image:url(../images/icon_book.png);
}
#flexslider_completedproject .tag>div.cpd:before{
	background-image:url(../images/icon_comple.png);
}
#flexslider_completedproject .moreBtn{
	margin-right:15px;
	margin-bottom:15px;
	margin-left:15px;
}
#flexslider_completedproject .moreBtn a{
	font-size:.85em;
}
/*=myPhoto=*/
.indexProg_list{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.indexProg_list>div{
	width:320px;
	height:320px;
	margin:0;
	padding:10px;
}
.indexProg_list>div>div {
    border: 5px solid #e1e1e1;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.indexProg_itemImg {
    width: auto;
	max-width: none;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.indexProg_list>div>div:hover .indexProg_itemImg {
	-webkit-transform: translate(-50%, -50%) scale(1.08);
	-ms-transform: translate(-50%, -50%) scale(1.08);
	transform: translate(-50%, -50%) scale(1.08);
}
.indexProg_itemMask {
	display:none;
    position: absolute;
    top: 0;
	bottom:0;
	left:0;
	right:0;
    opacity: 0.5;
    display: none;
    background-color: #000000;
}
.indexProg_list>div>div:hover .indexProg_itemMask {
	display:block;
}
.indexProg_item_title {
    background-color: rgba(66,66,66,.66);
    height: auto;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.indexProg_item_title:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:20px;
	background:#000;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.indexProg_item_title .header{
	margin: 10px;
	display:block;
	font-size: 1.2em;
	font-weight:bold;
	color:#fff;
}
.indexProg_item_title .cont{
	margin: 10px;
    display: none;
}
.indexProg_list a span{
    line-height: normal;
    font-size: 1em;
}
.pe_list.show20 .indexProg_list>div:nth-child(n+21),
.pe_list.show40 .indexProg_list>div:nth-child(n+41),
.pe_list.show100 .indexProg_list>div:nth-child(n+101){
	display:none;
}
.pe_filter{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pe_filter>div{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top:10px;
	margin-bottom:10px;
}
.pe_filter>div:not(:last-child){
	margin-right:10px;
}
.pe_filter label{
	margin-bottom:0;
}
.pe_filter select{
    margin-left:.5em;
	margin-right:.5em;
	padding:5px;
}
.pe_filter input[type="text"]{
	width: 300px;
    max-width: 100%;
    margin-left:.5em;
	margin-right:.5em;
	padding:5px;
}
.pe_filter .pe_type>div{
	margin:0 10px;
}
.pe_filter .pe_search{
	margin-top:5px;
	margin-bottom:5px;
}
.pe_filter .pe_search>*{
	margin-top:5px;
	margin-bottom:5px;
}
.pe_control {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pe_control>div{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom:5px;
}
.pe_control>div:not(:last-child){
	margin-right:10px;
}
.pe_control label{
	margin-bottom:0;
}
.pe_control select{
    margin-left:.5em;
	margin-right:.5em;
	padding:5px;
}
.pe_control ul{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0;
	padding:0;
}
.pe_control ul li{
	display:inline-block;
}
.pe_control .pe_page a{
	display:block;
    padding: 0em .5em;
}
/*=============*/
.ps_input{
	color:#fff;
	margin-bottom:20px;
}
.ps_input select,
.ps_input input{
	color:#000;
}
.ps_key{
	background-color:#333;
	padding:20px 30px;
}
.ps_key input{
	max-width:100%;
	width:600px;
	padding:5px;
}
.ps_filter{
	background-color: #4b4b4b;
	padding:20px 30px;
}
.ps_filter select{
	margin-bottom:8px;
	margin-right:1em;
    padding: 5px;
}
.ps_filter div:last-child>select{
    margin-right:0;
}
.ps_filter input{
	margin-left: .5em;
    margin-right: .5em;
    padding: 5px;
}
.ps_filter>div{
	padding:20px 0;
	border-top:1px #595959 solid;
	border-bottom:1px #f5f5f5 solid;
}
.ps_filter>div:nth-child(1){
	padding-top:0;
	border-top: 0;
}
.ps_filter>div:last-child{
	padding-bottom:0;
	border-bottom: 0;
}
.ps_tool>div{
    margin-right: 1em;
}
.ps_tool>div:nth-child(1){
	margin-left:0;
}
.ps_tool>div:last-child{
	margin-right:0;
}
.ps_type>div:nth-child(1) select{
	margin-left:0;
}
.ps_type>div:last-child select{
	margin-right:0;
}
.ps_tool{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ps_type{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ps_year label{
	margin-right:1em;
}
.ps_btn-tool{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ps_btn-tool .ps_btn:nth-child(0){
	margin-left:0;
}
.ps_btn-tool .ps_btn:last-child{
	margin-right:0;
}
.ps_btn{
	display:inline-block;
	margin:0 10px;
}
.ps_btn a{
	display:block;
	position: relative;
    padding: 8px 26px;
	border-radius: 40px;
}
.ps_btn.btn-c a{
    color: #484d56;
    background-color: #f5f5f5;
}
.ps_btn.btn-s a{
    color: #000;
    background-color: #f2dd2c;
}
.ps_output{
	margin-bottom:20px;
}
.ps_output .topic{
	font-size:1.2em;
    font-style: normal;
	padding:12px;
	background-color:#910197;
	color:#fff;
}
.ps_table_cell{
	max-width:100%;
	overflow:auto;
}
.ps_table{
}
.ps_table>div{
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position:relative;/*
    display: table-row;*/
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	-webkit-transition: padding-bottom 0.3s ease-in-out;
	-moz-transition: padding-bottom 0.3s ease-in-out;
	-ms-transition: padding-bottom 0.3s ease-in-out;
	-o-transition: padding-bottom 0.3s ease-in-out;
	transition: padding-bottom 0.3s ease-in-out;
}
.ps_table>div>div{
	padding:12px;
	border:1px solid #ececec;
	border-collapse:collapse;
}
.ps_table>div>div:nth-child(1){
	width:13%;
}
.ps_table>div>div:nth-child(2){
	width:15%;
}
.ps_table>div>div:nth-child(3){
	width:15%;
}
.ps_table>div>div:nth-child(4){
	width:26%;
}
.ps_table>div>div:nth-child(5){
	width:13%;
}
.ps_table>div>div:nth-child(6){
	width:18%;
}
.ps_table>div:nth-child(odd)>div{
	background-color:#eff7ec;
}
.ps_table>div:nth-child(even)>div{
	background-color:#fff;
}
.ps_table>div.ps_table-header{
	border-color: #0e8193;
}
.ps_table>div.ps_table-header>div{
	background-color:#0e8193;
	border-color: #0e8193;
}
.ps_table>div.ps_table-header a{
	color:#fff;
}
.ps_mob-tit{
	display:none;
}
.ps_deliverable-icon{
    display: inline-block;
    overflow: hidden;
    width: 36px;
	margin:0 0;
}
.ps_deliverable-icon img{
	max-width: none;
    margin-left: -2px;
}
.ps_relevant-btn{
	display:inline-block;
}
.ps_relevant-btn a{
	display:block;
    margin: 10px 0;
	position: relative;
    padding: 8px 26px;
	border-radius: 40px;
	background-color:#93cddd;
	color:#000;
}
.ps_table>div.active .ps_relevant-btn a{
	color:#fff;
	background-color:#0e8093;
}
.ps_relevant-btn .on,
.ps_table>div.active .ps_relevant-btn .off{
	display:none;
}
.ps_table>div.active .ps_relevant-btn .on,
.ps_relevant-btn .off{
	display:block;
	text-align: center;
}
.ps_relevant-detail{
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	overflow:auto;
	background-color:#fef9f3;
	box-shadow: inset 0px 3px 8px -4px #a8a8a8;
}
.ps_table>div.active{/*
	padding-bottom:150px;*/
	padding-bottom:10em;
	z-index:10;
}
.ps_table>div.active .ps_relevant-detail{
	display:block;/*
	height:150px;*/
	height:10em;
	z-index:-1;
}
.ps_relevant-border{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ps_relevant-border>div{
	padding:12px;
}
.mainContent .ps_relevant-content>*{
	margin-bottom:6px;
}
.ps_deliverable-fullicon img{
	box-shadow: 0 0 2px #aaa;
}
/*====================*/
.headerBorder{
    background-color: #2E8F57;
	/* height:20px; */
	height:10px;
}
.headerAreaPop{
	background-color: #084A87;
	color:#fff;
	font-size:1.4em;
    position: relative;
	overflow:hidden;
	max-height:20px;
	-webkit-transition: max-height 0.3s ease-in-out;
	-moz-transition: max-height 0.3s ease-in-out;
	-ms-transition: max-height 0.3s ease-in-out;
	-o-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
}
.headerAreaPop.active{
	max-height:270px;
}
.headerAreaPop a{
	color:#fff;
}
.headerAreaPop .hidden-text{
	position:absolute;
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}
.headerAreaPop .close a{
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	width:20px;
	height:20px;
	background-image:url(../images/icon_pop_close.png);
	background-size:100%;
	background-repeat:no-repeat;
	display:none;
}
.headerAreaPop.active .close a{
	display:block;
}
.headerAreaPop .close .hap-close{
}
.headerAreaPop .area{
	position:relative;
	max-width:1000px;
	width:90%;
	margin:0 auto;
	padding: 35px 0 35px 0;
	height:100%;
	max-height:270px;
}
.headerAreaPop.active .area{
}
.headerAreaPop .tit{
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #fff;
}
.headerAreaPop .cont{
	text-align:left;
	padding: 25px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.headerAreaPop .detail{
	padding:0 15px;
}
.headerAreaPop .toggle-area{
	position:absolute;
	bottom:0;
	left: 0;
    right: 0;
    height: 20px;
    background-color: #2E8F57;
	z-index:10;
}
.headerAreaPop .toggle-area a{
	display: block;
    position: absolute;
    right: 30px;
    width: 25px;
    height: 20px;
    background-color: #084A87;
}
.headerAreaPop .toggle-area a:before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:12px;
	height:12px;
	background-image:url(../images/icon_pop_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100%;
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	-ms-transform: translate(-50%,-50%) rotate(0deg);
	transform: translate(-50%,-50%) rotate(0deg);
	-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;
}
.headerAreaPop.active .toggle-area a:before{
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	-ms-transform: translate(-50%,-50%) rotate(180deg);
	transform: translate(-50%,-50%) rotate(180deg);
}
.headerAreaPop .toggle-area .hap-open,
.headerAreaPop.active .toggle-area .hap-close{
	display:block;
}
.headerAreaPop .toggle-area .hap-close,
.headerAreaPop.active .toggle-area .hap-open{
	display:none;
}
/*====================*/
.svg_arrow{
    -webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
    overflow: visible;
    width: 60px;
    height: 60px;
    position: relative;
	z-index: 10;
}
.left_arrow{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.right_arrow{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.up_arrow{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.down_arrow{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.svg_arrow_svg{
	overflow: visible !important;
	width: 19px;
    height: 26px;
    -webkit-transform: matrix(1,0,0,1,0,0) translate(-40%,-50%);
    -ms-transform: matrix(1,0,0,1,0,0) translate(-40%,-50%);
    transform: matrix(1,0,0,1,0,0) translate(-40%,-50%);
	position: absolute;
    top: 50%;
    left: 50%;
}
.svg_arrow_path{
    fill: rgba(0,0,0,0);
    stroke: rgba(255,255,255,1);
    stroke-width: 4px;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}
/*================*/
.flex-popular{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-popular .border{
    padding: 0 1.5vw;
    max-width: 320px;
}
.flex-popular .cover{
	position:relative;
	border-radius:100em;
	overflow:hidden;/*
    max-width: 300px;
    margin: 0;*/
	max-width: 298px;
    margin: auto;
	box-shadow: 0 0 90px -60px #000;
}
.flex-popular .cover:before{
	content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	border:12px solid rgba(90,147,206,.7);
	border-radius:100em;
	z-index:10;
}
.flex-popular .border:nth-child(1) .cover:before{border-color:rgba(90,147,206,.7);}
.flex-popular .border:nth-child(2) .cover:before{border-color:rgba(35,161,54,.7);}
.flex-popular .border:nth-child(3) .cover:before{border-color:rgba(201,92,114,.7);}
.flex-popular .border:nth-child(4) .cover:before{border-color:rgba(174,148,0,.7);}
.flex-popular .tit{
	margin:20px 0;
	text-align:center;/*
	font-size: 1.25em;*/
	font-size: 1.2em;
    font-weight: bold;
    padding: 0 0;
}
.mainArea2,
.mainArea3,
.mainArea4{
	padding:40px 0;
}
.mainArea .more{
	display:inline-block;
}
.mainArea .more a{
	display:block;
	padding:10px 20px;
	padding-right:50px;
	position:relative;
    white-space: nowrap;
	line-height: normal;
}
.mainArea .more a:before{
	content:"";
	position:absolute;
	right:14px;
	bottom:16px;
	width:27px;
	height:16px;
	background-image:url(../images/icon_go.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
}
.mainArea1{
	position:relative;
	overflow:hidden;
}
.mainArea1 .border{
	position:relative;
    min-height: 350px;
}
.mainArea1 .cont{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46.35%;
    max-width: 882px;
    padding: 90px 0;
	background-image:url(../images/main/a1/bg_detail.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	color:#fff;
	background-color:#0066a1;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainArea1 .cont>div{
	width:100%;
	padding:0 30px 0 34%;
    line-height: normal;
}
.mainArea1 .cont .more a{
	display:inline-block;
	margin:20px 0;
}
.mainArea1 .tit{
	font-size:3em;
}
.mainArea1 .tit>span{
	position:relative;
    z-index: 10;
}
.mainArea1 .tit>span:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width: 109px;
    height: 105px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' viewBox='0 0 26 20'%3E%3Cellipse style='fill: rgba(45,133,170,1);' rx='2.5' ry='2.5' cx='2.5' cy='2.5'%3E%3C/ellipse%3E%3C/svg%3E");
	background-repeat:repeat;
    -webkit-transform: translate(-60%,-65%);
	-ms-transform: translate(-60%,-65%);
	transform: translate(-60%,-65%);
	z-index:-1;
}
.mainArea1 #flexslider-mainbanner .more a{
	color:#fff;
	background-color:#23A136;
}
.mainArea1 #flexslider-mainbanner .bg>span.desktop{
	display:block;
}
.mainArea1 #flexslider-mainbanner .bg>span.tablet,
.mainArea1 #flexslider-mainbanner .bg>span.mobile{
	display:none;
}
.bodyArea .mainArea1 #flexslider-mainbanner .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.4);
}
.bodyArea .mainArea1 #flexslider-mainbanner .flex-control-paging li a:hover,
.bodyArea .mainArea1 #flexslider-mainbanner .flex-control-paging li a:focus{
	background: rgba(255, 255, 255, 0.7);
}
.bodyArea .mainArea1 #flexslider-mainbanner .flex-control-paging li a:hover.flex-active,
.bodyArea .mainArea1 #flexslider-mainbanner .flex-control-paging li a:focus.flex-active,
.bodyArea .mainArea1 #flexslider-mainbanner .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.95);
}
.mainArea1 #flexslider-mainbanner .flex-direction-nav li a{
    background-color: rgba(0,0,0,.65);
	line-height: normal;
}
.mainArea1 #flexslider-mainbanner ol.flex-control-nav:before{
	content:"";
	position:absolute;
	background-color:rgba(0,0,0,.65);
    left: 0;
    right: -30px;/*
    top: -100%;
    bottom: -100%;*/	
    top: -50%;
    bottom: -50%;
	z-index:-1;
}
.mainArea1 .btn-goon{
	position:absolute;
	bottom:20px;
	left:50%;
	-webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 10;
}
.mainArea1 .btn-goon a{
    width: 60px;
    height: 60px;
    background-color: #2E8F57;
    text-decoration: none;
    display: block;
    border-radius: 100px;
    color: transparent;
    font-size: 0;
}
.mainArea2{
	background: transparent linear-gradient(180deg, #f6f6f6 66%, #ddd 100%) 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 3px 6px rgba(0,0,0,.3);
}
.mainArea3{
	/*background: transparent linear-gradient(180deg, #f6f6f6 66%, #ddd 100%) 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 3px 6px rgba(0,0,0,.3);*/
}
.mainArea3>*{
	text-align:center;
}
.mainArea3 .more{
	margin-top:40px;
}
.mainArea3 .slides{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mainArea3 .border{
	height:100%;
}
.mainArea3 .border>div{
	position:relative;
    border: 1px solid #CBC7C7;
    border-bottom-width: 5px;
    width: 370px;
	min-width:95%;
	max-width:100%;
	height:100%;
    margin: auto;
	background-color:#fff;
	padding-bottom:70px;
}
.mainArea3 .flexslider .slides .border .cover img{
    width: 100%;
}
.mainArea3 .title{
	padding: 20px;
	/*font-size:2em;*/
	font-size:1.3em;
    line-height: normal;
}

.mainArea3 .title{
	padding: 20px;
	/*font-size:2em;*/
	font-size:1.3em;
    line-height: normal;
}


.chineseVersion .mainArea3 .title{
	font-size:1.5em;
}

.mainArea3 .cover+div.title{
	font-size:1.2em;
}
.mainArea3 .detail{
	position:absolute;
	bottom:0;
    left: 0;
    right: 0;
	padding: 10px 20px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainArea3 .detail>div{
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.mainArea3 .detail .date{
	white-space: nowrap;
}
.mainArea3 .detail .tool{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mainArea3 .tool .share{
	border-right:1px solid #666;
}
.mainArea3 .tool .share a{
	display:block;
	padding:0 20px;
}
.mainArea3 .tool .share a img{
    width: 27px;
    max-width: none;
}
.mainArea3 .tool .more{
	margin-top:0;
}
.mainArea.mainArea3 .more.viewAll a{
	color:#fff;
	background-color:#006AA8;
	font-size:1.4em;
}
.mainArea.mainArea3 #flexslider-whatsnew .more a{
	/*w3c 2022085*/
	color:#D9365E;
	/*w3c 2022085*/
	background-color:transparent;
}
.mainArea.mainArea3 #flexslider-whatsnew .more a:before{
	background-image:url(../images/icon_go2.png);
}
.mainArea.mainArea3 #flexslider-whatsnew .flex-direction-nav a{
	top:35%;
}
.flexslider.fixbtn .flex-direction-nav li a{
	opacity:1;
}
.flexslider.fixbtn .flex-direction-nav .flex-prev,
.flexslider.fixbtn:hover .flex-direction-nav .flex-prev{
	left:70px;
    -webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
.flexslider.fixbtn .flex-direction-nav .flex-next,
.flexslider.fixbtn:hover .flex-direction-nav .flex-next{
	right:70px;
    -webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	transform: translate(100%,0);
}
.flexslider.flexstyle1{
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.flexslider.flexstyle1 ol,
.flexslider.flexstyle1 ul{
	margin-bottom:0;
}
.flexslider.flexstyle1 ol.flex-control-nav{
	margin-bottom: 0;
    left: 50%;
    bottom: 78px;
    height: 12px;
    width: auto;
    text-align: center;/*
    padding: 0 30px 0 30px;*/
	padding: 0 15px 0 15px;
    -webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.flexslider.flexstyle1 .flex-direction-nav li a{
	margin-top:-50px;
	width:50px;
	height:50px;/*
	width:60px;
	height:60px;*/
	background-color:transparent;
	box-shadow:none;
}
.flexslider.flexstyle1 .flex-direction-nav li a:before{
    color: #fff;
}
.flexslider.flexstyle1 .flex-pauseplay{
    position: relative;
	z-index: 4010;
}
.flexslider.flexstyle1 .flex-pauseplay a{
	color:#fff;
	opacity: 1;/*
    bottom: 76px;*/
    bottom: 75px;
    line-height: normal;
}
.bodyArea .flexslider.flexstyle1 .flex-control-paging li a {
    background: rgba(0, 0, 0, 0.4);
}
.bodyArea .flexslider.flexstyle1 .flex-control-paging li a:hover,
.bodyArea .flexslider.flexstyle1 .flex-control-paging li a:focus {
    background: rgba(255, 255, 255, 0.7);
}
.bodyArea .flexslider.flexstyle1 .flex-control-paging li a:hover.flex-active,
.bodyArea .flexslider.flexstyle1 .flex-control-paging li a:focus.flex-active,
.bodyArea .flexslider.flexstyle1 .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.95);
}
.mainArea .container .flexslider.flexstyle2{
	margin:0 -10px;
}
.flexslider.flexstyle2{
	padding-left:75px;
	padding-right:75px;
	padding-bottom:50px;
}
.flexslider.flexstyle2 ol,
.flexslider.flexstyle2 ul{
	margin-bottom:0;
}
.flexslider.flexstyle2 ol.flex-control-nav{
	margin-bottom:0;
	width:auto;
    left: 0;
    right: 0;
	height: 12px;
}
.flexslider.flexstyle2 .flex-direction-nav li a{
	margin-top:-55px;
	width:60px;
	height:60px;
	background-color:transparent;
	box-shadow:none;
}
.flexslider.flexstyle2 .flex-direction-nav li a:before{
	color:#006AA8;
}
.bodyArea .flexslider.flexstyle2 .flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5);
}
.bodyArea .flexslider.flexstyle2 .flex-control-paging li a:hover,
.bodyArea .flexslider.flexstyle2 .flex-control-paging li a:focus {
    background: rgba(46, 143, 87, 0.7);
}
.bodyArea .flexslider.flexstyle2 .flex-control-paging li a:hover.flex-active,
.bodyArea .flexslider.flexstyle2 .flex-control-paging li a:focus.flex-active,
.bodyArea .flexslider.flexstyle2 .flex-control-paging li a.flex-active {
    background: rgba(46, 143, 87, 0.95);
}
/*============*/
.myflex.flexPhoto{
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.myflex.flexPhoto>div{
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flexPhoto>div:nth-child(1){
	text-align:left;
	width:150px;
	max-width:100%;
	padding-right:20px;
	-webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.flexPhoto>div:nth-child(1) img{
    margin-left: auto;
    margin-right: auto;
	margin-bottom:10px;
}
.flexPhoto>div:nth-child(1) p{
	line-height: normal;
	font-size:.8333em;
}
/*============*/
.mainContent ul.a{
    padding-left: 6em;
    margin: 2em 0;
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ccircle cx='5' cy='5' r='.8' stroke='black' stroke-width='8' fill='none'/%3E%3C/svg%3E");
}
.myflex.flexBBtn{
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin:80px 0 20px 0;
}
.myflex.flexBBtn a{
	position:relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #A6AABE;
    color: transparent;
    overflow: hidden;
    font-size: 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;
    z-index: 10;
}
.myflex.flexBBtn a:before{
	content:"";
	display:block;
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    overflow: visible;
    width: 60px;
    height: 60px;
    position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg_arrow_svg' width='26' height='26' style='overflow: visible !important; position: absolute; top: 50%25; left: 50%25; -webkit-transform: matrix(1,0,0,1,0,0) translate(-40%25,-50%25); -ms-transform: matrix(1,0,0,1,0,0) translate(-40%25,-50%25); transform: matrix(1,0,0,1,0,0) translate(-40%25,-50%25);' viewBox='1991.397 129.484 19.313 26.46'%3E%3Cpath class='svg_arrow_path' style='fill: rgba(0,0,0,0); stroke: rgba(255,255,255,1); stroke-width: 4px; stroke-linejoin: round; stroke-linecap: round; stroke-miterlimit: 4; shape-rendering: auto;' d='M 1991.3974609375 147.8847961425781 L 1991.3974609375 129.4844055175781 L 2010.7109375 141.6504058837891 L 1991.3974609375 155.9443054199219'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}
.myflex.flexBBtn>div:nth-child(1) a:before{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*=======================*/
.org_chart_container {
    width: 100%;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	overflow-x:auto;
    overflow-y: hidden;
}
.org_chart_container .chart{
	min-width:min(800px, 100%);
}
.chart,
.chart ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.mainContent .chart,
.mainContent .chart ul{
	padding: 0;
}
.mainContent .chart ul{
	z-index:10;
}
.chart.chart_mark_to_down {
    margin-bottom: 290px;
}
.chart li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	margin:0;
}
.chart ul li {
    position: relative;
    padding: 50px 3px 0 3px;
	margin:0;
}
.chart ul.to2>li{
	width:50%;
}
.chart ul.to2.to2_21>li:nth-child(1){
	width:66.666%;
	min-width:66.666%;
}
.chart ul.to2.to2_21>li:nth-child(2){
	width:33.333%;
	min-width:33.333%;
}
.chart ul.to3>li{
	width:33.333%;
}
.chart ul.to4>li{
	width:25%;
}
.chart ul.to5>li{
	width:20%;
}
.chart ul li:before {
    content: "";
    position: absolute;
    width: calc(50% + .5px);
    height: 50px;
    top: -1px;
    left: 0;
    border-top: 1px solid #707070;
}
.chart ul.to2_21>li:before {
    width: calc(50% + 1px);
}
.chart ul li:after {
    content: "";
    position: absolute;
    width: calc(50% - 0px);
    height: 50px;
    top: -1px;
    right: 0;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    z-index: -1;
}
.chart ul li:first-child:before {
    content: normal;
}
.chart ul li:last-child:before {
    border-right: 1px solid #707070;
}
.chart ul li:last-child:after {
    content: normal;
}
.chart ul li:only-child {
    position: relative;
    padding-top: 0;
}
.chart ul li:only-child:before,
.chart ul li:only-child:after {
    content: normal;
}
.chart ul {
    position: relative;
    margin-top: 50px;
}
.chart ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100%;
    width: 1px;
    height: 50px;
	background-color:#707070;/*
    background-image: linear-gradient( 0deg, #bbb, #bbb 75%, transparent 75%, transparent 100%);
    background-size: 1px 5px;*/
}
.chart_mark_to_down_holder {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chart_mark_to_down_line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 1px;
    height: 100%;
	background-image: linear-gradient( 0deg, #bbb, #bbb 75%, transparent 75%, transparent 100%);
    background-size: 1px 5px;
}
.chart_mark_double_down_holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chart_mark_double_down_holder:before {
    content: "";
    display: block;
    width: 1px;
    height: 229px;
    margin-top: -1px;
    background-color: #707070;
}
ul.sub_chart.to2 .chart_mark_double_down_holder:before{	
    height: 181px;
}
.chart_mark_double_down_line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 1px;
    height: 100%;
	background-image: linear-gradient( 0deg, #bbb, #bbb 75%, transparent 75%, transparent 100%);
    background-size: 1px 5px;
}
.chart_mark_to_right_holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chart_mark_to_right_holder:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 80px;
    right: -51%;
    border-top: 1px dashed #707070;
    z-index: -1;
}
.to2_21>li>.chart_mark_to_right_holder:after {
    width: 80%;
    right: -25.5%;
}
.chart ul li.chart_mark_to_right_down_holder_area:last-child:after,
.chart .chart_mark_to_right_down_holder_area:after{
    content: "";
    position: absolute;
    left: auto;
    right: 33px;
    top: 80px;
    bottom: 150px;
    height: auto;
    width: 1px;
    background-color: #707070;
    z-index: -1;
}
.chart_mark_to_left_down_holder,
.chart_mark_to_right_down_holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	z-index:10;
}
.chart_mark_to_left_down_holder:before{
    content: "";
    position: absolute;
    width: calc(50% - 0px);
    height: 1px;
    top: 80px;
    left: 30px;
    border-top: 1px solid #707070;
    z-index: -1;
}
.chart_mark_to_right_down_holder:after{
    content: "";
    position: absolute;
    width: calc(50% - 0px);
    height: 1px;
    top: 80px;
    right: 30px;
    border-top: 1px solid #707070;
    z-index: -1;
}
.chart li:not(:nth-child(1)) .chart_mark_to_left_down_holder:before{
    left: -10px;
}
.chart li:not(:last-child) .chart_mark_to_right_down_holder:after{
    right: -10px;
}
.chart .close_two_line:after{
    content: "";
    position: absolute;
    left: auto;
    right: 3px;
    top: 130px;
    bottom: 150px;
    height: auto;
    width: 1px;
    background-color: #707070;
    z-index: 10;
}
.close_two{
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}
.chart_persons {
    border: 1px solid #0d8269;
    max-width: 890px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.chart_persons_subo {
    border: 1px solid #0d8269;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
	margin-left: auto;
	margin-right: auto;
}
.chart_persons .chart_person {
    margin: 12px;
    width: calc(50% - 24px);
}
.chart_persons_subo .chart_person_subo {
    margin: 12px;
    width: calc(50% - 24px);
}
.chart_persons.one_col {
    max-width: 460px;
}

.chart_persons.one_col .chart_person {
    width: auto;
}

.chart_persons_subo.one_col {
    max-width: 460px;
}

.chart_persons_subo.one_col .chart_person_subo {
    width: auto;
}
.chart_person{
	-webkit-box-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.chart>li>.chart_person{/*
    background-color: #0b71d5;
    max-width: 450px;
    height: auto;
	min-height: 0;*/
}
.chart_person a{
	text-align:center;
	font-size:1em;
	color:#ae173c;
}
.chart_person a:hover,
.chart_person a:focus,
.chart_person a:active{
	color:#9a0e30;
}
.chart>li>.chart_person a,
.chart>li>.chart_person a:hover,
.chart>li>.chart_person a:focus,
.chart>li>.chart_person a:active{/*
	color:#fff;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}
.chart>li>.chart_person,
.chart>li>.chart_person:hover,
.chart>li>.chart_person:focus,
.chart>li>.chart_person:active{/*
	color:#fff;*/
}
.chart>li>.chart_person .chart_person_img{/*
	padding-bottom:15px;
    min-width: 100px;*/
}
.chart>li>.chart_person .chart_person_info{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;/*
	font-size:1.2em;*/

	display:block;
	max-width:100%;
	width:100%
}
.chart>li>.chart_person .chart_person_text{
	margin: auto;
}
.chart_person {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;/*
	background-color: #f3f3f3;*/
    width: 100%;
    max-width: 300px;/*
	max-width: min(300px, 50%);*//*
	min-height:280px;*/
}
.chart_person,
.chart_person a{/*
	color:#000;*/
}
.chart_person a{
	display:block;
}
.chart_person>*{
	max-width:100%;
}
.chart_person_subo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #0d8269;
}
.chart_person_img {
	padding: 0;/*
	padding-bottom: 0;*/
	text-align: center;
	width: 157px;
	height:180px;
    overflow: hidden;
	background-color:#239051;
    border: 6px solid #239051;
    border-radius: 15px;
}
.chart_person_img + .chart_person_info {/*
    border-left: 1px solid #0d8269;*/
}
.chart_person_info {
    padding: 15px;
	text-align:center;
	
}

@media(min-width:768px){
	.chart_person_info {
		min-width: 168px;
	}
}


.chart_person_text {
    text-align: left;
}

.chart_person_title {/*
    font-size: 0.8em;
    font-weight: bold;*/
    line-height: normal;
    text-align: center;
	min-height:44px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
}
.chart_person_name {
	white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: 1.1em;
	font-weight:bold;
    line-height: normal;
    text-align: center;

	min-height:48px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.chart_person_contact {
    line-height: 1.3em;
}
.chart_person_arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chart ul.sub_chart{
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	z-index:100;
}
.chart ul.sub_chart>li{
	width:100%;
	padding-top:25px;
}
.chart ul.sub_chart>li:nth-child(1){
	padding-top:0;
}
.chart ul.sub_chart:not(.to2)>li:before,
.chart ul.sub_chart:not(.to2)>li:first-child:before{
    width: 1px;
    height: 25px;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border: 0;
	background-color:#707070;
}
.chart ul.sub_chart>li:first-child:before{
	content: normal;
}
.chart ul.sub_chart:not(.to2)>li:after,
.chart ul.sub_chart:not(.to2)>li:last-child:after{
	content: normal;
}
.chart ul.sub_chart.to2>li{
	width:50%;
	padding-top: 50px;
}
.mainContent .chart ul.sub_chart{/*
	padding-left:30px;
	padding-right:30px;*/
}
.sub_chart .chart_person{
	background-color:#bfe1ff;
	border-radius: 20px;
}
.sub_chart .chart_person_img{
	display:none;
}
.sub_chart .chart_person_title{
    min-height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sub_chart .chart_person_name{
	display:none;
}
.chart .chart_mark_to_left_holder_area,
.chart ul.sub_chart>li.chart_mark_to_left_holder_area{
	padding-top: 20px;
    margin-right: -100%;
    -webkit-transform: translate(-45%, 0);
    -ms-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
}
.chart ul.sub_chart>li.chart_mark_to_left_holder_area:before,
.chart ul.sub_chart>li.chart_mark_to_left_holder_area:first-child:before{
    width: calc(55% + 0px);
    height: 50px;
    top: -1px;
    left: 22.5%;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    background-color: transparent;
	z-index:-1;
}
.mainContent .chart ul.sub_chart>li.chart_mark_to_left_holder_area ul.sub_chart>li{
	margin: 0 -30px;
}
.mainContent .chart .chart_mark_to_right_down_holder~ul.close_full{
	padding-right:30px;
}
.mainContent .chart ul.sub_chart.close_right{
	max-width: calc(25% - 60px);
	padding-right:0;
    padding-left: 0;
	text-align:right;
	margin-top:-200px;
    margin-left: auto;
}
.chart ul.sub_chart.close_right:before{
    left: auto;
    right: 30px;
	top:0;
	height:100%;
}
.chart_division {
    padding: 10px;
    width: 230px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.chart_division .chart_person_text {
    text-align: center;
}
.chart_division_info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chart_division_text {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.chart_toggle_subtree {
    position: relative;
    top: 0;
    display: none;
    background: transparent;
    border: 0;/*
    border-bottom: 1px solid #0d8269;
    border-left: 1px solid #0d8269;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
    margin: 5px auto 15px;
    width: 20px;
    height: 20px;
}
.chart_toggle_subtree:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #0d8269;
    border-left: 1px solid #0d8269;
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
}
.chart_toggle_subtree.active{
    margin: 15px auto 5px;
}
.chart_toggle_subtree.active:before {
    -webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.org_chart_container._ed2 .chart_person {
    max-width: 407px;
}

.chart_person.wide-box {
    width: 100%;
}

.chart_person.wide-box .chart_division {
    height: auto;
    margin: auto;
    padding: 30px 15px;
}
.org_chart_container._ed2 .chart_person_subo {
    max-width: 407px;
}

.chart_person_subo.wide-box {
    width: 100%;
}

.chart_person_subo.wide-box .chart_division {
    height: auto;
    margin: auto;
    padding: 30px 15px;
}
.a11y-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #000;
    color: #fff;
}
/*================================*/
.photo_area{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
    margin: 0 -15px;
}
.photo_area:after{
	content: '';
	-webkit-flex: 999999999 1 auto;
	-ms-flex: 999999999 1 auto;
	flex: 999999999 1 auto;
}
.photo_area>div{}
.photo_strips_whole_div{
}
.photo_strips_whole_div.running{
	margin: 15px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 0;
}
.photo_strips_whole_div.running a{
	background-color: #f5f5f5;
}
.photo_strips_whole_div.running .photo_strips_image{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-bottom:1.6em;
}
.photo_strips_whole_div.running.loaded .photo_strips_image{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.photo_strips_whole_div.not(.running) img{
	max-height: 100px;
	opacity: 0;
}
.photo_strips_div{}
.photo_strips_image{}
.photo_strips_image img:not(.play_btn){
	opacity: 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;
}
.photo_strips_whole_div.running .photo_strips_image img{
	position: absolute;
	top: 0;
	left:50%;
	width: 100%;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
}
.photo_strips_whole_div.loaded .photo_strips_image img:not(.play_btn){
	opacity:1;
	aspect-ratio: 3 / 2;
    object-fit: cover;

   /* object-position: 0 0;*/
}
.photo_strips_image i{
	display: block;
}
.photo_strips_image a{
	display:block;
}
.photo_strips_image a:hover,
.photo_strips_image a:focus{
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 30%);
}
.photo_strips_text {
	font-size:0.75em;
	color: #707070;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	/*
    height: 34px;*/
	/*font-size:0.75em;
	color: #707070;/*
	line-height: 1.5em;
    padding: 5px 0;*/
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.photo_strips_text br{
	display:none;
}
.mob-shareTool,
.mob-fbTool,
.mob-brandhk{
	display:none;
}
#qrcode{
	margin-bottom:20px;
}
#qrcode img{
	margin:auto;
}
.letter-list{
	padding:0;
	list-style-type:none;
}
.letter-list>li{
	padding:15px 0 !important;
	margin-bottom:0px !important;
}
.letter-list>li a{
	display:block;
	padding:20px;
	border-left:6px solid #09679d;
    box-shadow: 2px 0 8px -2px rgba(0,0,0,30%);
}

.letter .salutation{
	margin-top:2em;
	margin-bottom:2em;
}

.letter .border{
    border-top: 20px solid #2e8f57;
	border-bottom: 20px solid #2e8f57;
    padding: 60px 100px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,30%);
	position: relative;
	width: 100%;
    max-width: 1200px;
	margin-top: 40px; 
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #f8f6e8;
}


.letter .border>.before{
	position:absolute;
	top:-20px;
	left:0;
	width:200px;
	height:20px;
}
.letter .border>.after{
	position:absolute;
	bottom:-20px;
	left:0;
	width:200px;
	height:20px;
}
.letter .border>.before:before,
.letter .border>.after:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width: 180px;
	border-bottom:20px solid #0068a5;
	border-right:20px solid #fff;
}
.letter .border>.before:after,
.letter .border>.after:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width: 20px;
	border-top:20px solid #2e8f57;
	border-left:20px solid #fff;
}
html:lang(en) .letter .date{
	text-align:right;
}

html:not(:lang(en)) .letter .date{
	text-align:left;
}

.letter .subject{
	text-align:center;
	font-weight:bold;
	margin-top: 2.5em;
	margin-bottom:3em;
	
}
.letter .content p{
	margin-bottom:2em;	
	text-align: justify;
}
html:lang(en) .letter .footer{
	text-align:right;
	margin-left:auto;
	width:260px;
	max-width:100%;
}

html:lang(en) .letter .footer>div{
	text-align:center;
	margin:1em 0;
}

html:not(:lang(en)) .letter .footer>div{
	text-align:right;
	margin:1em 0;
}

.letter .footer .signature .img{
	display:block;
	margin-bottom:1em;
}

/*20220322 grey box*/
/*.grey_box {

  position: relative;
  padding: 25px;
  background: none;
  margin-bottom: 25px;
}

.grey_box .content {
  position: relative;
  z-index: 2;
}

.grey_box .the_background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.grey_box .the_background .square-top-right {
width: 100%;
    height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EFF2F5;
  display: block;
  z-index: 3;
}

.grey_box .the_background .square-bottom-left {
  width: 95%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EFF2F5;
  display: block;
  z-index: 3;
}

.grey_box .the_background:after {
  content: '';
  width: 35px;
  height: 35px;
  background: #ddd;
  position: absolute;
  z-index: 2;
  right: 7px;
  bottom: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}

.grey_box .the_background .square-shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.grey_box .the_background .square-shadow:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-shadow: 0px 0px 10px #000;
  -moz-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}

.grey_box .the_background .square-shadow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-shadow: 0px 0px 10px #000;
  -moz-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}

.grey_box .title{
	text-align:center;
}*/

[class^="folded-corner-"]{
   
    position:relative;
    
    background:#EFF2F5;
    margin-bottom:1.4em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	padding:1.4em;
}
[class^="folded-corner-"],
[class^="folded-corner-"]:before{
    min-height:100px;
   
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/*[class^="folded-corner-"]:before,*/
[class^="folded-corner-"]:after{
    position:absolute;
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    margin-right: 20px;
    width:0px;
    height:0px;
    box-sizing: border-box;
    border-style:solid;
}



/* .folded-corner-topright:before{ */
    /* border-width:0px 0px 20px 20px; */
    /* border-color:transparent transparent #d7d7d7 transparent; */
    /* right: 0px; */
/* } */
.folded-corner-topright:after{
    right:-20px;
    border-width:50px 50px 0px 0px;
    border-color:#E0E6EB #fff transparent transparent;
    box-shadow:3px 3px 2px 2px #FFF;
}

.note{
	color:#237CAE;
}
body .mainContent h2{
    margin-top: 40px;
    margin-bottom: 10px
}
body .mainContent .Newsletter h1{
    margin-top: 0px;
    margin-bottom: 10x
}

/* by horace */
body .mainContent .Newsletter h2{
    margin-top: 0px;
    margin-bottom: 1px
}
/* end by horace */

body .mainContent table{
    border-collapse: separate;
	border-spacing: 1px;
	width: 100%
}
/********* W3C *********/
body .mainContent table tr th{
	background-color:#015d92;
	color:#fff;
    border: 1px solid white;
}
body .mainContent .table-responsive table tr td.subheader{
	background-color: #2F79A7;
	color:#fff;
	border: 1px solid white;
	font-weight: bold;
}
/********* W3C END *********/
body .mainContent table.LCQ10 tr th{
	text-align: center
}
body .mainContent table tr th p span,
body .mainContent table tr th p{
	color:#fff !important;
}

body .mainContent table tr th p{
	margin: 0 0 0 0;
}

body .mainContent table tr th,
body .mainContent table tr td{
	padding:10px ;
}

body .mainContent table tr td{
	color:#000;
}

body .mainContent table tr.sr-only ~ tr:nth-child(odd) td{
	background-color:#FFFFFF;

}

body .mainContent table tr.sr-only ~ tr:nth-child(even) td{
	background-color:#F5F5F5;

}

body .mainContent table tr:nth-child(odd) td{
	background-color:#F5F5F5;

}
body .mainContent table th:first-child{
	white-space: nowrap;
}

body .mainContent table th:first-child p{
	text-align: center
}

body .mainContent table th:nth-child(2)  p{
	text-align: center
}

body .mainContent table th:last-child{
	white-space: nowrap;
}

body .mainContent table tr:nth-child(even) td {
  background: #FFFFFF;

}

.mainContent .mutli-header-table {
	width:100%;
	
}

/*.mainContent table tr th:not(:first-child),
.mainContent table tr td:not(:first-child){
	text-align:center;
}*/

.mainContent table tr:not(:first-child) th{
	background-color:#2F79A7;
}

/*.mainContent table>tbody>tr>td:not(:first-child){
	text-align:center;
}*/


.mainContent table.text_left_tbl>tbody>tr>th,
.mainContent table.text_left_tbl>tbody>tr>td{
	text-align:left;
}

.text_right{
	text-align:right;
}

.mainContent .text_center{
	text-align:center;
}

.note_box{
	padding: 1em;
	box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
	margin-top:2em;
	font-style: italic;
}


.note_box ol li{
	padding-left: 1em;
}

.note_box.add_space{
	margin-bottom:1em;
}

/*
.table-wrapper{
		overflow-x:auto;
		
}*/


@media(max-width:992px){
 .table-wrapper:not(.no_nowrap_td) td{ 
	 white-space: nowrap; 
		
}

.table-wrapper.nowrap_th th{ 
	 white-space: nowrap; 
		
}
 
}


.flex_div {
    margin-bottom: 0.4em;
}

.flex_div > div{
	display:table-row;

}

.flex_div > div > div{
	display: table-cell;
	
}

.flex_div:not(.wrap_title) > div > div:first-child{
	white-space: nowrap; 
}

.flex_div > div > div:not(:first-child){
	padding-left: 3em;
	padding-bottom:1em;
}

.flex_div.center_div{
	width: 50%;
margin: 0 auto;
}

.flex_div.center_text>div>div{
	text-align:center;
}

.flex_div.pb_0 > div > div:not(:first-child){
	padding-bottom: 0em;
}

.flex_div.pt_0 > div > div:not(:first-child){
	padding-left: 0em;
}

.flex_div.pt_1 > div > div:not(:first-child){
	padding-left: 1em;
}

@media(max-width:767px){
	.flex_div:not(.no_next_line) > div{
		display:block;
	}
	
	.flex_div:not(.no_next_line) > div > div{
		display:block;
	}
	
	.flex_div:not(.no_next_line) > div > div:not(:first-child){
		padding-left: 0;
	}
	
	.flex_div:not(.no_next_line) div{
		width:auto !important;
	}
	
}

.flex_div > div > div.vligin_bottom{
	vertical-align: bottom;
    padding-bottom: 0;
}

.quarterly_tbl{
	width:100%;
}



.quarterly_tbl tr:first-child>th:first-child{
	width:25%;
}

.quarterly_tbl tr:nth-child(2)>th{
	width:12.5%;
	text-align:center;
}

.quarterly_tbl tr>td:not(:first-child){
	text-align:center;
}

.quarterly_tbl tr th{
	 white-space: nowrap; 
		
} 

.quarterly_tbl tr td{
	 white-space: nowrap; 
		
} 

@media(max-width:992px){
.quarterly_tbl tr:nth-child(2)>th{
	 white-space: nowrap; 
		
} 


}

/*table{
	min-width:500px;
}
*/
@media(max-width:767px){
	table{
		/*min-width:100%;*/
		width:100%;
	}
}

.mainContent table.center_txt_tbl tr th,
.mainContent table.center_txt_tbl tr td{
	text-align:center;
}

.mainContent table td[rowspan]{
	vertical-align:middle;
}

dt{
	font-weight:400;
}

body .mainContent table tr.even_row td{
	background-color: #FFFFFF;
}

body .mainContent table tr.odd_row td{
	background-color: #F5F5F5;
}

body .mainContent .even_row{
	background-color: #FFFFFF;
}

body .mainContent .odd_row{
	background-color: #F5F5F5;
}


body .mainContent table tr th.row_style{
	    color: #000;
		font-weight:400;
}

body .mainContent table tr:nth-child(odd) th.row_style{
	background-color: #F5F5F5;
}

body .mainContent table tr:nth-child(even) th.row_style{
	background-color: #fff;
}


.flex_div.tbl_style{
	border-collapse: separate;
    border-spacing: 2px;
	display:table;
	width:100%;

}

.flex_div.tbl_style > div >div:first-child{
	
	width:1%;

}

.flex_div.tbl_style > div:nth-child(odd) >div.th_date{
	background-color:#015d92;
	color:#fff;
    border: 1px solid white;
	width: 5%
}

.flex_div.tbl_style > div:nth-child(odd) >div.th_title{
	background-color:#015d92;
	color:#fff;
    border: 1px solid white;
	width: 40%
}

.flex_div.tbl_style > div:nth-child(odd) >div{
	background-color: #F5F5F5;
}

.flex_div.tbl_style > div:nth-child(even) >div{
	background-color: #FFFFFF;
}

.flex_div.tbl_style > div>div{
    padding: 10px;
}

.flex_div.text_center div{
	text-align:center;
}

.flex_div>div.colspan{
	display:flex;
}

.letter .ref{
	margin-top: 1em;
	font-size:0.8em;
}

html:not(:lang(en)) .ref{
	margin-bottom:4em;
}

.mainContent .lv2_ul_content{
	margin-left:1em;
}

.mainContent .lv3_ul_content{
	margin-left:2em;
}

.ol_table tr:last-child td:first-child{
	text-align:right;
}

.ol_table tr td:last-child{
	text-align:right;
}

.letter .content >p.sub_title{
	text-decoration:underline;
}

.letter .content > p:not(.not_space){
	text-indent: 30px;
}

.letter .content .same_space{
	margin-left:30px;
}

.headerArea.headershadow {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(87,32,87,0.68);
	-moz-box-shadow: 0px 2px 5px 0px rgba(87,32,87,0.68);
	box-shadow: 0px 2px 5px 0px rgba(87,32,87,0.68);
}


@media(max-width:992px){
	
	body .mainContent .tablet_display_block{
		display:block !important;
	}
}

@media(max-width:767px){
	.mobile_hidden{
		display:none;
	}
	
	body .mainContent .mobile_display_block{
		display:block !important;
	}
	
	body .mainContent .mobile_width_100{
		width:100% !important;
	}
	
	body .mainContent .mobile_float_none{
		float:none !important;
	}
	
	body .mainContent .mobile_no_margin{
		margin:0 !important;
	}
}

.access_tbl_wrapper table tr>th:first-child{
	width:20%;
}

.access_tbl_wrapper table tr>th{
	text-align:center;
}

.access_tbl_wrapper table tr>td:first-child{
	text-align:center;
}

.text_center_wrapper div{
	text-align:center;
}

.event_wrapper>div>div{
	text-align:center;
}

.event_wrapper>div{
	margin-bottom:2em;
}

.event_wrapper >div:first-child img{
	max-width:670px;
}

.event_wrapper >div:not(:first-child) img{
	max-width:410px;
}
/*==================*/
.myflex.flexCenter{
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.myflex.flexBetween{
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.myflex.flexMiddle{
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.myflex.flexNoWrap{
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex1111>*{
    min-width: 25%;
    width: 300px;
    max-width: 100%;
}
.myflexStyle{
	margin:20px 0;
}
.myflexStyle .cover,
.myflexStyle .title{
	margin:auto;
	margin-bottom:10px;
	text-align:center;
}
.myflexStyle .feed{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin:auto;
	margin-bottom:10px;
    text-align: left;
}
.myflexList{
	margin:20px 0;
}
.myflexList>div{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding:20px 0;
}
.myflex.flexImg>*:not(".cover"),
.myflexList.flexImg>div>*:not(".cover"){
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flexImg .title{
	font-size:1.2em;
	margin-bottom:20px;
}
.flexImg .cover{
	/*max-width: 30%; */
	max-width: 375px;
	padding-right:20px;
}


	.flexImg .cover img{
		width:180px;
	}


.flexList2{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding:20px 0;
}
.mainContent .feed li{
	margin-bottom:0;	
}
.mainContent a.myBtn{
	display: inline-block;
	color: #fff;
	background-color: #1C8229;/*
	background-color: #23A136;*/
	padding: 5px 20px;
}
.mainContent a.myBtn:hover,
.mainContent a.myBtn:focus{
	color: #fff;
	background-color: #1c872c;
	text-decoration: none;
}
/*=========================*/
.table-wrapper{
	position:relative;
}
.table-wrapper:before {
	content: "";
	position: absolute;
	z-index: 25;
	top: 150px;
	right: 15px;
	width: 27.118px;
	height: 21.414px;
	-webkit-animation: fadeOutRight 1.45s ease-in-out linear infinite;
	animation: fadeOutRight 1.45s ease-in-out infinite;
	opacity:0;
	-webkit-transform:translate3d(0,0,0) rotate(180deg);
	transform:translate3d(0,0,0) rotate(180deg);
	background: url(../images/icon/icon_arrow.svg) no-repeat center center;
	background-size: contain;
	-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;
}
.table-wrapper:after {
	content: "";
	position: absolute;
	z-index: 22;
	top: 0;
	right: -1px;
	bottom: 0;
	display: block;
	width: 3.75rem;
	pointer-events: none;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(30%,rgba(255,255,255,.5)),to(#fff));
	background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 30%,#fff 100%);
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 30%,#fff 100%);
	-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;
}
.table-wrapper.right-end:after,
.table-wrapper.right-end:before {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
}
.table-wrapper.right-end.all-end:after,
.table-wrapper.right-end.all-end:before {
	/*display:none;*/
}
@-webkit-keyframes fadeOutRight{
	0%{
	opacity:0;
	-webkit-transform:translate3d(0,0,0) rotate(180deg);
	transform:translate3d(0,0,0) rotate(180deg);
	}20%{
	opacity:1;
	-webkit-transform:translate3d(0,0,0) rotate(180deg);
	transform:translate3d(0,0,0) rotate(180deg);
	}100%{
	opacity:0;
	-webkit-transform:translate3d(100%,0,0) rotate(180deg);
	transform:translate3d(100%,0,0) rotate(180deg);
	}
}
@keyframes fadeOutRight{
	0%{
	opacity:0;
	-webkit-transform:translate3d(0,0,0) rotate(180deg);
	transform:translate3d(0,0,0) rotate(180deg);
	}20%{
	opacity:1;
	-webkit-transform:translate3d(0,0,0) rotate(180deg);
	transform:translate3d(0,0,0) rotate(180deg);
	}to{
	opacity:0;
	-webkit-transform:translate3d(100%,0,0) rotate(180deg);
	transform:translate3d(100%,0,0) rotate(180deg);
	}
}


 .letter .content p{
	text-align:justify;
}

.chart_person_img img{
	    max-width: 126px;
}

.tMenu .extmenu .menuLv2{
	box-shadow: 0 0 20px #666;
}


.photo_area .landscape_img{
	    /*object-position: 0 0;*/
}

.eventbox .cover img:not(.play_btn){
	    aspect-ratio: 3 / 2;
    object-fit: cover;

}

@media(max-width:767px){
	.org_chart_container .chart_mark_to_right_down_holder:after,
	.org_chart_container ul li:after,
	.org_chart_container ul li div:before{
		 display:none;
	}
}

/*
.eventbox.is_video .title>div::after{
	content:"";
	 background-image: url("../images/btn_videe_play.svg");
	 width: 25px;
    height: 16px;
	display: inline-block;
	margin-left:7px;
}
*/
.eventbox.is_video .cover{
	position:relative;
}
.eventbox.is_video>div a{
	position: relative;
}

.eventbox.is_video>div a:before{
	/*position:absolute;
    width: 100px;
    top: 30%;
    left: 35%;*/
	/*  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;*/
  content:"";
	background-image:url("../images/play_btn_overlay.png");
	width:100px;
	position: absolute;
     top: 25%;
    left: 35%;
    z-index: 9;
	height: 100px;
}

.photo_area .eventbox.is_video>div a:before{
	/*position:absolute;
    width: 100px;
    top: 30%;
    left: 35%;*/
	/*  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;*/
    content:"";
	background-image:url("../images/play_btn_overlay_small.png");
	width:75px;
	position: absolute;
     top: 25%;
    left: 35%;
    z-index: 9;
	height: 75px;
}


.is_video.photo_strips_whole_div.running .photo_strips_image a{
	position: relative;
}

.is_video.photo_strips_whole_div.running .photo_strips_image a:before{
	content:"";
	background-image:url("../images/play_btn_overlay_small.png");
	width:85px;
	position: absolute;
     top: 20%;
     left: 30%;
    z-index: 9;
	height: 85px;
}

.pp_thumbnail.is_video{
	position: relative;
}

.pp_thumbnail.is_video:before{
	content:"";
	background-image:url("../images/play_btn_overlay.png");
	width:100px;
	position: absolute;
     top: 20%;
    left: 30%;
    z-index: 9;
	height: 100px;
	background-size: contain;
	
}

a.externalUrl{/*
	display:inline-block;*/
}

.photo_strips_whole_div.loaded .photo_strips_image img.top,
.cover img.top{
	object-position: top center;
}

.photo_strips_whole_div.loaded .photo_strips_image img.middle,
.cover img.middle{
	object-position: center center;
}

.photo_strips_whole_div.loaded .photo_strips_image img.bottom,
.cover img.bottom{
	object-position: bottom center;
}


body .mainContent table.auto_width{
	width:auto;
}

#whatsNewTable tr td:nth-child(2){
	white-space:unset;
}

div .mainContent li > * {
	vertical-align:top;
}

.mainContent .org_chart_container a{
	text-decoration:none;
	color:#000;
}
.mainContent .org_chart_container a:focus,
.mainContent .org_chart_container a:hover{
	text-decoration:underline;
	/*color:#ae173c;*/
}

#tblCalcPensionIn td{
	white-space: unset; 
}

@media (max-width: 500px) {
	#schemeCell1 {
		width: 20%!important;
	}
	#schemeCell2 {
		width: 80%!important;
	}
}

@media print{
	body .small_print_img_container img{
	max-height: calc(100vh - 150px);
	margin: auto;
	display: block;
	}
}

@media(max-width:1200px){
	.mobile_header_area{
		overflow: auto;
	}
}

.mobile_header_area{
    height: calc(100% - 100px);

}
body.closeThumbnail #pp_full_res img {
max-height: calc(100vh - 25px);
}
body .pp_gallery ul{
webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
body.closeThumbnail .pp_gallery ul {
height:0
}


body .pp_gallery>div.ce_tool2{
display: block;
left: auto;
bottom: 23vh;
padding: 10px;
webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
body.closeThumbnail .pp_gallery>div.ce_tool2{
bottom: 0;
}
body:not(.closeThumbnail) .ce_tool2 .open,
body.closeThumbnail .ce_tool2 .close{
	display:none;
}
.ce_tool2 a{
    color: #fff;
}
/*.photo_strips_whole_div.running .photo_strips_image .play_btn {
	position:absolute;
    width: 100px;
    top: 20%;
    left: 50%;
	z-index:999;

}*/

/*===============*/
/*.headerArea2{
	height:90px;
}
.headerArea .headerTool .headerMenu{
	height:auto;
}
.headerArea.active .headerTool .headerMenu{
    overflow: auto;
    height: calc(100vh - 200px);
    background-color: transparent;
}*/

.mainbanner .txt br,
.breadcrumb a br,
.footerArea .fMenu>li>a br{
display: none;
}
@media (max-width:1257px){
	.tMenu>li>a br{
		display: none;
	}
} 
.new-text{
	color: #000;
	text-shadow: -3px -1px #ffff00;
    font-size: 10px;
    font-weight: 700;
	display: inline-block;
    margin-left: 7px;
}
/*==20220916B==*/
.noMoreColor{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-moz-filter: grayscale(100%);	
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
body .pp_gallery ul{
	webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
body.closeThumbnail #pp_full_res img {
	max-height: calc(100vh - 59px);
}
body.closeThumbnail .pp_gallery ul {
	height:0
}
body .pp_gallery>div.ce_tool2{
	display: block;
	left: auto;
	bottom: 23vh;
	padding: 10px;
	webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
body.closeThumbnail .pp_gallery>div.ce_tool2{
	bottom: 0;
}
body:not(.closeThumbnail) .ce_tool2 .open,
body.closeThumbnail .ce_tool2 .close{
	display:none;
}
.ce_tool2 a{
    color: #fff;
}
/*==20220916E==*/

body .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.table-responsive {
    overflow: auto;
}

.calculator_plan_container .content_container{
	display: flex;

}

.calculator_plan_container .content_container>div{
	padding: 20px;
}

.calculator_plan_container .position_container{
	background-color: #fff;
	display: none;
}

#tblCalcPensionIn tr:first-child td:nth-child(2){
	padding: 0;
}

#schemeCell1{
	vertical-align: middle;
}

#retire_age_container,
#birth_container{
	display: none;
}

.is_gray :is(.indexVersion .headerArea .headerArea2){
	background-color: #E9E9E9;
}

.is_gray :is(.headerArea .headerTool .headerMenu,
.mobile_header_area,
.bodyArea,
.footerArea,
.shareList,
.brandhk,
.fbTool,
.popup-item){
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
			   
.is_gray .headerArea.headershadow {
-webkit-box-shadow: 0px 2px 5px 0px rgb(87 87 87 / 68%) !important;
-moz-box-shadow: 0px 2px 5px 0px rgba(87,87,87,0.68) !important;
box-shadow: 0px 2px 5px 0px rgb(87 87 87 / 68%) !important;
 
}


/*20231106*/
.clientTool .igTool a{
    width: 27px;
    height: 24px;
    position: relative;
	font-size: 0;
	display:block;
}
.headerNav .clientTool .igTool a:before{
    content: '';
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
	border-radius: 100px;
    display: block;
    position: absolute;
    background-image: url(../images/share/icon-ig.png);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 25px auto; 
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.clientTool .weiboTool a{
    width: 27px;
    height: 24px;
    position: relative;
	font-size: 0;
	display:block;
}
.headerNav .clientTool .weiboTool a:before{
    content: '';
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
	border-radius: 100px;
    display: block;
    position: absolute;
    background-image: url(../images/share/icon-weibo.png);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 25px auto; 
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*
.mob-fbTool{
	display: inline !important;
}*/

/*20240419*/
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
/*=======otherLang CSS Begin=======*/
.rightTool img {
    min-width: 29px;
}
.headerArea .headerMenu li.otherLang{
	display:none;
}
.otherLangTool{
	position:relative;	
}
.otherLangTool .tList{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	padding-top:20px;
	z-index:4010;
}
.otherLangTool:hover .tList,
.otherLangTool.active .tList{
	display:block;
}
.otherLangTool .tList .tborder{
	background-color:#fff;
	border:1px solid #ddd;
}
.otherLangTool .tList a{
	display:block;
	padding: 5px 10px;
}
.otherLangTool .tList>.tborder>*:not(:nth-last-child(1)) a{
	border-bottom:1px solid #ddd;
}
.headerTool .clientTool .language ul.withother{
	display:none;
}
/*=======otherLang CSS End=======*/