@charset "utf-8";

/*	COMMON
========================================== */


/* @font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/Roboto-Bold.ttf') format('truetype');
} */


/* @font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/NotoSansSC-Light.otf') format('opentype');
} */

/* @font-face {
	font-family: 'Noto Sans SC';
	font-weight: 400;
	font-style: normal;
	src: url('fonts/NotoSansSC-Regular.otf') format('opentype');
}


@font-face {
	font-family: 'Noto Sans SC';
	font-weight: 700;
	font-style: bold;
	src: url('fonts/NotoSansSC-Bold.otf') format('opentype');
} */


body {
	color: #333333;
	letter-spacing: 0.7pt;
	/* font-family: 'Roboto', 'Noto Sans SC', sans-serif; */
	font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

b {
	font-weight: 400;
}

.wrap {
	box-sizing: border-box;
	width: 1050px;
	margin: 0 auto;
}

.links {
	color: #013D88;
	font-weight: 500;
}

.links:hover {
	color: #0A90D7;
}

.links::after {
	box-sizing: border-box;
	padding: 0.4em;
	content: '\e900';
	font-family: 'icomoon';
}

img {
	max-width: 100%;
	height: auto;
}

/*	#headerWrap
========================================== */

#headerWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100px;
	background: url(../images/headerBg.png) no-repeat top center #164D92;
}

/*	#logo
========================================== */
header #logo {
	height: 60px;
}

header #logo {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: normal;
}

header #logo a {
	display: block;
}

header #logo img {
	margin: 4px 0 0;
	vertical-align: top;
}

header #logo .companyName {
	display: block;
	margin: 8px 0 0 16px;
	font-style: normal;
	font-size: 18px;
}

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

	header #logo {
		flex-direction: column;
		align-items: flex-start;
	}

	header #logo img {
		width: 110px;
		height: auto;
	}

	header #logo .companyName {
		margin: 0 0 0 3px;
		color: #000;
		font-size: 12px;
	}
}

#headerNav {
	position: absolute;
	top: 0;
	width: 100%;
}

#headerNavWrap {
	position: relative;
}

#headerNavInner {
	position: absolute;
	right: 0;
}

#headerNavInner div {
	float: left;
}

#headerNavSub {
	margin: 17px 0 0;
}

#headerNavSub li {
	position: relative;
	float: left;
	margin-right: 30px;
}

#headerNavSub li a {
	padding: 0 0 0 1.6em;
	color: #fff;
	font-size: 14px;
}

#headerNavSub li.recruitBtn a::before,
#headerNavSub li.contactBtn a::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin: auto 0;
	padding: 0.2em;
	color: #fff;
	font-family: 'icomoon';
	font-size: 14px;
	line-height: 1;

}

#headerNavSub li.recruitBtn a::before {
	content: '\e907';
}

#headerNavSub li.contactBtn a::before {
	content: '\e903';
}

#headerSearch {
	position: relative;
	margin: 14px 180px 0 0;
}

#headerSearch .searchInput {
	width: 200px;
	padding: 7px 25px 7px 7px;
	font-size: 11px;
}

#headerSearch .searchBtn {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 16px;
	text-indent: -9999px;
	border: none;
	background: url(/inc/images/serchIcon.png) no-repeat;
	background-size: 16px 15px;
	cursor: pointer;

	hegiht: 15px;
}

