@charset "utf-8";
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
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: "微软雅黑";
}

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

/*------------------------------------------------------------
	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;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader .hInner {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

#gHeader .sub {
	margin: 0 auto;
	width: 1200px;
}

#gHeader .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#gHeader .hInner ul {
	float:right;
}

#gHeader .hInner li {
	display: inline;
}

#gHeader .hInner li a {
	margin: 0 10px;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1200px;
}

#gHeader h1 {
	float: left;
}

#gHeader h1 img {
	width: 570px;
}

#gHeader .hTel {
	margin-top: 10px;
	padding-left: 70px;
	float: right;
	color: #fa7c00;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../../images/tel.png) no-repeat left center;
	background-size:50px 50px;
}

#gHeader .hTel span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: #2860CD;
}

#gNavi ul {
	margin: 0 auto;
	max-width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 {
	background: url(../../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../../images/mainimg03.jpg) no-repeat center center;
}

	.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #2860CD;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .navi {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.7);
}

#gFooter .navi ul {
	margin: 0 auto;
	width: 1200px;
}

#gFooter .navi li {
	width: 12.5%;
	float: left;
	color: #fff;
}

#gFooter .navi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
}

#gFooter .navi li a:hover {
	text-decoration: underline;
}

#gFooter .fBox {
	padding: 70px 0;
	margin: 0 auto;
	width: 1200px;
}

#gFooter .leftBox {
	float: left;
}

#gFooter .logoImg {
	margin-right: 20px;
	height: 140px;
	float: left;
}

#gFooter .logoImg img {
	height: 100%;
}

#gFooter .code {
	width: 140px;
	float: left;
	position: relative;
}
	
#gFooter .code img {
	width: 140px;
}

#gFooter .code span {
	width: 200px;
	display: block;
	position: absolute;
	left: 155px;
	top: 45%;
	color: #fff;
	font-size: 15px;
}

#gFooter .logo {
	margin-bottom: 30px;
}

#gFooter .boxlink {
	width: 850px;
	float: right;
}

#gFooter .boxlink .sub {
	padding: 0 0 20px 35px;
	width: 50%;
	height: 300px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #575757;
}

#gFooter .boxlink .ttl {
	margin-bottom: 25px;
	padding-bottom: 10px;
	width: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #0C469A;
}

#gFooter .boxlink li {
	margin: 0 0 10px 0;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 17px;
}

#gFooter .boxlink li a {
	padding: 8px 0;
	color: #fff;
}

#gFooter .boxlink li a:hover {
	text-decoration: underline;
}

#gFooter .boxlink .text {
	color: #fff;
	font-size: 17px;
	line-height: 1.9;
}

#gFooter .boxlink .text a {
	color: #fff;
}

#gFooter .boxinfo {
	width: 290px;
	float: left;
	border-right: 1px dotted #fff;
}

#gFooter .boxinfo .ttl {
	margin-bottom: 5px;
	color: #02A454;
	font-size: 18px;
}

#gFooter .boxinfo .tel {
	padding-left: 55px;
	color: #9f9f9f;
	font-size: 15px;
	background: url(../images/f_tel.jpg) no-repeat left center;
}

#gFooter .boxinfo .tel span {
	display: block;
	font-size: 25px;
}

#gFooter .boxinfo P {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

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