#j_index_shadow{
	height: 15px;
	width: 100%;
	background-image: url(../images/layout/header_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	display: none;
	}
#index_banner {
	height: 520px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*01*/
#j_index_linkshell {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.j_index_link_icon{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 45px;
	}
#j_index_link01 {
	width: 49%;
	font-size: 1.7rem;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
	background-color: #3392AE;
	background-image: url(../images/index/link_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-radius: 6px;
}
#j_index_link02 {
	width: 49%;
	font-size: 1.7rem;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
	background-color: #D3A459;
	background-image: url(../images/index/link_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-radius: 6px;
}
/*02*/
#j_news_shell {
	background-color: #F3F3F3;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.j_news_body{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5rem;
	}
.j_news_body a{
	font-size: 1rem;
	color: #333;
	text-decoration: none;
	}
.j_news_body a:hover{
	font-size: 1rem;
	color: #3392AE;
	text-decoration: none;
	}
.j_news_body dt{
	width: 49%;
	float: left;
	}
.j_news_body dd{
	width: 49%;
	float: right;
	margin-left: 0px;
	}
.j_news_title01{
	font-size: 1.5rem;
	font-weight: bold;
	color: #3392AE;
	text-decoration: none;
	line-height: 2rem;
	}
.j_news_title02{
	font-size: 1.5rem;
	font-weight: bold;
	color: #D3A459;
	text-decoration: none;
	line-height: 2rem;
        padding-bottom: 0px;
	}
.j_news_date{
	font-size: 0.875rem;
	color: #D3A459;
	text-decoration: none;
	}
.j_news_moreshell{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
	line-height: 3rem;
	}
.j_news_more_link01{
	font-size: 1rem;
	color: #3392AE !important;
	text-decoration: none;
	background-image: url(../images/index/newsmore01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	}
.j_news_more_link02{
	font-size: 1rem;
	color: #D3A459 !important;
	text-decoration: none;
	background-image: url(../images/index/newsmore02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	}
/*03*/
#j_countryshell{
	width: 100%;
	background-color: #3392AE;
	}
#j_country_inshell{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	height: 80px;
	}
#j_country_inshell .title01{
	font-size: 1.5rem;
	font-weight: bold;
	float: left;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 80px;
	color: #FFF;
	}
#j_country_inshell .link{
	margin-left: 15px;
	font-size: 1rem;
	line-height: 80px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 120px;
	border: 0px;
	}

#j_country_inshell .link img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 5px;
	}
/*03*/
.flex-container {
  display: flex | inline-flex;
}
.j_map_title{
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	color: #3392AE;
	/*width: 1000px;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3392AE;
	text-align: center;
	margin-top: 1%;
	}
#j_mapshell{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    justify-content: flex-start;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.j_mapshell_line01{
	border: thin solid #C1190F;
	margin-top: 15px;
	}
.j_mapshell_line02{
	border: thin solid #BFA77A;
	margin-top: 15px;
	}
.j_mapshell_line03{
	border: thin solid #8D8D8D;
	margin-top: 15px;
	}
.j_mapshell_line04{
	border: thin solid #76B22F;
	margin-top: 15px;
	}
.j_mapshell_line05{
	border: thin solid #5388C3;
	margin-top: 15px;
	}
.j_mapshell_line06{
	border: thin solid #2CB2C1;
	margin-top: 15px;
	}
.j_mapshell_line07{
	border: thin solid #8777d5;
	margin-top: 15px;
	}
#j_mapshell img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
	}
#j_mapshell a{
	font-size: 1.2rem;
	color: #333;
	text-decoration: none;	
	}
#j_mapshell a:hover{
	font-size: 1.2rem;
	color: #3292AE;
	text-decoration: none;
	}
#j_mapshell .item1{
	line-height: 70px;
	background-color: #FFF;
	text-decoration: none;
	width: 32%;
	}
@media screen and (max-width:768px){
	
#index_banner {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*01*/
#j_index_linkshell {
	width: 97%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*02*/
#j_news_shell {
	background-color: #F3F3F3;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.j_news_body{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5rem;
	}
/*03*/
#j_countryshell{
	width: 100%;
	background-color: #3392AE;
	}
#j_country_inshell{
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	height: auto;
	}
#j_country_inshell .title01{
	font-size: 1.5rem;
	font-weight: bold;
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-left: 15px;
	line-height: 3rem;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
#j_country_inshell .link{
	margin-left: 1%;
	font-size: 1rem;
	line-height: 80px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 24%;
	border: 0px;
	}

/*03*/
.flex-container {
  display: flex | inline-flex;
}
#j_mapshell{
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    justify-content: flex-start;
	justify-content: space-between;
    flex-wrap: wrap;
	}	
#j_mapshell img{
	width: 40px;
	height : 40px;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
	}
#j_mapshell a{
	font-size: 1.087em;
	color: #333;
	text-decoration: none;	
	}
#j_mapshell a:hover{
	font-size: 1.087em;
	color: #3292AE;
	text-decoration: none;
	}
	}
@media screen and (max-width:480px){
#index_banner {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*01*/
#j_index_linkshell {
	width: 97%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.j_index_link_icon{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 45px;
	}
#j_index_link01 {
	width: 49%;
	font-size: 1.3rem;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
	border-radius: 6px;
	background-color: #3392AE;
	background-image: url(../images/index/link_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#j_index_link02 {
	width: 49%;
	font-size: 1.3rem;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
	border-radius: 6px;
	background-color: #D3A459;
	background-image: url(../images/index/link_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
/*02*/
#j_news_shell {
	background-color: #F3F3F3;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.j_news_body{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5rem;
	}

.j_news_body dt{
	width: 100%;
	float: none;
	}
.j_news_body dd{
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-top: 20px;
	}
/*03*/
#j_countryshell{
	width: 100%;
	background-color: #3392AE;
	}
#j_country_inshell{
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	height: auto;
	}
#j_country_inshell .title01{
	font-size: 1.5rem;
	font-weight: bold;
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-left: 15px;
	line-height: 3rem;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
#j_country_inshell .link{
	margin-left: 1%;
	font-size: 1rem;
	line-height: 80px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 31%;
	border: 0px;
	}

/*03*/
.flex-container {
  display: flex | inline-flex;
}
#j_mapshell{
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	}	
#j_mapshell .item1{
	line-height: 70px;
	text-decoration: none;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	}