@media screen and (max-width: 768px) {
	.hidden {
		height: 100%;
		overflow: hidden;
	}

	.wrap {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}

	#headerWrap {
		background: url(../images/headerBg_sp.png) no-repeat top left #164D92;
	}

	#headerNav {
		position: relative;
		top: 0;
		width: 100%;
	}

	#headerNavWrap {
		position: relative;
		padding: 0;
	}

	#headerNavInner {
		position: relative;
		right: auto;
	}

	#headerNavInner div {
		float: none;
	}

	#headerNavSub {
		margin: 17px 20px 10px;
	}

	#headerNavSub li {
		position: relative;
		float: none;
		margin-right: 0;
	}

	#headerNavSub li a {
		padding: 0 0 0 1.6em;
		color: #fff;
		font-size: 14px;
	}

	#headerNavSub li.recruitBtn a::before,
	#headerNavSub li.contactBtn a::before {
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		margin: auto 0;
		padding: 0.2em;
		color: #fff;
		font-family: 'icomoon';
		font-size: 14px;
		line-height: 1;

	}

	#headerNavSub li.recruitBtn a::before {
		content: '\e902';
	}

	#headerNavSub li.contactBtn a::before {
		content: '\e903';
	}

	#headerSearch {
		position: relative;
		width: 80%;
		margin: 0 20px 0;
	}

	#headerSearch .searchInput {
		box-sizing: border-box;
		width: 100%;
		padding: 7px 25px 7px 7px;
		font-size: 11px;
	}
}


/*	#langSwich
========================================== */
#langSwich {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 23px 0 0;
}

#langSwich .wrap {
	position: relative;
}

#langSwich a {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

#langSwich a:nth-child(1) {
	right: 88px;
}

#langSwich a:nth-child(2) {
	right: 0;
}

#langSwich a::before {
	box-sizing: border-box;
	margin: auto 0;
	padding: 0 5px 0 0;
	color: #fff;
	vertical-align: middle;
	font-family: 'icomoon';
	font-size: 14px;
}

#langSwich a::before {
	content: '\e90c';
}

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

	#langSwich {
		margin: 25px 0 0;
	}

	#langSwich a {
		position: absolute;
		top: 0;
		height: auto;
		padding: 20px 20px 12px 0 0 0;
		color: #fff;
		font-size: 11px;
	}


	#langSwich a:nth-child(1) {
		right: 127px;
	}

	#langSwich a:nth-child(2) {
		right: 55px;
	}
}


/*	#gNavWrap
========================================== */

#gNavWrap {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #B7B7B7;
	background: #fff;
}

#gNav {
	display: flex;
	justify-content: center;
}

#gNav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

#gNav ul li>a {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 40px;
	color: #464A4C;
	font-weight: normal;
	background: url(../images/NavLine.gif) bottom right no-repeat;
	line-height: 40px;
}

#gNav ul li:first-child>a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/NavLine.gif) bottom left no-repeat;
}

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

	#headerWrap {
		height: 60px;
	}

	#gNavWrap {
		clear: both;
		width: 100%;
		height: auto;
		border-bottom: none;
		background: none;
	}

	#gNav {
		display: block;
		justify-content: center;
	}


	#gNav ul li {
		display: block;
		height: auto;
		padding: 0;
	}

	#gNav ul li>a {
		display: block;
		display: block;
		height: auto;
		padding: 12px 20px;
		color: #fff;
		font-weight: 200;
		background: none;
		line-height: inherit;
	}

	#gNav ul li ul li a {
		display: block;
		padding: 8px 20px;
		color: #fff;
		border-left: none;
	}

	#gNav ul li:first-child a {
		border-left: none;
	}

	#gNav ul li div {
		padding: 10px 0;
		background: #222222;
	}

	#gNav ul li:first-child>a::before {
		display: none;
	}

	/*	.spNavBtn 
========================================== */

	.spNavBtn {
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 2;
		display: block;
		width: 30px;
		cursor: pointer;
	}

	.spNavBtn span {
		display: block;
		width: 100%;
		height: 4px;
		background: #fff;
	}

	.spNavBtn span:nth-of-type(2),
	.spNavBtn span:nth-of-type(3) {
		margin-top: 5px;
	}

	header.navOpen .spNavBtn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}

	header.navOpen .spNavBtn span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}

	header.navOpen .spNavBtn span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) translateX(0) rotate(-45deg);
	}

	#spNavWrap {
		position: fixed;
		right: -100%;
		z-index: 1;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 60px 0 0;
		opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#spNavInner {
		height: 100%;
		overflow: auto;
		background: #8C9CA5;
	}

	#spNavInner::-webkit-scrollbar {
		width: 10px;
	}

	#spNavInner::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	#spNavInner::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}

	.navOpen #spNavWrap {
		top: 0;
		right: 0;
		opacity: 1;
	}
}


