.ListNum{
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset:sectioncounter; 
}
.ListNum li {
	padding-left: 1em;
	position: relative;
}
.ListNum li:before {
	content: counter(sectioncounter);
	counter-increment: sectioncounter;
	position: absolute;
	top:0;
	left:0;
}
.fontSize08{font-size: 0.8rem;}
.chiFont{
	font-family: Microsoft YaHei;
}
/* poppins-100 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 100;
     src: local("Poppins Thin"), local("Poppins-Thin"), url("fonts/poppins/poppins-v4-latin-100.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-100.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-200 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 200;
     src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url("fonts/poppins/poppins-v4-latin-200.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-200.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-300 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 300;
     src: local("Poppins Light"), local("Poppins-Light"), url("fonts/poppins/poppins-v4-latin-300.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 400;
     src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/poppins/poppins-v4-latin-regular.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 500;
     src: local("Poppins Medium"), local("Poppins-Medium"), url("fonts/poppins/poppins-v4-latin-500.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 600;
     src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("fonts/poppins/poppins-v4-latin-600.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-600.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 700;
     src: local("Poppins Bold"), local("Poppins-Bold"), url("fonts/poppins/poppins-v4-latin-700.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-800 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 800;
     src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("fonts/poppins/poppins-v4-latin-800.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-800.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-900 - latin */
 @font-face {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 900;
     src: local("Poppins Black"), local("Poppins-Black"), url("fonts/poppins/poppins-v4-latin-900.woff2") format("woff2"), url("fonts/poppins/poppins-v4-latin-900.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
 @font-face {
     font-family: 'icon-font';
     src: url("fonts/icon-font/icon-font.eot?tovq3o");
     src: url("fonts/icon-font/icon-font.eot?tovq3o#iefix") format("embedded-opentype"), url("fonts/icon-font/icon-font.ttf?tovq3o") format("truetype"), url("fonts/icon-font/icon-font.woff?tovq3o") format("woff"), url("fonts/icon-font/icon-font.svg?tovq3o#icon-font") format("svg");
     font-weight: normal;
     font-style: normal;
}
/* //DEMO: [class^="icon-"], [class*=" icon-"] {
     font-family: 'icon-font' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .icon-img-quote-reverse:before {
     content: "\201d";
}
 .icon-img-quote:before {
     content: "\201c";
}
 */
/* font-face */
.director_photo{width: 200px;}
.index_lang{text-align: right;}
.buttonx{
  display: inline-block;
  background: #0B367A;
  transform: skewX(-35deg);
  margin-top: 15px;
} 
.buttonx>div{
  padding: 7px 25px;
  color: #C1D969;
  font-size: 24px;
  transform: skewX(35deg);
  font-weight: bold;
}

.buttonx:hover{text-decoration:none;}


#menus, #menus_eng{
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    /*background-color: #093E8E;*/
    overflow: hidden;
    }

#menus ul, #menus_eng ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.active a{
    color: #003366;
    font-size: 0.93rem;
    /*font-weight: bold;*/
}

a:visited {
  color: #3e83bc;
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: #0063cc;
  background-color: transparent;
  text-decoration: none;
}

.active a{
    color: #003366;
    /*text-shadow:0px 1px #024c9b;*/
/*  border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #024c9b;*/
}
.nav_lang a, #footer a, #footer_index a{
	color:#003387;
}

.head_title1{
	/*color:#024c9b; */
}
#title{
	margin-top:10px;
	padding: 0 0 0 20px;
/*	background-image: url(../images/title.png);
	background-repeat: no-repeat;*/
	}

