ul,ol,li{
    margin:0;
    padding:0;
}/*
li{
    list-style: none;
}*/

/*********Common CSS******/
header{
    height:90px;
    position:relative;
    z-index:50;
}
@font-face {
    font-family: 'icomoon';
    src:url('icomoon.eot%3Fhzhzeb');
    src:url('icomoon.eot%3F') format('embedded-opentype'),
        url('icomoon.woff%3Fhzhzeb') format('woff'),
        url('icomoon.ttf%3Fhzhzeb') format('truetype'),
        url('icomoon.svg%3Fhzhzeb') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo{
    float:left;
    padding: 16px 0 0 0;
    width:175px;
    transition: width .5s ease-in-out .1s;
    -webkit-transition: width .5s ease-in-out .1s;
    -moz-transition: width .5s ease-in-out .1s;
    -ms-transition: width .5s ease-in-out .1s;
    -o-transition: width .5s ease-in-out .1s;
}
.head_right{
    padding-left:195px;
}
.head_icon{
    text-align:right;
	height:41px;

}
.head_icon > li{
    display:inline-block;
    width:31px;
    height:33px;
	margin-left:5px;
    position:relative;
	list-style:none;
}
.head_icon> li> a{
    display:block;
    width:31px;
    height:33px;
    background-color:#7aa7c9;
    background-repeat:none;
    background-image:url(top_icon.png);
    position:relative;

}
.head_icon > li > a:hover{
    background-image:url(top_icon_o.png);
}
a.icon_tel{
    background-position:-8px 0;
}
a.icon_structure{
    background-position:-43px 0;
}
a.icon_lang{
    background-position:-78px 0;
}
a.icon_search{
    background-position:-113px 0;
}
.lang_list{
    position:absolute;
    top:33px;
    width:31px;
    background:#7aa7c9;
    text-align:center;
    font-size:12px;
    display:none;
}
.lang_list a{
    color:#fff;
    display:block;
    height:25px;
    line-height:25px;
}
.lang_list a:hover{
    color:#1e61aa;
}
.lang_list li{ list-style:none}
.search_box input[type="search"]{
    width:127px;
    border:0;
    margin:0;
    padding:0;
    backgound:#fff;
    float:left;
    height:24px;
    text-indent:5px;
}
.search_box input[type="search"]:focus{
    outline:none;
}
.search_box{
    position:absolute;
    top:33px;
    left:-134px;
    background:#7aa7c9;
    overflow:hidden;
    padding:7px;
    width:165px;
    display:none;
}
.search_box input[type="submit"]{
    background:url(search_button.jpg) no-repeat;
    width:24px;
    height:24px;
    border:none;
    margin:0;
    padding:0;
    float:left;
}

/****FOOTER CSS****/
footer{
    min-height:80px;
    background:#e7e7e7;
    width:100%;
    margin-top:26px;
    font-size:12px;
}
.foot_left{
    float:left;
    margin-top:35px;
    color:#919191;
    margin-bottom:30px;
}
.foot_left a{
    color:#919191;
}
.foot_left a:hover{
    color:#368bb6;
}
.foot_right{
    float:right;
    margin-top:25px;
}
.foot_right a{
    display:inline-block;
    height:32px;
    background-repeat:no-repeat;
    background-image:url(footer_share.png);
}
.foot_right a:hover{

    background-image:url(footer_share_o.png);
}
a.share_in{
    background-position:0 0 ;
    width:32px;
}
a.share_facebook{
    background-position:-52px 0;
    width:15px;
    margin-left:18px;
}
a.share_tweets{
    background-position:-89px 0;
    width:32px;
    margin-left:18px;
}
a.share_sina{
    background-position:-138px 0;
    width:39px;
    margin-left:18px;
}

/****Menu css****/
.menu{
    text-align:right;
}
.menu > ul{
    float:right;
}
.menu > ul> li{
    font-size:16px;
    float:left;
    padding-left:40px;
    height:35px;
    line-height:35px;
	list-style: none;
}
.menu > ul > li:first-child > a{
    background:url(home_icon.png) no-repeat center center;
    width:17px;
    padding-left:0;
    height:35px;
    display:block;
}
.menu > ul > li:first-child > a:hover{ background:url(home_icon_o.png) no-repeat center center;}
.menu > ul > li a{
    color:#7a7a7a;font-weight:bold;
}
.menu >ul > li > a:hover,.menu >ul > li.on > a,.menu >ul > li.current > a,.sub_menu  >article >  ul > li.on > a,.sub_menu  >article >  ul > li a:hover,.subs_menu li a:hover{
    color:#1e61aa;

    text-decoration:none;
}
.sub_menu{
    width:100%;
    background:rgba(255,255,255,.63);
    position:absolute;
    top:71px;
    left:0;
    font-size:14px;
    min-height:210px;
    display:none;
}
.sub_menu >article >  ul{
    float:right;
    text-align:left;
    padding:25px 192px 10px 0;
}
.sub_menu  >article >  ul > li{
    border-bottom:1px solid rgba(0,0,0,.31);
    padding:0 10px;
    height:30px;
    line-height: 30px;
    position:relative;
	list-style: none;
}
.sub_menu  >article > ul > li:last-child{
    border-bottom:none;
}
.sub_menu  ul > li a{
    color:#272727;
}
.sub_menu  ul > li:hover .subs_menu{
    display:block;
}
.subs_menu {
    position:absolute;
    top:0;
    left:130px;
    padding:0;
    width:145px;
    display:none;
	font-size:12px;
}
.subs_menu li{
	line-height:20px;
	padding:3px 18px;
    position:relative;
	list-style: none;
	 background:url(menu_icon_o.png) no-repeat 10px 13px;
}
.subs_menu li:last-child{
    border-bottom:none;
}


/*********MOBILE MENU****************/
.m_menu{
    float:right;
    text-align:center;
    display: none;
    visibility: hidden;
}
.m_menu a{
    display:block;
    width:67px;
    height:43px;
    background:url(menu_icon.png) no-repeat center center;
}
.m_sub_menu{
    width:100%;
    background:#686868;
    text-align:center;
    padding:20px 20px;
    display:none;
}
.m_sub_menu dl dt{
    border-top:1px solid #c3c3c3;
    line-height:40px;
    padding:6px 0 ;
}
.m_sub_menu dl dd{
    display:none;
}
.m_sub_menu dl dt:first-child{
    border-top:none;
}
.m_sub_menu dl dt > a{
    color:#fafafb;
    font-size:25px;
    font-weight:normal;
    display:block;
}
.m_sub_menu dl dt > a:hover{ color:#00b7ff}
.m_sub_menu dl dd > ul >li >a{
    font-size:20px;
    color:#00b7ff;
    display:block;
}
.m_sub_menu dl dd > ul >li >a:hover{ color:#ffffff}
.m_sub_menu dl dd > ul >li{
    padding-bottom:10px;list-style: none;
}
.m_subs_menu{
    padding-top:5px;
    display:none;
    padding-bottom:10px;
}
.m_subs_menu li a{
    color:#dadada;
    font-size:15px;
    line-height:30px;
    display:block;
}
.m_subs_menu li{ list-style-type:none;}


/*** inner banner****/
.inner_banner{
    width:100%;
    height:505px;
    text-align:right;
}
.inner_banner img{
    padding-top:135px;
    max-width:100%;
}

.about_banner{
    background: url(about_banner.jpg) no-repeat center center;
}
.tec_banner{
    background: url(tec_banner.jpg) no-repeat center center;
}
.press_banner{
    background: url(press_banner.jpg) no-repeat center;
}
.ir_banner{
    background:url(ir_banner.jpg) no-repeat center center;
}
.career_banner{
    background: url(career_banner.jpg) no-repeat center;
}
.csr_banner{
    background: url(csr_banner.jpg) no-repeat center;
}
.site_banner{
    background:url(ir_banner.jpg) no-repeat center center;
}
.contact_banner{
    background: url(contact_banner.jpg) no-repeat center;
}

#jp .about_banner img{
	padding-top:140px;
}
#jp .ir_banner img,#jp .career_banner img{
	padding-top:130px;
}
#jp .csr_banner img{
	padding-top:163px;
}