/*	#languageMN
========================================== */

#languageMN {
	display: none;
}

#megaNavSub {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9999;
	width: 100%;
}

#megaNavSubWrap {
	width: 1050px;
	margin: 0 auto;
}

#megaNavSubWrap li a {
	color: #013D81;
	font-weight: normal;
}

#megaNavSubWrap li a:hover {
	color: #0A90D7;
	text-decoration: underline;
}

#megaNavSubWrap h3 {
	padding: 0 0 20px;
	color: #BFBFBF;
	font-weight: 200;
	font-size: 29px;
}

#megaNavSubWrap h3::before {
	box-sizing: border-box;
	padding: 0 7px 0 0;
	color: #BFBFBF;
	vertical-align: middle;
	font-family: 'icomoon';
	font-size: 29px;
}

#megaNavSubWrap #languageMN h3::before {
	content: '\e90c';
}

#languageMN {
	float: right;
	width: 450px;
	padding: 10px 15px;
	background: #EEEEEE;
}

#languageMN .leftBox {
	padding: 0 20px 0 0;
}

#languageMN .rightBox {
	padding: 0 0 0 20px;
}

#languageMN .menuWrap {
	clear: both;
	min-height: 60px;
	padding: 15px 0;
	border-top: 1px solid #B4C4D7;
}

#languageMN .leftBox h3+.menuWrap,
#languageMN .rightBox .menuWrap:first-child {
	border-top: none;
}

#languageMN ul {
	overflow: auto;
}

#languageMN .menuWrap figure {
	float: left;
	height: 60px;
	padding: 0 15px 0 0;
}

#languageMN .menuWrap li {
	display: inline-block;
}


#languageMN h4 a {
	margin: 0 0 5px;
	color: #013D81;
	font-weight: 400;
	font-size: 22px;
}

#languageMN div h4::after {
	box-sizing: border-box;
	padding: 0 0 0 8px;
	color: #013D81;
	content: '\e901';
	vertical-align: 0.25em;
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 11px;
}

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

	#languageMN {
		float: none;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 15px 15px;
		background: #EEEEEE;
	}

	#languageMN .menuWrap {
		clear: both;
		min-height: 50px;
		padding: 15px 0;
		border-top: 1px solid #B4C4D7;
	}


	#megaNavSubWrap #languageMN h3 {
		padding: 5px 0 8px;
		color: #BFBFBF;
		font-weight: 200;
		font-size: 14px;
	}

	#languageMN .menuWrap figure {
		float: left;
		width: 40px;
		padding: 0 15px 0 0;
	}


	#languageMN h4 a {
		margin: 0 0 5px;
		color: #013D81;
		font-weight: 400;
		font-size: 12px;
	}

	#languageMN div h4::after {
		vertical-align: baseline;
		font-size: 9px;
		line-height: 9px;
	}

}



/*	#breadcrumb
========================================== */
#breadcrumb {
	position: relative;
	z-index: 1;
	padding: 20px 0 10px;
	color: #1590D0;
	font-size: 14px;
	background: #EAEAEA;
}

#breadcrumb a {
	color: #1590D0;
}

#breadcrumb a:first-child::before {
	box-sizing: border-box;
	padding: 0.4em;
	content: '\e909';
	font-family: 'icomoon';
}



@media screen and (max-width: 768px) {
	#breadcrumb {
		font-size: 14px;
	}
}


/*	#footerLinkWrap
========================================== */

#footerLinkWrap {
	clear: both;
	padding: 60px 0 120px;
	font-size: 12px;
	background: #F2F2F2;
}

#footerLinkInner {
	position: relative;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	#footerLinkWrap {
		padding: 30px 0 30px;
		letter-spacing: -1em;
		font-size: 12px;
		background: #F2F2F2;
	}

	#footerLinkInner {
		position: relative;
		display: block;
		justify-content: space-between;
	}
}

/*	#footerLinkWrap .footerLinkBoxWrap
========================================== */

.footerLinkBoxWrap {
	position: relative;
	display: flex;
}

.footerLinkBox {
	width: 230px;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 16px;
}