h1{color:#00489F; }
h2{color:#064c23; padding-top: 10px;}
h3{
	color: #03863a;
}
.aLink{
	text-decoration: underline;
	color: #064c23;
}

/*org chart font*/
.node0a {background-color: #00489f; color: white;}
.node1 div {    
	background-color: #00a8ff;
    color: white;
}
.node2 div {    
    background-color: #00d1ff;
    color: #00186d;
}
/* END org chart font*/

.chart_span{
color: #666666; font-size: 0.8rem;font-weight: bold;
}
#content{
	padding:10px 20px;
	text-align: justify;
    text-justify: distribute;
	}
.list_dot{
	padding:0 0 0 20px;
	list-style-image: url(../images/icon1.png);
	list-style-type: none;
}
.remark_hr{
	margin-top: 2rem;
	border-top: solid 1px #333333;
  	width:260px;
}
.remarks_icon{width: 15px;font-size: 0.8rem;}
.remarks_text{
  	font-size:0.8rem;
	width: calc( 100% - 15px );
}
.remarks_icon2{width: 30px;font-size: 0.8rem;}
.remarks_text2{
  	font-size:0.8rem;
	width: calc( 100% - 30px );
}
.pics p, .pics1 p, .pics2 p, .pics2b p, .pics2c p, .pics2d p, .pics2e p, .pics2e2 p, .pics768 p, .pics768b p, .pictures8 p, .pictures8 p, .pictures8a p, .pictures8b p{
	font-style: italic;
	text-align: center;
}
.pics_text{
	text-align:center;
	margin-bottom: 10px;
	font-style:italic;
}
#footer{
	margin-top:2rem; 
	padding:10px 20px;
	background-color: #EDEDED;
}
#footer_index{
	padding: 0px 10px;
}
.table_ch7{
	width:100%;
	max-width:570px;
	/*margin:0 auto;*/
	margin-bottom: 15px;
	}
.table_ch4a{
	width:100%;
	max-width:450px;
	/*margin:0 auto;*/
	margin-bottom: 15px;
	}
.table_ch4b{
	width:100%;
	max-width:450px;
	margin:0 auto;
	margin-bottom: 15px;
	}
.table_ch4{
	width:100%;
	max-width:200px;
	/*margin:0 auto;*/
	margin-bottom: 15px;
	}
.arial_font{
	font-family: Arial;
}
.table_ch4b{
	width:100%;
	max-width:290px;
	/*margin:0 auto;*/
	margin-bottom: 15px;
	}
.td1{width:90px;}
.td1Eng{width:120px;}
/*.td2Eng{min-width:130px;}*/
.td_100{width:110px;min-width:110px;}
.td_115{width:115px;min-width:115px;}
.td_m100{min-width:100px;}
.td_m110{min-width:110px;}
.td_m170{min-width:170px;}


@media (max-width: 575.98px) {
.logo{max-width: 150px; height: auto;
}
}

@media (max-width: 767.98px) {
.sitemap a {padding: 10px 0;
display: block;}
#index_header{
	padding: 0px 20px 0px 20px;
	}	
#header{
	padding:10px 20px 10px 20px;
	}
/*highcharts*/
#chart1, #chart2, #chart3, #chart4, #chart5 {width: 100%;height:300px;}
#chart1En, #chart2En, #chart3En, #chart4En, #chart5En {width: 100%;height:300px;}
#chart10{width: 100%;height:300px;}
#chart10En{width: 100%;height:300px;}
/*Table start*/
.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
/*Table END*/

.wcagLink_index {
	margin-top: 10px;
}
.imgRight{
text-align: center;}

}

@media (max-width: 991.98px) {
.nav_lang{
	text-align: right;
	padding: 15px 20px;
	background-color: #E7EFFE;
}
.head_title{
	color:#024c9b; 
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
}
.menu_space{display: inline;}
.collapse2 {
	display:none;
}
.mobile_open{
	padding: 15px 10px 10px 25px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#mobile_close{
	padding: 10px 10px 10px 25px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.active a{
	/*background-color: #f5f5f5;*/
	font-weight: bold;
}
#menus{
	padding:50px 0 0 0;
	background-color: white;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9998;
	top: 0;
	left: 0;
	}
/*.menu_space{display: inline;}*/
#menus li{
	border-bottom: solid 1px #a5a5a5;
	/*padding: 0 50px;*/
	margin:0 10px;
}
#menus a{
	display: block;
	padding:10px 0;
	text-align: center;
	color: black;
	/*font-weight: bold;*/
}
#menus .menu_span{
	display: none;
}
/* menus eng */
#menus_eng{
	padding:50px 0 0 0;
	background-color: white;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9998;
	top: 0;
	left: 0;
	}
