@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;
	width: 92%;
	min-width: 1300px;
}

#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;
	width: 92%;
	min-width: 1300px;
}

#gHeader h1 {
	float: left;
}

#gHeader .hTel {
	margin-top: 5px;
	padding-left: 75px;
	float: right;
	font-size: 16px;
	background: url(../images/ca_f.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;
	width: 92%;
	min-width: 1200px;
}

#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 {
	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;
}

.pageVisual {
	height: 400px;
}

.pageVisual01 {
	background: url(../images/about_img.jpg) no-repeat center center;
	background-size: cover;
}

.pageVisual02 {
	background: url(../images/page_about.jpg) no-repeat center center;
	background-size: cover;
}

.pageVisual03 {
	background: url(../images/page_news.jpg) no-repeat center center;
	background-size: cover;
}

.pageVisual04 {
	background: url(../images/page_case.jpg) no-repeat center center;
	background-size: cover;
}

.pageVisual05 {
	background: url(../images/page_contact.jpg) no-repeat center center;
	background-size: cover;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding: 70px 0 0;
	background: #1F1F1F;
}

#gFooter .fBox {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

#gFooter .fLogo {
	margin-right: 4%;
	width: 32%;
	float: left;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#gFooter .fLogo span {
	display: block;
}

#gFooter .fLogo .tel {
	margin-top: 50px;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

#gFooter .fLogo .tel span {
	display: block;
	color: #1488F5;
	font-size: 35px;
	font-weight: bold;
}

#gFooter .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

#gFooter .txt {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

#gFooter .fNavi {
	width: 18%;
	float: left;
}

#gFooter .fNavi li {
	margin-bottom: 5px;
	color: #666;
	font-size: 15px;
}

#gFooter .fNavi li a {
	color: #666;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fContact {
	width: 28%;
	float: right;
}

#gFooter .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #000;
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

.hotBox {
	margin-bottom: 60px;
	background: #F7F7F7;
}

.hotBox .sub {
	margin: 0 auto;
	width: 92%;
	min-width: 1300px;
}

.hotBox p {
	margin-top: 15px;
	float: left;
	font-size: 16px;
}

.hotBox p span {
	font-weight: bold;
}

.hotBox p a {
	margin-right: 15px;
}

.hotBox p a:hover {
	text-decoration: underline;
}

.hotBox .tel {
	padding: 10px 0;
	color: #F8770F;
	font-family: Impact;
	font-size: 25px;
	float: right;
}

.headLine01 {
	margin-bottom: 50px;
	color: #333;
	font-size: 45px;
	text-align: center;
}

.headLine01 .color {
	margin: -15px 10px 0 0;
	display: inline-block;
	color: #1488F5;
	font-size: 80px;
	font-family: Impact;
	font-style: oblique;
	vertical-align: middle;
}

.headLine01 .txt {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.headLine01 .txt:before {
	margin-left: -40px;
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0;
	background: #F8770F;
}

.h2Head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	position: relative;
}

.h2Head:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
	background: #1488F5;
}


.pagebar {
	margin-bottom: 50px;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #0070D8;
	border: 1px solid #0070D8;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}