@charset "utf-8";
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', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 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;
}
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
body {
	min-width: 1200px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#fullPage {
	text-align: left;
}
#content {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#header.fixHead {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
	
#header .h_box {
	margin: 0 auto;
	padding: 0 0 0 3%;
}

#header h1 {
	padding: 20px 40px 0 0;
	float: left;
}

#header h1 img {
	width: 300px;
}

#header h1 img.b {
	display: none;
}

#header.fixHead h1 img.b {
	display: block;
}

#header.fixHead h1 img.w {
	display: none;
}

#header .tel {
	padding: 50px 15px 10px;
	float: right;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #FF7701 url(../images/icon01.png) no-repeat center 15px;
	background-size: 30px 30px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.hNavi {
	width: 660px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hNavi li {
	float: left;
	font-size: 18px;
	flex-grow: 1;
	position: relative;
}

.hNavi li a {
	padding: 35px 0 36px;
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
}

#header.fixHead .hNavi li a {
	color: #333;
}

.hNavi li a:hover ,
#header.fixHead .hNavi li a:hover {
	color: #FF7701;
}

.hNavi li a:before {
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FF7701;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
	border-radius: 3px;
}

.hNavi li a:hover:before {
	width: 100%;
}
.slider {
	margin-bottom: 70px;
	position: relative;
}
.slider .pic01, .slider .pic02, .slider .pic03, .slider .pic04 {
	width: 100%;
	height: 750px;
	float: left;
}
.slider .pic01 {
	background: url(../images/banner1.jpg) no-repeat center center;
	background-size: cover;
}
.slider .pic02 {
	background: url(../images/banner2.jpg) no-repeat center center;
	background-size: cover;
}
.slider .pic03 {
	background: url(../images/banner3.jpg) no-repeat center center;
	background-size: cover;
}

.slider .pic04 {
	background: url(../images/banner4.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;
}
#gFooter {
	padding: 50px 0 0;
	overflow: hidden;
	background: url(../images/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .tel {
	margin: 0 0 20px;
	color: #fff;
	font-size: 40px;
	font-family: Impact;
	text-align: center;
}

#gFooter .tel span {
	padding-left: 45px;
	display: inline-block;
	background: url(../images/f_tel.png) no-repeat left center;
}

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

#gFooter .fInfo {
	padding: 5px 30px 5px 0;
	width: 330px;
	float: left;
}

#gFooter .fInfo p {
	margin-bottom: 10px;
	padding: 7px 0 7px 40px;
	color: #fff;
	font-size: 16px;
}

#gFooter .fInfo .name {
	background: url(../images/f_icon01.png) no-repeat left 5px;
}

#gFooter .fInfo .mobile {
	background: url(../images/f_tel.png) no-repeat left 5px;
}

#gFooter .fInfo .add {
	margin-bottom: 0;
	background: url(../images/f_icon02.png) no-repeat left 5px;
}

#gFooter .logo {
	padding-top: 35px;
	width: 550px;
	height: 130px;
	float: left;
	text-align: center;
	border-left: 1px solid #F8931D;
	border-right: 1px solid #F8931D;
}

#gFooter .logo img {
	width: 400px;
}

#gFooter .code {
	padding-top: 10px;
	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 7px;
	display: inline;
}

#gFooter .navi li a {
	padding: 10px 15px;
	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: #3489F9;
}

#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;
}
#footer .copyright span {
	margin-left: 80px;
}
.pagebar {
	margin: 40px 0 80px;
}

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


.cTitle {
	margin-bottom: 30px;
	color: #0090FF;
	font-size: 60px;
	text-align: center;
	position: relative;
}

.cTitle span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

.cTitle span:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #0090FF;
}

.cTitle02 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	position: relative;
}

.cTitle02 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #fff;
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

.cTitle02 span:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #0090FF;
}



.common {
	margin: 0 auto;
	width: 82%;
	min-width: 1200px;
}