main{
    overflow:hidden;
}


/****LEFT MENU***/
.left_menu{
    width:227px;
    border:1px solid #6fcfe7;
    text-align:center;
    background:rgba(255,255,255,.92);
    padding:5px 18px;
    margin-top:-271px;
    float:left;
    display:block;
}
.left_menu li{
    font-size:18px;
    border-bottom:1px solid #a9a9a9;
    padding:6px 0;
	list-style: none;
}
.left_menu li:last-child{
    border-bottom:0;
}
.left_menu li a{
	padding:8px 0;

    display:block;
    color:#200f0f;
}
.left_menu li a:hover,.left_menu li.on > a{
    color:#58bf93;

}
.left_menu li p{
    font-size:13px;
    margin:0;
    text-align: center;
}
.left_menu li p a{
    display:block;
    height:25px;
    line-height:25px;
    color:#626262;
}
.left_menu li p a:hover,.left_menu li p.on a{
    color:#1e61aa;
    font-weight:700;transition: all .5s ease-in-out .1s;
    -webkit-transition: all .5s ease-in-out .1s;
    -moz-transition: all .5s ease-in-out .1s;
    -ms-transition: all .5s ease-in-out .1s;
    -o-transition: all .5s ease-in-out .1s;
}

.left_sub_menu{
    border-top:1px dashed #a9a9a9;
    margin-bottom:20px;
    display:none;


}
.left_menu li.on .left_sub_menu{
    display:block;
}



