@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: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: Arial, "微软雅黑", "宋体", "黑体";
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
头部
------------------------------------------------------------*/

#gHeader {
	/* background: url(../images/l_bg.png) repeat; 
	padding: 0px 8%;*/
}

#gHeader .logo {
	width: 240px;
	margin-top: 14px;
}

#gHeader .logo img {
	width: 100%;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

#gHeader .tel {
	padding-left: 52px;
	background: url(../images/tel.png) no-repeat left top;
	background-size: 45px;
	margin-top: 20px;
}

#gHeader .tel strong {
	display: block;
	font-size: 25px;
	color: #1c89e4;
}

#gHeader .text {
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 17px;
	border-left: 1px solid #ececec;
}

#gHeader .text p {
	font-size: 16px;
	line-height: 28px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: #1c89e4;
}

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

#gNavi {
	width: 65%;
}

#gNavi li {
	float: left;
	width: 12.5%;
	line-height: 90px;
	font-size: 16px;
	text-align: center;
	position: relative;
}

#gNavi li a {
	display: block;
	width: 69%;
	margin: 0 auto;
}

#gNavi li:hover>a, #gNavi li.on>a {
	color: #1c89e4;
}

#gNavi li .drop {
	position: absolute;
	left: -25px;
	top: 90px;
	right: -25px;
	background: #fff;
	z-index: 140;
	display: none;
}

#gNavi li:nth-child(2) .drop:before, #gNavi li:nth-child(6) .drop:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #f5710b;
}

#gNavi li .drop a {
	line-height: 45px;
	font-size: 15px
}

#gNavi li .drop a:hover, #gNavi li .drop a.on {
	background: #1c89e4;
	color: #fff;
}

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

.sec .title {
	padding: 80px 0 30px;
	color: #fff;
	text-align: center;
}

.sec .title h2 {
	font-size: 32px;
	/* color: #01192c; */
	line-height: 60px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.sec .title h2:before {
	content: "";
	width: 140px;
	height: 50px;
	position: absolute;
	left: -180px;
	top: 5px;
	background: url(../images/tit_l.png) no-repeat center;
	background-size: cover;
}

.sec .title h2:after {
	content: "";
	width: 140px;
	height: 50px;
	position: absolute;
	right: -180px;
	top: 5px;
	background: url(../images/tit_r.png) no-repeat center;
	background-size: cover;
}

.sec .title p {
	font-size: 16px;
	line-height: 32px;
}

.sec1 .fl {
	width: 23%;
}

.sec1 .fl form {
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.sec1 .fl form input[type="text"] {
	width: 100%;
	padding: 0 65px 0 6px;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	background: #fff;
	border: none;
}

.sec1 .fl form button[type="submit"] {
	width: 60px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	border-radius: 0 4px 4px 0;
	text-align: center;
	color: #fff;
	background: #f5710b;
	border: none;
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
}

.sec1 .fl .ul1 {
	background: #fafafa;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px 0;
}

.sec1 .fl .ul1 li:hover a {
	background: #f5710b;
	color: #fff;
}

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

#gFooter {
	padding: 30px 0 0;
	background: url(../images/footer_top.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

#gFooter .nav {
	width: 20%;
}

#gFooter h4 {
	font-size: 20px;
	border-left: 5px solid #f5710b;
	line-height: 22px;
	padding-left: 12px;
	margin-bottom: 15px;
}

#gFooter .nav ul {
	overflow: hidden;
}

#gFooter .nav a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

#gFooter .nav li {
	width: 50%;
	float: left;
}

#gFooter .lxText {
	width: 40%;
	padding: 0 20px;
	box-sizing: border-box;
}

#gFooter .lxText p {
	line-height: 30px;
	font-size: 14px;
}

#gFooter .fr {
	width: 20%;
}

#gFooter .fr .ewm {
	text-align: center;
}

#gFooter .fr img {
	width: 70%;
	display: block;
	margin: 0 auto 5px;
	max-width: 150px
}

#gFooter .power {
	text-align: center;
	line-height: 28px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 5px;
	margin-top: 15px;
}

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

#gFooter .fLink {
	display: none;
}

.sp {
	display: none !important;
}

.fixed {
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 999;
}

.fixed li {
	position: relative;
}

.fixed li .box {
	position: absolute;
	right: -200px;
	top: 0;
	transition: 0.3s;
	z-index: -1;
	border-right: 1px solid #fff;
}

.fixed li .box a {
	width: 170px;
	display: block;
	line-height: 60px;
	background: #1c89e4;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.fixed li .box1 {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.fixed li .box1 img {
	width: 150px;
}

.fixed li span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #1c89e4;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.fixed li span img {
	height: 30px;
}

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

.fixed li span img {
	width: 30px;
	vertical-align: middle;
}

