#insideBanner {
	height: 250px;
	margin-bottom: 50px;
}

#classify {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

#classify li {
	line-height: 20px;
	text-align: center;
	border: #0a5cb9 1px solid;
	margin: 0 12.5px 50px;
}

#classify li a {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	height: calc( 100% - 10px );
	color: #0a5cb9;
}

#classify li:hover a, #classify li.this a {
	background: #0a5cb9;
	color: #fff;
}

.button dl {
	padding-left: 30px;
	border-left: #1d6ac4 1px solid;
	line-height: 35px;
	margin-top: 25px;
	margin-left: 15px;
}

.button dt {
	position: relative;
	font-size: 16px;
	color: #1d6ac4;
}

.button dt:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -38px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #1d6ac4;
}

.button dd {
	margin-bottom: 35px;
}

#productClassify {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}

#productClassify li {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50px;
	border: #c9c9c9 1px solid;
	transition: .3s;
}

#productClassify li a {
	display: flex;
	width: calc( 100% - 10px);
	height: 100%;
	justify-content: center;
	align-items: center;
	color:#666;
	margin: 0 5px;
	text-align:center;
	letter-spacing: -0.5px;
}

#productClassify li.this, #productClassify li:hover {
	background: #005cba;
	border: #fff 1px solid;}

#productClassify li.this a, #productClassify li:hover a {
	color: #fff;
}

#productClassify li.this:before, #productClassify li:hover:before {
	position: absolute;
	top: -5px;
	left: -5px;
	content: '';
	width: 92px;
	height: 92px;
	border: #005cba 4px solid;
	border-radius: 100px;
	z-index:-1;
}

.productCell .show {
	display: none;
}

.invest {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}

.investMenu {
	width: 200px;
}

.investMenu > li {
	width: 100%;
	margin-bottom: 25px;
}

.investMenu li li {
	padding: 2px 15px;
	width: calc( 100% - 30px );
	line-height: 35px;
	border-bottom: #c9c9c9 1px dashed;
	color: #434343;
}

.investMenu li li:first-child {
	border-bottom: #a0a0a0 1px solid;
	font-size: 20px;
	line-height: 45px;
	background: #f7f7f7 url('../_images/arrow.png') right center no-repeat;
}

.investMenu li li:hover, .investMenu li li.this{
	background: #1d6ac4;
	color: #fff;
}

.investMenu li li a {
	color: #434343;
}
.investMenu li li.this a ,.investMenu li li:hover a{
	color: #fff;
}

.investMenu li li:first-child:hover {
	color: #434343;
	border-bottom: #a0a0a0 1px solid;
	font-size: 20px;
	line-height: 45px;
	background: #f7f7f7 url('../_images/arrow.png') right center no-repeat;
}

.investMenuOpen {
	display: none;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -115px;
	left: 0;
}

.investMenuclose {
	display: none;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff url('../_images/investClose.png') right center no-repeat;
	background-size: contain;
	z-index: 9999999;
}

.investContent {
	width: calc( 100% - 300px);
	padding: 25px;
}

.investContent  h1 {
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	border-bottom: #1d6ac4 1px solid;
}

.investContent div.title {
	font-size: 16px;
	color:  #1d6ac4;
	margin-bottom: 10px;
	border: #1d6ac4 1px solid;
	padding: 5px 8px;
	border-radius: 3px;
	width: auto;
	display: inline-block;
	break-after: always;
}


.investContent table {
	border-collapse: collapse;
    width: 100%;
    min-width: 500px;
}

.investContent thead td {
	background: #1d6ac4;
	color: #fff;
}

.investContent td {
	border: #ddd 1px solid;
	padding: 5px;
	color: #333;
	vertical-align: middle;
}

.investContent tr:nth-child(even) {
	background-color: #f2f2f2;
}

.investContent a {
	color: #1d6ac4;
}

.investContent dl {
	padding-left: 30px;
	border-left: #1d6ac4 1px solid;
	line-height: 35px;
	margin-top: 25px;
}

.investContent dt {
	position: relative;
	font-size: 16px;
	color: #1d6ac4;
}

.investContent dt:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -38px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #1d6ac4;
}

.investContent dd {
	margin-bottom: 35px;
}

.investContent .tableImg {
	width: 100%;
}

.investContent p img {
	width: 100% !important;
	height: auto !important;
}

.tableImg li {
	width: calc( 50% - 12.5px );
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

.tableImg li:nth-child(even) {
	margin-right: 0px;
}

#faith {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
}

