@charset "UTF-8";
/* CSS Document */

body{line-height:1.5;font-family:'微软雅黑', Arial,'Microsoft YaHei',"华文细黑",Helvetica,sans-serif; background-color: #fff; position: relative;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%}
ol,ul{list-style:none}
body,html{margin: 0 auto; padding: 0;}
a{text-decoration: none; cursor: pointer;}
.fl{float:left;}
.fr{float:right;}
html {
    font-size: 62.5%;
	height:auto;
}
img{
	border:0;
	margin: 0;
	padding: 0;
}
p{
	text-indent: 2em;
	padding:9px 0;
}



#wrapper{
	width: 100%;
	margin: 0 auto;
	padding-top:80px;
}


#header{
	width:100%;
	height:80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border-bottom:1px solid #f5f5f5;
	box-shadow: 0 0 10px rgb(0,0,0,0.1);
	z-index: 9999;
}
#header .innerHead{
	width:1200px;
	margin: 0 auto;
}
#header .logo{
	margin:10px 0;
	width:20%;
	float: left;
}
#header .logo img{
	width:auto;
	height: 60px;
}
#header .tel{
	line-height: 80px;
	color:#009A94;
	font-size: 20px;
	padding-left:50px;
	background: url(../imgspc/icon-tel.png) 20px center no-repeat;
	border-left:1px solid #eee;
	display: block;
	float: right;
}

#banner{
	width:100%;
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	color:#fff;
	font-size: 32px;
	line-height: 1.5;
	z-index: 99;
}
#banner p{
	display: inline-block;
	position: absolute;
	left:50%;
	top: 50px;
	margin-left:-160px;
}
.head-nav{
	width:60%;
	font-size: 20px;
	color:#333;
	text-align: center;
	padding:20px 0;
	float: left;
}
.head-nav a{
	display:inline-block;
	color:#333;
	line-height:40px;
	margin:0 15px;
}
.head-nav a.active{
	color:#009A94;
	font-weight: bold;
	border-bottom:3px solid #009A94;
}

#footer{
	border-top:1px solid #e5e5e5;
	background-color:#F9F9F9;
	height: 60px;
	width: 100%;
	color: #666;
	font-size:16px;
	line-height: 60px;
	text-align: center;
}
#container{
	width:100%;
	font-size: 18px;
	line-height:2;
	color:#444;
}
.innerBox{
	width:1200px;
	margin:0 auto;
	padding: 60px 0;
}
.p80 p{
	width:800px;
	margin:0 auto;
}
h2{
	font-size:28px;
	font-weight: normal;
	color:#333;
	line-height:1.4;
	text-align: center;
	margin-bottom:30px;
	position: relative;
}
h2:before{
	display: block;
	position: absolute;
	width:80px;
	height:2px;
	left:50%;
	bottom:-15px;
	margin-left:-40px;
	content:"";
	background-color:#009A94;
}
.certificate{
	background-color:#fff;
	text-align: center;
	overflow: hidden;
	padding-bottom:60px;
}
.certificate img{
	width:auto;
	height:80px;
}
.certificate li{
	width:140px;
	float: left;
	margin:20px 30px;
}
.productsSeries {
	text-align: center;
}
.productsSeries a{
	display: inline-block;
	margin:2px;
	width:380px;
	height: 187px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	margin:8px;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	z-index: 88;
}
.productsSeries a:hover{
	transform: scale(1.1);
	z-index: 99;
}
.productsSeries a span{
	position: absolute;
	left:26px;
	bottom:100px;
	font-size: 16px;
	color:#009A94;
	display: inline-block;
	/*border-bottom:1px solid #009A94;*/
}
.productsSeries a img{
	width: 378px;
	height: auto;
}
.pageTitle{
	position: absolute;
	bottom:-20px;
	left: 50%;
	margin-left:-600px;
	background-color:#009A94;
	width:360px;
	height: 80px;
	line-height: 80px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.pageTitle .menu{
	width:80px;
	height: 80px;
	text-align: center;
	border-right:1px solid #33AEA9;
	cursor: pointer;
	float: left;
	margin-right:20px;
	z-index: 8888;
}
.pageTitle .menu img{
	width:20px;
	height: auto;
}
.pageTitle span{
	font-size:30px;
}
.seriesMenu{
	display: none;
	width:360px;
    background-color:#009A94;
	border-top:1px solid #33AEA9;
}
.seriesMenu li{
	border-top:1px solid #33AEA9;
	height:50px;
	line-height: 50px;
	font-size: 18px;
	padding: 0;
	text-align: left;
	font-weight: normal;
}
.seriesMenu li:hover{
	background-color:#33AEA9;
}
.seriesMenu a{
	color:#fff;
	display: block;
	padding-left:20px;
}

.gray-box{
	background-color:#f9f9f9;
}
.innerBox img{
	margin:0 auto;
	display: block;
}
h3{
	font-size: 18px;
	padding-left:10px;
	font-weight: normal;
}
table{
	width:100%;
	border-collapse:collapse;
	text-align: left;
}
table thead{
	background-color:#44B4AF;
	color: #fff;
}
table th,table td{
	font-weight: normal;
	padding:10px;
	vertical-align: top;
	font-size: 16px;;

}
table span{
	display: block;
	font-size: 14px;
	color:#999;
	padding-top:4px;
}
table td{
	line-height: 1.2;
	border:1px solid #e5e5e5;
}
.contactBox{
	width:720px;
	margin:0 auto;
	padding: 60px 0;
	color: #666;
}
.contactBox h3{
	padding: 0;
	font-weight: bold;
	font-size:20px;
	color:#333;
}
.contactBox p{
	padding: 0;
	text-indent: 0;
}
.gotoHere{
	padding:30px 0;
}
.gotoHere img{
	width:120px;
	height:auto;
	float: left;
	margin-right:20px;
}
.gotoHere li{
	clear: both;
	padding: 20px 0;
}
.gotoHere span{
	font-weight: bold;
	font-size: 18px;
	color:#333;
}
