.fixed li:hover .box {
	right: 60px
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	#gHeader .logo {
		width: 220px;
		margin-top: 13px
	}
	#gHeader .text p {
		line-height: 26px
	}
	#gHeader .text {
		margin-left: 10px;
		padding-left: 10px
	}
	#gHeader .tel strong {
		font-size: 22px;
	}
	#gHeader .tel {
		padding-left: 48px;
		background-size: 42px;
	}
	#gNavi li {
		line-height: 84px;
	}
	#gNavi li .drop {
		top: 84px;
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
	#gHeader .text p {
		font-size: 15px;
	}
	#gHeader .tel {
		margin-top: 14px;
	}
	#gNavi li .drop a {
		font-size: 15px;
		line-height: 40px;
	}
	.container {
		width: 87%;
	}
	.sec .title {
		padding: 30px 0;
	}
	.sec .title h2 {
		font-size: 28px;
		line-height: 50px;
	}
	.sec .title h2:before {
		width: 115px;
		height: 40px;
		left: -140px;
	}
	.sec .title h2:after {
		width: 115px;
		height: 40px;
		right: -140px;
	}
	.sec .title p {
		font-size: 15px;
		line-height: 28px;
	}
	#gFooter .fr img {
		width: 60%;
	}
}

@media all and (min-width: 1024px) and (max-width:1400px) {
	#gNavi li {
		font-size: 15px;
	}
	#gHeader .tel strong {
		font-size: 20px;
	}
	#gHeader .tel {
		padding-left: 42px;
		background-size: 36px;
	}
	#gHeader .tel {
		margin-top: 20px;
	}
	#gFooter h4 {
		font-size: 18px;
	}
	#gFooter .fr img {
		font-size: 55%;
	}
}

@media all and (min-width: 1024px) and (max-width:1366px) {
	#gFooter h4 {
		font-size: 16px;
	}
	#gFooter .nav a {
		font-size: 13px;
	}
	#gFooter .lxText p {
		font-size: 13px;
	}
	#gNavi li .drop a {
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width:1300px) {
	#gHeader .logo {
		width: 200px;
		margin-top: 15px;
	}
	#gNavi {
		width: 55%;
	}
	#gNavi li {
		font-size: 14px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.fl, .fr {
		float: inherit;
	}
	/*------------------------------------------------------------
	头部
	------------------------------------------------------------*/
	#gHeader {
		padding: 12px;
	}
	#gHeader .logo {
		width: 180px;
		margin-top: 0px;
	}
	#gHeader .tel {
		display: none;
	}
	#gHeader .menu {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 12px;
		top: 19px;
		background: url(../images/menu.png) no-repeat;
		background-size: 35px;
	}
	#gHeader .text {
		display: none;
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		margin-left: 0%;
		position: absolute;
		left: 0;
		right: 0;
		top: 72px;
		z-index: 100;
		background: #fafafa;
		padding: 0px 20px 30px;
		box-sizing: border-box;
		display: none;
	}
	#gNavi li {
		float: inherit;
		width: 100%;
		line-height: 40px;
		font-size: 15px;
		text-align: left;
		border-bottom: 1px dashed #d1dfea;
	}
	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
	}
	#gNavi li.on .drop {
		display: block;
	}
	#gNavi li .drop:before {
		display: none;
	}
	#gNavi li .drop a {
		line-height: 36px;
		padding-left: 10px;
	}
/*	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(6)>a {
		background: url(../images/jt.png) no-repeat right 0px center;
		background-size: 15px;
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(6).on>a {
		background: url(../images/jt1.png) no-repeat right 0px center;
		background-size: 15px;
	}*/
	.container {
		width: 100%;
		max-width: inherit;
		padding: 0 12px;
	}
	.sec .title {
		padding: 20px 0 12px;
	}
	.sec .title h2 {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 7px;
	}
	.sec .title h2:before {
		width: 80px;
		height: 28px;
		left: -100px;
		top: 6px;
	}
	.sec .title h2:after {
		width: 80px;
		height: 28px;
		right: -100px;
		top: 6px;
	}
	.sec .title p {
		font-size: 13px;
		line-height: 21px;
	}
	.sec1 .fl {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec1 .fl .ul1 {
		border-radius: 0px;
		padding: 0;
		overflow: hidden;
		background: none;
		margin-left: -8px;
		margin-right: -8px;
	}
	#gFooter .nav {
		width: 100%;
		margin-bottom: 10px;
	}
	#gFooter h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#gFooter .nav a {
		font-size: 13px;
	}
	#gFooter .nav li {
		width: 25%;
	}
	#gFooter .lxText {
		width: 100%;
		padding: 10px 0;
	}
	#gFooter .lxText p {
		font-size: 13px;
	}
	#gFooter .fr {
		width: 100%;
	}
	#gFooter .fr img {
		width: 130px;
	}
	#gFooter .power {
		line-height: 22px;
		margin-top: 10px;
		font-size: 12px;
	}
	input {
		appearance: none;
		-webkit-appearance: none;
		border-radius: none;
	}
}