@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;
	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: 85%;
	max-width: 1500px;
}

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

#gHeader .logo a img {
	width: auto;
	margin-top: 15px;
}

#gHeader .tel {
	padding: 0 18px;
	line-height: 30px;
	border: 1px solid #efefef;
	border-radius: 16px;
	font-size: 16px;
	color: #787878;
	margin-top: 29px;
	font-weight: 350;
}

#gHeader .tel a {
	letter-spacing: 0.5px;
	color: #454545;
	font-weight: 400;
}

#gHeader .ss {
	width: 34px;
	height: 34px;
	background: #0073e6 url(../../images/ss.png) no-repeat center;
	background-size: 19px;
	border-radius: 50%;
	margin: 28px 0 0 20px;
}

#gHeader .form {
	position: absolute;
	left: 0;
	top: 90px;
	right: 0;
	z-index: 100;
	background: rgba(245, 249, 252, .7);
	padding: 30px 0;
	display: none;
}

#gHeader .form span.close {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #0073e6;
	color: #0073e6;
	font-size: 20px;
	text-align: center;
	position: absolute;
	right: 10%;
	top: 10px;
	cursor: pointer;
}

#gHeader .form form {
	max-width: 400px;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #bcbcbc;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	height: 34px;
	line-height: 32px;
	padding: 0 60px 0 8px;
	box-sizing: border-box;
	background: none;
	border: none;
}

#gHeader .form form input[type="submit"] {
	width: 50px;
	height: 34px;
	background: url(../../images/ss1.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	cursor: pointer;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	display: inline-block;
}

#gNavi li a.link {
	display: block;
	font-size: 17px;
	line-height: 90px;
	padding: 0 25px;
}

#gNavi li.on a.link,
#gNavi li:hover a.link {
	color: #0073e6;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	background: rgba(245, 249, 252, 1);
	z-index: 110;
	padding: 10px 0;
	display: none;
}


#gNavi li .drop dl {
	width: 50%;
	float: left;
	padding: 10px 12px;
	box-sizing: border-box;
}

#gNavi li .drop dt a {
	display: block;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #333;
}

#gNavi li .drop dl.on dt a {
	color: #0073e6;
}

#gNavi li .drop dd {
	overflow: hidden;
}

#gNavi li .drop dd a {
	display: inline-block;
	color: #666;
	padding-left: 12px;
	box-sizing: border-box;
	position: relative;
	font-weight: 350;
	margin-right: 20px;
}

#gNavi li .drop dd a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #999;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -3px;
}

#gNavi li .drop dd a.on {
	color: #0073e6;
}

#gNavi li .drop dd a.on:before {
	color: #0073e6;
}

#gNavi li .drop1 {
	text-align: center;
}

#gNavi li .drop1 a {
	display: inline-block;
	padding: 0 20px;
	line-height: 35px;
	border-radius: 5px;
	margin: 10px;
	background: #efefef;
}

#gNavi li .drop1 a.on {
	background: #0073e6;
	color: #fff;
}

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

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/ftbg.jpg) #f6f8fa no-repeat top center;
	background-size: 80%;
}

#gFooter .lxul li {
	width: 33.33%;
	float: left;
	padding: 30px 0 30px 45px;
	box-sizing: border-box;
	position: relative;
}

#gFooter .lxul li span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#gFooter .lxul li p {
	color: #666;
}

#gFooter .lxul li strong {
	font-size: 17px;
	color: #333;
	font-weight: 500;
}

#gFooter .ftCon {
	padding: 30px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

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

#gFooter .ftCon dl.dl2 {
	width: 30%;
}

#gFooter .ftCon dl dt {
	font-size: 19px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 22px;
}

#gFooter .ftCon dl dt:after {
	content: "";
	width: 3px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #0073e6;
}

#gFooter .ftCon dl a {
	display: block;
	width: 50%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
	color: #666;
	line-height: 30px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gFooter .ftCon dl a:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #0073e6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#gFooter .ftCon dl.dl3 {
	width: 30%;
	float: right;
}

