@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-size: 15px;
	font-family: "思源黑体 CN";
}

#container {
	text-align: left;
}

.container {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader {
	padding: 0px 6%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}

#gHeader .logo {
	margin-top: 15px;
}

#gHeader .tel {
	line-height: 90px;
}

#gHeader .tel a {
	display: block;
	color: #fff;
	font-size: 25px;
	padding-left: 35px;
	background: url(../images/tel2.png) no-repeat left center;
	background-size: 30px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 65%
}

#gNavi li {
	width: 11%;
	float: left;
	position: relative;
}

#gNavi li a.link {
	display: block;
	line-height: 90px;
	font-size: 20px;
	color: #fff;
	position: relative;
	text-align: center;
}

#gNavi li a.link:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 36px;
	transform: translateX(-50%);
	bottom: 10px;
	background: #fff;
	height: 3px;
	display: none;
	border-radius: 2px;
}

#gNavi li.on a.link:before {
	display: block;
}

#gNavi li:nth-child(2) {
	position: inherit;
}

#gNavi li .drop1 {
	background: rgba(255, 255, 255, .9);
	padding: 40px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	z-index: 100;
	display: none;
}

#gNavi li .drop dl {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}

#gNavi li .drop dl:nth-child(2n) {
	margin-right: 0;
}

#gNavi li .drop dl dt a {
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding-left: 10px;
	border-left: 4px solid #1e68e1;
}

#gNavi li .drop dl.on dt a {
	color: #1e68e1;
}

#gNavi li .drop dl dd {
	margin-top: 10px;
	padding-left: 10px;
}

#gNavi li .drop dl dd a {
	display: inline-block;
	color: #666;
	padding: 0 5px;
	border-right: 1px solid #efefef;
}

#gNavi li .drop dl dd a.on {
	color: #1e68e1;
}

#gNavi li .drop dl dd a:last-child {
	border-right: none;
}

#gNavi li .drop2 {
	background: #fff;
	position: absolute;
	left: -5px;
	right: -5px;
	top: 90px;
	z-index: 100;
	border-radius: 3px;
	overflow: hidden;
	display: none;
}

#gNavi li .drop2 a {
	display: block;
	line-height: 36px;
	font-weight: 350;
	color: #555;
	text-align: center;
}

#gNavi li .drop2 a.on {
	color: #1e68e1;
}

@media all and (min-width: 767px) {
	#gNavi li:hover a.link:before {
		display: block;
	}

	#gNavi li .drop2 a:hover {
		color: #1e68e1;
	}
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/


#gFooter {
	/*background: url(../images/bg2.jpg) no-repeat center;*/
	background-color:#366bc1;
	background-size: cover;
	padding-top: 40px;
	color: #fff;
	font-weight: 350;
}

#gFooter dl {
	width: 20%;
}

#gFooter dl:nth-child(2) {
	width: 35%;
}

#gFooter dl dt {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-bottom: 8px;
}

#gFooter dl dt:before {
	content: "";
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

#gFooter dl dd {
	margin-top: 15px;
	overflow: hidden;
}

#gFooter dl dd a {
	display: block;
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	line-height: 30px;
	color: #fff;
}

#gFooter dl:nth-child(2) dd a {
	width: 33.33%;
}

#gFooter dl:nth-child(3) {
	width: 42%;
	padding-right: 130px;
	box-sizing: border-box;
	position: relative;
}

#gFooter dl:nth-child(3) dd strong {
	font-size: 32px;
	font-weight: 500;
}

#gFooter dl:nth-child(3) dd p {
	line-height: 30px;
}


#gFooter dl:nth-child(3) dd.ewm {
	position: absolute;
	right: 0;
	top: 30px;
	width: 130px;
	text-align: center;
}

#gFooter dl:nth-child(3) dd.ewm img {
	display: block;
	margin: 0 auto 8px;
}

#gFooter .fLink {
	margin-top: 30px;
}

#gFooter .fLink strong {
	font-size: 17px;
	color: #eee;
}

