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


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	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) */
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: Arial, "微软雅黑", "宋体", "黑体";
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

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

#gHeader {}

#gHeader .container {
	width: 84%
}

#gHeader .logo {
	margin-top: 21px;
	position: relative;
}

#gHeader .tel {
	padding-left: 35px;
	background: url(../../images/common/icon1-1.png) no-repeat left center;
	background-size: 27px;
	font-size: 25px;
	color: #555;
	font-weight: bold;
	line-height: 40px;
	margin: 29px 0 0 20px;
}

#gHeader .ss {
	width: 40px;
	line-height: 98px;
	text-align: right;
	cursor: pointer;
	margin-left: 10px;
	opacity: 0.8
}

#gHeader .ss img {
	width: 26px;
}

#gHeader .form1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 98px;
	background: rgba(255, 255, 255, .8);
	z-index: 1111;
	padding: 50px 0 !important;
	display: none;
	height: inherit !important;
	border-top: 1px solid #efefef
}

#gHeader .form1 form {
	width: 30%;
	max-width: 440px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	font-size: 15px;
}

#gHeader .form1 form input[type="text"] {
	width: 100%;
	line-height: 40px;
	border: none;
	background: #f5f5f5;
	padding: 0 110px 0 15px;
	box-sizing: border-box;
}

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

#gHeader .form1 span.close {
	display: block;
	position: absolute;
	right: 10%;
	top: 10px;
	font-size: 34px;
	width: 34px;
	line-height: 34px;
	color: #fff;
	background: #088af4;
	text-align: center;
	cursor: pointer
}

#gHeader .yy a {
	display:block;
	width:32px;
	line-height:32px;
	background:#088af4;
	color:#fff;
	border-radius:50%;
	margin:33px 0 0 15px;
	text-align:center
}

#gNavi li {
	display: inline-block;
}

#gNavi li a {
	display: block;
}

#gNavi li>a {
	line-height: 98px;
	position: relative;
	color: #333;
	padding: 0 30px;
	font-size: 17px;
	font-family: "思源黑体 CN";
}

#gNavi li>a:before {
	content: "";
	position: absolute;
	left: 8px;
	right: 40%;
	bottom: 15px;
	height: 2px;
	background: #088af4;
	display: none;
}

#gNavi li>a:after {
	content: "";
	position: absolute;
	left: 40%;
	right: 8px;
	bottom: 10px;
	height: 2px;
	background: #088af4;
	display: none;
}

#gNavi li.on>a:after, #gNavi li.on>a:before {
	display: block;
}

#gNavi li.on>a {
	color: #088af4;
}

#gNavi li.li2.on1>a:after, #gNavi li.li2.on1>a:before {
	display: block;
}

#gNavi li>a span {
	display: block;
	position: relative;
	z-index: 100;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 98px;
	right: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 100;
	display: none;
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
}

#gNavi li .drop .list a {
	display: inline-block;
	padding: 0 16px;
	margin: 5px 10px;
	line-height: 36px;
	background: #f5f5f5;
	color: #333;
	border-radius: 3px;
	font-size: 15px;
}

#gNavi li .drop .list a:hover, #gNavi li .drop .list a.on {
	background: #088af4;
	color: #fff;
	border-color: #088af4;
}

#gHeader.on #gNavi li>a:after, #gHeader.on #gNavi li>a:before {
	background: #088af4;
}


.sec {
	padding: 20px 0;
}

.sec .title {
	padding: 15px 0 25px;
	text-align: center;
}

.sec .title h2 {
	font-size: 34px;
	color: #222;
	letter-spacing: 1px;
	font-family: 'Arial Narrow', Arial, sans-serif
}

.sec .title h2 span {
	color: #088af4;
}

.sec .title b {
	font-size: 24px;
	display: inline-block;
	position: relative;
	top: -3px
}

.sec .title span.icon {
	display: block;
	width: 26px;
	height: 40px;
	background: url(../../images/index/icon1.png) no-repeat center;
	background-size: 100% auto;
	margin: 5px auto 8px;
	-webkit-animation: TopBot 1s ease-in-out infinite both;
	-moz-animation: TopBot 1s ease-in-out infinite both;
	-o-animation: TopBot 1s ease-in-out infinite both;
	animation: TopBot 1s ease-in-out infinite both;
}

.sec .title p {
	line-height: 30px;
	font-size: 16px;
	color: #878787;
}

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

#gFooter {
	background: url(../../images/index/bg0.jpg) no-repeat bottom center;
	background-size: cover;
	overflow: hidden;
}

.Flink {
	margin: 20px 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	opacity: 0.8;
}

.Flink strong {
	font-size: 16px;
}

.Flink a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	margin-right: 7px;
	padding-left: 6px;
}

#gFooter .ftCon {
	padding: 40px 40px 22px;
	border-radius: 12px;
}

#gFooter .ftCon .fl {
	width: 73%;
}

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

