@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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "思源黑体 CN";
}

#container {
	text-align: left;
}


.container {
	width: 82%;
	max-width: 1400px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader .container {
	width: 86%;
	max-width: 1600px;
}

#gHeader .logo {
	margin-top: 15px;
}

#gHeader .tel {
	margin-left: 12px;
	border-left: 1px solid #efefef;
	padding-left: 40px;
	background: url(../../images/tel.png) no-repeat left 10px center;
	background-size: 26px;
}

#gHeader .tel a {
	display: block;
	line-height: 90px;
	font-size: 22px;
	color: #343434;
}


#gHeader .ss {
	width: 40px;
	line-height: 90px;
	text-align: center;
	cursor: pointer;
}

#gHeader .ss img {
	width: 24px;
}

#gHeader .form {
	position: absolute;
	left: 0;
	top: 90px;
	right: 0;
	background: #fff;
	padding: 40px 0;
	z-index: 100;
	border-top: 1px solid #efefef;
	display: none;
}

#gHeader .form span {
	display: block;
	width: 32px;
	height: 32px;
	background: #f4f6f5;
	color: #666;
	text-align: center;
	line-height: 34px;
	font-size: 22px;
	position: absolute;
	right: 14%;
	top: 20px;
	cursor: pointer;
}

#gHeader .form form {
	width: 30%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	padding: 0 90px 0 12px;
	box-sizing: border-box;
	line-height: 32px;
	background: #fafafa;
	border: none;
}

#gHeader .form form input[type="submit"] {
	width: 80px;
	line-height: 32px;
	background: #0068b7;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	display: inline-block;
	position: relative;
}

#gNavi li a.link {
	display: block;
	line-height: 90px;
	padding: 0 26px;
	font-size: 17px;
}

#gNavi li.on a.link {
	color: #0068b7;
	font-weight: 500;
}

#gNavi li:nth-child(2) {
	position: inherit;
}

#gNavi li .drop1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	border-top: 1px solid #efefef;
	padding: 30px 0 10px;
	z-index: 110;
	display: none;
	background: #fff;
}

#gNavi li .drop1 dl {
	width: 20%;
	padding: 0 15px 15px;
	box-sizing: border-box;
	float: left;
}

#gNavi li .drop1 dl dt a {
	font-size: 18px;
	line-height: 18px;
	display: block;
	background: url(../../images/jt6.png) no-repeat right 5px center;
	background-size: 17px;
	border-left: 3px solid #0068b7;
	color: #0068b7;
	padding-left: 6px;
	margin-bottom: 8px;
}

#gNavi li .drop1 dl dd a {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 12px;
}

#gNavi li .drop1 dl dd a:hover, #gNavi li .drop1 dl dd a.on {
	color: #0068b7;
}

#gNavi li .drop2 {
	position: absolute;
	left: 0;
	width: 120px;
	top: 90px;
	background: #f8f9f7;
	z-index: 110;
	display: none;
}

#gNavi li .drop2:before {
	content: "";
	width: 22px;
	height: 11px;
	background: url(../../images/sj.png) no-repeat center;
	background-size: 22px;
	position: absolute;
	left: 50%;
	top: -11px;
	transform: translateX(-50%);
}

#gNavi li .drop2 a {
	display: block;
	line-height: 38px;
	font-size: 16px;
	color: #454545;
	padding: 0 8px;
	border-bottom: 1px dashed #efefef;
	text-align: center;
}

#gNavi li .drop2 a:hover, #gNavi li .drop2 a.on {
	color: #0068b7;
}


/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
#gFooter {
	padding-top: 40px;
	background: url(../../images/bg1.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 15px;
	font-weight: 350;
}

#gFooter ul {
	margin-bottom: 30px;
}

#gFooter ul li {
	width: 12.5%;
	float: left;
}

#gFooter ul li a {
	display: block;
	text-align: center;
}

#gFooter a {
	color: #fff;
}

#gFooter .lBox {
	width: 35%;
}

#gFooter .lBox .tel {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
}

#gFooter .lBox .tel strong {
	font-size: 24px;
	font-weight: 500;
}


#gFooter .lBox span {
	display: block;
	width: 44px;
	line-height: 44px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#gFooter .lBox span img {
	width: 22px;
}

#gFooter .lBox p.p1 {
	line-height: 30px;
	margin-bottom: 5px;
}

#gFooter .lBox p.p1 img {
	width: 22px;
	margin-right: 8px;
}

