@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 .hInner {
	padding: 6px 0;
	border-bottom: 1px dotted #666;
}

#gHeader .sub {
	margin: 0 auto;
	min-width: 1300px;
	width: 90%;
}

#gHeader .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#gHeader .hInner ul {
	float:right;
}

#gHeader .hInner li {
	display: inline;
	color: #333;
}

#gHeader .hInner li a {
	margin: 0 10px;
	color: #333;
}

#gHeader .hInner li a:hover {
	text-decoration: underline;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 15px 0;
	min-width: 1300px;
	width: 90%;
}

#gHeader .logo {
	float: left;
}

#gHeader h1 {
	margin-right: 15px;
	float: left;
}

#gHeader .logo p {
	padding: 15px 0 13px 15px;
	float: left;
	color: #666;
	font-size: 15px;
	background: url(../images/line.png) no-repeat left center;
	background-size: 1px 100%;
}

#gHeader .logo p span {
	display: block;
	color: #333;
	font-size: 22px;
}

#gHeader .logo p em {
	color: #1488F5;
	font-style: normal;
	font-weight: bold;
}

#gHeader .hTel {
	margin-top: 5px;
	padding-left: 75px;
	float: right;
	font-size: 16px;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 60px 60px;
}

#gHeader .hTel span {
	display: block;
	color: #F8770F;
	font-family: Impact;
	font-size: 42px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: #1488F5;
}

#gNavi ul {
	margin: 0 auto;
	min-width: 1300px;
	width: 90%;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	height: 76px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
}

#gNavi li a:hover {
	background: #F8770F;
}

#gNavi li a .name {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	-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 .name {
	top: 36px;
}

#gNavi li a .en {
	display: block;
	width: 100%;
	position: absolute;
	font-size: 15px;
	left: 0;
	bottom: 14px;
	-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 .en {
	bottom: 36px;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 60px;
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03,
.mainImg .pic04 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic04 {
	background: url(../images/mainimg04.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	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: #F8770F;
}


.pageLead {
	padding-top: 120px;
	height: 500px;
	background: url(../images/page_lead.jpg) no-repeat center center;
	box-sizing: border-box;
}

.pageLead h2 {
	margin: 0 auto;
	padding: 50px 0;
	width: 500px;
	color: #333;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	background: rgba(255,255,255,.6);
}

.pageLead h2 span {
	display: block;
	font-size: 30px;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .fBox {
	padding: 50px 0;
	margin: 0 auto;
	width: 1300px;
}

#gFooter .title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
}

#gFooter .fBox01 {
	margin-right: 50px;
	width: 580px;
	float: left;
}

#gFooter .fBox01 .name {
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#gFooter .fBox01 ul {
	margin-left: 2em;
}

#gFooter .fBox01 li {
	margin-bottom: 5px;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 15px;
	text-indent: -2em;
}

#gFooter .fBox01 li i {
	margin-right: 10px;
	text-indent: 0;
	font-size: 20px;
}

#gFooter .fBox02 {
	width: 220px;
	float: left;
}

#gFooter .fBox02 ul {
	margin-left: 10px;
}

#gFooter .fBox02 li {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
}

#gFooter .fBox02 li a {
	color: #fff;
}

#gFooter .fBox02 li a:hover {
	text-decoration: underline;
}

#gFooter .fBox03 {
	width: 240px;
	float: left;
}

#gFooter .fBox03 ul {
	margin-left: 10px;
}

#gFooter .fBox03 li {
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
}

#gFooter .fBox03 li a {
	color: #fff;
}

#gFooter .fBox03 li a:hover {
	text-decoration: underline;
}

#gFooter .fBox04 {
	float: right;
}

#gFooter .fBox04 .code {
	width: 150px;
	text-align: center;
}

#gFooter .fBox04 .code img {
	width: 130px;
}

#gFooter .fBox04 .code span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #555;
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

.headLine01 {
	margin-bottom: 40px;
	color: #333;
	font-size: 45px;
	text-align: center;
}

.headLine01 span {
	margin-top: 10px;
	padding-top: 15px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/line02.png) no-repeat center top;
}