#faith li {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 3px solid;
	font-size: 16px;
}

#faith li:first-child {
	color: #b3daed;
}

#faith li:nth-child(2) {
	color: #9ad5d3;
}

#faith li:nth-child(3) {
	color: #fbc2c4;
}


#contactList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

#contactList > li {
	width: 100%;
	padding: 15px 0;
	border-bottom: #a0a0a0 1px dashed;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

#contactList li iframe {
	width: calc( 100% - 377px );
	margin-right: 23px;
	border: #e4e4e4 1px solid;
}

.contactText {
	width: 325px;
	padding: 25px;
}

.contactTitle {
	margin-bottom: 25px;
	color: #454545;
	line-height: 30px;
	font-size: 18px;
}

.contactTitle div, #contactList > li:last-child h3 {
	color: #0a5cb9;
	font-size: 20px;
	font-weight: 900;
	width: 100%;
}

#contactList > li:last-child h3 {
	margin-top: 25px;
}

.contactDetail li,
.contactDetail li a {
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #7a7a7a;
}

.contactDetail li:before {
	content: '';
	width: 2px;
	background:#0a5cb9;
	height: 20px;
	position: absolute;
	top:0;
	left: 0;
}

#contactList > li:last-child {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.proxy {
	position: relative;
	width: calc( 50% - 115px );
	padding: 25px 75px 25px 25px;
	background: #fafafa;
	margin-bottom: 30px;
}

.proxy a.position {
	position: absolute;
	bottom: 35px;
	right: 25px;
	color: #0a5cb9;
	font-weight: 900;
}


.proxy a.position img {
	margin-right: 5px;
}

.date {
	line-height: 35px;
	font-size: 13px;
	color: #1481b9;
	border-bottom: #a0a0a0 1px dashed;
	margin-bottom: 25px;
}

.newsTitle {
	font-size: 35px;
	color: #004a70;
	margin-bottom: 25px;
}

.newsImg {
	width: 100%;
	margin-bottom: 25px;
}

.content {
	margin-bottom: 100px;
}

.content p {
	line-height: 35px;
	color: #8a8a8a;
	/*margin-bottom: 50px;*/
}

#aboutImg {
	float: right;
	margin: 0 0 50px 50px;
}

ul#newsList {
	float: right;
	width: 100%;
}

ul#newsList li{
	display: flex;
	flex-direction: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	line-height: 50px;
	border-bottom:#a0a0a0 1px dashed;
}

ul#newsList li:hover{
	color: #1d6ac4;
    font-weight: 900;
}


ul#newsList a {
	color: #333;
}

ul#newsList li h3 {
	line-height: 50px;
	font-size: 16px;
	color: #1481b9;
	margin-bottom: 0 !important;
	margin-right: 50px;
}

.productTable {
	display: table;
	width: calc( 100% - 1px );
	border-collapse: collapse;
	margin-bottom: 100px;
}

.productRow {
	display: table-row;
}

.productRow .productCell:last-child {
	min-width: 140px;
}

.productRow .productCell:nth-child(4) {
	min-width:70px;
}


.productRow:hover .productCell,.productRow:hover .productCell .download,.productRow:hover .productCell .download a{
	background-color:#005cba;
	color:#fff;
}


.productRow .productCell:nth-child(2) {
	min-width:150px;
}

.productRow .productCell:nth-child(3) {
	min-width:60px;
}

.productCell {
	display: table-cell;
	text-align: center;
	border: #e5e5e5 1px solid;
	padding: 10px;
	color: #8b8b8b;
	vertical-align: middle;
}




.productCell img {
	height: 100px;
}

.title .productCell {
	background: #eee !important;
	color: #8b8b8b !important;
}

.download {
	text-align: left;
	padding-left: 25px;
	background: url('../_images/download.png') left center no-repeat;
	background-size: 15px;
	color: #2a7bd6;
	font-size: 13px;
	margin-left: 10px;
}

.buttonArea {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.buttonArea.center {
	justify-content: center;
}

.back {
	text-align: center;
	line-height: 35px;
	margin:50px 0 100px;
}

.back a {
	display: block;
	height: 35px;
	padding: 0 15px;
	border: #707070 1px solid;
	color: #707070;
}

.back a:hover {
	background: #4489ca;
	color: #fff;
	border-color: #4489ca;
}

ul#page {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin:50px 0 100px;
}

ul#page li {
	text-align: center;
	line-height: 35px;
	margin: 0 5px;
}