.footerLinkBox h3 {
	margin: 0 0 16px;
	color: #3FA9F5;
	font-weight: normal;
}

.footerLinkBox ul {
	padding: 0 0 20px;
}

.footerLinkBox li {
	margin: 0 0 1em;
}

.footerLinkBox li a {
	color: #1A1A1A;
	font-weight: normal;
}

.footerLinkBox:first-child {
	margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
	.footerLinkBoxWrap {
		position: relative;
		display: block;
	}

	.footerLinkBox {
		display: block;
		width: 100%;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 16px;
	}

	.footerLinkBox li {
		margin: 0 0 .5em;
	}
}

/*	#footerLinkWrap .footerBannerBox
========================================== */

.footerBannerBox {
	display: inline-block;
	width: 320px;
	letter-spacing: normal;
}

.footerLinkBox a:hover {
	text-decoration: underline;
}

.footerBannerBox img {
	width: 100%;
	height: auto;
}

.footerBannerBox li {
	position: relative;
	margin: 0 0 10px;
}

.footerBannerBox li a::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 0px solid #013D88;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.footerBannerBox li:hover a::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 4px solid #013D88;
}



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

	.footerBannerBox {
		display: block;
		width: 100%;
		margin: 20px 0 0;
		letter-spacing: normal;
	}

	.footerBannerBox li {
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0 0;
		vertical-align: top;
	}

}

/*	.banner
========================================== */

.banner figure {
	position: relative;
}

.banner figure::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 0px solid #013D88;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.banner a:hover figure::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 4px solid #013D88;
}



/*	#footerNavWrap
========================================== */
#footerNavWrap {
	background: #8C9CA5;
}

#footerNav {
	padding: 32px 0;
}

#footerNavWrap .footerNavList {
	margin: 0 0 1.5em;
	letter-spacing: -1em;
	font-size: 12px;
}

#footerNavWrap .footerNavList li {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	letter-spacing: 0.1em;
	border-left: 1px solid #fff;
}

#footerNavWrap .footerNavList li:first-child {
	padding: 0 10px 0 0;
	border-left: none;
}

#footerNavWrap .footerNavList li a {
	color: #fff;
}

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

	#footerNavWrap .footerNavList {
		float: none;
		height: auto;
		padding: 23px 0 10px;
		text-align: center;
		font-size: 10px;
	}

	#footerNavWrap .footerNavList li:first-child {
		padding: 0 5px 0 0;
		border-left: none;
	}

	#footerNavWrap .footerNavList li {
		margin: 5px 0;
		padding: 0 5px;
	}

}

#footerNavWrap .companyInfo {
	display: flex;
	align-items: center;
	margin: 0 0 4px;
	color: #fff;
	font-size: 12px;
}

#footerNavWrap .companyInfo>h6 {
	margin: 0 1em 0 0;
	font-size: 14px;
}

#footerNavWrap .companyInfo .companyInfo-block {
	margin: 0 1em 0 0;
}

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

	#footerNavWrap .companyInfo {
		display: flex;
		flex-direction: column;
		margin: 0 0 1.5em;
	}

	#footerNavWrap .companyInfo>h6 {
		margin: 0;
		font-size: 14px;
	}

	#footerNavWrap .companyInfo .companyInfo-block {
		margin: .5em 0 0;
	}
}

/*	#copyrights
========================================== */

#copyrights {
	color: #fff;
	font-weight: 200;
	font-size: 11px;
}

#copyrights a {
	color: #fff;
}

#copyrights .copyrights-block {
	margin: 0 1em 0 0;
}

#copyrights .copyrights-block img {
	margin: 0 .3em 0 0;
}

@media screen and (max-width: 768px) {
	#copyrights {
		display: flex;
		flex-direction: column;
		padding: 0 0 24px;
		color: #fff;
		text-align: center;
		font-weight: 200;
	}

	#copyrights .copyrights-block {
		margin: .5em 0 0;
	}
}

/*	.pagetop
========================================== */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 70px;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.pagetop {
		right: 20px;
		bottom: 20px;
	}
}