/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);*/

#topSlide {
	width: 450px;
	position: relative;
	float:left;
}
#slideWrapper {
	width: 100%;
	height: 228px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#slideWrapper .slideBox {
	width: 100%;
	height: 228px;
	overflow: hidden;
	position: absolute;
}
#slideWrapper .slideBox .spSlide {
	display: none;
}
#topSlide .thumbList {
	width: 100px;
	margin: 0 auto;
/*	position: absolute;
	height: 10px;
	bottom: 10px;
	left: 22px;
	z-index: 20;
*/}
#topSlide .thumbList ul {
	text-align: left;
	margin-left:-5px;
}
#topSlide .thumbList li {
	display: block;
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/top/ic_slide_mark.png) no-repeat left top;
	cursor: pointer;
	z-index: 20;
}
#topSlide .thumbList li.current {
	background: url(../images/top/ic_slide_mark_on.png) no-repeat left top;
	cursor: default;
}
.newsBlock {
	width:250px;
	float:right;
}
.newsBlock dl dt, .newsBlock dl dd {
	float:none;
	width:auto;
}
.newsBlock dl dt {
	font-size:80%;
}

.centerArea {
	max-width: 720px;
	margin-inline: auto;
}

.loginHeader {
	background-color: #636363bd;
	color: #fff;
	font-size: 120%;
	padding: 6px 20px;
}
.loginHeader span {
	font-weight: normal;
	font-size: 90%;

}

.loginBtn {
	margin-top: 50px;
	background-color: #44af35;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 2px 30px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	border-radius: 33px;
	transition: opacity .3s ease;
}
.loginBtn:hover {
	opacity: .7;
}

.logoDownload {
	margin-top: 40px;
}

.logoDownload a {
	display: flex;
	align-items: center;
	column-gap: 30px;
	/* background: linear-gradient(to top, #f1fefa 10%, #fff); */
	background-color: #fff;
	border: #664aa7 3px solid;
	border-radius: 15px;
	padding: 20px 0 20px 20px;
    box-shadow: 0 0 8px 0 rgba(#1e55b5, 0.1);
	text-decoration: none !important;
	transition: opacity .3s ease;
}
.logoDownload a:hover {
	opacity: .7;
}
.logoDownload a .detail {
	display: flex;
	flex-direction: column;

}
.logoDownload a .detail .heading {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
.logoDownload a .detail .heading::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: #664aa7 3px solid;
	border-right: #664aa7 3px solid;
	margin-left: 10px;
	margin-top: 1px;
	transform: rotate(-45deg) translateY(-1px);
	transition: transform .3s ease;
}
.logoDownload a:hover .detail .heading::after {
	transform: translateX(6px) translateY(-1px) rotate(-45deg);

}
.logoDownload a .detail .img {
	text-align: right;

}
.logoDownload a .detail img {
	max-width: 75%;
	height: auto;
}
