#head {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	z-index:99;
	background:#ffffff;
	box-sizing:border-box;
	border-top:10px solid #204b8d;
	min-width:1024px;
}
#head > a {
	display:block;
	width:300px;
    position:absolute;
    top:0;
    right:0;
}
#head > a img {
	display:block;
}

/**header**/
#head #header {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	padding:20px 0;
	box-sizing:border-box;
	position:relative;
}
#head #header .logo {
	width:360px;
}
#head #header .hmenu {
	width:214px;
	position:relative;
}
#head #header .hmenu a {
	width:44px;
	transition:.3s;
	position:relative;
}
#head #header .hmenu a:hover {
	opacity:.66;
}

#head #header .hmenu > ul {
	position:absolute;
	left:-2.6em;
	top:100%;
	z-index:1;
	background:rgba(255,255,255,1);
	box-sizing:border-box;
	border:1px solid #cccccc;
	display:none;
}
#head #header .hmenu > ul li:not(:last-child) {
	border-bottom:1px solid #cccccc;
}
#head #header .hmenu > ul li a {
	display:block;
	box-sizing:border-box;
	width:8em;
	text-align:center;
	font-size:1.6rem;
	line-height:2;
}
#head #header .hmenu > ul li a:hover {
	color:#ffffff;
	background:#faa121;
	opacity:1;
}

#head #header .hmenu a.global::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:url(../img/common/close2.png) no-repeat top right #ffffff;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:.3s;
}
#head #header .hmenu a.global.open::after {
	opacity:1;
}

#head #header .hmenu a.searchopen::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:url(../img/common/close.png) no-repeat top right #ffffff;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:.3s;
}
#head #header .hmenu a.searchopen.open::after {
	opacity:1;
}

#head #search {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
    position: relative;
    padding:15px 0;
    display:none;
}
#head #search > div {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
}
#head #search > div #searchform {
	width:100%;
	box-sizing:border-box;
	border:2px solid #204b8d;
	border-radius:2em;
	position:relative;
}
#head #search > div #searchbox {
	box-sizing:border-box;
	font-size:1.6rem;
	line-height:1.3;
	padding:.5em 1em;
	width:calc(100% - 100px);
}
#head #search > div .submit {
	height:100%;
	width:100px;
	background-color:#204b8d;
	background-image:url(../img/common/searchw.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 75%;;
	position:absolute;
	right:-2px;
	top:0;
	border-radius:0 2em 2em 0;
}
#head #search > div input {
    -webkit-appearance: none;
    background:none;
    border:none;
    outline:none;
    padding:0;
}
#head .gmenu {
	width:100%;
	border-top:1px solid #dcdcdc;
	box-sizing:border-box;
	position:relative;
}
#head .gmenu > ul {
	width:calc(100% - 60px);
	max-width:1100px;
}
#head .gmenu > ul > li {
	font-size:1.6rem;
}
#head .gmenu > ul > li > a {
	display:block;
	padding:20px 0;
}
#head .gmenu .mmenu {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	top:calc(1.1em + 40px);
	background:rgba(2,56,148,.85);
	overflow:hidden;
	height:0;
	transition:.5s;
}
#head .gmenu .mmenu > div > span {
	display:block;
	width: 30px;
	height: 30px;
	position:absolute;
	top:30px;
	right:0;
}
#head .gmenu .mmenu > div > span::before {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#FFFFFF;
	transform-origin: center;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(45deg);
	transition:.3s;
}
#head .gmenu .mmenu > div > span::after {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#FFFFFF;
	transform-origin: center;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(-45deg);
	transition:.3s;
}
#head .gmenu .mmenu > div > span:hover::before {
	transform:translate(-50%,-50%) rotate(35deg);
}
#head .gmenu .mmenu > div > span:hover::after {
	transform:translate(-50%,-50%) rotate(-35deg);
}
/*
#head .gmenu li.office:hover .mmenu {
    height: 520px;
}
#head .gmenu li.product:hover .mmenu {
    height:300px;
}
#head .gmenu li.company:hover .mmenu {
    height: 300px;
}
*/
#head .gmenu .mmenu > div {
	width:calc(100% - 60px);
	max-width: 1200px;
	margin:0 auto;
	padding:45px 0;
	text-align:left;
	position:relative;
}
#head .gmenu .mmenu > div > a {
	width:250px;
	font-size:2rem;
	line-height:1;
	color:#FFFFFF;
	box-sizing:border-box;
	padding:2.5em 1em;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-shadow:0 0 1px rgba(0,0,0,1),0 0 2px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 4px rgba(0,0,0,1),0 0 1px rgba(0,0,0,1),0 0 2px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 4px rgba(0,0,0,1);
}
#head .gmenu .mmenu > div ul {
	width:calc(100% - 280px);
}
#head .gmenu .mmenu > div ul li {
	margin-right: 40px;
	margin-bottom: 30px;
}
#head .gmenu .mmenu > div ul li > a {
	display:block;
	font-size:1.8rem;
	line-height:1.3;
	color:#FFFFFF;
	margin-bottom: .8em;
}
#head .gmenu .mmenu > div ul li > span {
	display:block;
}
#head .gmenu .mmenu > div ul li > span > a {
	display:block;
	font-size:1.4rem;
	color:#FFFFFF;
	line-height:1.2;
	margin-bottom: 1em;
	background:url(../img/common/marrow2.png) no-repeat right center;
	background-size:auto .8em;
	box-sizing:border-box;
	padding-right: .8em;
}
#head .gmenu .office .mmenu > div > a {
	background-image:url(../img/common/mm_img1.jpg);
}
#head .gmenu .product .mmenu > div > a {
	background-image:url(../img/common/mm_img3.jpg);
}
#head .gmenu .company .mmenu > div > a {
	background-image:url(../img/common/mm_img2.jpg);
}
#head .gmenu .mmenu > div > a:hover,
#head .gmenu .mmenu > div ul li > a:hover,
#head .gmenu .mmenu > div ul li span a:hover {
	opacity:.66;
}