#gFooter .fLink a {
	color: #ddd;
	display: inline-block;
}

#gFooter .power {
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #dedede;
	line-height: 40px;
}

#gFooter .power img {
	width: 21px;
}

#gFooter .power a {
	color: #fff;
}

.sec {
	padding: 50px 0;
}

.sec .title {
	text-align: center;
	padding-bottom: 36px;
}

.sec .title h2 {
	font-size: 38px;
	font-weight: 600;
	font-family: "思源黑体 CN";
}

.sec .title span {
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: #1e68e1;
	margin: 10px auto 0;
}

.sec .more a {
	display: block;
	width: 140px;
	line-height: 42px;
	border-radius: 4px;
	background: #1e68e1;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.fixed li {
	position: relative;
}

.fixed li span {
	display: block;
	width: 45px;
	line-height: 45px;
	background: #fafafa;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.fixed li:last-child span {
	border-bottom: none;
	cursor: pointer;
}

.fixed li span img {
	width: 28px;
}

.fixed li .box0 {
	position: absolute;
	right: 45px;
	top: 0;
	padding: 10px;
	min-width: 120px;
	background: #fff;
	border: 1px solid #f3f3f3;
	display: none;
	color: #666;
}

.fixed li .box0 strong {
	font-size: 24px;
	font-weight: 500;
	display: block;
	color: #1e68e1;
}

.fixed li:hover .box0 {
	display: block;
}

.sp {
	display: none !important;
}


@media all and (min-width: 1024px) and (max-width: 1600px) {

	#gHeader .tel a {
		font-size: 23px;
	}

	.container {
		width: 78%;
	}

	#gNavi li .drop2 {
		left: -20px;
		right: -20px;
	}

	#gNavi li .drop1 {
		padding:24px 0
	}

	.sec .title h2 {
		font-size: 34px;
	}

	#gFooter {
		font-size: 14px;
	}

	#gFooter dl:nth-child(3) dd strong {
		font-size: 28px;
	}

	#gFooter dl:nth-child(3) dd.ewm {
		width: 120px;
	}

	.sec .more a {
		width: 130px;
		line-height: 38px;
	}
}


@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader {
		padding: 0 4%;
	}

	.container {
		width: 88%;
	}

	#gNavi li a.link {
		font-size: 16px;
	}

	#gNavi li .drop dl dd {
		margin-top: 10px;
	}

	#gNavi li .drop dl dt a {
		font-size: 17px;
	}

	#gNavi li .drop dl {
		margin-bottom: 12px;
	}

	.sec {
		padding: 36px 0;
	}

	.sec .title h2 {
		font-size: 32px;
	}

	#gFooter dl:nth-child(3) dd.ewm img {
		width: 110px;
	}
}


