@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: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

#gHeader .container {
	width: 87%;
}

#gHeader .ss {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 98px;
	background: url(../../images/common/ss2.png) no-repeat center;
	background-size: 36px;
	cursor: pointer;
}

#gHeader .form {
	background: #fff;
	position: absolute;
	right: 0;
	left: 0%;
	padding: 40px 0;
	top: 98px;
	display: none;
}

#gHeader .form form {
	position: relative;
	width: 20%;
	margin: 0 auto 20px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

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

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

#gHeader .form .link {
	line-height: 30px;
	font-size: 15px;
	color: #666;
	text-align: center;
}

#gHeader .form .link a {
	display: inline-block;
	color: #666;
	margin-left: 6px;
}

#gHeader .form .link a:hover {
	color: #0096df;
}

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

#gHeader .tel {
	background:#0096df;
	padding:10px 20px;
	max-height:92px;
	overflow:hidden;
	color: #fff;
}
#gHeader .tel p {
	float:left;
	line-height:35px;
	font-size:20px;
	font-family:'Source Han Sans CN';
	position:relative;
}
#gHeader .tel p:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	right:0;
	background:#fff;
	height:1px;
	opacity:0.5
}
#gHeader .tel p span {
	display:block
}
#gHeader .tel strong {
	display:block;
	float:left;
	font-size: 20px;
	font-weight:500;
	line-height:70px;
}

#gNavi {
	width: 60%;
	margin-right: 20px;
}

#gNavi li {
	width: 12.5%;
	float: left;
	text-align: center;
	height: 98px;
}

#gNavi li>a {
	display: block;
	color: #333;
	line-height: 92px;
	font-size: 17px;
	font-family: "Sourance";
}

#gNavi li.on>a {
	/* background: url(../../images/common/icon1-1.png) no-repeat center bottom;
	background-size: 22px; */
	color:#0096df;
	font-weight:600
}

#gNavi li .drop {
	position: absolute;
	left: 8%;
	top: 98px;
	right: 8%;
	background: #fff;
	border-radius: 20px;
	padding: 5px 40px 20px;
	z-index: 100;
	box-shadow: 0 0 8px rgba(0, 0, 0.3);
	display: none;
	opacity: 0;
	transition: 0.3s;
}

#gNavi li .dl {
	padding: 0 10px;
}

#gNavi li .drop dl {
	margin-top: 20px;
	width: 20%;
	float: left;
	text-align: left;
	padding: 14px 20px;
	box-sizing: border-box;
}

#gNavi li .drop dt {
	line-height: 30px;
	position: relative;
}

#gNavi li .drop dt:before {
	content: "";
	left: 150px;
	right: 50px;
	height: 1px;
	background: #dedede;
	position: absolute;
	top: 50%;
}

#gNavi li .drop dt a {
	display: block;
	background: url(../../images/common/icon3.png) no-repeat left center;
	background-size: 24px;
	padding-left: 30px;
	font-weight: 600;
	font-size: 18px;
}

#gNavi li .drop dt a span {
	display: block;
	float: right;
	color: #888;
	font-size: 14px;
	font-weight: 500;

}

#gNavi li .drop dl:hover dt a, #gNavi li .drop dl.on dt a {
	color: #e07405;
	background-image: url(../../images/common/icon4.png);
}

#gNavi li .drop dl:hover dt a span, #gNavi li .drop dl.on dt a span {
	color: #e07405;
}

#gNavi li .drop dd {
	margin-top: 10px;
	padding-left: 30px;
	overflow: hidden;
	line-height: 34px;
}

#gNavi li .drop dd a {
	display: block;
	color: #525252;
	font-size: 15px;
	padding-right: 20px;
	box-sizing: border-box;
}

#gNavi li .drop dd a:hover, #gNavi li .drop dd a.on {
	color: #e07405;
}


#gNavi li .drop1 a {
	display: inline-block;
	padding: 12px 20px;
	background: #0096df;
	color: #fff;
	border-radius: 5px;
	margin: 14px 10px 0;
	font-size: 15px;

}

#gNavi li .drop1 a:hover, #gNavi li .drop1 a.on {
	background: #e07405;
}

#gNavi li:hover .drop {
	display: block;
	opacity: 1;
}

.sec .title {
	text-align: center;
	font-family: "宋体";
	color: #41434f;
	padding: 30px 0 20px;
}

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

.sec .title p {
	font-size: 24px;
}