#gFooter .ftCon dl.dl3 .ewm {
	display: inline-block;
	width: 40%;
	margin: 0 3%;
	text-align: center;
}

#gFooter .ftCon dl.dl3 .ewm img {
	max-width: 120px;
	margin-bottom: 5px;
}

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

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

#gFooter .fLink a {
	color: #999;
	display: inline-block;
	margin: 0 4px;
}

#gFooter .power {
	color: #888;
	text-align: center;
	padding: 8px 0;
	font-weight: 300;
}
#gFooter .power img {
	width:21px
}
#gFooter .power a {
	color: #888;
}

.sec .title {
	padding: 40px 0 20px;
	position: relative;
	text-align: center;
}

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

.sec .title strong {
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	right: 0;
	font-size: 50px;
	z-index: 1;
	background-image: -webkit-linear-gradient(top, rgba(217, 236, 255, 1), rgba(233, 244, 255, 0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.sec .more {
	text-align: center;
}

.sec .more a {
	display: inline-block;
	line-height: 34px;
	border-radius: 5px;
	font-weight: 350;
	text-align: center;
	padding: 0 10px 0 20px;
	background: #0073e6;
	color: #fff;
}

.sec .more a img {
	width: 20px;
	margin-top: -2px;
}


.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: 86%;
	}

	#gHeader .logo a img {
		width: 180px;
		margin-top: 17px;
	}

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

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

	.sec .title strong {
		font-size: 48px;
		top: 15px;
	}

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

	#gFooter .ftCon dl dt {
		font-size: 18px;
	}

	#gFooter .ftCon dl.dl3 .ewm img {
		max-width: 110px;
	}

	#gFooter .ftCon dl.dl3 .ewm p {
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader .logo a img {
		width: 170px;
		margin-top: 18px;
	}

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

	#gNavi li .drop dt a {
		font-size: 16px;
		font-weight: 600;
	}

	#gFooter .lxul li {
		padding: 20px 0 20px 45px;
	}

	#gFooter .ftCon dl.dl3 {
		width: 35%;
	}

}

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

	#gHeader .logo a img {
		width: 170px;
		margin-top: 18px;
	}

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

	.container {
		width: 85%;
	}

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

	.sec .title strong {
		font-size: 44px;
		top: 18px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	#gHeader .container {
		width: 90%;
	}

	.container {
		width: 88%;
	}

	.sec .more a {
		padding: 0 8px 0 14px;
		font-size: 14px;
	}


	#gFooter .ftCon dl a, #gFooter .power {
		font-size: 14px;
	}

}

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

	#gHeader .logo a img {
		width: 165px;
		margin-top: 19px;
	}

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

	.container {
		width: 90%;
	}

	#gFooter .lxul li {
		width: 30%;
	}

	#gFooter .lxul li:last-child {
		width: 40%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	#gHeader .container {
		width: 94%;
	}

	#gHeader .logo a img {
		width: 160px;
	}

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

	#gHeader .tel {
		display: none;
	}

	#gNavi li .drop dd a {
		margin-right: 10px;
		font-size: 14px
	}

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

	#gFooter .ftCon dl.dl3 .ewm img {
		max-width: 100px;
	}

	#gFooter .ftCon dl.dl3 {
		width: 40%;
	}
}

