@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;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

#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%;
}
.mySwiper {
	margin-bottom: 40px;
	width: 100%;
	height: 700px;
}

.mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer {
	padding: 0 50px;
	background: url(../images/f_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
footer .top {
	padding-top: 3.5rem;
	padding-bottom: 3rem;
	display: flex;
	align-items: center;
	color: #fff;
}
footer .top .logo img {
	width: 12.35rem;
}
footer .top .center {
	padding-left: 70px;
	display: flex;
	align-items: start;
	justify-content: flex-end;
	flex: 1;
}
footer .top .tit {
	font-size: 1.1rem;
	font-weight: 700;
}
footer .top .col1 {
	width: 60%;
}
footer .top .col2 {
	margin-right: 60px;
	width: 40%;
}
footer .top .col1 .links, footer .top .col2 ul {
 padding-top: .4rem;
 font-size: .9rem;
	line-height: 1.3rem;
}
footer .top .col1 a {
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
 margin-top: .6rem;
	transition: ease-out .36s;
}
footer .top .col1 a:hover {
	transform: translateX(0.36rem);
}
footer .top .col2 ul li {
	display: flex;
	align-items: start;
 margin-top: .6rem;
	font-size: 17px;
}
footer .top .col2 ul li img {
	width: 1rem;
	height: 1rem;
	object-fit: contain;
	object-position: center;
	position: relative;
 top: .15rem;
 margin-right: .3rem;
}
footer .top .col2 ul li p {
	flex: 1;
}
footer .top .code {
 padding: .6rem .5rem 0 .5rem;
	background: #fff;
	text-align: center;
}
footer .top .code img {
	width: 9.5rem;
}
footer .top .code p {
 font-size: .9rem;
	line-height: 2.3rem;
	color: #383838;
}
footer .bottom {
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .bottom a {
	color: #fff;
}

footer .bottom .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
 font-size: .9rem;
	color: #fff;
	line-height: 1.45;
	text-align: center;
}
footer .bottom .container span {
	margin: 0 1rem;
}
footer .bottom .container a {
	display: inline;
}
.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: #090929;
	font-size: 55px;
	text-align: center;
	position: relative;
}

.cTitle b {
	color: #ff5c00;
}

.cTitle span {
	margin-top: 10px;
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

.cTitle span:before {
	content: "";
	position: absolute;
	right: 25%;
	top: -14px;
	width: 100px;
	height: 1px;
	background: #ddd;
}

.cTitle span:after {
	content: "";
	position: absolute;
	left: 25%;
	top: -14px;
	width: 100px;
	height: 1px;
	background: #ddd;
}

.cTitle02 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 55px;
	text-align: center;
	position: relative;
}

.cTitle02 b {
	color: #fff;
}

.cTitle02 span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

.cTitle02 span:before {
	content: "";
	position: absolute;
	right: 25%;
	top: -14px;
	width: 100px;
	height: 1px;
	background: #ddd;
}

.cTitle02 span:after {
	content: "";
	position: absolute;
	left: 25%;
	top: -14px;
	width: 100px;
	height: 1px;
	background: #ddd;
}


.common {
	margin: 0 auto;
	width: 82%;
	min-width: 1200px;
}