.sec .more a {
	display: block;
	width: 150px;
	line-height: 44px;
	margin: 0 auto;
	background: linear-gradient(to right, #0096df 0%, #1e75e0 37%, #0b55a5 100%);
	font-size: 15px;
	box-sizing: border-box;
	padding-left: 32px;
	color: #fff;
	border-radius: 22px;
	position: relative;
}

.sec .more a:after {
	content: "";
	width: 36px;
	height: 36px;
	background: url(../../images/index/icon20.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 12px;
	top: 4px;
}

.sec .more a:hover {
	background: linear-gradient(to right, #eb7d10 0%, #cc6907 37%, #e07405 100%);
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/common/ftbg.jpg) no-repeat left bottom;
	background-size: cover;
	padding: 30px 0 0;
	color: #fff;
	font-size: 15px;
}

#gFooter a {
	color: #fff;
}

#gFooter .flogo {
	width: 280px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}

#gFooter ul.fr {
	width: 70%;
	line-height: 77px;
	font-size: 16px;
	text-align: right;
}

#gFooter ul.fr li {
	width: 10%;
	float: left;
}



#gFooter .box1 {
	width: 30%;
}

#gFooter .fl h3 {
	font-size: 21px;
	margin: 20px 0 12px;
	padding-left: 34px;
	background: url(../../images/common/icon5.png) no-repeat left center;
	background-size: 26px;
}

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

#gFooter .box2 {
	width: 20%;
}

#gFooter .box4 {
	width: 30%;
}

#gFooter .box2 li {
	width: 50%;
	float: left;
	line-height: 30px;
}

#gFooter .box2 li a {
	color: #fff;
}

#gFooter .box3 {
	width: 20%
}

#gFooter .box3 .img {
	text-align: center;
}

#gFooter .box3 .img img {
	width: 140px;
	margin-bottom: 8px;
}

#gFooter .fLink {
	margin: 20px auto;
	color: #fff;
	line-height: 30px;
	opacity:0.8
}

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

#gFooter .fLink a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}

#gFooter .power {
	text-align: center;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, .4);
	line-height: 40px;
}

.sp {
	display: none !important;
}


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

.fixed ul {
	border-radius: 3px;
	background: linear-gradient(-30deg, #056abf 0, #1c89e4 50%, #379cf1 99%);
}

.fixed ul span {
	display: inline-block;
	width: 60px;
	line-height: 48px;
	text-align: center;
}

.fixed ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 8px 0;
	position: relative;
}

.fixed ul span img {
	width: 35px;
}

.fixed ul li a {
	color: #333;
}

.fixed ul li .h_box {
	position: absolute;
	right: -185px;
	width: 150px;
	top: 8px;
	padding: 10px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	display: none;
}

.fixed ul li .h_box:after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	background: url(../../images/common/sj.png) no-repeat center;
	background-size: 25px;
}

.fixed ul li .ewm:after {
	top: 22px;
	transform: translateY(0%) rotate(-180deg);

}

.fixed ul li:hover .h_box {
	display: block;
}

.fixed ul li:hover {
	background: linear-gradient(-30deg, #056abf 0, #1c89e4 50%, #379cf1 99%);
}

.fixed ul span.return {
	cursor: pointer;
}

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

	#gNavi {
		width: 56%;
	}

	#gNavi li .drop {
		left: 5%;
		right: 5%;
	}

	#gNavi li .dl {
		padding-bottom: 20px;
	}

	#gNavi li .drop dl {
		padding: 14px 15px 0;
	}

	#gHeader .tel {
		margin-right: 20px;
	}

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

	#gFooter {
		font-size: 14px;
	}

	#gFooter ul.fr {
		font-size: 15px;
	}

	#gFooter .fl h3 {
		font-size: 19px;
	}
}

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

	#gHeader .logo {
		width: 230px;
	}

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

	#gHeader .form form {
		width: 30%;
	}

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

	#gNavi li.on>a, #gNavi li:hover a {
		background-size: 19px;
	}

	#gHeader .tel {
		margin-right: 20px;
		padding:10px 14px
	}

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

	.sec .title p {
		font-size: 22px;
	}

	#gFooter .fl h3 {
		font-size: 18px;
		background-size: 23px;
	}

	#gFooter .flogo {
		width: 260px;
	}

	#gFooter .box1 {
		padding-right: 15px;
		box-sizing: border-box;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	#gHeader .tel {
		margin-right:0
	}
	#gHeader .container {
		width:94%
	}

	#gNavi {
		margin-right: 30px;
	}
#gHeader .ss {
	display:none
}
	.container {
		width: 92%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gFooter .box4 {
		width: 34%;
	}

	#gFooter .box3 {
		width: 16%;
	}

	#gFooter .box3 .img img {
		width: 130px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