@media all and (min-width: 0px) and (max-width: 1024px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit;
	}

	#gHeader .container {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		max-width: inherit;
	}

	#gHeader .logo a img {
		width: 150px;
		margin-top: 0;
	}

	#gHeader .ss {
		position: absolute;
		right: 54px;
		top: 16px;
		margin: 0;
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 16px;
		width: 34px;
		height: 34px;
		background: #0073e6 url(../../images/menu1.png) no-repeat center;
		background-size: 20px;
		border-radius: 50%;
	}

	#gHeader .tel {
		padding: 0;
		line-height: 1;
		border: none;
		width: 34px;
		height: 34px;
		overflow: hidden;
		color: rgba(0, 0, 0, 0);
		width: 34px;
		height: 34px;
		position: absolute;
		right: 98px;
		top: 16px;
		margin-top: 0;
	}

	#gHeader .tel a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		border-radius: 50%;
		background: #0073e6 url(../../images/tel1.png) no-repeat center;
		background-size: 22px;
		color: rgba(0, 0, 0, 0);
	}

	#gHeader .form {
		background: #fff;
		border-top: 1px solid #efefef;
		top: 66px;
	}

	#gHeader .form span.close {
		display: none;
	}

	.container {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		max-width: inherit;
	}

	#gNavi {
		position: absolute;
		left: 0;
		right: 0;
		top: 66px;
		background: #fff;
		border-top: 1px solid #efefef;
		padding: 10px 3%;
		z-index: 999;
		height:auto !important;
		display: none;
	}

	#gNavi li {
		display: block;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li a.link {
		padding: 0;
		line-height: 36px;
		font-size: 16px;
		background: url(../../images/jt2.png) no-repeat right center;
		background-size: 20px;
	}

	#gNavi li:hover a.link {
		color: #333;
	}

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

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: none;
		padding: 0;
	}

	#gNavi li .drop .container {
		padding: 0;
	}

	#gNavi li .drop dl {
		width: 25%;
		padding: 5px 8px;
	}

	#gNavi li .drop dl dt a {
		font-size: 15px;
		margin-bottom: 0;
		line-height: 34px;
		background: #fafafa;
		border-radius: 5px;
		text-align: center;
		font-weight: 350;
	}

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

	#gNavi li .drop1 a {
		padding: 0 12px;
		margin: 0 5px 5px;
		line-height: 34px;
	}

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

	.sec .title {
		padding: 28px 0 12px;
	}

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

	.sec .title strong {
		font-size: 40px;
		top: 8px;
	}

	#gFooter .lxul li {
		width: 25%;
		padding: 20px 0 20px 35px;
	}

	#gFooter .lxul li span {
		width: 26px;
		height: 26px;
	}

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

	#gFooter .lxul li:last-child {
		width: 50%;
	}

	#gFooter .ftCon {
		padding: 20px 0px;
		font-size: 14px;
	}

	#gFooter .ftCon dl dt {
		font-size: 18px;
	}

	#gFooter .ftCon dl.dl3 {
		width: 40%;
	}

	#gFooter .ftCon dl.dl3 .ewm {
		margin: 0;
		width: 47%;
	}

	#gFooter .ftCon dl.dl3 .ewm img {
		max-width: 100px;
	}
}



@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader .container {
		padding: 10px;
	}

	#gHeader .logo a img {
		width: 140px;
	}

	#gHeader .menu {
		right: 10px;
		top: 14px;
	}

	#gHeader .ss {
		right: 50px;
		top: 14px;
	}

	#gHeader .tel {
		right: 90px;
		top: 14px;
	}

	#gNavi, #gHeader .form {
		top: 63px;
	}

	#gNavi li .drop dl {
		width: 33.33%;
	}

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

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

	.sec .more a {
		padding: 0 6px 0 12px;
		line-height: 30px;
	}

	#gFooter .lxul li {
		width: 50%;
	}

	#gFooter .lxul li:last-child {
		width: 100%;
		margin-top: -20px;
	}

	#gFooter .ftCon dl {
		width: 100%;
		float: inherit;
	}

	#gFooter .ftCon dl a {
		width: 25%;
	}

	#gFooter .ftCon dl a:before {
		display: none;
	}

	#gFooter .ftCon dl.dl2 {
		width: 100%;
		margin: 10px 0;
	}

	#gFooter .ftCon dl.dl3 {
		width: 100%;
		float: inherit;
	}

	#gFooter .ftCon dl.dl3 dd {
		text-align: center;
	}
}

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

	#gNavi li .drop dl {
		width: 50%;
	}

	#gHeader .form {
		padding: 10px 10px 20px;
	}

	#gFooter .lxul {
		padding: 5px 10px;
	}

	#gFooter .lxul li {
		width: 100%;
		float: inherit;
		padding: 6px 0 6px 35px;
	}

	#gFooter .lxul li:last-child {
		margin-top: 0px;
	}

	#gFooter .ftCon dl.dl2 a {
		width: 50%;
	}
}