﻿@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;
}
.conttent_con img{
	max-width: 100%;
	height: auto!important;

}
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-color: white;
	overflow:auto;
}
.bg{
	width:100%;
	max-width:640px;
	background:url(/phpcms/templates/default/mobile/skin/images/shadow.png) repeat-y;
	background-size: 100% auto;
	margin: 0 auto
}
#contt {
	width:100%;
	max-width:640px;
	min-height:480px;
	overflow:auto;
	position: relative;
	z-index:1;

	/*padding-bottom: 80px;*/
	background:white;
	background-size:100% auto;
	margin:0px auto;
	padding:0px;
}
.head{
	max-width:640px;
	margin:0px auto;
	padding: 5px 0;
	width: 100%;
	overflow:auto;
	background:white;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.searchbtn {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translateY(-50%);
	text-align: right;
	z-index: 9999;

}
.searchbtn img{
	display: inline-block;
	width: 26px;
	height: 26px;

}
#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}
.logo{
	display: flex;
	align-items: center;
	width:52%;
	margin-left: 10px;
}

.btn{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}
.btn img{
	display: inline-block;
	width: 26px;
	height: 26px;
}
/*小导航*/
.mininav{
	float: right;
	width: 50%;
	position: relative;
	z-index: 5;
	margin-top: -8%;
	margin-right:7%;
}
.mininav li{
	float: left;
	width: 31%;
	margin-left: 2.33%;
}
.mininav li img{
	
}
/*滚动图*/
.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;
}
/*网页中部*/
.navgation{
	/*font-weight:bold;*/
	font-size: 16px;
	line-height: 260%;
	text-transform: capitalize;

}
.navgation a{color:white;display: block;}
.navgation li{
	width: 20%;
	background:#00acec;
	margin:0 auto;
	float: left;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 16px
}
.c_top{padding-top: 0.9375%}
.ct_nav{width:86.5625%;margin: 0 auto;background: #eeeeee;font-size: 16px;font-family: "Microsoft Yahei"}
.ct_nav li{float: left;width: 25.63176895306859%;margin-left: 8.12274368231047%;margin-top: 4.51263537906137%;position: relative}
.ct_nav li:first-child{margin-left: 3.79061371841155%}
.ct_nav li .ct_catname{position: absolute;width: 67.6056338028169%;background: url(/phpcms/templates/default/mobile/skin/images/catnamebg.png) no-repeat left center;left: 15.49295774647887%;top: 42%;text-align: center}
.ct_nav li a{color: white}

.picture{background: url(/phpcms/templates/default/mobile/skin/images/shadow.png) repeat-y;background-size: 100% auto}
.clearfloat{text-align: center;font-family: "Microsoft Yahei";padding-top: 5%}
.cf_catname{font-size: 18px;color: #626262}
.cf_catdir{font-size: 16px;color: #00acec;text-transform: capitalize;margin-bottom: 2%}
.p_imglist_demo{width: 81.5625%;margin: 0 auto}
.about{background:url(/phpcms/templates/default/mobile/skin/images/aboutbg.png) no-repeat;background-size: 100% 100%;position: relative;z-index: 2}
.about .clearfloat .cf_catname,.about .clearfloat .cf_catdir{color: white}
.a_content{width:72.1875%;margin:0 auto;padding-bottom:11.25%;line-height:180%;font-size: 14px;font-family: "宋体";color: white}

.news{background: url(/phpcms/templates/default/mobile/skin/images/shadow.png) repeat-y;background-size: 100% auto;margin-top: -4.0625%;position: relative;z-index: 1}
.inews{width: 86.5625%;margin: 0 auto;background: #eeeeee;padding-bottom: 2%}
.inews li{font-size: 14px;margin-top: 3%;margin-left: 3.24909747292419%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden}
.inews li a{color: #545454}
.i_left,.i_right{float: left;margin-top: 2.16606498194946%}
.i_left{width: 36.64259927797834%}
.i_right{width: 50.54151624548736%;margin-left: 3.6101083032491%}
.ir_top{font-size: 12px;color: #434343;width: 100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ir_bottom{font-size: 10px;color: #434343;line-height: 150%;margin-top: 3.57142857142857%}
.inews li:nth-child(even) span{color:#00acec;}
.inews li:nth-child(odd) span{color:#ffbc30;}
.copy{background:url(/phpcms/templates/default/mobile/skin/images/shadow.png) repeat-y; background-size: 100% auto}
.copy p{width: 88.125%;margin: 0 auto;background:#00acec;font-size: 14px;font-family: "Microsoft Yahei";color: white;text-align: center;line-height: 270%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden}

/*form*/
#form-guide { margin-top:10px}
#form-guide h4 { text-align:center}


/*网页底部*/
.copyright{
	border-top: 1px solid #000;
	color:#000;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px;
	width: 100%;
	position:relative;
	z-index: 6;
}
.copyright a{color: #000;}
#wrap-a {	
	/*background:url(/phpcms/templates/default/mobile/skin/images/shadow.png) repeat-y;*/
	background-color: #1B1B1B;
	background-size: 100% 100%;
	border: none;
	z-index:9999;
	width:100%;
	margin:0 auto;
}
.nav_map {
	width: 88.125%;
	margin:0px auto;
	overflow:auto;
	/*background: #00acec;*/
	padding-bottom: 1%
}
.nav_map li {
	float:left;
	width:25%;
	/*background: #1b1b1b*/
}
/*子页面*/
#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:15px auto;
	margin-bottom:3%;
	color:#000;
	overflow:hidden
}

.conttent_con h4 {
	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;
}
.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;
}

/*产品列表*/
.product_imgshow {
	width:70%;
	border:#fff 2px solid;
	margin:0px auto;
}
.showpic{
	width: 95%;
	text-align: center;
	float: left;
	font-size: 14px;
	margin:10px 5%;
}
.showpic img{
	width: 75%;
	height: 100px;
	margin:0 auto;
}
.showpic .title{
	margin:0px auto;
      	width:85%; 
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.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:93px;}  
@media all and (min-width:640px){
	#contt {width:640px;margin:0 auto;}
}
@media all and (max-width:540px) {
	.nav_min_p {font-size:20px;}
	.navgation{font-size: 16px;}
	#contt{padding-bottom:85px;}

}
@media all and (max-width:480px) {
	.nav_min_p {font-size:18px;}
	.navgation{font-size: 14px;}
	#contt{padding-bottom:76px;}

}
@media all and (max-width:430px) {
	.nav_min_p {font-size:18px;}
	.navgation{font-size: 14px;}
	#contt{padding-bottom:65px;}
	.ct_nav{font-size: 14px}

}
@media all and (max-width:420px) {
	.nav_min_p {font-size:18px;}
	.navgation{font-size: 14px;}
	#contt{padding-bottom:65px;}
	.ct_nav{font-size: 14px}

}
@media all and (max-width:414px) {
	.nav_min_p {font-size:16px;}
	.navgation{font-size: 14px;}
	#contt{padding-bottom:65px;}
	.cf_catname{font-size: 14px}
	.cf_catdir{font-size: 12px}
	.a_content{font-size: 12px;line-height: 150%}
	.ct_nav{font-size: 14px}
	
}
@media all and (max-width:375px) {
	.nav_min_p {font-size:16px;}
	.navgation{font-size: 14px;}
	#contt{padding-bottom:59px;}
	.cf_catname{font-size: 14px}
	.cf_catdir{font-size: 12px}
	.a_content{font-size: 12px;line-height: 150%}
	.ct_nav{font-size: 14px}
	
}
@media all and (max-width:360px) {
	.nav_min_p {font-size:14px;}
	.navgation{font-size: 12px;}
	#contt{padding-bottom:52px;}  
	.ct_nav{font-size: 12px}
	.about .clearfloat .cf_catname{font-size: 14px}
	.about .clearfloat .cf_catdir{font-size: 12px}
	.a_content{font-size: 12px;line-height: 150%}
	.ir_bottom{height: 40px;overflow: hidden}
	.copy p{font-size: 12px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
}

/*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
}
.pages{width: 100%;line-height:30px;float: left;text-align: center;font-size: 12px;font-family: "宋体";color: #ff0000;margin-bottom: 25px;}
.pages a{color: #343433;margin: 0px 2px}
/*
	右侧弹出样式
*/
#menu{ height:100%; background:#00acec; width:150px; text-shadow:none;}
#menu a{ color:#fff;}
#menu ul li{border-bottom: 1px solid rgba(255, 255, 255, 0.3);border-top: 1px solid rgba(255, 255, 255, 0.1); height:35px; line-height:35px;}
.ui-panel-content-wrap{ background:none;}