* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: "日文常规";
	src: url('/Japanese/font/GENWANMINJP-LIGHT-2.TTF');
}
@font-face {
	font-family: "日文常规1";
	src: url('/Japanese/font/DFKai71.ttf');
}

@font-face {
	font-family: "装甲明朝";
	src: url('/Japanese/font/装甲明朝体.ttf');
}
.clearfix {
    zoom: 1;
}
.headBox {
	width: 100%;
	min-width: 1200px;
	max-width: 2560px;
	margin: 0 auto;
}
.language{
	float: right;
	width: 300px;
	line-height: 30px;
}
.language a{
	font-size:16px;
	color:#996c33;
	border-left:1px solid #996c33;
	padding-left:10px;
	padding-right:10px;
}
.headBg {
	background: url(/Japanese/img/banner.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 188px;
}

.headInput {
	float: left;
	border: 1px solid #996c33;
	border-radius: 5px;
	height: 20px;
	width: 100px;
	background: transparent;
	margin-right: 10px;
	margin-top: 2px;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.searchBox {
	float: right;
	/*margin-right: 105px;*/
	margin-top: 15px;
}

.searchBox .headCtrl {
	float: left;
	color: #996c33;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
	padding-right:10px;
	line-height: 30px;
}

.searchBox .headCtrl:hover {
	color: #d69945;
}

.searchBox span {
	color: #996c33;
	float: left;
	font-size: 18px;
	margin: 0 10px;
}

.searchBox .headCtrl img {
	margin-top: 4px;
}

.index-nav {
	width: 100%;
	border-bottom: border-bottom: none !important;
	height: 60px;
	background: #394a92
}

.index-nav-frame {
	width: 1200px;
	margin: 0 auto;
}

.index-nav-frame-line {
	border-right: 1px solid #49558a;
	font-size: 18px;
	color: #fce060;
	background: #394a92;
	float: left;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	width: 16%;
	line-height: 60px;
	text-align: center;
	height:60px;
}

.index-nav-frame-line:nth-last-of-type(1) {
	border-right: 0;
}

.index-nav-frame-line.active {
	color: #fce060;
}

.index-nav-frame-line:nth-of-type(3) {
	/*width: 9.8%;*/
}

.index-nav-frame-line:nth-of-type(4) {
	/*width: 9.8%;*/
}

.index-nav-frame-line-center {
	z-index: 100;
	opacity: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-o-transition: all 0.5s;
	/* Opera */
}

.index-nav-frame-line-li {
	width: 100%;
	font-weight: 500;
	text-align: center;
	background: #ebeeff;
	color: #996c33;
	border-bottom: 1px solid #996c33;
	font-size: 12px;
	line-height: 40px
}

.index-nav-frame-line-li:hover {
	background: #444359;
	color: white;
}

.index-nav-frame-line-li:hover a {
	background: #444359;
	color: white;
}

.index-nav-frame-line-focus:focus {
	display: none;
}

.index-nav-frame-line:hover .index-nav-frame-line-center {
	height: auto;
	opacity: 1;
}

.nav-line {
	height: 50px;
	width: 100%;
	position: relative;
	display: none;
	outline: none;
}

.nav-small {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: none;
	outline: none;
}

.nav-small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav-small-focus {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.nav-small-focus:focus {
	display: none;
}

.index-nav-frame-line:hover {
	color: #fff
}

.index-nav-frame-line a:hover {
	color: #fff
}

.index-nav-frame-line a {
	font-family: "装甲明朝";
	text-decoration: none;
	color: #d9d9d9;
}
@media(max-width:768px) {
	.headBox {
		min-width: unset;
	}
	.headBg {
		background: url(/Japanese/img/banner-ph.jpg) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 17.7vw;
	}
	.index-nav {
		height: 0;
	}
	.nav-line {
		height: 0;
	}
	.w1200 {
		width: 100%;
	}
	.searchBox .headCtrl {
		font-size: 3.5vw;
		margin-right: 1vw;
	}
	.searchBox span {
		display: none;
	}
	.searchBox {
		margin-right: 20vw;
		margin-top: 4vw;
		display: none;
	}
	.searchBox .headCtrl img {
		width: 3.5vw;
		height: auto;
	}
}
@media only screen and (max-width:800px) {
	.nav-small {
		display: block;
	}
	.index-nav-frame {
		width: 100%;
	}
	.index-nav-frame-line {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: none
	}
	.index-nav-frame-line:nth-of-type(3) {
		width: 100%;
	}
	.index-nav-frame-line:nth-of-type(4) {
		width: 100%;
	}
	.index-nav-frame-line-center {
		position: relative;
		background: #444359;
	}

}