@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 {
	margin-bottom: 80px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
.inntxt {
	width: 540px;
	float: left;
	margin-top: 40px;
	border-left: 1px solid #eee;
	margin-left: 10px;
}
.inntxt p {
	font-size: 22px;
	color: #ff6600;
	margin-left: 15px;
	font-weight: bold;
	line-height: 40px;
}
.inntxt em {
	font-style: normal;
	font-size: 16px;
	color: #888;
	line-height: 30px;
	margin-left: 15px;
}
#header {
	position: relative;
}
#header .hBox {
	margin: 0 auto;
	padding: 35px 0;
	width: 1300px;
}
#header .fix {
	z-index: 100;
	width: 100%;
	background: #fff;
}
#header h1 {
	margin: 0;
	float: left;
}
#header h1 img {
	width: 470px;
}
#header .hTxt {
	padding-top: 20px;
	float: left;
}
#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}
#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}
#header .tel {
	margin-top: 30px;
	padding: 0 0 0 80px;
	float: right;
	font-size: 16px;
	color: #505050;
	line-height: 30px;
	background: url(../images/tel.png) no-repeat left 5px;
}
#header .tel span {
	display: block;
	font-size: 30px;
	color: #DD0000;
	font-style: italic;
	font-weight: bold;
	line-height: 35px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.header .inner {
	height: 145px;
	width: 92%;
	min-width: 1300px;
	margin: 0 auto;
}
.header .logo img {
	margin-top: 30px;
}
.header .nav {
	width: 100%;
	height: 60px;
	background: #1488F5;
}
.header .nav ul {
	width: 92%;
	min-width: 1300px;
	margin: 0 auto;
}
.header .nav ul li {
	float: left;
	width: 14.26%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.header .nav ul li a {
	color: #333;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	outline: none;
	color: #fff;
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.header .nav ul li i {
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #FF6702;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.header .nav ul li a:hover i, .header .nav ul li a.active i {
	width: 100%;
}
.header .nav ul li a:hover, .header .nav ul li a.active {
	color: #fff;
	line-height: 60px;
	display: block;
}
.header .nav ul li .son_nav {
	display: none;
	position: absolute;
	min-width: inherit;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	background-color: #F96700;
}
.header .nav ul li li {
	float: none;
	width: auto;
	height: auto;
	line-height: 2;
	text-align: center;
	position: relative;
	border-bottom: 1px dotted #fff;
}

.header .nav ul li .son_nav a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.header .nav ul li .son_nav a {
	padding: 10px 0;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 2;
	height: auto;
	outline: none;
	color: #fff;
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.header .nav ul li .son_nav a:hover {
	background: #1488F5;
}

.header .call {
	margin-top: 16px;
	background: url(../images/call.png) left center no-repeat;
	padding-left: 80px;
	line-height: 1.5;
}
.header .call p {
	font-size: 18px;
	color: #666;
	padding: 4px 0 0 0;
}
.header .call h3 {
	font-size: 40px;
	color: #e60000;
	font-family: impact;
	margin: 0;
	line-height: 1;
}

@media screen and (max-width:1690px) {
	#header .hBox {
		padding: 0 20px;
	}
	#gNavi {
		width: 800px;
	}
	#header .tel {
		margin-top: 30px;
		padding: 0 0 0 70px;
		float: right;
		font-size: 15px;
		color: #505050;
		line-height: 30px;
		background: url(../images/tel.png) no-repeat left 8px;
		background-size: 60px auto;
	}
	#header .tel span {
		display: block;
		font-size: 28px;
		color: #DD0000;
		font-weight: bold;
		line-height: 35px;
	}
}

.topwarp {
	width: 100%;
	background: #f5f5f5;
	height: 38px;
}
.topwarp .sub {
	margin: 0 auto;
	width: 92%;
	min-width: 1300px;
	line-height: 38px;
}
.topwarp p {
	float: left;
	color: #888;
	font-size: 14px;
	background: url(../images/ihome.png) no-repeat left center;
}
.topwarp ul {
	float: right;
}
.topwarp li {
	display: inline;
	color: #888;
	font-size: 14x;
}
.topwarp li a {
	margin: 0 10px;
	color: #888;
	font-size: 14px;
}
.topwarp li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	z-index: 5;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mianimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mianimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mianimg03.jpg) no-repeat center center;
}

.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: #1488F5;
}

.pagelead {
	height: 500px;
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pageTitle {
	background: #F1F1F1;
}

.pageTitle .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 1200px;
}

.pageTitle .pagePath {
	margin-top: 10px;
	padding: 0 35px;
	float: left;
	color: #666;
	font-size: 16px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 25px auto;
}

.pageTitle .tel {
	padding-left: 30px;
	float: right;
	font-size: 18px;
	background: url(../images/tel02.png) no-repeat left 15px;
	background-size: 20px 20px;
}

.pageTitle .tel span {
	color: #F8770F;
	font-size: 28px;
	font-family: impact;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#footer {
	background: url(../images/f_bg.jpg) no-repeat center;
}

#footer .sub {
	margin: 0 auto;
	padding: 60px 0;
	width: 1300px;
}

#footer .navi02 {
	width: 230px;
}

#footer .navi03 {
	width: 230px;
}

#footer .navi04 {
	width: 300px;
}

#footer .info {
	width: 450px;
	float: left;
}

#footer .codeBox {
	width: 300px;
	float: right;
}

#footer .ttl {
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 90px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

#footer .navi04 .ttl {
	width: 180px;
}

#footer li {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

#footer li a {
	color: #fff;
}

#footer li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .info p {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

#footer .info .tel {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

#footer .info .tel span {
	display: block;
	color: #FE6D0A;
	font-size: 40px;
	font-family: impact;
	padding-left: 45px;
	line-height: 1.2;
	background: url(../images/footer_call.png) left center no-repeat;
}

#footer .copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #1488F5;
}

#footer .copyright a {
	color: #fff;
}

.headLine01 {
	margin-bottom: 40px;
	color: #FE6D0A;
	font-size: 40px;
	text-align: center;
}

.headLine01 .color {
	color: #1488F5;
}

.headLine01 .txt {
	margin-top: 7px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.headLine01 .txt:before {
	margin-left: -25px;
	width: 50px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	z-index: 10;
	background: #F8770F;
}

.pagebar {
	margin-top: 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: #1488F5;
	border: 1px solid #1488F5;
}

.pagination a.page-num-current {
	color: #fff;
	background: #1488F5;
	border: 1px solid #1488F5;
}

.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;
}