ul#page li a {
	display: block;
	width: 35px;
	height: 35px;
	border: #707070 1px solid;
	color: #707070;
}

ul#page li.active a, ul#page li:hover a {
	background: #4489ca;
	color: #fff;
	border-color: #4489ca;
}

#footer {
	background: #002f7d;
}

#footer img {
	position: relative;
	top:-30px;
	filter: drop-shadow(0px 30px #fff);
}

#footer ul li,
#footer ul li a {
	color: #fff;
}


@media screen and (max-width: 979px) {
	.productRow .productCell:nth-child(1),.productRow .productCell:nth-child(2),.productRow .productCell:last-child {
		max-width:100% !important;
	}

	#insideBanner {
		height: 150px;
		margin-bottom: 25px;
	}

	#productClassify {
		display: block;
		overflow: hidden;
		width: calc( 100% - 10px );
		padding: 5px;
	}

	#productClassify li {
		float: left;
		width: calc( 100%/5 - 90px/5);
		height: calc( 100vw/5 - 75px/5 - 75px/5);
		border-radius: 200px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#productClassify li:nth-child(5n) {
		margin-right: 0px;
	}

	#productClassify li.this:before, #productClassify li:hover:before {
		position: absolute;
		top: -5px;
		left: -5px;
		content: '';
		width: calc( 100% + 2px );
		height: calc( 100% + 2px );
		border: #005cba 4px solid;
		border-radius: 100px;
	}

	.productTable {
		display: block;
		width: 100%;
	}

	.productRow {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	.productRow.title {
		display: none;
	}

	.productCell {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		border: 0;
		border-bottom: #e5e5e5 1px solid;
	}

	.productCell:before {
		content: attr(data-title);
		white-space: pre-wrap;
	}

	.productCell:last-child:before {
		content: normal;
	}

	.productCell:first-child {
		justify-content: center;
	}

	.productCell img {
		height: 200px;
	}

	.productCell .show {
		display: block;
		color: #2a7bd6;
	}


	ul#newsList li{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	ul#newsList li h3 {
		line-height: 25px;
		font-size: 16px;
		color: #1481b9;
		margin-bottom: 0 !important;
		margin-right: 50px;
	}

	ul#newsList li p {
		line-height: 25px;
		margin-bottom: 15px;
	}

	.buttonArea {
		flex-direction: column;
		justify-content: center;
	}

	#aboutImg {
		width: 100%;
		margin: 0 0 25px 25px;
	}

	#contactList li {
		flex-wrap: wrap;
	}

	#contactList li iframe {
		width: calc( 100% - 2px );
		margin-right: 0px;
	}

	.contactText {
		width: calc( 100% - 50px );
	}

	.invest {
		position: relative;
	}

	.investMenu {
		position: fixed;
		top: 50px;
		left: -100%;
		width: 100%;
		height: calc( 100% - 50px );
		overflow-y: scroll;
		background: #fff;
		z-index: 99999999999;
	}

	.investMenuOpen {
		display: block;
	}

	.investContent {
		width: calc( 100% - 50px);
		min-height: 300px;
	}

	.proxy {
		width: calc( 100% - 50px );
		margin-bottom: 30px;
		padding: 25px;
	}

	.proxy a.position {
		display: block;
		width: 100%;
		position: static;
		text-align: right;
	}

	.investContent td {
		font-size: 12px;
	}

	.content p > img {
		width: 100% !important;
		height: auto !important;
	}

	.newsTitle {
		font-size: 20px;
	}


	#classify li {
		font-size: 12px;
		margin: 0 2.5px 50px;
	}

	#faith li {
		font-size: 12px !important;
	}

	.investContent {
		overflow-x: scroll;
	}

}


@media screen and ( max-width: 480px ) {
	#productClassify {
		display: block;
		overflow: hidden;
		width: calc( 100% - 10px );
		padding: 5px;
	}

	#productClassify li {
		float: left;
		width: calc( 100%/3 - 46px/3);
		height: calc( 100vw/3 - 31px/3 - 75px/3 );
		border-radius: 200px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#productClassify li:nth-child(5n) {
		margin-right: 20px;
	}

	#productClassify li:nth-child(3n) {
		margin-right: 0px;
	}

	#productClassify li.this:before, #productClassify li:hover:before {
		position: absolute;
		top: -5px;
		left: -5px;
		content: '';
		width: calc( 100% + 2px );
		height: calc( 100% + 2px );
		border: #005cba 4px solid;
		border-radius: 100px;
	}
}