@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: 1280px;
	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 {
	margin-bottom: 70px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: rgba(255,255,255,1.00);
	box-sizing: border-box;
	padding: 0 15px;
}
#header .width {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 img {
	width: 280px;
}
#navi {
	width: 720px;
}
#navi .naviUl {
	display: flex;
}
#navi .naviUl li {
	width: 16.66%;
}
#navi .naviUl li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#navi .naviUl li > a:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 5px;
	background-color: #00adff;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
#navi .naviUl li > a:hover:before, #navi .naviUl .on > a:before {
	width: 100%;
}
#navi .naviUl li > a:after {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 100%;
	background-color: #eeeeee;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
#navi .naviUl li > a:hover:after, #navi .naviUl .on > a:after {
	width: 100%;
}
#navi .naviUl li > a span {
	position: relative;
	z-index: 3;
	font-size: 18px;
}
.slider {
	margin-bottom: 50px;
	padding-top: 100px;
	position: relative;
}
.slider .pic01, .slider .pic02, .slider .pic03 {
	width: 100%;
	height: 550px;
	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;
}
.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;
}
#footer .fnavi {
	padding: 11px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #0063C6;
}
#footer .fnavi li {
	margin: 0 3.2%;
}
#footer .fnavi a {
	font-size: 18px;
	color: #fff;
}
#footer .fnavi a:hover {
	text-decoration: underline;
}
#footer .fbg {
	padding: 55px 15px;
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}
#footer .fbg .width {
	max-width: 1189px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .logo {
	width: 260px;
}
#footer .ftxt {
	width: 530px;
	color: #fff;
	padding: 0 5px 0 64px;
	font-size: 18px;
	box-sizing: border-box;
	border-left: 2px dashed rgba(255,255,255,0.5);
	border-right: 2px dashed rgba(255,255,255,0.5);
	letter-spacing: 1px;
}
#footer .ftxt li {
	margin-bottom: 10px;
}
#footer .ftxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0;
	width: 32px;
}
#footer .ftxt a {
	color: #fff;
}
#footer .ftxt .style a {
	font-size: 28px;
	color: #FFC543;
	font-family: Impact, "sans-serif";
}
#footer .code {
	width: 150px;
}
#footer .copyright {
	padding: 10px;
	text-align: center;
	background-color: #0063C6;
	font-size: 14px;
	color: #fff;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 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: 35px;
	text-align: center;
}
.cTitle .eTxt {
	margin-bottom: -40px;
	display: block;
	color: #000;
	font-size: 60px;
	font-weight: bold;
	opacity: 0.1;
}
.cTitle .cName {
	margin: 0 auto;
	width: 400px;
	display: block;
	z-index: 2;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.cTitle .cName em {
	width: 50%;
	display: block;
	float: left;
	color: #3489F9;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: 1px solid #3489F9;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border-radius: 0 30px 30px 0;
}
.cTitle .cName .t1 {
	color: #fff;
	background: #d40000;
	border: 1px solid #d40000;
	border-radius: 30px 0 0 30px;
}
.cTitle .cNote {
	margin-top: 10px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