#gFooter .ftCon .fl dl:nth-child(2) {
	width: 73%;
}

#gFooter .ftCon .fl dl dt {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}

#gFooter .ftCon .fl dl a {
	display: block;
	width: 50%;
	float: left;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
}

#gFooter .ftCon .fl dl:nth-child(2) a {
	width: 33.33%;
	padding-right: 10px;
	box-sizing: border-box;
}

#gFooter .ftCon ul {
	margin-top: 30px;
}

#gFooter .ftCon li {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;
	background: url(../../images/common/icon7.png) no-repeat left top;
	background-size: 50px;
}

#gFooter .ftCon li:nth-child(3) {
	width: 40%;
	background-image: url(../../images/common/icon6.png);
}

#gFooter .ftCon li span {
	font-size: 14px;
	color: #efefef;
	line-height: 20px;
}

#gFooter .ftCon li p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-top: 5px;
}

#gFooter .ftCon li p strong {
	font-size: 18px;
	display: block;
	margin-top: 10px;
}

#gFooter .ftCon p.ts {
	text-align: center;
	margin-top: 20px;
	opacity: 0.8;
}


#gFooter .ftCon .fr {
	width: 25%;
	text-align: right;
	color: #fff;
	padding-top: 5%;
}

#gFooter .ftCon .fr .img {
	display: inline-block;
	margin-left: 20px;
	max-width: 120px;
	width: 40%;
}

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

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	display: none
}

.fixed ul {
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
	padding: 6px 0
}

.fixed ul li.li2 {
	position: relative;
}


.fixed ul li span {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #dedede;
}

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

.fixed ul li span img {
	width: 25px;
}

.fixed ul li.li2 .box {
	position: absolute;
	right: -180px;
	top: 0;
	padding: 10px;
	font-size: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 3px;
}

.fixed ul li.li2 .box a {
	display: block;
	text-align: center;
	font-size: 16px;
}

.fixed ul li.li2 .box strong {
	color: #088af4;
	font-size: 18px;
	display: block;
	margin-top: 5px;
	white-space: nowrap;
}

.fixed ul li.li3 .box img {
	width: 120px;
}

.fixed ul li.li2:hover .box {
	right: 40px;
}

.fixed .return span {
	cursor: pointer;
}

.sp {
	display: none !important;
}

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

	#gHeader .container {
		width:86%
	}

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

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

	#gFooter .ftCon .fr .img {
		max-width: 110px;
	}

	#gFooter .ftCon li {
		padding-left: 50px;
		background-size: 40px;
	}
}

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

	#gHeader .logo {
		width: 230px;
		margin-top: 23px;
	}
}

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

	#gHeader .logo {
		width: 220px;
		margin-top: 18px;
	}

	#gHeader .tel {
		font-size: 22px;
		background-size: 25px;
		padding-left: 35px;
		margin-top: 20px;
		margin-left: 10px;
	}

	#gHeader .ss {
		margin-left: 0px;
		line-height: 86px;
	}

	#gHeader .yy a {
		margin-top:27px
	}

	#gHeader .form1 {
		top: 86px
	}

	#gNavi li {
		font-size: 15px;
	}

	#gNavi li>a {
		line-height: 86px;
	}

	#gNavi li .drop {
		top: 86px;
	}

	#gNavi li .drop .list a {
		margin: 5px 10px;
	}

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

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

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


	#gFooter .ftCon li p {
		font-size: 15px;
	}

	#gFooter .ftCon li {
		background-size: 38px;
		padding-left: 45px;
	}

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

	#gFooter .ftCon {
		padding: 30px 20px 14px;
	}
}

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

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

	#gHeader .container {
		width: 88%;
	}

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

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

	#gNavi li>a {
		padding: 0 20px;
	}

	#gFooter .ftCon .fl dl a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

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

	#gHeader .container {
		width: 94%;
	}

	#gHeader .tel {
		display: none
	}
}

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

	.pc {
		display: none !important;
	}

	.container, #gHeader .container {
		width: 100%;
		padding: 0 13px;
		max-width: inherit;
	}

	.fl, .fr {
		float: inherit;
	}

	#gHeader {
		padding: 8px 0px;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit
	}

	#gHeader .logo {
		width: 180px;
		margin: 0
	}

	#gHeader .menu {
		width: 32px;
		height: 32px;
		border-radius: 5px;
		position: absolute;
		right: 10px;
		top: 15px;
		background: url(../../images/common/menu.png) #088af4 no-repeat center;
		background-size: 22px;
	}

	#gHeader .ss {
		width: 32px;
		line-height: 32px;
		margin-left: 0px;
		opacity: 1;
		border-radius: 5px;
		position: absolute;
		right: 90px;
		top: 15px;
		background: url(../../images/common/ss1.png) #088af4 no-repeat center;
		background-size: 22px;
	}

	#gHeader .ss img {
		opacity: 0;
	}

	#gHeader .form1 {
		top: 57px;
		padding: 30px 15px !important;
	}

	#gHeader .form1 form {
		width: 100%;
		font-size: 14px;
	}

	#gHeader .form1 form input[type="text"] {
		line-height: 36px;
		padding: 0 80px 0 9px;
	}

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

	#gHeader .form1 span.close {
		display: none
	}
