@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, 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;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	min-width: 1200px;
}

#gHeader h1 {
	padding: 20px 50px 0 0;
	float: left;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gHeader.fixed-header h1 {
	padding-top: 10px;
}

#gHeader h1 img {
	width: 300px;
}

#gHeader .tel {
	margin-top: 25px;
	padding: 0 0 0 50px;
	float: right;
	color: #666;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 40px 40px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gHeader.fixed-header .tel {
	margin-top: 15px;
}

#gHeader .tel span {
	display: block;
	color: #d40000;
	font-weight: bold;
	font-size: 30px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 800px;
	float: left;
}

@media all and (min-width: 1280px) and (max-width: 1600px) {
	#gNavi {
		width: 620px;
	}
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 46px 0;
	display: block;
	color: #000;
	font-size: 17px;
	position: relative;
	text-align: center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gHeader.fixed-header #gNavi li a {
	padding: 36px 0;
}

#gNavi li a:hover {
	color: #fff;
	background: #0052A4;
}

#gNavi li a:hover:before {
	opacity: 1;
}

#gNavi li .drop {
	padding: 30px 6% 10px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #eee;
	box-sizing: border-box;
}

#gNavi li .drop p {
	margin: 0 1% 20px;
	width: 14.66%;
	float: left;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
}

#gNavi li .drop a {
	padding: 10px 0 !important;
	color: #000;
	font-size: 17px;
	text-align: center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gNavi li .drop a img {
	width: 100%;
}

#gHeader.fixed-header #gNavi li .drop a {
	padding: 10px 0 !important;
}

#gNavi li .drop a:hover {
	padding: 10px 0 !important;
	color: #fff;
	background: #0052A4;
}


/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: #0052A4;
	background-size: 100% auto;
}

#gFooter .fTop {
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	min-width: 1200px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

#gFooter .fTop .logo {
	float: left;
}

#gFooter .fTop .logo img {
	width: 260px;
}

#gFooter .fTop .tel {
	margin-top: 10px;
	padding-left: 50px;
	float: right;
	color: #fafafa;
	font-size: 36px;
	font-weight: bold;
	background: url(../images/icon09.png) no-repeat left center;
	background-size: 36px 36px;
}

#gFooter .fContact {
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	min-width: 1200px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

#gFooter .fContact .title {
	margin-bottom: 20px;
	color: #fafafa;
	font-size: 28px;
}

#gFooter .fContact li {
	margin-bottom: 10px;
	color: #fafafa;
	font-size: 17px;
}

#gFooter .fContact li img {
	margin-right: 10px;
	width: 26px;
}

#gFooter .left {
	margin-right: 5%;
	width: 35%;
	float: left;
}

#gFooter .fPro {
	width: 30%;
	float: left;
}

#gFooter .fPro li {
	width: 50%;
	float: left;
	color: #fafafa;
}

#gFooter .fPro li a {
	color: #fafafa;
}

#gFooter .fPro li a:hover {
	text-decoration: underline;
}

#gFooter .code {
	width: 160px;
	float: right;
}

#gFooter .code img {
	width: 130px;
}

#gFooter .copyright {
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
	min-width: 1200px;
}

#gFooter .text {
	color: #fafafa;
	font-size: 15px;
	float: left;
}

#gFooter .icp {
	float: right;
	color: #fff;
	font-size: 15px;
}

#gFooter .icp a {
	color: #fff;
}

