@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;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	padding: 0 50px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,.9);
	box-sizing: border-box;
}

@media all and (min-width: 1200px) and (max-width: 1359px) {
	#gHeader {
		padding: 0 30px;
	}
}

#gHeader h1 {
	margin: 22px 70px 0 0;
	float: left;
}

@media all and (min-width: 1200px) and (max-width: 1580px) {
	#gHeader h1 {
		margin-right: 40px;
	}
}

@media all and (min-width: 1200px) and (max-width: 1359px) {
	#gHeader h1 {
		margin-right: 20px;
	}
}

#gHeader .tel {
	margin-top: 25px;
	padding: 0 15px;
	float: right;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: #1F671F;
	border-radius: 40px;
}

#gHeader .tel span {
	padding-left: 50px;
	display: block;
	background: url(tel.png) no-repeat left center;
	background-size: 35px 35px;
}

@media all and (min-width: 1200px) and (max-width: 1359px) {
	#gHeader .tel {
		margin-top: 30px;
		font-size: 30px;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 700px;
	float: left;
}

@media all and (min-width: 1360px) and (max-width: 1580px) {
	#gNavi {
		width: 580px;
	}
}

@media all and (min-width: 1200px) and (max-width: 1359px) {
	#gNavi {
		width: 560px;
	}
}


#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 40px 0;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #fff;
	background: #1F671F;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: url(f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 80px 0 50px;
	width: 1200px;
}

#gFooter .tel {
	margin: 20px 0 40px;
	color: #fff;
	font-size: 40px;
	font-family: Impact;
	text-align: center;
}

#gFooter .tel span {
	padding-left: 45px;
	display: inline-block;
	background: url(f_tel.png) no-repeat left center;
}

#gFooter .fInfo {
	padding: 5px 30px 5px 0;
	width: 330px;
	float: left;
	border-right: 1px solid rgba(255,255,255,.5);
}

#gFooter .fInfo p {
	margin-bottom: 10px;
	padding: 7px 0 7px 40px;
	color: #fff;
	font-size: 16px;
}

#gFooter .fInfo .name {
	background: url(f_icon01.png) no-repeat left 5px;
}

#gFooter .fInfo .mobile {
	background: url(f_tel.png) no-repeat left 5px;
}

#gFooter .fInfo .add {
	margin-bottom: 0;
	background: url(f_icon02.png) no-repeat left 5px;
}

#gFooter .logo {
	padding-top: 35px;
	width: 620px;
	height: 168px;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.5);
}

#gFooter .logo img {
}

#gFooter .logo span {
	margin: 15px auto 0;
	padding-top: 10px;
	width: 75%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-top: 1px dotted rgba(255,255,255,.3);
}

#gFooter .code {
	padding-top: 20px;
	float: right;
}

#gFooter .code img {
	width: 150px;
}

#gFooter .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .fenlei {
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#gFooter .fenlei span {
	margin-right: 15px;
	color: #F8921C;
}

#gFooter .navi {
	margin-bottom: 50px;
	text-align: center;
}

#gFooter .navi li {
	margin: 0 10px;
	display: inline;
}

#gFooter .navi li a {
	padding: 10px 0;
	width: 180px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gFooter .navi li a:hover {
	color: #fff;
	background: #1F671F;
	border: 1px solid #1F671F;
}

#gFooter .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #000;
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}


.headLine01 {
	margin-bottom: 20px;
	font-size: 45px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
}

.headLine01 b {
	padding: 18px 0 18px 60px;
    color: #191919;
    margin: 15px auto;
    display: inline-block;
	background: url(icon10.png) left top no-repeat;
	background-size: 50px auto;
}

.headLine01 i {
    color: #fff;
	font-size: 40px;
	font-style: normal;
    background: #1F671F;
    border-radius: 30px;
    padding: 0 20px;
    margin-left: 10px;
}

.headLine01 em {
    display: block;
	color: #666;
    font-size: 16px;
	font-style: normal;
    margin-top: -15px;
    font-weight: normal;
}

.headLine02 {
	margin-bottom: 20px;
	font-size: 45px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
}

.headLine02 b {
	padding: 18px 0 18px 60px;
    color: #fff;
    margin: 15px auto;
    display: inline-block;
	background: url(icon10.png) left top no-repeat;
	background-size: 50px auto;
}

.headLine02 i {
    color: #fff;
	font-size: 40px;
	font-style: normal;
    background: #1F671F;
    border-radius: 30px;
    padding: 0 20px;
    margin-left: 10px;
}

.headLine02 em {
    display: block;
    color: #fff;
    font-size: 16px;
	font-style: normal;
    margin-top: -15px;
    font-weight: normal;
}

.yetou {
	padding-top: 220px;
	height: 450px;
	background: url(yetou.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.yetou h2 {
	color: #fff;
	font-size: 55px;
	text-align: center;
}

.yetou p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

