@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;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
}

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: top;
	max-width: 100%;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #ffc001;
}

a:active {
	color: #ffc001;
}

/*------------------------------------------------------------
	版面设计
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	padding: 15px;
	background: #171717;
}
#gHeader .h-box {
	margin: 0 auto;
	width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#gHeader .h-box h1 a {
	display: block;
	width: 100px;
}

#gHeader .h-box .con-tel {
	color: #fff;
	font-size: 14px;
}
#gHeader .h-box .con-tel a {
	color: #ffc001;
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .h-box {
		padding: 15px;
		width: auto;
		position: relative;
	}
	#gHeader .h-box h1 a {
		width: 66px;
	}
	#gHeader .h-box .menu a {
		display: block;
		width: 20px;
	}
	#gHeader .h-box .menu .on {
		display: block;
	}
	#gHeader .h-box .menu .off {
		display: none;
	}
	#gHeader .h-box .menu.on .on {
		display: none;
	}
	#gHeader .h-box .menu.on .off {
		display: block;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi > li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
#gNavi > li > a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	transition: all ease-in-out .5s;
}
#gNavi > li > a:hover,
#gNavi > li > a.on {
	color: #ffc001;
}
#gNavi .subNavi {
	display: none;
	width: 100px;
	padding: 5px 0;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 34px;
	border-top: 2px solid #ffc001;
	box-sizing: border-box;
	background-color: #fff;
}
#gNavi .subNavi li a {
	padding: 5px;
	display: block;
	text-align: center;
	transition: all ease-in-out .5s;
	background-color: #fff;
}
#gNavi .subNavi li a:hover {
	color: #ffc001;
}

@media all and (max-width: 767px) {
	#gNavi {
		display: none;
		padding: 10px 15px;
		position: fixed;
		left: 0;
		top: 72px;
		width: 100%;
		height: 100%;
		z-index: 99;
		box-sizing: border-box;
		background: rgba(0,0,0, 0.7);
	}
	#gNavi > li {
		display: block;
		position: relative;
		margin: 0 0 5px;
		border-bottom: 1px solid #fff;
	}
	#gNavi > li:last-child {
		margin-bottom: 0;
	}
	#gNavi > li > a {
		color: #ffc001;
		padding: 8px 15px;
		font-size: 18px;
		letter-spacing: 3px;
		text-align: left;
		background: url(../../img/common/icon02.png) no-repeat right 15px center;
		background-size: 16px;
	}
	#gNavi > li:nth-child(2) > a,
	#gNavi > li:nth-child(5) > a {
		background: none !important;
	}
	#gNavi > li:nth-child(2) .btn,
	#gNavi > li:nth-child(5) .btn {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 10px;
		top: 6px;
		transition: all ease-in-out .5s;
		background: url(../../img/common/icon03.png) no-repeat center center;
		background-size: 16px;
	}
	#gNavi > li:nth-child(2) > .btn.on,
	#gNavi > li:nth-child(5) > .btn.on {
		background-image: url(../../img/common/icon06.png);
	}
	#gNavi > li > a:hover,
	#gNavi > li > a.on {
		color: #ffc001;
	}
	#gNavi .subNavi {
		width: 100%;
		position: static;
		top: 44px;
		border-top: 1px solid #ffc001;
		background: rgba(255,255,255, 0.3);
	}
	#gNavi .subNavi li a {
		padding: 6px 5px 6px 25px;
		color: #fff;
		font-size: 16px;
		text-align: left;
		background: rgba(0,0,0, 0) url(../../img/common/icon02.png) no-repeat right 15px center;
		background-size: 12px;
	}
	#gNavi .subNavi li a:hover {
		color: #000;
	}

	#gNavi .con-tel {
		margin-top: 30px;
		border: none;
		text-align: center;
		font-size: 18px !important;
	}
	#gNavi .con-tel a {
		padding: 0 15px;
		font-size: 16px !important;
		text-align: center;
		background: none;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 20px 0 20px 36px;
	background: url(../../img/common/icon09.png) no-repeat left center;
	background-size: 20px;
	display:block;
}
#pagePath a {
	margin-right: 8px;
	display: inline;
	color: #555;
	border-bottom: 1px solid #000;
}
#pagePath a,
#pagePath span {
	margin-right: 10px;
}
#pagePath a:hover {
	color: #000;
	border-bottom: none;
}

#pagePath li {
	margin-right: 8px;
	display: inline;
	color: #555;
}
#pagePath li a {
	border-bottom: 1px solid #000;
}
#pagePath li a,
#pagePath li span {
	margin-right: 10px;
}
#pagePath li a:hover {
	color: #000;
	border-bottom: none;
}

@media all and (max-width: 767px) {
	#pagePath {
		padding: 15px 0 15px 20px;
		background-size: 14px;
	}
	#pagePath a {
		margin-right: 5px;
	}
	#pagePath a：hover {
		border-bottom: 1px solid #000;
	}
	#pagePath a,
	#pagePath span {
		margin-right: 5px;
		font-size: 14px;
	}
	
	#pagePath li {
		margin-right: 5px;
	}
	#pagePath li a：hover {
		border-bottom: 1px solid #000;
	}
	#pagePath li a,
	#pagePath li span {
		margin-right: 5px;
		font-size: 14px;
	}
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding-top: 25px;
	background-color: #252525;
}
#gFooter .pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}
#gFooter .pageTop a {
	width: 44px;
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .pageTop a img {
	width: 100%;
}
#gFooter .copyright {
	margin-bottom: 25px;
	font-size: 14px;
	color: #9A9A9A;
	text-align: center;
}
#gFooter .cloud {
	padding: 8px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding-top: 20px;
	}
	#gFooter .pageTop a {
		width: 32px;
	}
	#gFooter .copyright {
		margin-bottom: 20px;
	}
}