﻿@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;
	font-family:'黑体';
	font-size: 14px;
}
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;
}
.image{
	width: 100%;
	height: 0px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: transform .6s ease-in;
	-moz-transition: transform .6s ease-in;
	-ms-transition: transform .6s ease-in;
	-o-transition: transform .6s ease-in;
	transition: transform .6s ease-in;
}
.image img{
	width:100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}
#page1 {
	background:#fff;
	overflow:auto;
}
#contt {
	width:100%;
	max-width:640px;
	min-height:480px;
	overflow:auto;
	position: relative;
	z-index:1;
	/*padding-bottom: 80px;*/
	background-color: #fff;
	background-size:100%;
	margin:0px auto;
	padding:0px;
}


.head {
	max-width:640px;
	margin:0px auto;
	overflow:auto;
	background:#fff;
}
.indexbtn {
	width: 14.59375%;
	float: left;
}
.logo {
	width:65%;
	float: left;
}
.searchbtn {
	float: left;
	width: 6.25%;
}

#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
}

.btn {
	float: right;
	width: 13.75%;
}


/*小导航*/
.mininav{
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
	background:#FFF;
	border-top: 1px dashed #6f75fe;
}
.mininav li{
	float: left;
	width: 20%;
	text-align:center;
	line-height:250%;
}
.mininav li a{
	color:#535353;
	font-size:14px;
}
/*滚动图*/
.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: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: 350%;
	text-transform: capitalize;
}
.navgation a {
	color:#6f75fe;
	display: block;
}
.navgation li {
	width: 25%;
	float: left;
	background:#fff;
	margin:15px auto;
}
.navgation .catimg {
	width: 40px;
	height: 40px;
	margin:0px auto;
	margin-top: 12px;
}
.navgation .catname{
	text-align: center;
	height:20px;
	line-height: 20px;
	overflow: hidden;
}
.navgation li .boxs{
	width:100px;
	height:100px;
	background-image: url("img/nav_bg.png");
	background-size: 100% 100%;
	padding:10px;
}
@media all and (max-width:480px) {
	.navgation li {
		width: 25%;
		float: left;
		background:#fff;
		margin:15px auto;
	}
	.navgation .catimg {
		width: 30px;
		height: 30px;
		margin:0px auto;
		margin-top: 12px;
	}
	.navgation .catname{
		text-align: center;
		height:20px;
		line-height: 20px;
		overflow: hidden;
	}
	.navgation li .boxs{
		width:90px;
		height:90px;
		background-image: url("img/nav_bg.png");
		background-size: 100% 100%;
		padding:5px;
	}
}
@media all and (max-width:420px) {
	.navgation li {
		width: 25%;
		float: left;
		background:#fff;
		margin:15px auto;
	}
	.navgation .catimg {
		width: 28px;
		height: 28px;
		margin:0px auto;
		margin-top: 12px;
	}
	.navgation .catname{
		text-align: center;
		height:20px;
		line-height: 20px;
		overflow: hidden;
	}
	.navgation li .boxs{
		width: 80px;
		height:80px;
		background-image: url("img/nav_bg.png");
		background-size: 100% 100%;
		padding:5px;
	}
}
@media all and (max-width:360px) {
	.navgation .catimg {
		width: 20px;
		height: 20px;
		margin:0px auto;
		margin-top: 10px;
	}
	.navgation .catname{
		text-align: center;
		height:20px;
		line-height: 20px;
		overflow: hidden;
	}
	.navgation li .boxs{
		width: 65px;
		height:65px;
		background-image: url("img/nav_bg.png");
		background-size: 100% 100%;
		padding:7px;
	}
}


/*关于我们*/
.aboutbox{
	padding-top: 30px;
}
.aboutname{
	height: 35px;
	border-top: 1px solid #6f75fe;
}

.aboutname .abouts{
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	background-image: url("img/about_bg.png");
	background-size: 100% 100%;
	margin-top: -18px;
	background-color: #fff;
}
.aboutname .abouts a{
	color: #fff;
}
.abouttext{
	padding: 10px 10px;
}
.abouttext .about_left{
	width: 30%;
	float: left;
	margin-top: -15px;
	position: relative;
	z-index: 10;
}
.abouttext .about_right{
	border: 1px solid #6f75fe;
	padding: 10px 0px 10px 11%;
	margin-left: 22%;
}
.abouttext .about_right p{
	font-size: 14px;
	line-height: 22px;
	height:65px;
	overflow: hidden;
}

@media all and (max-width:480px) {

	.abouttext .about_left{
		width: 40%;
		float: left;
		margin-top: -15px;
		position: relative;
		z-index: 10;
	}
	.abouttext .about_right{
		border: 1px solid #6f75fe;
		padding: 10px 0px 10px 11%;
		margin-left: 30%;
	}
}



