﻿@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-color: #fff;
	margin:0px auto;
	padding:0px;
}
/* 头部开始 */
.head{
	max-width:640px;
	margin:0px auto;
	overflow:auto;
	background:#FFF;
}
.searchbtn { float:right; width:39px; margin:0 0 0 1.9230769230769232%;padding-top: 10px;}
#search-form { width:80%; height:30px; border-radius:10px; min-width:200px; background:#FFF; border:1px solid #ccc; position:absolute; right: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{width:80%;margin-left:1%}
.btn{
	float:right;
	width:7.8%;
}
/*小导航*/
.mininav{
	width: 100%;
	overflow: hidden;
}
.mininav li{
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.mininav li a{
	width: 100%;
	height:50px;
    line-height: 50px;
	border: 1px solid #000;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #3f3f3f;
	font-size: 18px;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}
/*滚动图*/
.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:#c80000;
}
.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;
	height: 90px;
	line-height: 90px;
	text-transform: capitalize;
	background-color: #f5f5f5;
}
.navgation ul{
	width: 92%;
	padding: 0 4%;
	margin: 0 auto;
	overflow: hidden;
}
.navgation li{
	width: 25%;
	float: left;
	margin:0 auto;
	text-align: center;
}
.navgation a{
	display: inline;
	position: relative;
	color: #c80000;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.navgation .catimg{
	position: absolute;
	width: 30px;
	height: 26px;
	top: 0;
	left: -35px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size:contain;
}
.navgation .arr{
	float: right;
	width: 3%;
	margin:4% 6% 0 0;
}
/*form*/
#form-guide { 
	width: 95%;
    margin: 0 auto;
	overflow: auto;
	min-height: 250px;}
#form-guide h4 { text-align:center}


/*网页底部*/
.copyright{
	border-top: 1px solid #000;
	color:#000;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0px;
	width: 100%;
	position:relative;
	z-index: 6;
}
.copyright a{color: #000;}
#wrap-a {	
	background:#bd0000;
	
	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;}
.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 h4 {
	line-height:30px;
	overflow:hidden;
	text-align:center;
	border-bottom:#ccc 1px dotted;
}
.conttent_con img{
	height: auto !important;/* 手机版图片自适应 */
}
/*新闻中心*/
#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;
}
.image-item {
	width:31%;
	float: left;
	margin:0 1%;
	box-sizing: border-box;
	background:#FFF;
	position: relative;
	overflow: hidden;
}
.image-item .image-item-img{
	margin: 2px;
	height: 0;
    padding-bottom: 68%;/* 高同宽的默认比例 */
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.image-item .image-item-img img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.image-item .title{
	width: 100%;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

#contt{padding-bottom:80px;}
/* index */
.index_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(img/index_title.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.index_title a{
	text-align: center;
	color: #c80000;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size: 20px;
}
#about{
	width: 100%;
	padding-top: 30px;
}
.about_list{
	width: 92%;
	margin: 0 auto;
	font-size:14px;
	line-height: 200%;
	padding-bottom: 20px;
}
.about_more{
	width: 85px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	background-color: #c80000;
}
.about_more a{
	display: block;
	text-align: center;
	color: #FFF;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.about_line{
	width: 100%;
	height: 5px;
	background-color: #c80000;
	margin: 20px 0;
}

#index_product{
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}
.product_title{
	background-image: url(img/product_title.jpg);
}
.index_product_list{
	width: 92%;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}
.index_product_list ul li{
	float: left;
	width: 48%;/* 控制图片数量 */
	margin-right: 4%;/* 最右边不显示，所以大于0.5% */
	margin-bottom: 10px;
	position: relative;
}
.index_product_list ul li a{
	display: block;
}
.index_product_list ul li .pic{
	width: 100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 69.23%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	}
.index_product_list ul li .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_product_list ul li .title{
	width: 70%;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
	background-color: #FFF;
	color: #c80000;
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}

#news{
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#news_list{
	width: 92%;
	padding: 4% 4%;
	background-image: url(img/news_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	overflow: hidden;
}
#news_list a{
	display: block;
	color: #FFF;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
#news_list li{
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background:rgba(255,255,255,0.3);
}
#news_list .news_date{
	float: right;
}
.news_more{
	width: 135px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: #c80000;
	border-radius: 25px;
	background-image: url(img/news_more.png);
	background-repeat: no-repeat;
	background-position: right 8% center;
}
.news_more a{
	display: block;
	text-align: center;
	color: #FFF;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}

#index_case{
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}
.case_title{
	background-image: url(img/product_title.jpg);
}
.index_case_list{
	width: 92%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
}
.index_case_list ul li{
	float: left;
	width: 48%;/* 控制图片数量 */
	margin-right: 4%;/* 最右边不显示，所以大于0.5% */
	margin-bottom: 10px;
	position: relative;
}
.index_case_list ul li a{
	display: block;
}
.index_case_list ul li .pic{
	width: 100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 58.71%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	}
.index_case_list ul li .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_case_list ul li .title{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
	background-color: #FFF;
	color: #FFF;
	background:rgba(0,0,0,0.5);
}
.case_more{
	width: 135px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: #c80000;
	border-radius: 25px;
	background-image: url(img/news_more.png);
	background-repeat: no-repeat;
	background-position: right 8% center;
}
.case_more a{
	display: block;
	text-align: center;
	color: #FFF;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}
/* index */
@media all and (min-width:640px){
	#contt {width:640px;margin:0 auto;}
	.copyright{padding-bottom: 20px;}
}
@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;}  
	.nav_map{margin-left: 5%;}
	.navgation li{text-align: right;}
	.btn-nav{padding-top:5px}
	.news_more{margin-top: 10px;}
	#index_case{margin-top: 0px;}
	.copyright{padding-bottom: 40px;}
}
@media all and (max-width:375px) {
	.nav_min_p {font-size:14px;}
	.navgation{font-size: 12px;}
	#contt{padding-bottom:35px;}  
	.mininav li a{
		font-size: 16px;
	}
	.navgation{
		height: 50px;
		line-height: 50px;
	}
	.navgation ul{width: 100%;}
	.navgation li{text-align: center;}
	.searchbtn{margin: 0;padding-top: 5px;width: 35px;}
	.btn-nav{padding-top:0}
	#about{
		padding-top: 20px;
	}
	.navgation .catimg{
		width: 25px;
		height: 22px;
		left: -30px;
		top: -5px;
	}
	#news_list .news_date{
		display: none;
	}
	.copyright{padding-bottom: 50px;}
	.logo{width: 79%;}
}
@media all and (max-width: 320px){
	.copyright{padding-bottom: 40px;}
	.searchbtn{padding-top: 0;}
}
/*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:#bd0000; 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;}