#gFooter .ewm {
	width: 25%;
	padding-top: 20px;
	text-align: right;
	font-size: 14px;
}

#gFooter .ewm .wx {
	display: inline-block;
	text-align: center;
	width: 44%;
}

#gFooter .ewm img {
	max-width: 110px;
	margin: 6px 0;
}

#gFooter .rBox {
	width: 40%;
}

#gFooter .rBox dl dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

#gFooter .rBox dl a {
	display: block;
	width: 33.33%;
	float: left;
	line-height: 30px;
}

#gFooter .power {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .6);
	padding: 10px 0;
	margin-top: 30px;
	font-weight: 300;
}

#gFooter .fLink {
	margin-top: 20px;
	opacity: 0.8;
}

#gFooter .fLink strong {
	font-size: 16px;
}

#gFooter .fLink a {
	display: inline-block;
	margin: 0 4px;
}

.sec .title {
	padding: 40px 0 30px;
}

.sec .title h2 {
	font-size: 34px;
	font-weight: 500;
	color: #333;
}

.sec .more a {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #0068b7;
	color: #fff;
	text-align: center;
	margin: 20px auto 0px;
	border-radius: 5px;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 110;
	display: none;
}

.fixed li {
	position: relative;
}

.fixed li span {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-bottom: 1px solid #efefef;
	background: #f9f8f7;
	cursor: pointer;
}

.fixed li:last-child span {
	border-bottom: none;
}

.fixed li span img {
	width: 22px;
}

.fixed li .box {
	position: absolute;
	right: 46px;
	top: 0;
	padding: 10px;
	font-size: 15px;
	color: #666;
	white-space: nowrap;
	border: 1px solid #efefef;
	background: #fff;
	transform: translateX(200%);
}

.fixed li .box strong {
	display: block;
	font-size: 18px;
	color: #0068b7;
}

.fixed li .box img {
	width: 120px;
}

.fixed li:hover .box {
	transform: translateX(0);
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gHeader .container {
		width: 88%;
	}

	#gHeader .logo {
		width: 180px;
		margin-top: 18px;
	}

	#gNavi li a.link {
		padding: 0 24px;
	}

	#gNavi li .drop2 a {
		font-size: 15px;
		line-height: 36px;
	}

	.sec .title {
		padding: 30px 0 20px;
	}

	.sec .title h2 {
		font-size: 32px;
	}

	#gFooter .rBox {
		width: 38%;
	}

	#gFooter .lBox {
		width: 37%;
	}


}

@media all and (min-width: 1024px) and (max-width: 1440px) {

	.container {
		width: 85%;
	}

	#gHeader .logo {
		width: 170px;
		margin-top: 19px;
	}

	#gNavi li a.link {
		padding: 0 20px;
	}

	#gNavi li .drop1 dl dt a {
		font-size: 17px;
	}

	.sec .title h2 {
		font-size: 30px;
	}

	#gFooter {
		font-size: 14px;
	}

	#gFooter .ewm img {
		max-width: 100px;
	}

	#gFooter .lBox .tel {
		margin-bottom: 10px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	#gHeader .container {
		width: 90%;
	}

	#gNavi li a.link {
		padding: 0 16px;
	}

	.container {
		width: 88%;
	}

	.sec .more a {
		width: 110px;
		line-height: 34px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	#gHeader .tel {
		display: none;
	}

	.sec .title h2 {
		font-size: 28px;
	}
}