/*#menus_eng .menu_space{display: inline;}*/
#menus_eng li{
	border-bottom: solid 1px #a5a5a5;
	/*padding: 0 50px;*/
	margin:0 10px;
}
#menus_eng a{
	display: block;
	padding:10px 0;
	text-align: center;
	color: black;
	/*font-weight: bold;*/
}
#menus_eng .menu_span{
	display: none;
}

.pics2, .pics2b{
text-align:center;
}
.pics2 div:first-child, .pics2c img:first-child{
margin-bottom: 10px;
}
.pics2f div{
	text-align: center;
}
.pics2f div:first-child{
 	margin-bottom: 10px;
}
.pics, .pics2 div, .pics2b div, .pics2c div, .pics2d div, .pics2e div, .pics2f div{
	width:100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}
.pics1 {
	width:100%;
	max-width: 420px;
	margin:0 auto;
}
.pics1 img{
	width:100%;
	max-width: 420px;
	height: auto;
}
.pics img, .pics2 div img, .pics2b div img, .pics2c div img, .pics2d div img, .pics2e div img, .pics2e2 div img, .pics2f div img{
	width:100%;
	max-width: 500px;
	height: auto;
}
.pics768 {
	width:100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}
.pics768b {
	width:100%;
	max-width: 750px;
	height: auto;
	margin: 0 auto;
}

#gotop a{
	text-align:center;
	padding:10px 10px 10px 25px;
	font-size:85%;color:#FFFFFF;
	position:fixed;
	z-index: 300;
	right:0px;bottom:0px;color:#fff;background:url(../images/arrowup.png) left no-repeat #333;text-decoration:none;width:120px;}


/*org chart*/
.orgTree ul{padding: 0; margin: 0; list-style: none;}
.node0 div, .node1 div, .node2 div {
	/*border: solid 1px #ccc;*/
	padding: 10px;
}
.node0 li{
	padding: 20px 0 20px 20px;
	position: relative;
}
.node0 li::before{
content: '';
position: absolute; top: 0; left: 0;
border-left: 2px solid #ccc;
width: 2px; 
height: 100%;
}
.node0 li:last-child::before{
content: '';
position: absolute; top: 0; left: 0;
border-left: 2px solid #ccc;
width: 2px; 
height: 10%;
}
.node1 li::after, .node0 li:last-child::after{
content: '';
position: absolute; top: 10%; left: 0;
border-top: 2px solid #ccc;
width: 20px; 
height: 2px;
}
.node0 li:not(:last-child)::after{
content: '';
position: absolute; top: 10%; left: 0;
border-top: 2px solid #ccc;
width: 20px; 
height: 2px;
}
/*END org chart*/


.pictures2, .pictures8, .pictures8a, .pictures8b{
	width:100%;
	max-width: 500px;
	height: auto;
	margin:0 auto;
}
.pictures2 img, .pictures8 img, .pictures8a img, .pictures8b img{
	width:100%;
	height:auto;
}

}


@media (min-width: 768px) {
.pics2c{
	padding: 0 25px;
}
.pics2c div{
	padding: 0 5px;
}
.pics2d div, .pics2e div, .pics2e2 div{
	padding: 0 25px;
}
.pics2c div img, .pics2d div img{
/*	max-height: 350px;
	width: auto;*/
	max-width: 100%;
	height:auto;
}
.pics2e div img{
	max-height: 250px;
	width: auto;
}
.pics2e2 div img{
	max-height: 350px;
	width: auto;
}
.pics2f div img{
	max-height: 320px;
	width: auto;
}
.pics2f div:first-child{
	text-align: right;
	padding-right: 10px;
}
.pics2f div:last-child{
	text-align: left;
}

.imgRight{float: right;
padding-left: 20px;
width: 250px;}

.imgRight p{text-align: center;}


}

@media screen and (min-width:768px) and (max-width:991.99px) {
#index_header{
	padding: 0px 20px 0px 20px;
	}	
#header {
    padding: 10px 20px 10px 20px;
}
.pics2{
display: flex;
justify-content:space-between;
margin-bottom:3px;
    width: 100%;
    margin: 0 auto;
}
.pics2 div:first-child{
margin-bottom: 10px;
}
.pics img{
	width:100%;
	max-width: 500px;
	height: auto;
}
.pics2 div img{
	width:100%;
	max-width: calc( ( 100% - 20px ) / 1 );
	height: auto;
}

