@charset "utf-8";

@view-transition {
    navigation: auto;
}

html{
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
}
a {
	color:inherit;
	text-decoration:none;
}
.base {
	width:90%;
	margin:0 auto;
}
.top-left {
	float:left;
	width:25%;
	height:800px;
	margin-top:40px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:60px;
}
.top-right {
	float:right;
	width:73%;
	margin-top:40px;
	box-sizing:border-box;
	margin-bottom:60px;
}
.top-center {
	display:none;
}
.top-ancker {
	margin-top:-60px;
	padding-top:60px;
}
.vegas {
	width:100%;
	max-height:800px;
	border-radius: 20px 20px 0px 0px;
	box-sizing:border-box;
}
.top-banners {
	width:100%;
	margin-top:8px;
	display:flex;
	justify-content:space-between;
}
.top-banner {
	width:19.5%;
	cursor:pointer;
}
.top-banner:hover {
	opacity:0.7;
}
.round-left {
	border-radius: 0px 0px 0px 20px;
}
.round-right {
	border-radius: 0px 0px 20px 0px;
}
.round-normal {
	border-radius: 0px 0px 0px 0px;
}
.top-menu {
	position:absolute;
	width:100%;
	top: 3%;
	display:none;
}
.top-menu-item {
	font-size:15px;
	margin-left:50px;
	margin-top:6px;
	margin-bottom:6px;
	color:#444;
	cursor:pointer;
	padding-bottom:4px;
}
.top-menu-news {
	font-size:14px;
	margin-left:60px;
	margin-top:0px;
	line-height:28px;
	cursor:pointer;
	color:#4f8e90;
}
.top-menu-detail {
	margin-left:60px;
	margin-top:5px;
	cursor:pointer;
}
.top-menu-detail-item {
	font-size:14px;
	margin-bottom:8px;
	padding-bottom:4px;
	color:#4682b4;
}
.top-snslist {
	width:100%;
	display:flex;
	justify-content:start;
	margin-bottom:20px;
}
.top-sns {
	font-size:28px;
	color:#666;
	margin-right:15px;
}
.top-sns:hover {
	color:#db7093;	
}
.top-comment {
	position:absolute;
	width:66%;
	font-size:14px;
	color:#888;
	padding-left:50px;
	line-height:24px;
	bottom: 12%;
}
.top-logo {
	position:absolute;
	width:80%;
	left: 0;
	bottom:0px;
}
.scroll-fade-up {
	width: 100%;
}
.top-bkimg {
	background-image: url(../img/topimg/business_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-company {
	width:75%;
	margin:0 auto;
	padding-top:60px;
	margin-bottom:60px;
}
.top-company-left {
	float:left;
	width:40%;
	box-sizing:border-box;
	border-right:1px solid #ccc;
	height:500px;
	background-color: #eee;
	background-image: url(../img/topimg/dai3bill.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px 20px 20px 20px;
}
.top-company-right {
	float:right;
	width:60%;
	box-sizing:border-box;
}
.top-company-right-title {
	font-size:50px;
	text-align:right;
	transform: scale(0.5, 1);
	transform-origin: top right;
	color:#888;
}
.top-company-right-title-mini {
	font-size:20px;
	text-align:right;
	margin-top:3px;
}
.top-company-right-detail {
	margin-left:80px;
	margin-right:0px;
	margin-top:60px;
	font-weight:14px;
}
.top-business {
	width:75%;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
}
.top-business-left {
	float:left;
	width:20%;
	box-sizing:border-box;
	white-space: nowrap;
	overflow-x:hidden;
}
.top-business-left-title {
	font-size:50px;
	text-align:left;
	transform: scale(0.5, 1);
	transform-origin: top left;
	color:#888;
}
.top-business-left-title-mini {
	font-size:20px;
	text-align:left;
	margin-top:3px;
}
.top-business-right {
	float:right;
	width:78%;
	height:600px;
	position:relative;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.5);
	border-radius: 20px 20px 20px 20px;
	padding:30px;
	padding-top:50px;
}
.top-business-right-inner {
	position:absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
.top-business-right th {
	font-size:16px;
	font-weight:bold;
	color:#000;
	vertical-align:top;
	text-align:right;
	padding:10px;
	width:100px;
}
.top-business-right td {
	font-size:16px;
	color:#000;
	padding:10px;
	padding-left:30px;
}
.top-security {
	width:80%;
	margin:0 auto;
	padding-top:30px;
	margin-bottom:60px;
}
.top-security-title {
	font-size:50px;
	text-align:left;
	transform: scale(0.5, 1);
	transform-origin: top left;
	color:#888;
}
.top-security-title-mini {
	font-size:20px;
	text-align:left;
	margin-top:3px;
}
.top-security-detail {
	box-sizing:border-box;
	width:100%;
	border:1px solid #aaa;
	border-radius: 20px 20px 20px 20px;
	margin:0 auto;
	margin-top:30px;
	font-size:15px;
	padding:50px;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8f0 calc(100% - 1px)),
					  linear-gradient(90deg, transparent calc(100% - 1px), #e8e8f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
.top-security-detail-left {
	float:left;
	width:48%;
}
.top-security-detail-right {
	float:right;
	width:48%;
}
.top-security-detail-title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
.top-masonry {
	width:70%;
	margin:0 auto;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:80px;
}
.masonry-item { 
	width: 30%; 
	margin:5px;
	box-sizing:border-box;   
	padding:30px;
	font-size:16px;
	border:1px solid #888;
	border-radius:6px;
	background-color:#fff;
}
.masonry-date {
	float:right;
	color:#5f9ea0;
}
.masonry-title {
	float:left;
	font-size:18px;
	font-weight:bold;
}
.masonry-news {
	margin-top:10px;
}
.top-news-title {
	width:200px;
	margin:0 auto;
	padding-top:60px;
}
.top-newsimg {
	background-image: url(../img/topimg/news_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	.base {
		width:100%;
		margin:0 auto;
	}
	.top-left {
		display:none;
	}
	.top-menu {
		display:none;
	}
	.top-right {
		width:100%;
		margin-top:0px;
		margin-bottom:20px;
	}
	.top-center {
		display:block;
		padding:20px;
		padding-top:30px;
		font-size:14px;
		line-height:24px;
		color:#2f4f4f;
	}
	.top-ancker {
		margin-top:0px;
		padding-top:0px;
	}
	.vegas {
		width:100%;
		max-height:400px;
		border-radius: 0px 0px 0px 0px;
		box-sizing:border-box;
	}
	.top-banners {
		width:95%;
		margin:0 auto;
		margin-top:0px;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.top-banner {
		width:49%;
		cursor:pointer;
		margin-top:8px;
	}
	.round-left {
		border-radius: 10px 10px 10px 10px;
	}
	.round-right {
		border-radius: 10px 10px 10px 10px;
	}
	.round-normal {
		border-radius: 10px 10px 10px 10px;
	}
	.top-masonry {
		width:100%;
		margin:0 auto;
		padding-left:4px;
		padding-top:10px;
		padding-bottom:30px;
	}
	.top-news-title {
		width:100px;
		margin:0 auto;
		padding-top:14px;
	}
	.masonry-item { 
		width: 46%; 
		margin:5px;
		box-sizing:border-box;   
		padding:5px;
		font-size:14px;
		border:1px solid #888;
		border-radius:6px;
		background-color:#fff;
	}
	.masonry-date {
		float:right;
		color:#5f9ea0;
		font-size:12px;
	}
	.masonry-title {
		float:left;
		font-size:14px;
		font-weight:bold;
	}
	.masonry-news {
		margin-top:10px;
		font-size:14px;
	}
}
	