/*******INNER RIGHT*******/
.inner_right{
    background:#f7f7f7;
    width:75%;
    float:right;
    margin-top:-271px;
    padding:20px 0;
    overflow:hidden;
}
.inner_right ul{padding-left:20px}
.inner_right ol{padding-left:20px}

.about_table{
	margin-bottom:30px;
    border-top: 4px solid #a9aeaf;
    border-bottom: 4px solid #a9aeaf;
}
.about_table tbody{
    color: #000000;
}
.about_table td {
    border-right: 1px solid #a9aeaf;
    border-bottom: 1px dashed #686868;
    padding: 12px 20px;
    font-size: 12px;
}
.about_table td:last-child {
    border-right: none;
}
.about_table td{
	padding:10px;
}

.about_table td a{ text-decoration:underline;color:#161616}

.about_table td a:hover{ text-decoration:none;}



.about_table th{

	font-weight:700;

}

.about_table thead{

	background:#4798a4;

	color:#fff;

}




.h1_group h1{
    font-size:30px;
    font-weight:normal;
    color:#58bf93;
    padding:0 27px 0 38px;
    margin:0;
    border-bottom:14px solid #e5e5e5;
    padding-bottom:5px;
}
.h1_group h1 span{
    font-size:23px;
}
.h3_group{
    margin:0 27px 0 38px;
}
.chg_h3{ min-width: unset; }

.h3_group h3{
    font-size:18px;
    margin:0;
    color:#161616;
    padding:25px 0 0px 0;
}
.h3_group h4{ font-size:12px;}
.h3_group .year_dropdown{
    float:right;
    padding:25px 0 0 0;
}
.download_year{
    float:right;
}

.dropdown span{
    display:block;
    width:167px;
    height:18px;
    border:1px solid #41b1da;
    color:#41b1da;
    line-height:16px;
    font-size:12px;
    padding-left:8px;
	cursor: pointer;
}
.dropdown b{
    display:block;
    float:right;
    width:16px;
    height:16px;
    border-left:1px solid #41b1da;
    background:#aaadaf;
}
.dropdown b i{
    border-top-color: #fff;
    margin-left:3px;
}
.download_file {
    float:left;
    margin-bottom:20px;
}
.download_file .dropdown-menu,.download_year .dropdown-menu{
    top:18px;
}
.dropdown-menu{
    width:167px;
    border-radius:0;
    margin:-1px;
    border:1px solid #41b1da;
    left:1px;
    top: 43px;
}
.dropdown-menu > li > a{
    font-size:12px;
    padding:3px 8px;
}

.inner_padding{
    margin:25px 27px 50px 38px;
}
.csr_table { min-width: 800px; }
.csr_table a{ text-decoration:underline;}
.csr_table a:hover{ text-decoration:none;}

.finance_date{

}
.finance_date thead{
    text-align:center;
    font-size:14px;
    font-weight:700;
    color:#368bb6;
    border-top:4px solid #a9aeaf;
    border-bottom:4px solid #a9aeaf;
}
.finance_date td{
    padding:5px 10px;

}
.finance_date thead td{
    border-right:1px solid #a9aeaf;
}
.finance_date thead td:last-child{
    border-right:none;
}
.finance_date tbody{
    color:#000000;
    text-align:center;
}
.finance_date tbody td{
    border-right:1px solid #a9aeaf;
    border-bottom:1px dashed #686868;
    padding:12px 10px;
    font-size:12px;
}
.finance_date tbody td:last-child{
    border-right:none;
}
.finance_date tbody td:last-child a{
	/*color:#58bf93;*/
	color:#000000;
}
.finance_date tbody td:last-child a:hover{
	color:#1e61aa;
}
.finance_date tfoot td{
	padding-top:10px;
    font-weight:700;
    text-align:center;
	color:#000000;
	 font-size:12px;
}
.finance_date tfoot {
    border-top:4px solid #a9aeaf;
}
.finance_date a{
    color:#000000;
}
.finance_date a:hover{
    color:#1e61aa;
}
.finance_date a img:hover{ opacity:0.5;}
.monthly_line tbody td{
    border-right:none;
}
.monthly_line{ min-width: 800px; }
.monthly_line tbody td:first-child{
	border-right:1px solid #a9aeaf;
}
.monthly_line tbody td.mon_line1{
	border-right:1px solid #a9aeaf;
}
.board_table{
    margin-bottom:20px;
    min-width: 800px;
}
.board_table thead{
    text-align:center;
    font-size:12px;
    color:#368bb6;
    border-top:4px solid #a9aeaf;
    border-bottom:4px solid #a9aeaf;
}
.board_table td{
    padding:5px 10px;
}
.board_table thead td{
    border-right:1px solid #a9aeaf;
    border-bottom:1px solid #a9aeaf;
}
.board_table thead td:last-child{
    border-right:none;
}
.board_table tbody{
    color:#000000;
    text-align:center;
    border-bottom:4px solid #a9aeaf;
}
.board_table tbody td{
    border-right:1px solid #a9aeaf;
    border-bottom:1px dashed #686868;
    padding:12px 10px;
    font-size:12px;
}
.board_table tbody td:last-child{
    border-right:none;
}
.board_note{
    margin-bottom:30px;
}
.board_note ul{
    margin-left:50px;
}
.board_note ul li{

    margin-bottom:10px;
}

.board_note ol{
    margin-left:50px;
}
.board_note ol li{

    margin-bottom:10px;
}

.paging{
    margin-bottom: 5px;
    margin-top: 5px;
    overflow:hidden;
}
a.paging_prev{
    font-size:12px;
    display:block;
    float:left;
    background:url(page_icon.png) no-repeat 0 0;
    padding-left:20px;
    line-height:16px;
    color:#1b3460;
}
a.paging_prev:hover{background:url(page_icon_o.png) no-repeat 0 0;}
a.paging_next{
    font-size:12px;
    display:block;
    float:right;
    background:url(page_icon.png) no-repeat right -34px;
    padding-right:20px;
    line-height:16px;
    color:#1b3460;
}
.paging a:hover{
    color:#1e61aa;
}
a.paging_next:hover{ background:url(page_icon_o.png) no-repeat right -34px;}

.inner_box{
    min-height:320px;
    margin-top: 25px;
    margin-top: 25px;
    position:relative;
}
.inner_box b{
    font-size:18px;
    color:#368bb6;
    font-weight:normal;
    padding:0 0 10px 0;
    display:block;
}
.inner_box h4{ font-size:16px; font-weight:bold; color:#333333;}
.report_tab{
    margin-bottom:20px;
    border-bottom:3px solid #e5e5e5
}
.report_tab li{
    display:inline-block;
    margin-right:20px;
}
.report_tab li a{
	font-size:14px;
    color:#999999;
}
.report_tab li a:hover{
    font-size:18px;
    color:#368bb6;
}
.report_tab li.active a{
	font-size:18px;
    color:#368bb6;
}

.report_list{
    display:none;
}
.report_list.active{
    display:block;
}


.gov_box{
    min-height:300px;
    color:#191919;
}
.gov_box >p{
    padding-bottom:15px;

    line-height:20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.gov_box  table td{
    padding:5px;
}

a:focus,
a:active{
	outline: none;
}

.gov_board_list dd h4{
    font-size:16px;
    font-weight:bold;
    color:#368bb6;
}
.gov_board_list dd h4:hover{ color:#5e5e5e}

.gov_board_list dd p{
    font-size:12px;
}
.accordion-heading a{
    color:#191919;
    display:block;
    overflow:hidden;
}
.accordion-toggle.collapsed span{
    width: 0;
    left: 0;
    border-width: 9px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #368bb6;
    float:right;
    margin-right:-9px;
    margin-left:20px;
    margin-top:12px;
}
.accordion-toggle.collapsed:hover span{
    width: 0;
    left: 0;
    border-width: 9px;
    border-style: solid dashed dashed dashed ;
    border-color: #5e5e5e transparent transparent transparent;
    float:right;
    margin-right:0;
    margin-left:20px;
    margin-top:18px;
}
.accordion-toggle span{
    width: 0;
    left: 0;
    border-width: 9px;
    border-style: solid dashed dashed dashed ;
    border-color: #5e5e5e transparent transparent transparent;
    float:right;
    margin-right:0;
    margin-left:20px;
    margin-top:18px;
}
.accordion-group{
    border-bottom:1px dashed #686868;
    padding-bottom:20px;
    padding-top:20px;
}
.accordion-group:first-child{ padding-top:0px;}
.accordion-body{
    padding-top:10px;
}
.accordion-body p{
    margin-bottom:0;
    line-height:24px;
}
.accordion-body b{ text-decoration: underline; color:#58bf93;font-size:12px; display:block;padding-bottom:10px;}
.h2_group{

    overflow:hidden;
}
.gov_box h2{
    font-size:18px;
    color:#368bb6;
    margin:25px 0 10px 0;
}
.gov_box .year_dropdown{
    float:right;
    margin-top:20px;
}


.rss{
	line-height:20px;
    font-size:12px;
}
.rss a{
    text-decoration: underline;
    color:#333;
}
.rss a:hover{
    text-decoration:none;
}
.rss-step{
    padding:0 0 30px 30px;
}
.rss-rss,
.use-terms{
    display: table-cell;
}
.rss-rss{
    width: 160px;
}
.rss-use{
    padding-bottom: 0px;
}
.rss-rss a{
    margin-left: 10px;
}
.rss ol li {
    list-style-type: decimal;
}
.rss p{
    padding-bottom:15px;
}
.rss p:last-child{ padding-bottom:0;margin-bottom:0}
.rss h3{
    margin:0;
    font-size:16px;
    padding:5px 0 15px 0;
	color:#368bb6;
	font-weight: bold;
}



.sitemap{
    background: #f7f7f7;
    margin-top: -271px;
    padding: 20px 27px 20px 38px;
    overflow: hidden;
}
.sitemap ul > li {list-style:none;
}

.sitemap ul > li h3{
	text-align:center;
	color:#368bb6;
    font-size:18px;
	padding-bottom:10px;
}
.sitemap ul > li > ol{
    width:100%;list-style:none;
}
.sitemap ul > li > ol >li:not(:last-child){
    font-size:14px;
    line-height:20px;
    float:left;

    padding:0 12% 30px 0;
}
#jp .sitemap ul > li > ol >li:not(:last-child){
    padding:0 7% 30px 0;
}
.sitemap ul > li > ol >li a{
    color:#333;
}
.sitemap ul > li > ol >li > a{
	color:#58bf93;
	display:block;
    padding-bottom:15px;
}
.sitemap ul > li > ol >li a:hover{
    color:#368bb6;
}

.sitemap ul > li > ol >li p{
    margin:0;
	padding:0 0 8px 0;
    font-size:12px;
}
.sitemap ul > li >ol >li > p > span{
    display: block;
    padding-left: 8px;
}



.leave_overlay{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    position:fixed;
    top:0;
    left:0;
    z-index:500;
    display:none;
}
.leave_pop{
    position:absolute;
    top:50%;
    left:50%;
    margin:-200px 0 0 -270px ;
    max-width:540px;
    z-index:505;
    background:#fff;
    display:none;
}
.leave_pop h1{
    padding:15px 20px;
    margin:0;
    border-bottom:4px solid #a9aeaf;
}
.disclaimer_txt{
    padding:45px 50px 0;
    font-size:13px;
    line-height:24px;
}
.disclaimer_txt h2{
    margin:0;
    padding-bottom:15px;
    font-size:30px;
    color:#58bf93;
}
.disclaimer_button{
    text-align:center;
    padding-top:25px;
}
.disclaimer_button a{
    display:inline-block;
    width:60px;
    height:26px;
    line-height:26px;
    background:#7aa7c9;
    color:#fff;
    font-size:14px;
    margin:0 10px;
}
.disclaimer_button a:hover{
    background:#003a63;
}
.disclaimer_foot{
    margin-top:45px;
    background:#a9aeaf;
    color:#fff;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:12px;
}




.search{
   background: #f7f7f7;
    margin-top: -271px;
	padding:20px 0 40px 0 ;
    overflow: hidden;
margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
	width:100%;



}

.search ul li{color:#303030;

	overflow:hidden;

	padding:20px 38px;

	border-bottom:1px dashed #a8a9a7;

}

.search h5{margin:0 0 10px 0; font-size:16px;}
.search h5 a{ font-size:16px; color:#58bf93;}

.search h5 a:hover{ color:#626262}

.search h6{ font-size:12px; font-weight:normal;margin:0 0 10px 0;}

.search h6 a{  text-decoration:underline}

.search h6 a:hover{ text-decoration:none}

.search h7{ font-size:12px;font-weight:normal; line-height:18px;color:#161616; margin:10px 0 0 0  ;text-align:left;}

.search strong{

	color: #ff0000;

}


a.aemail{
    color: #58bf93;
    text-decoration: underline;
}
a.aemail:hover{
    text-decoration: none;
}

/* index page */
#banner{
    width: 100%;
    position: relative;
    height: 568px;
    transition: height .2s;
}
ul.banner_list{
    width: 100%;
    position: absolute;
}
ul.banner_list li{
    width: 100%;
    height: 568px;
    position: absolute;
    display: none;
    transition: height .2s;
}
ul.banner_list li:first-child{
    background: url(banner1.jpg) no-repeat center top;
    background-size: cover;
}
#jp ul.banner_list li:first-child{
    background: url(banner1_jp.jpg) no-repeat center top;
    background-size: cover;
}
ul.banner_list li:nth-child(2){
    background: url(banner2.jpg) no-repeat center top;
    background-size: cover;
}
#jp ul.banner_list li:nth-child(2){
    background: url(banner2_jp.jpg) no-repeat center top;
    background-size: cover;
}
ul.banner_list li:nth-child(3){
    background: url(banner3.jpg) no-repeat center top;
    background-size: cover;
}
ul.banner_list li:nth-child(4){
    background: url(banner4.jpg) no-repeat center top;
    background-size: cover;
}
#jp ul.banner_list li:nth-child(4){
    background: url(banner4_jp.jpg) no-repeat center top;
    background-size: cover;
}
ul.banner_list li:nth-child(5){
    background: url(banner5.jpg) no-repeat center top;
    background-size: cover;
}
ul.banner_list li:last-child{
    background: url(banner6.jpg) no-repeat center top;
    background-size: cover;
}
ul.banner_list li.current{
    /*display: block;*/
    background-size: cover;
}
ul.banner_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 43.25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.banner_btn li{
    color: #1e60a9;
    text-align: center;
    /*line-height: 24px;*/
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 3px solid #84b0d1;
    border-radius: 50%;
	list-style: none;
}
ul.banner_btn li:not(:first-child){
    margin-top: 8px;
}
ul.banner_btn li:hover,
ul.banner_btn li.current{
    color: #fff;
    background-color: #1c529c;
}

.index_content{
    margin-top: 21px;
    font-size: 14px;
}
.index_content > div > div{
    border: 1px solid #b5d1f1;
    padding-bottom: 15px;
    height: 300px;
    overflow: hidden;
}
.index_content h1{
    font-size: 30px;
    padding: 10px 10px 10px 25px;
    margin: 0;
    border-bottom: 10px solid #ebebeb;
}
#jp .index_content h1{
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    margin: 0;
    border-bottom: 10px solid #ebebeb;
}

.index_content h1 a{
    font-size: 9px;
    color: #626262;
    float: right;
    margin-top: 5px;
}
.index_content h1 a:hover{
    color: #0071bc;
}
.index_content h1 a i{
    display: inline-block;
    margin-bottom: 2px;
    border-top: 2px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 5px solid #767676;
}
.index_content span{
    display: block;
}
.index_content > div:first-child h1{
    color: #0071bc;
    text-indent: -9999em;
    border-bottom: none;
}
.index_content > div:first-child h1 a{
    text-indent: 0;
}
.index_content > div:nth-child(2) h1{
    color: #0071bc;
}
.index_content > div:nth-child(3) h1{
    color: #e66d04;
}
.index_content > div:last-child h1{
    color: #0dbf8d;
}
.col-md-3,
.col-sm-6,
.col-xs-12{
    padding-right: 5px;
    padding-left: 5px;
}
.index_bpi_img{
    text-align: center;
}
.index_touch > div{
    padding-right: 20px;
    padding-left: 20px;
}
.index_a_link{
    margin-top: 43px;
}
.index_a_link > b{
    text-align: center;
    display: block;
    color: #7c7c7c;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    background-color: #e2e2e2;
}

.index_tec_service > p,
.index_press_highlight > div{
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
}
#jp .index_tec_service>p,#jp .index_press_highlight span{
	line-height:1.1;
}
.index_press_highlight > div span i{
    display: inline-block;
    font-style: normal;
}
.index_press_highlight > div:last-child{
    font-size: 13px;
}
.index_press_highlight p{padding:0;margin:0}
.index_press_release ul{
    padding:10px 20px 20px 20px;
}
.index_press_release ul li{line-height:18px;
    padding-top:8px;
    padding-bottom:8px; list-style:none;
}
.index_press_release ul li a{
    color: #000;

}
.index_press_release ul li a:hover{
    color: #1e61aa;
}
.index_press_release ul li span{
    font-size: 13px;
}
.index_press_release ul li:not(:last-child){
    border-bottom: 1px dotted #7b7b7b;
}

/* inner page */
.inner_box h2{
    font-size: 18px;
    color: #368bb6;
    margin-bottom: 10px;
}
.inner_box h2:first-of-type{
    margin-top: 0;
}
.inner_box p{
    /*color: #1b3460;
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 30px;*/
}
/*.inner_box > p:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}*/
.inner_box > *:last-child,
.inner_box > *:last-child > *:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
/*about us*/
.about_video{
    width: 61.163895%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.value_img{
    width: 296px;
    float: right;
	margin-right:5%;
    margin-left: 15px;
    margin-bottom: 25px;

}
.about_gis_milestone section{
    /*margin-bottom: 35px;*/
}
.golbal_img{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #868686;
}
.about_gis_golbal section{
    margin-top: 25px;
}
.about_gis_golbal section p{
    padding-bottom: 0;
}
.about_gis_golbal section p:first-of-type{
    font-weight: bold;
}
.about_gis_golbal section ul li{
    width: 50%;
    float: left;
	list-style:none;
}
.about_gis_golbal section ul li:first-child{
    padding-right: 10px;
}
.about_gis_milestone h2,
.about_gis_milestone p{
    display: inline-block;
}
.about_gis_milestone h2{
    font-size: 12px;
    padding-right: 15px;
    min-width: 90px;
}

/* tech service */
.bpi{
    /*padding: 30px 0;*/
    padding: 47px 27px 46px 38px;
    background-color: #fff;
    margin-top: -14px;
}
.quality{
    /*padding: 30px 0;*/
    padding: 0 0 0 42px;
    background-color: #ffffff;
    margin-top: -15px;
	margin-bottom:30px;
}

.quality > img{ width: 100%; max-width:790px;}
.bpi > p{
    margin-bottom: 0;
}
.bpi > div{
    float: left;
	padding-right:5%;
    width: 42%;
    /*min-width: 380px;*/
}
.bpi > div img{
	padding-top:12px;
    max-width: 100%;
}
.bpi p{
	font-size:14px;
    width: 56%;
	padding-right:10px;
    float: right;
}
.tec_service_bpi section::after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}
.tec_service_bpi section .s_left{
    width: 45.130641%;
    padding-top: 40px;
    float: left;
    border-top: 1px solid #3d3d3d;
}
.tec_service_bpi section:first-of-type .s_left,
.tec_service_bpi section:first-of-type .s_right{
    padding-top: 0;
    border-top: none;
}
.tec_service_bpi section .s_right{
    width: 41.5676959%;
    padding-top: 40px;
    float: right;
    text-align: right;
}
.tec_service_bpi section .s_right_img{
    display: inline-block;
    /*padding: 8px;
    background-color: #eee;*/
    border: 6px solid #fff;
}
.tec_service_bpi section .s_right img{
    max-width: 100%;
}
.tec_service_advance section{
    margin-top: 25px;
}
.tec_adv_img{
    /*width: 100%;*/
	margin-bottom:20px;
    text-align: center;
}
.tec_adv_img img{
    /*width: 100%;*/
    max-width: 100%;
}
/*.tec_service_advance section:last-child .tec_adv_img{
    width: 50.8313539192%;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}*/
.tec_service_advance section:last-child p:not(:last-of-type){
    margin-bottom: 0;
}
.tec_quality_img,
.tec_diverse_img{
    text-align: center;
    margin-bottom: 25px;
}
.tec_quality_img img,
.tec_diverse_img img{
    max-width: 100%;
}
.tec_qc{
    position: relative;
}
.tec-qua-list{
    margin-bottom: 20px;
}
.tec-qua-list li{
    font-size: 18px;
    padding-bottom: 12px;
}
.tec-qua-list li:not(:first-child){
    padding-left: 15px;
}
.img_link{
    text-align: left;
    position: absolute;
}
.img_link > span,
.img_link > a{
    display: block;
}
.color_1{
    text-align: right;
    top: 55px;
    left: 95px;
}
.color_2{
    text-align: right;
    /*bottom: 100px;*/
    bottom: 21.27659574468085%;
    left: 0;
}
.color_3{
    text-align: left;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.color_4{
    text-align: left;
    right: 0;
    /*bottom: 100px;*/
    bottom: 21.27659574468085%;
}
.color_5{
    width: 18.51851851851852%;
    text-align: left;
    top: 55px;
    /*right: 135px;*/
    right: 16.66666666666667%;
}
.tec_qc ul{
    margin-top: 15px;
}
.tec_qc ul li{
    text-align: left;
    width: 50%;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}
.tec_qc ul li span{
    display: block;
}
.tec_diverse .s_left{
    float: left;
    width: 100%;
}
.tec_diverse .s_right{
    float: left;
    width:40%;
	padding:8%;
}
.tec_diverse .s_right h2{
	color:#58bf93;
	font-size:20px;
	line-height:26px;

}

/* career */
.career_training section{
    padding-bottom: ;
}
.hot_jobs a{
    line-height: 20px;
    display: block;
    position: relative;
    color: #31445b;
	margin-bottom:5px;
    padding-left: 15px;
}
.hot_jobs a:hover{
    color: #58bf93;
}
.hot_jobs a::before{
    content: "";
    width: 4px;
    height: 4px;
    color: #1b3460;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2px;
    border-radius: 4px;
    background-color: #31445b;
}
.hot_jobs a:hover::before{
    background-color: #58bf93;
}

/* csr */
.csr_csr section{
    margin-top: 25px;
}
.csr_img{
    float: right;
    padding-top: 25px;
    padding-left: 25px;
    margin-bottom: 25px;
}
.csr_img img{
    max-width: 100%;
}
.csr_csr section:last-of-type p span{
    display: block;
}


/* contact us */
.contact_us_list{
    padding-bottom: 45px;
    margin-bottom: 55px;
    border-bottom: 1px solid #868686;
}
.contact_us_list li{
    width: 50%;
    float: left;
}
.contact_us_list li:first-child{
    padding-right: 15px;
}
.contact_us_list li span{
    display: block;
    margin-bottom: 10px;
    color: #1b3460;
    font-weight: bold;
}
.contact_us_list li p{
    line-height: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.contact_us_list li p:first-of-type{
    background: url(locate_icon.png) no-repeat left center;
}
.contact_us_list li p:last-of-type{
    background: url(tel_icon.png) no-repeat left center;
}
.contact_us section ul li{
    float: left;
    width: 25%;
}
.contact_us section ul li span,
.contact_us section ul li a{
    display: block;
    padding-left: 30px;
}
.contact_us section ul li span{
    font-weight: bold;
    color: #1b3460;
}
.contact_us section ul li a{
    text-decoration: underline;
    background: url(email_icon.png) no-repeat left center;
}

.shareholder_contact b:nth-child(8){ padding-top:40px;}
.shareholder_contact p:nth-child(6){ padding-top:20px;}

.press_detail p a img{max-width:100%; text-align:center;}
.press_detail h5{ font-size:12px; display:block; padding:20px 0; text-align:right; font-weight:normal;}

.swipe-indicator {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.25);
    display: none;}
.icon-move:before {
    content: "\e60b";
}
.swipe-indicator i {
    font-size: 135px;
    display: inline-block;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    top:20px;}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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;
}


.press_release_container{ min-width: 800px;  }
.press_release_main{ overflow:auto; position: relative;  }

.gov_box_share{ overflow-x: auto; position: relative; }
.share_tbl{ min-width: 800px; }

.add_tbl_wrap{ overflow-x: auto; position: relative; }
.committees_tbl{ min-width: 800px;}
.finance_date thead td{
    white-space: nowrap;
}

/* #frame-box iframe {
    min-height: 800px;
} */