@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
------------------------------------------------------------*/
#header {
	padding: 0 30px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

#header h1 {
	padding: 11px 50px 0 0;
	float: left;
}

#header h1 img {
	width: 200px;
}

#header .tel {
	margin-top: 28px;
	padding: 5px 20px;
	color: #fff;
	font-size: 20px;
	float: right;
	border: 1px solid #fff;
	border-radius: 30px;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 48%;
	float: left;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 35px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	text-align: center;
}

#gNavi li a:before {
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #1488F5;
	opacity: 0.7;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gNavi li a:hover:before {
	width: 50%;
}

#gNavi li a:after {
	width: 0;
	height: 3px;
	position: absolute;
	right: 50%;
	bottom: 0;
	content: "";
	opacity: 0.7;
	background: #1488F5;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gNavi li a:hover:after {
	width: 50%;
}


/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pageLead {
	height: 500px;
}

.aboutBg {
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

#pageLead h2 {
	padding-top: 210px;
	color: #fff;
	font-size: 60px;
	text-align: center;
}

#pageLead .color {
	color: #fff;
}

#pageLead h2 span {
	margin: 0 auto;
	padding: 5px 0;
	width: 400px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #FF8400;
	border-radius: 30px;
}

.pageTitle {
	margin-bottom: 60px;
	background: #F1F1F1;
}

.pageTitle .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 80%;
	min-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/f_icon03.png) no-repeat left 15px;
	background-size: 20px 20px;
}

.pageTitle .tel span {
	color: #FF6000;
	font-size: 28px;
	font-family: impact;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: #424242;
}

#gFooter .inner {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

#gFooter .top {
	padding: 40px 0;
	border-bottom: 1px dotted #666;
}

#gFooter .top .logo {
	float: left;
}

#gFooter .top .logo img {
}

#gFooter .top .tel {
	margin-top: 25px;
	padding-left: 55px;
	float: right;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: url(../images/f_icon03.png) no-repeat left center;
	background-size: 40px auto;
}

#gFooter .sub {
	padding: 30px 0;
	border-bottom: 1px dotted #666;
}

#gFooter .left {
	width: 33.333333%;
	float: left;
}

#gFooter .left .name {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
}

#gFooter .left .name span {
	display: block;
	color: #A9A9A9;
	font-size: 14px;
}

#gFooter .left .link {
	margin-top: 20px;
}

#gFooter .left .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	text-align: center;
	background: #004098;
	border-radius: 30px;
	-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 .left .link a:hover {
	background: #F28108;
}

#gFooter .contact {
	width: 45%;
	float: left;
}

#gFooter .contact p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

#gFooter .contact p a {
	color: #fff;
}

#gFooter .contact p a:hover {
	text-decoration: underline;
}

#gFooter .contact p span {
	margin-right: 10px;
	padding: 5px;
	display: inline-block;
	background: #F28108;
	border-radius: 50%;
}

#gFooter .contact p span img {
	width: 25px;
}

#gFooter .code {
	width: 120px;
	float: right;
	text-align: right;
}

#gFooter .code img {
	width: 120px;
}

#gFooter .code span {
	margin-top: 10px;
	width: 120px;
	color: #A9A9A9;
	font-size: 15px;
	display: inline-block;
	text-align: center;
}

#gFooter .fNavi {
	padding: 30px 0 50px;
}

#gFooter .fNavi li {
	width: 14.28%;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#gFooter .fNavi li a {
	color: #fff;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi li li {
	margin-top: 5px;
	width: auto;
	float: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#gFooter .fNavi li li a {
	color: #fff;
}

#gFooter .copyright {
	padding: 10px 0;
	color: #A9A9A9;
	font-size: 15px;
	text-align: center;
	background: #363636;
}

#gFooter .copyright a {
	color: #A9A9A9;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

#gFooter .copyright span {
	margin-left: 40px;
}


.headLine01 {
	margin-bottom: 25px;
	color: #FF8400;
	font-size: 50px;
	text-align: center;
}

.headLine01 span {
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}

.headLine01 span:before {
	margin-left: -30px;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #fff;
}

.headLine02 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 50px;
	text-align: center;
}

.headLine02 span {
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.headLine02 span:before {
	margin-left: -30px;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #fff;
}


.headLine03 {
	margin-bottom: 25px;
	color: #FF8400;
	font-size: 50px;
	text-align: center;
}

.headLine03 span {
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.headLine03 span:before {
	margin-left: -30px;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #FF8400;
}

.banner {
	margin-top: 50px;
	background: url(../images/banner_bg.jpg) no-repeat left center;
	background-size: 50% auto;
}

.banner .textBox {
	padding: 50px 0 40px 80px;
	width: 50%;
	float: right;
	background: #0365C6;
}

.banner .textBox p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 30px;
}

.banner .textUl li {
	margin-right: 20px;
	float: left;
	color: #fff;
	font-size: 18px;
}

.banner .textUl li span {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	display: inline-block;
	color: #007EFE;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border-radius: 50%;
}

.banner .tel {
	margin-top: 20px;
	padding-left: 50px;
	color: #fff;
	font-family: Impact;
	font-size: 40px;
	background: url(../images/con02.png) no-repeat left center;
	background-size: 40px 40px;
}