@media all and (min-width: 0px) and (max-width: 1024px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}


	#gHeader .container {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		max-width: inherit;
	}

	.container {
		width: 90%;
		max-width: inherit;
		box-sizing: border-box;
	}

	#gHeader .logo {
		width: 150px;
		margin-top: 0;
		float: inherit;
	}

	#gHeader .logo a {
		display: block;
		line-height: 1;
	}

	#gHeader .menu {
		width: 26px;
		height: 26px;
		position: absolute;
		right: 10px;
		top: 21px;
		background: url(../../images/menu.png) no-repeat center;
		background-size: 28px;
	}

	#gHeader .ss {
		line-height: 1;
		position: absolute;
		right: 70px;
		top: 21px;
		float: inherit;
	}

	#gHeader .tel {
		margin-left: 0;
		padding-left: 0;
		width: 25px;
		overflow: hidden;
		border-left: none;
		position: absolute;
		top: 21px;
		right: 45px;
		background-position: left center;
		background-size: 25px;
		float: inherit;
	}

	#gHeader .tel a {
		display: block;
		width: 25px;
		height: 25px;
		line-height: 25px;
		color: rgba(255, 255, 255, 0);
	}

	#gHeader .form {
		display: none;
		top: 66px;
	}

	#gHeader .form form {
		width: 80%;
	}

	#gHeader .form span {
		display: none;
	}

	#gHeader .form form input[type="text"] {
		padding-right: 75px;
	}

	#gHeader .form form input[type="submit"] {
		width: 70px;
	}

	#gNavi {
		position: absolute;
		left: 0;
		top: 66px;
		right: 0;
		background: #fff;
		z-index: 100;
		border-top: 1px solid #efefef;
		padding: 8px 12px;
		float: inherit;
		display: none;
	}

	#gNavi li {
		display: block;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li a.link {
		line-height: 38px;
		padding: 0;
		font-size: 16px;
		background: url(../../images/jt4.png) no-repeat right center;
		background-size: 19px;
	}

	#gNavi li.on a.link {
		background-image: url(../../images/jt5.png);
	}

	#gNavi li .drop1 {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		display: none;
		padding: 0;
	}

	#gNavi li .drop1 .container {
		padding: 0;
	}

	#gNavi li .drop1 dl {
		width: 25%;
		padding: 5px;
		box-sizing: border-box;
	}

	#gNavi li .drop1 dl dt a {
		background: #f3f3f3;
		color: #333;
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		margin: 0;
		padding: 0;
		line-height: 34px;
		border-left: none;
		border-radius: 5px;
	}

	#gNavi li .drop1 dl.on dt a {
		background: #0068b7;
		color: #fff;
	}

	#gNavi li .drop1 dd {
		display: none;
	}

	#gNavi li .drop2 {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		display: none;
		padding: 0;
		background: none;
		overflow: hidden;
		width: inherit;
	}

	#gNavi li .drop2:before {
		display: none;
	}

	#gNavi li .drop2 a {
		display: block;
		width: 23%;
		font-size: 15px;
		line-height: 34px;
		float: left;
		padding: 0;
		border: none;
		margin: 5px 1%;
		background: #f3f3f3;
	}

	#gNavi li .drop2 a.on {
		background: #0068b7;
		color: #fff;
	}

	#gFooter {
		padding: 30px 10px 0;
		font-size: 14px;
	}

	#gFooter .container {
		width: 94%;
	}

	#gFooter ul {
		margin-bottom: 20px;
	}

	#gFooter .lBox {
		width: 100%;
		float: inherit;
		margin: 10px 0;
	}

	#gFooter .lBox .tel {
		padding-left: 55px;
		margin-bottom: 10px;
	}

	#gFooter .lBox .tel strong {
		font-size: 22px;
	}

	#gFooter .lBox p.p1 {
		line-height: 28px;
	}

	#gFooter .lBox p.p1 img {
		width: 20px;
		margin-right: 6px;
	}

	#gFooter .ewm {
		width: 100%;
		float: inherit;
		padding-top: 0px;
		text-align: center;
		font-size: 14px;
	}

	#gFooter .ewm img {
		max-width: 100px;
	}

	#gFooter .rBox {
		width: 100%;
		float: inherit;
	}

	#gFooter .rBox dl dt {
		font-size: 18px;
	}

	#gFooter .rBox dl a {
		width: 25%;
		line-height: 27px;
	}

	#gFooter .power {
		padding: 6px 0;
		margin-top: 20px;
	}

	.sec .title {
		padding: 26px 0 18px;
	}

	.sec .title h2 {
		font-size: 26px;
	}

	.sec .more a {
		width: 100px;
		line-height: 32px;
		margin: 20px auto 0px;
	}
}



@media all and (min-width: 0) and (max-width: 767px) {
	.fl, .fr {
		float: inherit;
	}

	#gNavi li .drop1 dl {
		width: 50%;
	}

	#gNavi li .drop2 a {
		width: 48%;
	}

	#gFooter .container {
		width: 100%;
	}

	#gFooter ul li {
		width: 25%;
	}

	#gFooter .rBox dl a {
		width: 33.33%;
	}

	.container {
		width: 100%;
		padding: 0 10px;
	}
}

@media all and (min-width: 0) and (max-width: 400px) {
	#gFooter .rBox dl a {
		width: 50%;
	}

}