@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: top;
}

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

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

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

#container {
	text-align: left;
}

.fl {
	float: left
}

.fr {
	float: right;
}

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

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

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader .container {
	width: 82%;
	max-width:inherit
}

#gHeader .logo {
	line-height: 86px;
}

#gHeader .tel {
	padding-left: 35px;
	background: url(../../images/tel1.png) no-repeat left center;
	background-size: 25px;
	line-height: 86px;
}

#gHeader .tel strong {
	font-size: 24px;
	font-weight: 400;
	display: block;
}

#gHeader .ss {
	margin-left: 30px;
}

#gHeader .ss span {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 28px;
	background: url(../../images/ss.png) no-repeat center;
	background-size: 26px;
	cursor: pointer;
}

#gHeader .form1 {
	position: absolute;
	left: 0;
	top: 86px;
	right: 0;
	padding: 40px 0;
	background: #fff;
	border-top: 1px solid #efefef;
	z-index: 100;
	display: none;
}

#gHeader .form1 span {
	display: block;
	width: 36px;
	line-height: 36px;
	background: #f8f8f8;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 10%;
	top: 10px;
	font-size: 24px;
}

#gHeader .form1 form {
	width: 30%;
	max-width: 450px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	border-radius: 5px;
	overflow: hidden;
}

#gHeader .form1 form input[type="text"] {
	width: 100%;
	padding: 0 90px 0 10px;
	border: none;
	box-sizing: border-box;
	background: #f9f8f7;
	line-height: 36px;
	height: 36px
}

#gHeader .form1 form input[type="submit"] {
	width: 80px;
	padding: 0;
	border: none;
	background: #0b8f5a;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a.link {
	display: block;
	font-size: 18px;
	line-height: 86px;
}

#gNavi li.on a.link {
	font-weight: 500;
	color: #0b8f5a;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 86px;
	right: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 8%;
	z-index: 100;
	display: none;
}

#gNavi li .drop a {
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	background: #efefef;
	border-radius: 3px;
	margin: 5px 10px;
	font-size: 15px;
}

#gNavi li .drop a.on {
	background: #0b8f5a;
	color: #fff;
}

@media all and (min-width: 920px) {
	#gNavi li:hover .drop {
		display: block;
	}

	#gNavi li .drop a:hover {
		background: #0b8f5a;
		color: #fff;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/fbg1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 40px;
	color: #333;
	font-size: 15px;
	font-weight: 350;
}

#gFooter a {
	color: #333;
}

#gFooter .top {
	border-bottom: 1px solid #efefef;
}

#gFooter .ul1 li {
	width: 12.5%;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

#gFooter .ul1 li a {
	display: block;
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #eaeaea;
}

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

#gFooter .dl {
	width: 60%;
	padding: 20px 0;
}

#gFooter .dl dl {
	float: left;
	width: 33.33%;
}

#gFooter .dl dl dt {
	font-size: 18px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

#gFooter .dl dl dt:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #0b8f5a;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
}

#gFooter .dl dl dd a {
	display: block;
	line-height: 30px;
}

#gFooter .lxBox {
	width: 35%;
	padding-top: 20px;
}

#gFooter .lxBox h3 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	line-height: 1;
}

#gFooter .lxBox h3:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #0b8f5a;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
}

#gFooter .lxBox p {
	line-height: 30px;
}

#gFooter .lxBox .wx {
	text-align: center;
	margin: 20px 0;
}

#gFooter .lxBox .wx .ewm {
	width: 48%;
	display: inline-block;
}

#gFooter .lxBox .wx .ewm img {
	width: 110px;
}

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

#gFooter .power a {
	color: #555;

}

#gFooter .power img {
	width: 20px;
	margin-top: -3px
}

.sp {
	display: none !important;
}

.sec {
	padding-top: 50px;
}

.sec .title {
	position: relative;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.sec .title strong {
	line-height: 1;
	font-size: 80px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	color: #efefef;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), #efefef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
}


.sec .title h2 {
	margin-top: 40px;
	font-weight: 500;
	font-size: 40px;
	position: relative;
	z-index: 10;
}

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

.fixed li {
	position: relative;
}

.fixed li span {
	display: block;
	width: 45px;
	line-height: 45px;
	background: #f5f5f5;
	text-align: center;
	position: relative;
	z-index: 110;
	border-bottom: 1px solid #fff;
}

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

.fixed li .box0 {
	position: absolute;
	right: 45px;
	top: 0;
	line-height: 25px;
	font-size: 17px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	transform: translateX(140%);
	transition: 0.3s;
	z-index: 101;
}

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

.fixed li.return {
	margin-top: 18px;
}

.fixed li.return span {
	background: #0b8f5a;
	border-bottom: none;
	cursor: pointer;
}

.fixed li:hover .box0 {
	transform: translateX(0%);
}


@media all and (min-width: 1024px) and (max-width:1600px) {
	
	#gHeader .tel {
		background-size: 24px;
		padding-left: 32px;
	}

	#gHeader .ss {
		margin-left: 20px;
	}

	#gHeader .ss span {
		background-size: 26px;
	}

	#gNavi li a.link {
		font-size: 17px;
		text-align: center;
	}

	#gNavi {
		width: 60%;
	}

	.sec {
		padding-top: 40px
	}

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

	.sec .title strong {
		font-size: 72px;
	}

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

	.container {
		width: 76%;
	}

}