@media screen and (max-width:1700px){

#head #header .hmenu {
	position:relative;
	top:15px;
}

}

@media screen and (max-width:1024px){

#head #header,
#head .gmenu {
	width:calc(100% - 40px);
}

}

@media screen and (max-width:768px){

}

@media screen and (max-width:640px) {

#head {
	min-width:100%;
}
#head > a {
	display:block;
	width:45%;
    position:absolute;
    top:-4px;
    right:0;
}

/**header**/
#head #header {
	max-width:1100px;
	margin:0 auto;
	padding:20px 0 15px;
	box-sizing:border-box;
	position:relative;
}
#head #header .logo {
	width:70%;
}
#head #header .hmenu {
	display:none;
}
#head .gmenu {
	display:none;
}

.spmenu2 #spsearch {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding:0 0 10px;
    display:none;
}
.spmenu2 #spsearch > div #spsearchform {
	width:100%;
	box-sizing:border-box;
	border-radius:2em;
	overflow:hidden;
	position:relative;
	background:#ffffff;
}
.spmenu2 #spsearch > div #spsearchbox {
	box-sizing:border-box;
	font-size:1.6rem;
	line-height:1.3;
	padding:.5em 1em;
	width:calc(100% - 50px);
}
.spmenu2 #spsearch > div #spsearchsubmit {
	height:100%;
	width:60px;
	background-image:url(../img/common/search.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 80%;;
	position:absolute;
	right:-2px;
	top:0;
	border-radius:0 2em 2em 0;
}
.spmenu2 #spsearch > div input {
    -webkit-appearance: none;
    background:none;
    border:none;
    outline:none;
    padding:0;
}





.spmenu2 #splangbox {
	display:none;
	width:100%;
	margin-bottom:10px;
}
.spmenu2 #splang {
	width:100%;
	box-sizing:border-box;
}
.spmenu2 #splang li {
	width:calc(100%/3 - 1px);
}
.spmenu2 #splang li a {
	display:block;
	font-size:1.4rem!important;
    padding:0!important;
    line-height:3!important;
    background:#ffffff;
    text-align:center;
    color:#023894;
    font-weight:600;
}

.spmenu2 a {
	position:relative;
}
.spmenu2 a.global::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:url(../img/common/close2.png) no-repeat top right #023894;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:.3s;
}
.spmenu2 a.global.open::after {
	opacity:1;
}

.spmenu2 a.searchopen::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:url(../img/common/close.png) no-repeat top right #023894;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:.3s;
}
.spmenu2 a.searchopen.open::after {
	opacity:1;
}



}

@media screen and (max-width:480px){

	
}