.otherLinks_index {
	float: left;
}
.wcagLink_index {
	float: right;
}


.pictures2 {
	display:flex;
	justify-content : center;
}
.pictures2 .div1{
	width:260px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures2 .div2{
	/*width:500px;*/
	/*height:300px;*/
	padding: 0 10px;
}
.pictures2 img{
	width:auto;
	height: 320px;
}


/*ch8*/
.pictures8 {
	display:flex;
	justify-content : center;
}
.pictures8 .div1{
	/*height:300px;*/
	padding: 0 10px;
	flex:1;
}
.pictures8 .div2{
	/*width:500px;*/
	/*height:300px;*/
	padding: 0 10px;
	flex:1;
}
.pictures8{
max-width: 900px;
}


.pictures8a {
	display:flex;
	justify-content : center;
	max-width: 96%;
}
.pictures8a .div1{
	width:520px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8a .div2{
	max-width:245px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8a img{
	width:auto;
	height: 330px;
}

.pictures8b {
	display:flex;
	justify-content : center;
	max-width: 96%;
}
.pictures8b .div1{
	max-width:265px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8b .div2{
	width: 460px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8b img{
	width:auto;
	height: 330px;
}

}

@media (min-width: 992px) {
#index_header{
	padding: 0px 0px 0px 0px;
	}	
#header{
	padding: 0px 0px 10px 0px;
	}
.head_title{
	color: #024c9b; 
	font-size: 1.5rem;
	font-weight: bold;
}
.menu_space{display: block;}

.nav_lang{
	padding: 10px 20px 0 0;
	font-size: medium;
	text-align: right;
}
.mobile_open, #mobile_close{
	display: none;
}
/*highcharts*/
#chart1, #chart2, #chart3, #chart4, #chart5 {width: 600px;height:320px;}
#chart1En, #chart2En, #chart3En, #chart4En, #chart5En {width: 750px;height:450px;}
#chart10{width: 600px;height:400px;margin:0 auto;}
#chart10En{width: 750px;height:450px;margin:0 auto;}
#menus ul li{
	text-align: center;
	float: left;
	padding: 0 12px;
	padding: 0 calc(12px + (100% - 960px) / 22);
    padding: 0 -moz-calc(12px + (100% - 960px) / 22);
    padding: 0 -webkit-calc(12px + (100% - 960px) / 22);
}

#menus ul li a{
	/*color: #015f28;*/
	display: block;
	line-height: 1.3rem;
	height: 40px;
}
#menus a:hover{
	text-decoration: none;
	
}
/*#menus .menu_space{display: block;}*/


/* menus chi */
.item2, .item3, .item4, .item11{padding-top: 10px;}


/* menus eng */
#menus_eng ul li{
	text-align: center;
	float: left;
	
	padding: 0 5.5px;
	padding: 0 calc(5.5px + (100% - 960px) / 22);
    padding: 0 -moz-calc(5.5px + (100% - 960px) / 22);
    padding: 0 -webkit-calc(5.5px + (100% - 960px) / 22);
}

#menus_eng ul li a{
    /*color: white;*/
    /*font-weight: bold;*/
    display: block;
    height: 50px;
    line-height: 1.1rem;
    font-size: 0.94rem;
}
#menus_eng a:hover{
    text-decoration: none;
    text-shadow:0px 1px #3396ff;
    color: #003366;
    font-size: 0.94rem;
    /*font-weight: bold;*/
}

