@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;
	font-size: 14px;
}
ul, li, dl, dt, dd {
	display:block;
	list-style:none;
}
fieldset, img {
	border:0;
}
/*勿删，解决滚动图片ie样式问题*/
img {
	border:0;
	max-width:100%;
	display:block;
}
.quan img {
	width: 100%;
}
.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:10px;
}
/*万能清楚浮动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;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*For Opera*/
	-ms-text-overflow: ellipsis; /*For IE8*/
}
#page1 {
	background:#ccc;
	overflow:auto;
	font-family: "微软雅黑";
}
#contt {
	width:100%;
	max-width:640px;
	min-height:480px;
	overflow:auto;
	position: relative;
	z-index:1;
	background:#fff;
	margin:0px auto;
	padding:0px;
}
.head {
	max-width:640px;
	margin:0px auto;
	overflow:auto;
	padding:0;
	background: #b3b4af;
}
.logo {
	position: relative;
	width: 100%;
	max-width:640px;
}
.logo img {
	width: 80%;
}
.btn {
	position: absolute;
	width:10%;
	right: 3%;
	bottom: 0;
}
.searchbtn {
	position: absolute;
	width:10%;
	left:3%;
	bottom: 0;
}
#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
}
.navgation {
	width: 100%;
	padding-top: 2%;
}
.navgation li {
	width: 18.75%;
	float: left;
	margin-left: 5%;
	margin-top: 2%;
	position: relative;
}
.navgation li img {
	width: 100%;
}
.navgation li span {
	width: 100%;
	text-align: center;
	font-family: "微软雅黑";
	color: #323232;
	position:absolute;
	font-size: 16px;
	line-height: 3em;
	bottom: 0;
}
/*滚动图*/
.big-pic {
	width:100%;
	margin:0 auto;
	margin-top: -0.4%;
}
.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:left;
	padding:0 0 0 5%;
}
.slide-dot span {
	display:inline-block;
	width:11px;
	height:11px;
	border-radius:11px;
	vertical-align:top;
	z-index:10;
	background:#a0a09d;
	margin:8px 5px 0 5px;
}
.slide-dot .slide-dot-cur {
	z-index:10;
	vertical-align:top;
	background:#0087a8;
}
.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;
}
/*form*/
#form-guide {
	margin-top:10px
}
#form-guide h4 {
	text-align:center
}
/*首页展示*/
.catShowBox {
	width: 90%;
	float: left;
	margin:2% 5%;
}
.catShowBox .pageCat {
	width: 100%;
	text-align: center;
	background: #2899c7;
}
.catShowBox .pageCat a {
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	font-family: "微软雅黑";
}
.catShowBox .pageCat img {
	display: inline;
	vertical-align: middle;
}
.catShowBox .pageCont {
	width: 100%;
	margin: 2% 0 0 0;
	font-size: 16px;
}
.catShowBox .pageCont .aboutpic {
	width: 45%;
	float: left;
}
.catShowBox .pageCont .aboutpic img {
	width: 100%;
	max-height: 160px;
}
.catShowBox .pageCont .content {
	width: 50%;
	float: right;
	color: #060606;
	line-height: 2em;
	max-height: 160px;
	overflow: hidden;
}
/*首页产品*/
.catShowBox .box {
	width: 100%;
	margin-top: 2%;
	max-height: 144px;
	overflow: hidden;
	background: #2899c7;
}
.catShowBox .box li.proCat {
	width: 35%;
	float: left;
	max-height: 144px;
	position: relative;
}
.catShowBox .box li.proCat a {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 10%;
	font-family: "微软雅黑";
}
.catShowBox .box li.pro1 {
	width: 65%;
	float: left;
	max-height: 144px;
	position: relative;
}
.catShowBox .prolist {
	width: 100%;
	margin-top: 2%;
}
.catShowBox .prolist li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	position: relative;
}
.catShowBox .box li.pro1 .title, .catShowBox .prolist li .title {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	width: 100%;
	line-height: 2em;
	font-size:14px;
	text-align: center;
	color: #fff;
}
.catShowBox .prolist li.no {
	margin: 0;
}
/*网页底部*/
.copyright {
	border-top: 1px dotted #000;
	color:#000;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px;
	width: 98%;
	position:relative;
	z-index: 6;
	font-size: 16px;
}
.copyright a {
	color: #000;
}
#wrap-a {
	background:#67aed1;
	z-index:9999;
	max-width:640px;
	width:100%;
	margin:0px auto;
	border: none;
	border-top: 3px solid #378db0;
}
.nav_map {
	margin:0px auto;
	overflow:auto;
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.nav_map li {
	float:left;
	width:25%;
}
.nav_map li img {
	width: 100%;
}
/*子页面*/
#content {
	min-height: 250px;
}
.conttent_di {
	width:95%;
	margin:0 auto;
	color:#fff;
	overflow:auto;
}
.conttent_nav {
	height:30px;
	line-height:30px;
	margin:1% auto;
	border-top:#363636 1px solid;
	border-bottom:#363636 1px solid;
	color:#0e1c10;
	font-size:14px;
}
.conttent_nav a {
	color:#0e1c10
}
.conttent_con {
	font-size:14px;
	line-height:25px;
	margin:0 auto;
	margin-bottom:3%;
	color:#000;
	overflow:hidden;
	font-size: 16px;
}
.conttent_con .title {
	width: 100%;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	padding: 3px 0;
	border-bottom:#ccc 1px dotted;
}
/*新闻中心*/
#inews {
	margin-top: -2px;
	margin-bottom: -2px;
}
#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;
}
.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: 30%;
	text-align: center;
	float: left;
	margin-left: 2.5%;
	font-size: 14px;
	margin-top:1%;
	background: #fff;
}
#picli {
	margin-bottom: 4%;
}
.showpic img {
	width: 100%;
	margin:0 auto;
}
.showpic .title {
	margin:0px auto;
	width:100%;
	font-size: 14px;
	line-height: 2em;
	background: #fff;
	color: #323232;
	font-family: "宋体";
}
.f14 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
}
.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:100px;
}
@media all and (min-width:640px) {
#contt {
	width:640px;
	margin:0 auto;
	padding-bottom:100px;
}
.catShowBox .pageCont .content {
	line-height: 2em;
}
}
@media all and (max-width:540px) {
#contt {
	padding-bottom:85px;
}
.navgation li span {
	font-size: 16px;
	line-height: 3em;
}
.catShowBox .pageCont .content {
	font-size: 14px;
	line-height: 1.5em;
	max-height: 105px;
}
}
@media all and (max-width:480px) {
#contt {
	padding-bottom:80px;
}
.navgation li span {
	font-size: 14px;
	line-height: 3em;
}
.catShowBox .pageCont .content {
	font-size: 14px;
	line-height: 1.5em;
	max-height: 105px;
}
}
@media all and (max-width:420px) {
#contt {
	padding-bottom:70px;
}
.navgation li span {
	font-size: 14px;
	line-height: 2.4em;
}
.catShowBox .pageCont .content {
	font-size: 14px;
	line-height: 1.5em;
	max-height: 84px;
}
.catShowBox .box li.proCat a {
	font-size: 14px;
}
}
@media all and (max-width:360px) {
#contt {
	padding-bottom:60px;
}
.navgation li span {
	font-size: 14px;
	line-height: 2.2em;
}
.catShowBox .pageCont .content {
	font-size: 14px;
	line-height: 1.5em;
	max-height: 84px;
}
}
/*pw add page 2013/7/4*/
#pages {
	margin-top: 2%;
}
#pages .a1 {
	color: #000;
	display:inline-block;
	padding:8px 12px;
	border:1px solid #454545;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
/*
	右侧弹出样式
*/
#menu {
	height:100%;
	background:#2899c7;
	width:150px;
	text-shadow:none;
}
#menu a {
	color:#fff;
}
#menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	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:#2899c7;
	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 rgba(0, 0, 0, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-indent:1.5em;
}
.navbg li a {
	width:80%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font:14px/35px 微软雅黑;
	color:#fff;
}