@media all and (min-width: 1024px) and (max-width:1440px) {
	.container {
		width: 82%;
	}

	#gHeader .container {
		width: 90%;
	}

	#gHeader .logo img {
		width: 220px;
	}

	#gHeader .tel {
		background-size: 20px;
		padding-left: 30px;
		margin-left: 10px;
	}

	#gHeader .tel strong {
		font-size: 20px;
	}

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

	#gFooter {
		font-size: 14px;
	}
}

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

	.container {
		width: 92%;
	}

	#gHeader .container {
		width: 96%;
	}

	#gHeader .logo img {
		width: 200px;
	}
}


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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit
	}

	.container {
		width: 100%;
	}

	#gHeader .container {
		width: 100%;
	}

	/*------------------------------------------------------------
		头部
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px;
	}

	#gHeader .logo {
		line-height: 1;
		width: 180px;
	}

	#gHeader .tel {
		padding-left: 0px;
		width: 30px;
		height: 30px;
		background: url(../../images/tel1.png) no-repeat center;
		background-size: 25px;
		line-height: 30px;
		position: absolute;
		right: 10px;
		top: 18px;
		overflow: hidden;
	}

	#gHeader .tel strong a {
		display: block;
		opacity: 0;
	}

	#gHeader .menu {
		position: absolute;
		right: 50px;
		top: 18px;
		width: 30px;
		height: 30px;
		background: url(../../images/menu.png) no-repeat center;
		background-size: 25px;
		opacity: 0.8;
	}


	#gHeader .ss {
		position: absolute;
		right: 90px;
		top: 18px;
		opacity: 0.8;
	}

	#gHeader .ss span {
		margin-top: 0;
		width: 30px;
		height: 30px;
		background-size: 25px;
	}

	#gHeader .form1 {
		top: 66px;
		padding: 30px 20px;
	}

	#gHeader .form1 span {
		display: none;
	}

	#gHeader .form1 form {
		width: 100%;
	}

	#gHeader .form1 form input[type="text"] {
		line-height: 32px;
		height: 32px
	}

	#gHeader .form1 form input[type="submit"] {
		line-height: 32px;
	}

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

	#gNavi li {
		width: 100%;
		float: inherit;
		padding: 0 30px;
		box-sizing: border-box;
		border-bottom: 1px dashed #efedec;
	}

	#gNavi li a.link {
		font-size: 16px;
		line-height: 46px;
		background: url(../../images/jt4.png) no-repeat right center;
		background-size: 20px;
		text-align: left
	}

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

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

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		text-align: center;
		background: none;
		padding: 5px 0;
		z-index: 100;
		overflow: hidden;
		display: none;
	}

	#gNavi li .drop a {
		display: block;
		width: 48%;
		float: left;
		padding: 0px;
		line-height: 34px;
		margin: 5px 1%;
		font-size: 14px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		background: url(../../images/fbg.jpg) no-repeat center right;
		background-size: cover;
		padding: 30px 10px 0;
		font-size: 14px;
		font-weight: 300;
	}

	#gFooter .top {
		border-bottom: 1px solid #efefef;
	}

	#gFooter .ul1 li {
		width: 25%;
		padding-bottom: 10px;
	}

	#gFooter .ul1 li a {
		border-right: none;
	}

	#gFooter .dl {
		display: none;
	}

	#gFooter .lxBox {
		width: 100%;
		padding: 20px 10px 0;
		box-sizing: border-box;
	}

	#gFooter .lxBox h3 {
		font-size: 17px;
		padding-bottom: 10px;
	}

	#gFooter .lxBox p {
		line-height: 26px;
	}

	#gFooter .lxBox .wx .ewm img {
		width: 100px;
	}

	#gFooter .power {
		line-height: 24px;
		font-size: 13px;
	}

	.sec {
		padding-top: 30px;
	}

	.sec .title strong {
		font-size: 60px;
	}

	.sec .title h2 {
		margin-top: 25px;
		font-size: 26px;
	}

}