*{
	margin:0;
	padding:0;
}
@font-face {
	font-family:'jyNomarl';
	src: url('../font/regular.OTF');
}
@font-face {
	font-family:'jyBold';
	src: url('../font/bold.OTF');
}
html{
	min-width:1200px;
}
body{
	background:#eaeff3;
	width:100%;
	height:100%;
	font-family:'jyNomarl';
}
a{
	text-decoration:none;
	color:#fff;
}
.cusp{
	cursor:pointer;
}
.t-wh{
	color:#fff;
}
.marl08{
	margin-left:8px;
}
.dspn{
	display:none;
}
.overBottomTop{
	height: 167px;
	background-color: rgba(1, 82, 147, 100);
	padding:0 14%;
	display:flex;
	justify-content:space-between;
}
.overBottomTopLeft{
	display:flex;
	justify-content:flex-start;
}
.overBottomTopLeftImg{
	width:111px;
	height:111px;
	margin-top:28px;
}
.overBottomTopLeftText{
	color: rgba(255, 255, 255, 100);
	font-size: 16px;
	margin-top:58px;
	line-height:28px;
	margin-left:15px;
}
.overBottomTopRight{
	color: rgba(255, 255, 255, 100);
font-size: 16px;
line-height:28px;
margin-top:58px;
}
.overBottom{
	width:100%;
}
.overBottomB{
	height: 40px;
	line-height: 40px;
	background-color: rgba(218, 187, 133, 100);
	text-align:center;
	font-size:15px;
	display:flex;
	justify-content:space-between;
	padding:0 20%;
}
.ba-item{
	display: flex;
	align-items: center;
}
.sgw-icon{
	width:16px;
	height:16px;
}
.marl-4p{
	margin-left:4px;
}
.marl-10p{
	margin-left:10px;
}
.marl-5{
	margin-left:5%;
}