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

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader .hBox {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	-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;
}

#gHeader.fixed-header .hBox {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

#gHeader h1 {
	margin: 15px 0 10px -99px;
	width: 198px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 0;
	background: url(../images/logo_lan.png) no-repeat left top;
	-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;
	-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;
}

#gHeader.fixed-header h1 {
	margin: 10px 0 2px -99px;
	background: url(../images/logo_lan.png) no-repeat left top;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 90%;
}

#gNavi .left {
	width: 40%;
	float: left;
}

#gNavi .right {
	width: 40%;
	float: right;
}

#gNavi li {
	width: 16.6666666%;
	float: left;
	position: relative;
}

#gNavi li a {
	padding: 30px 0;
	display: block;
	color: #000;
	font-size: 18px;
	text-align: center;
	position: relative;
	-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;
}

#gNavi li.en a,
#gNavi li.en a:hover {
	color: #fff;
	background: #79AE52;
}

#gNavi li.en a span {
	color: #fff !important;
	-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;
}

#gNavi li a span {
	margin-top: 5px;
	display: block;
	color: #666;
	font-size: 14px;
}

#gNavi li a:hover span {
	color: #fff;
}

#gNavi li a:hover {
	color: #fff;
	background: #79AE52;
}

#gHeader.fixed-header #gNavi li a {
	padding: 25px 0;
	color: #000;
}

#gHeader.fixed-header #gNavi li a:hover span {
	color: #fff;
}

#gHeader.fixed-header #gNavi li a:hover {
	color: #fff;
}

#gHeader.fixed-header #gNavi li.en a,
#gHeader.fixed-header #gNavi li.en a:hover {
	color: #fff;
	background: #79AE52;
}

#gNavi li .drop {
	display: none;
	margin-left: -80px;
	width: 160px;
	position: absolute;
	left: 50%;
	top: 100%;
}

#gNavi li .drop a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #79AE52;
	border-bottom: 1px dotted #fff;
}

#gHeader.fixed-header #gNavi li .drop a  {
	padding: 10px 0;
	color: #fff;
}

#gNavi li .drop a:before {
	display: none !important;
}

#gNavi li .drop a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding-top: 50px;
	background: #323232;
}

#gFooter .feature {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 80%;
	min-width: 1300px;
	border-bottom: 1px dotted #666;
}

#gFooter .feature li {
	padding: 10px 0;
	width: 25%;
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-right: 1px dotted #666;
	box-sizing: border-box;
}

#gFooter .feature li:last-child {
	border: none;
}

#gFooter .feature li span {
	display: block;
	font-size: 12px;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 50px 0;
	width: 80%;
	min-width: 1300px;
	position: relative;
	border-bottom: 1px dotted #666;
}

#gFooter .fBox .logoBox {
	margin-right: 5%;
	float: left;
}

#gFooter .logoBox .tel {
	color: #79AE52;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 40px;
}

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

#gFooter .proNavi {
	margin-right: 5%;
	width: 30%;
	float: left;
}

#gFooter .proNavi li {
	margin-bottom: 10px;
	width: 33.33333%;
	float: left;
	color: #fff;
}

#gFooter .proNavi li a {
	color: #fff;
	font-size: 15px;
}

#gFooter .proNavi li a:hover {
	text-decoration: underline;
}

#gFooter .code {
	padding-top: 10px;
	width: 150px;
	float: left;
	text-align: center;
}

#gFooter .code img {
	width: 120px;
}

#gFooter .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .contact {
	width: 30%;
	float: right;
}

#gFooter .contact p {
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}

#gFooter .contact .ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#gFooter .fNavi {
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	min-width: 1300px;
}

#gFooter .fNavi li {
	width: 8.3333%;
	float: left;
	text-align: center;
}

#gFooter .fNavi li a {
	color: #fff;
	font-size: 16px;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #000;
}

.copyright a {
	color: #fff;
}

.copyright span {
	margin-left: 30px;
}

.headLine01 {
	margin-bottom: 50px;
	color: #111;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
}

.headLine01 span {
	display: block;
	color: #666;
	font-size: 16px;
}

.product {
	padding: 80px 0;
}


.fixTel {
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 80px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	-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;
}

.fixTel.scrllFix {
	opacity: 1;
}

.fixTel span {
	margin-top: 5px;
	display: block;
	text-align: center;
}

.fixTel .tel {
	padding: 5px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.fixTel .tel .pop {
	display: none;
	padding: 10px 10px 10px 80px;
	width: 235px;
	height: 79px;
	position: absolute;
	left: -240px;
	top: 0;
	color: #333;
	font-size: 15px;
	text-align: left;
	box-sizing: border-box;
	background: #fff url(../images/fix_img03.png) no-repeat 10px 10px;
	background-size: 60px 60px;
	box-sizing: border-box;
}

.fixTel .tel:hover .pop {
	display: block;
}

.fixTel .tel .pop span {
	margin-top: 2px;
	display: block;
	font-size: 18px;
}

.fixTel .tel img {
	width: 70%;
}

.fixTel .sptel {
	display: none;
}

.fixTel .weidian {
	padding: 17px 8px;
	text-align: center;
}

.fixTel .weidian img {
	width: 60%;
}