#gHeader .logo {
	width:200px
}
#gNavi {
	margin-right:20px
}
}

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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	.container {
		width: 100%;
	}

	/*------------------------------------------------------------
		头部
	------------------------------------------------------------*/
	#gHeader {
		position: relative;
		background: #fff;
	}

	#gHeader .container {
		width: 100%;
		padding: 10px;

	}

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

	#gHeader .tel {
		background: none;
		position: absolute;
		right: 60px;
		top: 13px;
		padding:0;
		min-height:inherit;
		overflow:inherit
	}

	#gHeader .tel strong,#gHeader .tel p {
		display:none
	}

	#gHeader .tel a {
		display: block;
		width: 40px;
		height: 40px;
		background: url(../../images/common/tel1.png) #fff no-repeat center;
		background-size: 30px;
		border-radius: 50%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 13px;
		width: 40px;
		height: 40px;
		background: #0096df url(../../images/common/menu1.png) no-repeat center;
		background-size: 28px;
		border-radius: 50%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	}

	#gHeader .form {
		background: #fff;
		position: relative;
		right: 0;
		left: 0;
		padding: 30px 10px;
		top: 0;
		display: block;
	}

	#gHeader .form form {
		width: 90%;
		margin: 0 auto 10px;
	}

	#gHeader .form .link {
		line-height: 27px;
		font-size: 14px;
		text-align: left;
	}

	#gNavi {
		width: 100%;
		margin-right: 0px;
		position: absolute;
		left: 0;
		top: 66px;
		border-top: 1px solid #dedede;
		background: #fff;
		display: none;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
		text-align: left;
		padding: 0 12px;
		height: auto;
		box-sizing: border-box;
	}

	#gNavi li>a {
		color: #333;
		line-height: 42px;
		font-size: 16px;
		border-bottom: 1px dashed #dedede;
		background: url(../../images/index/jt_r.png) no-repeat right 5px center;
		background-size: 20px;
	}

	#gNavi li.on>a {
		background: url(../../images/index/icon25.png) no-repeat right 5px center;
		background-size: 20px;
		color: #0096df;
	}

	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(6).on>a {
		background-image: url(../../images/index/icon46.png);
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: #fff;
		border-radius: 0px;
		padding: 5px 10px;
		box-shadow: none;
		opacity: 1;
		overflow: hidden;

	}

	#gNavi li .drop dl {
		margin-top: 0px;
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
		float: left;
	}

	#gNavi li .drop dt {
		line-height: 36px;
		position: relative;
	}

	#gNavi li .drop dt:before {
		display: none;
	}

	#gNavi li .drop dt a {
		background: none;
		padding-left: 0px;
		text-align: center;
		font-weight: 500;
		background: #efefef;
		color: #333;
		border-radius: 4px;
		font-size: 14px;
	}

	#gNavi li .drop dt a span {
		display: none
	}

	#gNavi li .drop dl:hover dt a, #gNavi li .drop dl.on dt a {
		color: #fff;
		background: #0096df;
	}


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


	#gNavi li .drop1 a {
		display: block;
		width: 48%;
		float: left;
		margin: 5px 1%;
		padding: 0;
		line-height: 35px;
		background: #efefef;
		color: #333;
		border-radius: 4px;
		text-align: center;
		font-size: 14px;

	}



	.sec .title {
		padding: 10px 0 10px;
	}

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

	.sec .title p {
		font-size: 21px;
	}

	.sec .more a {
		width: 120px;
		line-height: 36px;
		font-size: 14px;
		padding-left: 22px;
		border-radius: 18px;
	}

	.sec .more a:after {
		width: 28px;
		height: 28px;
		right: 6px;
		top: 4px;
	}

	/*------------------------------------------------------------
		底部
	------------------------------------------------------------*/
	#gFooter {
		padding: 30px 0px 10px;
		font-size: 13px;
	}

	#gFooter .flogo {
		width: 260px;
		padding: 10px;
		margin: 0 auto 20px;
	}

	#gFooter ul.fr {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
	}

	#gFooter ul.fr li {
		width: 20%;
		margin: 6px 0;
	}

	#gFooter ul.fr li a {
		display: block;

		line-height: 16px;
		border-right: 1px dashed #fff;
	}

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

	#gFooter .fl {
		padding: 0 10px;
		box-sizing: border-box;
	}

	#gFooter .box1 {
		width: 100%;
	}

	#gFooter .fl h3 {
		font-size: 18px;
		margin: 10px 0 8px;
		padding-left: 28px;
		background-size: 20px;
	}

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

	#gFooter .box2 {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, .1);
		padding: 10px;
	}

	#gFooter .box4 {
		width: 100%;
	}


	#gFooter .box3 {
		width: 100%
	}

	#gFooter .box3 .img img {
		width: 120px;
	}

	#gFooter .fLink {
		margin: 14px auto;
	}

	#gFooter .fLink strong {
		font-size: 15px;
	}

	#gFooter .fLink a {
		font-size: 13px;
	}

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


}