﻿@charset "utf-8";
	/* CSS Document */
.ui-mobile-viewport {
	-webkit-tap-highlight-color:rgba(90,90,90,0.2);
}
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
ul,li,dl,dt,dd {
	display:block;
	list-style:none;
}
fieldset,img {border:0;}
/*勿删，解决滚动图片ie样式问题*/
img {
	border:0;
	max-width:100%;
	display:block;
}
.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/*万能清楚浮动CSS样式*/
.clearfloat:after{
	content:".";
	height:0px;
	visibility:hidden;
	display:block;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
h4{
	display:inline;
}
a {
	text-decoration:none;
	outline:none;
}

#page1 {
	background:#ccc;
	overflow:auto;
}
#contt {
	width:100%;
	max-width:640px;
	min-height:480px;
	overflow:auto;
	position: relative;
	z-index:1;
	background: #fdfeff;
	margin:0px auto;
	padding:0px;
	font-family: "Microsoft YaHei";
}
.head{
	max-width:640px;
	margin:0px auto;
	overflow:auto;
	background:#fff;
}

.logo{
	position: relative;
	width: 100%;
	max-width:640px;
}
.logo img{
	width: 100%;
}
.btn{
	position: absolute;
	width:10%;
	right: 2%;
	top: 20%;
	z-index: 999;
}
.searchbtn {
	position: absolute; 
	width:6.2%; 
	right:13%;
	top: 20%;
	z-index: 999;
}
#search-form { width:80%; height:30px; border-radius:10px; min-width:200px; background:#FFF; border:1px solid #ccc; position:absolute; left:1.9230769230769232%; z-index:99999; display:none}
#search-form #keywords { border:none; height:20px; padding:5px; width:70%; border-right:1px solid #ccc; margin-left:10px}
#search-form #post-search { width:15%; border:none; background:white}
/*小导航*/
.mininav{
	float: right;
	width: 100%;
	position: relative;
	z-index: 5;
	background: #67cec4;
}
.mininav li{
	float: left;
	width: 20%;
	text-align: center;
}
.mininav li a{
	display: block;
	width: 100%;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 3em;
}
/*滚动图*/
.big-pic {
	width:100%;
	margin:0 auto;
}
.big-pic-in {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.pic-list {
	position:relative;
	height:auto;
	-webkit-transform:translate3d(0,0,0);
	z-index:0;
}
.big-pic img {
	float:left;
	height:auto;
	width:100%;
	display:block;
}
.slide-dot {
	width:95%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	height:26px;
	text-align:right;
	padding:0 5% 0 0;
}
.slide-dot span {
	display:inline-block;
	width:11px;
	height:11px;
	border-radius:11px;
	vertical-align:top;
	z-index:10;
	background:#fff;
	margin:8px 5px 0 5px;
}
.slide-dot .slide-dot-cur {
	z-index:10;
	vertical-align:top;
	background:#2386d6;
}
.transition {
	-moz-transition:-moz-transform 0.3s ease-out;
	-webkit-transition:-webkit-transform 0.3s ease-out;
	-o-transition:-o-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
/*网页中部*/
.mainBox{
	width: 97%;
	margin: 0 1.5%;
	padding: 2% 0;
	background: #eeeeee;
	box-shadow: 0px 0px 30px 10px #dadadb;
}
#midbox{
	width: 97%;
	margin: 0 auto;
	margin-top: 2%;
	background: #fff;
}
.navgation{
	padding: 3% 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 2.5em;
}
.navgation  li{
	width: 16%;
	float: left;
	margin: 0 8.65%;
	position: relative;
}
.navgation  li img{
	width: 100%;
}
.navgation  li span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Microsoft YaHei";
	color: #434343;
}
/*form*/
#form-guide { margin-top:10px}
#form-guide h4 { text-align:center}
.catbox{
	width: 100%;
	border-bottom: 2px solid #67cec4;
	margin-bottom: 10px;
}
.catbox .catname{
	float: left;
	margin:5px 0;
	margin-left: 1%;
	padding-left: 10px;
	border-left: 5px solid #67cec4;
	line-height: 1.5em;
	font-size: 16px;
}
.catbox .catname a{color: #434343;}
.syabout{
	width: 96%;
	padding: 2% 2%;
	float: right;
	position: relative;
}
.syabout .thumb{
    width: 40%;
    float: right;
    text-align: center;
    position: relative;
    max-height: 133px;
}
.syabout .thumb img{
	width: 100%;
}
.syabout .textbox{
	width: 56%;
	height: 110px;
	float: left;
	font-size: 14px;
	line-height: 2em;
	color: #807f7f;
	position: relative;
	overflow: hidden;
}
.syproduct{
   width: 96%;
   margin: 0 auto;
   position: relative;
}
.syproduct li{
	width: 47%;
	float: left;
	margin:1% 1.5%;
	position: relative;
	z-index: 1;
}
.syproduct li .showpic{
	width: 100%;
}
.syproduct li .showpic img{
	width: 100%;
}
.syproduct li .title{
	width: 100%;
	line-height: 3em;
	text-align: center;
}
.syproduct li .desc{
	width: 96%;
	padding: 0 2%;
	font-size: 14px;
    line-height: 2em;
    color: #807f7f;
}
.synews{
	width: 96%;
	margin: 2% auto;
}
.synews li{
	width: 100%;
	line-height: 2em;
	float: left;
	margin-bottom: 3%;
}
.synews li.dan{
	/*border-bottom: 1px dashed #757373;*/
}
.synews li .pic{
	float: left;
	width: 35%;
	border: 2px solid #67cec4;
}
.synews li .tt{
	width: 60%;
	float: right;
	overflow: hidden;
	white-space:nowrap; 
	font-size: 14px;
}
.synews li .tt a{
	color: #434343;
}
.synews li .desc{
	width: 60%;
	float: right;
	font-size: 14px;
	color: #827e7e;
	max-height: 60px;
	line-height: 2em;
	overflow: hidden;
}
.synews li a.t{width: 80%;float: left; color: #414040;}
.synews li .new{width: auto; float: left; text-align: left; margin-right: 10px;font-family: "Arial";text-transform: capitalize; color: #00acec;}
.synews li #new2{color: #ffbc30;}
/*网页底部*/
.copyright{
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 0px;
	width: 100%;
	position:relative;
	z-index: 6;
	background: #67cec4;
}
.copyright a{color: #fff;}
#wrap-a {	
	background:#1b1b1b;
	z-index:9999;
	max-width:640px;
	width:100%;
	margin:0px auto;
}
.nav_map {
	width: 80%;
	margin:0px auto;
	overflow:auto
}
.nav_map li {
	float:left;
	width:25%;
}
/*子页面*/
#content{min-height: 250px;}
.conttent_di {
	width:95%;
	margin:0 auto;
	color:#fff;
	/*border:#fff 3px solid;
	-moz-box-shadow:2px 2px 10px #a9a9a9;
	-webkit-box-shadow:2px 2px 10px #a9a9a9;
	box-shadow:2px 2px 10px #a9a9a9;
	*/ overflow:auto;
}
.conttent_nav {
	height:30px;
	line-height:30px;
	margin:1% auto;
	border-top:#363636 1px solid;
	border-bottom:#363636 1px solid;
	color:#666;
}
.conttent_nav a{
	color:#333	
}

.title_p1 {
	font-weight:bold;
}
.conttent_con {
	font-size:14px;
	line-height:25px;
	margin:0 auto;
	margin-bottom:3%;
	color:#000;
	overflow:hidden
}

.conttent_con .tit{
	width: 100%;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	border-bottom:#ccc 1px dotted;
}
/*新闻中心*/
#inews li {
	font-size:14px;
	background:none;
	text-shadow:none;
	font-weight:normal;
	padding-left:0px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	/* for internet explorer */
}
#inews li a {
	color:#000;
	font-family: "Microsoft YaHei";
}
.ui-btn-inner {
	border:none;
}
.ui-icon {
	display:none;
}
.ui-btn-up-c,ui-btn-text {
	color:#fff;
}
.ui-btn-up-c a,ui-btn-text a {
	color:#fff;
}
.inews li a {
	color:#fff;
}
/*产品列表*/
.product_imgshow {
	width:70%;
	border:#fff 2px solid;
	margin:0px auto;
}
.showpic{
	width: 33.33%;
	text-align: center;
	float: left;
	font-size: 14px;
	margin-top:1%;
}
.showpic img{
	width: 80%;
	margin:0 auto;
}
.showpic .title{
	margin:0px auto;
    width:85%; 
	font-size: 14px;
}

.ellipsis{
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis; /*For Opera*/  
    -ms-text-overflow: ellipsis; /*For IE8*/ 
}
.showpic a:link{color: #000;}
.showpic a:visited{color: #000;}

#contt{padding-bottom:80px;}  
@media all and (min-width:640px){
	#contt {width:640px;margin:0 auto;}
}
@media all and (max-width:540px) {
	.mininav li a{font-size: 16px;line-height: 2.5em;}
	.navgation{font-size: 16px;}
	.syabout .textbox{height: 80px;font-size: 14px;line-height: 1.8em;}
}
@media all and (max-width:480px) {
	.mininav li a{font-size: 16px;line-height: 2.5em;}
	.navgation{font-size: 14px;}
	.syabout .textbox{height: 70px;font-size: 14px;line-height: 1.6em;}
	.synews li a.t{width: 75%;}
}
@media all and (max-width:420px) {
	#contt{padding-bottom:50px;} 
	.mininav li a{font-size: 14px;line-height: 2.5em;} 
	.syabout .textbox{height: 50px;font-size: 14px;line-height: 1.8em;}
	.synews li{margin-bottom: 2%;}
	.synews li .desc{line-height: 1.5em;}
	.synews li .tt,.synews li a.t{font-size: 14px;}
	.navgation  li{width: 20%;margin: 0 6.65%;}
}
@media all and (max-width:360px) {
	#contt{padding-bottom:35px;}  
}

/*pw add page 2013/7/4*/
#pages .a1 {
	color: #000;
	display:inline-block;
	padding:10px 15px;
	border:1px solid #454545;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px
}

/*
	右侧弹出样式
*/
#menu{ height:100%; background:#67cec4; width:150px; text-shadow:none;}
#menu a{ color:#fff; font-family: "Microsoft YaHei";}
#menu ul li{border-bottom: 1px solid rgba(255, 255, 255, 0.8);border-top: 1px solid rgba(255, 255, 255, 0.1); height:35px; line-height:35px;}
.ui-panel-content-wrap{ background:none;}

.navbg {width:150px; background:#67cec4; position:absolute; right:0%; z-index:10000; display:none;  margin:0% 0;}
#font_a a {color:#fff;text-shadow:none;}
.navbg li {width:100%; height:35px; border-bottom:1px solid #fff; text-indent:1.5em;}
.navbg li a {width:80%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font:14px/35px 微软雅黑; color:#fff;}