#gHeader .yy {
	position:absolute;
	top:15px;
	right:130px
}
	#gHeader .yy a {
		margin:0;
		border-radius:5px
	}

	#gNavi {
		width: 100%;
		position: absolute;
		left: 0%;
		top: 57px;
		background: rgba(255, 255, 255, .9);
		padding: 10px 20px;
		box-sizing: border-box;
		z-index: 200;
		border-top: 1px solid #efefef;
		display: none
	}

	#gNavi.on {
		box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.1);
	}

	#gNavi span.close {
		content: "";
		width: 36px;
		height: 36px;
		position: absolute;
		right: 10px;
		top: 10px;
		background: url(../../images/common/close.png) no-repeat center;
		background-size: cover;
	}

	#gNavi li {
		float: inherit;
		width: 100%;
		text-align: left;
		font-size: 15px;
	}

	#gNavi li>a {
		line-height: 46px;
		border-bottom: 1px dashed #dedede;
		color: #333;
		background: url(../../images/common/jt1.png) no-repeat center right;
		background-size: 18px;
		padding: 0;
	}

	#gNavi li>a:before {
		display: none !important;
	}

	#gNavi li>a:after {
		display: none !important;
	}

	#gNavi li.on>a:after, #gNavi li.on>a:before {
		display: none;
	}

	#gNavi li.on>a {
		border-bottom: 2px solid #088af4;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: inherit;
		z-index: 100;
		font-size: 14px;
		border-top: none;
		padding: 8px 0;
	}

	#gNavi li.on .drop {
		display: block;
	}

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

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

	#gNavi li .drop .list a {
		display: block;
		width: 48%;
		padding: 0;
		margin: 5px 1%;
		float: left;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		background: #efefef;
		color: #333;
		border-radius: 3px;
	}

	#gNavi li.on>a {
		color: #088af4;
		background-image: url(../../images/common/jt3.png)
	}

	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(5).on>a, #gNavi li:nth-child(6).on>a {
		background: url(../../images/common/jt2.png) no-repeat center right;
		background-size: 18px;
	}

	#gHeader .tel {
		display: none;
	}

	#gHeader .spTel {
		position: absolute;
		right: 50px;
		top: 15px;
	}

	#gHeader .spTel a {
		display: block;
		background: url(../../images/common/icon1.png) #088af4 no-repeat center;
		width: 32px;
		height: 32px;
		border-radius: 5px;
		background-size: 22px;
	}

	.sec {
		padding: 15px 0;
	}

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

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

	.sec .title p {
		line-height: 20px;
		font-size: 14px;
	}

	.sec .title b {
		font-size: 12px;
	}

	/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
	.Flink {
		margin-top: 10px;
		font-size: 13px;
	}

	#gFooter .ftCon {
		padding: 20px 10px 10px;
		border-radius: 8px;
		margin: 20px 0 10px;
	}

	#gFooter .ftCon .fl {
		width: 100%;
	}

	#gFooter .ftCon .fl dl {
		float: inherit;
		width: 100%;
		margin-bottom: 10px;
	}

	#gFooter .ftCon .fl dl dd {
		overflow: hidden;
	}

	#gFooter .ftCon .fl dl dt {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 0px;
	}

	#gFooter .ftCon .fl dl a {
		width: 14.28%;
		font-size: 14px;
	}

	#gFooter .ftCon .fl dl:nth-child(2) {
		width: 100%;
	}

	#gFooter .ftCon ul {
		margin-top: 18px;
	}

	#gFooter .ftCon li {
		width: 50%;
		padding-left: 45px;
		background-size: 36px;
		margin-bottom: 15px;
	}

	#gFooter .ftCon li:nth-child(3) {
		width: 100%;
	}

	#gFooter .ftCon li p {
		font-size: 15px;
		line-height: 25px;
		margin-top: 0;
	}

	#gFooter .ftCon li p strong {
		margin-top: 5px;
	}

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

	#gFooter .ftCon .fr {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	#gFooter .ftCon .fr .img {
		width: 40%;
		padding: 1px;
		max-width: 120px;
	}
}


@media all and (min-width: 0) and (max-width: 768px) {
	#gHeader .logo {
		width: 160px;
	}

	#gHeader .ss, #gHeader .spTel, #gHeader .menu {
		top: 12px;
	}

	#gHeader .yy {
		top:12px
	}

	#gHeader .form1, #gNavi {
		top: 55px;
	}

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

	#gFooter .ftCon .fl dl:nth-child(2) a {
		width: 50%;
	}

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

	#gFooter .ftCon li p {
		line-height: 24px;
	}
}