@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 .container {
	width: 86%;
	max-width: 1440px;
}

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

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

#gHeader .tel a {
	display: block;
	color: #565656;
	font-size: 22px;
	padding-left: 38px;
	background: url(../../images/tel2.png) no-repeat left center;
	background-size: 32px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi li {
	display: inline-block;
	position: relative;
}

#gNavi li a.link {
	display: block;
	line-height: 90px;
	padding: 0 25px;
	font-size: 17px;
	color: #333;
	position: relative;
	text-align: center;
}

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

#gNavi li.on a.link {
	color: #1e68e1;
	font-weight: 600;
}

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

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

#gNavi li .drop2 a {
	display: block;
	line-height: 36px;
	white-space: nowrap;
	padding: 0 12px;
	border-bottom: 1px dashed #efefef;
	color: #555;
}

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

@media all and (min-width: 1024px) {
	#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-size: cover;
	padding-top: 40px;
	color: #fff;
	font-weight: 350;
}

#gFooter ul.fnav li {
	width: 14.28%;
	float: left;
	margin-bottom: 30px;
}

#gFooter ul.fnav li a {
	display: block;
	color: #fff;
	line-height: 16px;
	text-align: center;
	border-right: 1px dashed #efefef;
}

#gFooter ul.fnav li:last-child a {
	border-right: none;
}

#gFooter dl {
	width: 40%;
}

#gFooter dl:nth-child(2) {
	width: 32%;
	padding-left: 30px;
	box-sizing: border-box;
}

#gFooter dl:nth-child(3) {
	width: 25%;
	padding-top: 50px;
}

#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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	line-height: 30px;
	color: #fff;
}


#gFooter dl dd p {
	line-height: 30px;
}

#gFooter dl.ewm {
	text-align: right;
}

#gFooter dl .wx {
	display: inline-block;
	margin-left: 20px;
	max-width: 120px;
}


#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: 36px;
	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: 120px;
	line-height: 36px;
	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;
	display: none;
}

.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;
	background: #fff;
	border: 1px solid #f3f3f3;
	display: none;
	color: #666;
}

.fixed li .box0 strong {
	font-size: 18px;
	display: block;
	color: #1e68e1;
	white-space: nowrap;
	line-height: 30px;
}

.fixed li .box0 a {
	display: block;
	color: #666;
}

.fixed li .box0 img {
	width: 125px;
}

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

.sp {
	display: none !important;
}


@media all and (min-width: 992px) and (max-width: 1600px) {
	#gHeader .container {
		width: 82%;
	}

	#gHeader .logo {
		width: 230px;
		margin-top: 19px;
	}

	.container {
		width: 80%;
	}

	#gNavi li a.link {
		padding: 0 20px;
	}

	.sec {
		padding: 35px 0;
	}

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

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

	#gFooter {
		font-size: 14px;
	}

	#gFooter dl .wx {
		max-width: 110px;
	}
}

@media all and (min-width: 992px) and (max-width: 1440px) {
	#gHeader .container {
		width: 84%;
	}

	.container {
		width: 82%;
	}

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

	.sec {
		padding: 30px 0;
	}

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

	#gFooter dl.ewm {
		padding-top: 40px;
	}
}

@media all and (min-width: 992px) and (max-width: 1400px) {
	#gHeader .container {
		width: 86%;
	}

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

@media all and (min-width: 992px) and (max-width: 1360px) {

	#gHeader .logo {
		width: 210px;
	}
}



@media all and (min-width:992px) and (max-width: 1300px) {
	#gHeader .container {
		width: 92%;
	}

	#gHeader .logo {
		width: 200px;
	}

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

	#gNavi li a.link {
		padding: 0 18px;
	}

	.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: 992px) and (max-width: 1200px) {
	#gHeader .tel {
		display: none;
	}

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

	#gFooter dl.ewm {
		text-align: center;
		width: 100%;
		padding-top: 20px;
	}

	#gFooter dl .wx {
		margin: 0 15px;
	}
}

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

	.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 .container {
		width: 100%;
	}

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

	#gHeader .logo h1 {
		line-height: 1;
	}

	#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: 15px;
	}

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

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

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		position: absolute;
		left: 0;
		top: 61px;
		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%;
		display: block;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li a.link {
		line-height: 40px;
		font-size: 16px;
		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 {
		background-image: url(../../images/jt3.png);
	}

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

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

	#gNavi li .drop2 a {
		display: block;
		float: left;
		width: 48%;
		padding: 0 5px;
		box-sizing: border-box;
		margin: 5px 1%;
		line-height: 34px;
		text-align: center;
		color: #333;
		background: #f5f5f5;
		font-size: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

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

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


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

	#gFooter dl {
		width: 100%;
		margin-top: 20px;
	}

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

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

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

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

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

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

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


	#gFooter dl:nth-child(3) .wx {
		width: 120px;
		margin: 0 15px;
	}

	#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: 20px 0;
	}

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

	.sec .title h2 {
		font-weight: 500;
		font-size: 26px;
	}

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

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

}


@media all and (min-width: 0) and (max-width: 768px) {
	#gFooter ul.fnav li {
		width: 25%;
		margin-bottom: 8px;
	}

	#gFooter ul.fnav li:nth-child(4n) a {
		border-right: none;
	}

	#gFooter dl dd a {
		width: 50%;
	}
}

@media all and (min-width: 0) and (max-width: 400px) {
	#gFooter dl dd a {
		width: 100%;
		float: inherit;
	}

	#gFooter dl:nth-child(3) .wx {
		width: 100px;
	}

	#gFooter .power {
		padding: 8px 5px 0;
		line-height: 20px;
	}
}