/*产品展示*/
.probox{
	margin-top: 30px;
}
.proname a{
	color: #434343;
}
.procontent{
	border: 1px solid #6f75fe;
	margin: 0px 0;
}
.procontent .proname{
	text-align:center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 180px;
	margin: -15px auto;
	background-image: url("img/pro_title.jpg");
	background-size: 100% 100%;
}
.procontent ul{
	margin: 15px 0;
}
.procontent ul li{
	width:33.3%;
	float: left;
}
.procontent ul li .box2{
	margin: 10px 5px;
	border: 1px solid #6f75fe;
	padding:4px;
	border-radius: 10px;
}
.procontent ul li .box2 .pro_image{
	padding-bottom: 125%;
	border-radius: 10px;
}

.procontent ul li .box2 .protitle{
	height: 20px;
	line-height: 20px;
	background-color: #6f75fe;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	position: relative;
	margin:-20px 10px 0px 10px;
	color: #fff;
}


/*新闻中心*/
.newsbox{
	width: 100%;
	margin-top: 60px;
}

.new_image{
	padding-bottom: 100%;
}
.new_left{
	width: 20%;
	float: left;
}
.new_right{
	width: 80%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px dashed #6f75fe;
	position: relative;
}
.new_list{
	width: 100%;
	margin: 40px 0;
}
.newst{
	height:50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
}
.new_desc{
	font-size: 12px;
	height: 50px;
	line-height:27px;
	overflow: hidden;
	color: #7d7d7d;
}
.more{
	width:80px;
	height: 20px;
	line-height: 20px;
	background-color: #6f75fe;
	color: #fff;
	text-align: center;

	bottom: -10px;
	border-radius: 10px;
	font-size: 12px;
}
.more1{
	position: absolute;
	left: 0;
}
.more2{
	position: absolute;
	right: 0;
}

@media all and (max-width:480px) {
	.new_left{
		width: 30%;
		float: left;
	}
	.new_right{
		width: 70%;
		float: left;
		padding-bottom: 20px;
		border-bottom: 1px dashed #6f75fe;
		position: relative;
	}
	.new_list{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.newst{
		height:40px;
		line-height: 40px;
		overflow: hidden;
		font-size: 16px;
	}
}

/*成功案例*/
.index_anli{
	margin-top: 60px;
}
.index_anli .proul{
	margin-bottom: 0 !important;
}
.pro_list2{
	width: 50% !important;
	margin-top: 15px;
}
.protitle2{
	height: 30px;
	line-height: 30px;
	text-align:center;
	color: #1b1b1b;
}
.anli_image{
	padding-bottom: 76%;
	border-radius: 5px;
	border: 1px solid #6f75fe;
}
.box3{
	margin: 0 5px;
}

/*form*/
#form-guide {
	margin-top:10px
}
#form-guide h4 {
	text-align:center
}
/*网页底部*/
.copyright {
	color:#000;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 20px 0px;
	width: 100%;
	position:relative;
	z-index: 6;
	font-size: 14px;
}
.copyright a {
	color: #000;
}
#wrap-a {
	background:#535353;
	z-index:9999;
	max-width:640px;
	width:100%;
	padding: 0.5% 0;
	margin:0px auto;
}
.nav_map {
	margin:0px auto;
	margin-left:9%;
	overflow:auto
}
.nav_map li {
	float:left;
	width:20%;
	margin-right:5%;
}
/*子页面*/
#content {
	min-height: 250px;
}

#content .f14 a{

}



.conttent_di {
	width:95%;
	margin:0 auto;
	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 h4 {
	line-height:30px;
	overflow:hidden;
	text-align:center;
	border-bottom:#ccc 1px dotted;
}
.conttent_con img{
	width: 100%;
	height: auto;
}
/*新闻中心*/
#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: 33.33%;
	text-align: center;
	float: left;
	font-size: 14px;
	margin-top:1%;
}
.showpic img {
	width: 75%;
	margin:0 auto;
}
.showpic .title {
	margin:0px auto;
	width:85%;
	font-size: 12px;
}
.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) {
	.nav_min_p {
		font-size:20px;
	}
	.navgation {
		font-size: 16px;
	}
}
@media all and (max-width:480px) {
	.nav_min_p {
		font-size:18px;
	}
	.navgation {
		font-size: 14px;
	}
}
@media all and (max-width:420px) {
	.nav_min_p {
		font-size:16px;
	}
	.navgation {
		font-size: 14px;
	}
	#contt {
		padding-bottom:50px;
	}
}
@media all and (max-width:360px) {
	.nav_min_p {
		font-size:14px;
	}
	.navgation {
		font-size: 12px;
	}
	#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:#6f75fe;
	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;
}