@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gHeader {
		padding: 0 3%;
	}

	#gNavi {
		width: 60%;
	}

	#gHeader .logo {
		width: 200px;
		margin-top: 20px;
	}

	#gHeader .tel a {
		font-size: 22px;
	}

	.container {
		width: 90%;
	}

	.sec .title h2 {
		font-size: 30px;
	}

	.sec .title span {
		width: 36px;
	}

	.sec .more a {
		width: 120px;
		line-height: 36px;
		font-size: 14px;
	}

	#gFooter dl:nth-child(2) dd a {
		width: 50%;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 100%;
		max-width: inherit;
	}

	.fl, .fr {
		float: inherit;
	}

	body {
		font-size: 14px;
	}

	/*------------------------------------------------------------
		头部
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: none;
	}

	#gHeader .logo {
		margin-top: 0px;
		width: 180px;
	}

	#gHeader .menu {
		width: 34px;
		height: 34px;
		background: #1e68e1 url(../images/menu.png) no-repeat center;
		background-size: 22px;
		border-radius: 50%;
		position: absolute;
		right: 10px;
		top: 18px;
	}

	#gHeader .tel {
		position: absolute;
		right: 54px;
		top: 18px;
	}

	#gHeader .tel a {
		display: block;
		width: 34px;
		height: 34px;
		overflow: hidden;
		padding-left: 0;
		border-radius: 50%;
		background: #1e68e1 url(../images/tel2.png) no-repeat center;
		background-size: 26px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		position: absolute;
		left: 0;
		top: 66px;
		right: 0;
		background: #fff;
		padding: 0 20px 40px;
		box-sizing: border-box;
		z-index: 100;
		border-top: 1px solid #efefef;
		display: none;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li a.link {
		line-height: 40px;
		font-size: 15px;
		background: url(../images/jt1.png) no-repeat right 5px center;
		background-size: 16px;
		text-align: left;
		color: #333;
		padding: 0 8px;
	}

	#gNavi li.on a.link {
		color: #1e68e1;
		background-image: url(../images/jt4.png);
	}

	#gNavi li:nth-child(2).on a.link, #gNavi li:nth-child(3).on a.link,
	#gNavi li:nth-child(6).on a.link, #gNavi li:nth-child(7).on a.link {
		background-image: url(../images/jt3.png);
	}

	#gNavi li a.link:before {
		display: none;
	}

	#gNavi li .drop1 {
		padding: 0 0px 8px;
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
	}

	#gNavi li .drop dl {
		width: 50%;
		padding: 5px 8px;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 0;
	}

	#gNavi li .drop dl dt a {
		font-size: 14px;
		line-height: 30px;
		padding-left: 0px;
		border-left: none;
		background: #f5f5f5;
		text-align: center;
		border-radius: 5px;
	}

	#gNavi li .drop dl.on dt a {
		color: #fff;
		background: #1e68e1;
	}

	#gNavi li .drop dl dd {
		display: none;
	}

	#gNavi li .drop2 {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		border-radius: 0;
	}

	#gNavi li .drop2 a {
		display: block;
		float: left;
		width: 48%;
		margin: 5px 1%;
		line-height: 30px;
		color: #333;
		background: #f5f5f5;
		font-size: 14px;
	}

	#gNavi li .drop2 a.on {
		color: #fff;
		background: #1e68e1;
	}

	/*------------------------------------------------------------
		底部
	------------------------------------------------------------*/


	#gFooter {
		padding: 20px 10px 0;
	}

	#gFooter dl {
		width: 100%;
	}

	#gFooter dl:nth-child(2) {
		width: 100%;
		margin: 15px 0;
	}

	#gFooter dl dt {
		font-size: 17px;
	}

	#gFooter dl dt:before {
		width: 22px;
	}

	#gFooter dl dd {
		margin-top: 10px;
	}

	#gFooter dl dd a {
		width: 25%;
		padding-right: 0px;
		line-height: 26px;
	}

	#gFooter dl:nth-child(2) dd a {
		width: 50%;
	}

	#gFooter dl:nth-child(3) {
		width: 100%;
		padding-right: 0px;
	}

	#gFooter dl:nth-child(3) dd strong {
		font-size: 22px;
	}

	#gFooter dl:nth-child(3) dd p {
		line-height: 26px;
	}


	#gFooter dl:nth-child(3) dd.ewm {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 140px;
		margin: 0 auto;
	}

	#gFooter dl:nth-child(3) dd.ewm img {
		width: 120px;
	}

	#gFooter .fLink {
		margin-top: 20px;
	}

	#gFooter .fLink strong {
		font-size: 16px;
	}

	#gFooter .power {
		line-height: 26px;
		padding: 0 10px;
		margin: 20px -10px 0;
	}

	#gFooter .power img {
		width: 20px;
	}

	.sec {
		padding: 30px 0;
	}

	.sec .title {
		padding-bottom: 24px;
	}

	.sec .title h2 {
		font-size: 28px;
	}

	.sec .title span {
		width: 32px;
		margin: 6px auto 0;
	}

	.sec .more a {
		width: 110px;
		font-size: 14px;
		line-height: 32px;
		margin: 20px auto 0;
	}

}