/*#menus_eng .menu_space{display: block;}*/
.item1e{padding-top: 0px;color: #3e83bc;}, .item3e{padding-top: 15px;color: #3e83bc;}, .item4e, .item5e, .item6e, .item8e, .item9e{padding-top: 10px;color: #3e83bc;}
.item11e{padding-top: 16px;color: #3e83bc;}

#banner{margin-top: 2px;}
.pics {
	width: 500px;
	margin:0 auto;
}
.pics1 {
	width: 420px;
	margin:0 auto;
}
.pics2, .pics2b{
display: flex;
justify-content:space-between;
margin-bottom:3px;
    width: 940px;
    margin: 0 auto;
}
.pics2b div:first-child{
	margin-right: 20px;
}
.pics2 div img, .pics2b div img{
	width: 460px;
}
.pics768 {
	margin: 0 auto;
	width: 500px;
}
.pics768b {
	margin: 0 auto;
	width: 850px;
}
#gotop a{
	text-align:center;padding:10px 10px 10px 25px;font-size:85%;color:#FFFFFF;position:fixed;z-index: 300;right:0px;bottom:0px;color:#fff;background:url(../images/arrowup.png) left no-repeat #333;text-decoration:none;width:120px;
}
.otherLinks_index {
	float: left;
}
.wcagLink_index {
	float: right;
}


/*org chart*/
.orgTree ul{padding: 0; margin: 0; list-style: none;
text-align: center;}
.node0 div, .node1 div, .node2 div {
	/*border: solid 1px #ccc;*/
	padding: 10px;
}
.node0{
	position: relative;
}
.node0a{
	width: 40%;
	margin: 0 auto;
}
.orgTree li{
	padding: 20px 0;
	position: relative;
}
.node0 li{
	padding: 40px 0;
	position: relative;
}

.node1 {
	width: 50%;
	/*width: calc( ( 100% - 30px ) / 3 );*/
	float: left;
}
.node1 div{
	margin: 0 30px;
}
.node1:first-child::after{
content: '';
position: absolute; top: 20px; left: 50%;
border-top: 2px solid #ccc;
width: 50%; height: 40px;
}

.node1:nth-child(2)::after{
content: '';
position: absolute; top: 20px; left: 0;
border-top: 2px solid #ccc;
width: 100%; height: 40px;
}
.node1:last-child::after{
content: '';
position: absolute; top: 20px; left: 0;
border-top: 2px solid #ccc;
width: 50%; height: 40px;
}


.node0:first-child::before{
content: '';
position: absolute; bottom: 0px; left: 49.5%;
border-left: 2px solid #ccc;
width: 2px; 
height: 20px;
}
.node0 li::before{
content: '';
position: absolute; top: 20px; left: 50%;
border-left: 2px solid #ccc;
width: 2px; 
height: 20px;
}
.node1 li:last-child::before{
content: '';
position: absolute; top: 0; left: 50%;
border-left: 2px solid #ccc;
width: 2px; 
height: 40px;
}
/*END org chart*/



.pictures2 {
	display:flex;
	justify-content : center;
}
.pictures2 .div1{
	width: 305px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures2 .div2{
	max-width:500px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures2 img{
	width:auto;
	height: 380px;
}

/*ch8 */
.pictures8 {
	display:flex;
	justify-content : center;
}
.pictures8 .div1{
	padding: 0 10px;
	flex:1;
}
.pictures8 .div2{
	padding: 0 10px;
	flex:1;
}
.pictures8{
	padding: 0 30px;
}


.pictures8a {
	display:flex;
	justify-content : center;
}
.pictures8a .div1{
	max-width:520px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8a .div2{
	width:245px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8a img{
	width:auto;
	height: 330px;
}


.pictures8b {
	display:flex;
	justify-content : center;
}
.pictures8b .div1{
	max-width:305px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8b .div2{
	width: 500px;
	/*height:300px;*/
	padding: 0 10px;
}
.pictures8b img{
	width:auto;
	height: 380px;
}


}

@media (min-width: 1200px) {
.menu_space2{display: block;}

.pics2e div img{
	max-height: 310px;
	width: auto;
}
}


@media print{
/*org chart*/
.node0a {
	border: solid 1px #005B70;
	color: #03404e;
}
.node1 div {    
	border: solid 1px #b5d7de;
}
.node2 div {    
	border: solid 1px #d0d0da;
}
/* end org chart*/

#chart1, #chart2, #chart3, #chart4, #chart5 {height: 435px; }
#chart1En, #chart2En, #chart3En, #chart4En, #chart5En {height: 435px;}
.imgRight{
	float: right;
	padding-left: 20px;
	width: 250px;
}
.menu_space{display: block;}
#gotop{display: none;}
.print_hide{display: none;}
#chart10En, #chart10{width: 800px;height:400px; margin: 0 auto;}
.PageNext {page-break-after: always;}   
}
