/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	height:100%;
	font: 85%/1 "\9ED1\4F53";
	background-color:#8cd3f6;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.hiden{display:none;}
.show{ display:block;}
.foot {position: absolute;bottom:1%;text-align: center;z-index: 9;width: 100%;font-size:10px;color: #FFF;}
/*----------------欢迎页样式 start----------------*/
		.txtimg{position: absolute;bottom: 12%;width: 74%;left: 13%;}
		.txtimg li{ margin-top:3%;}
		.arrear{position: absolute;width: 8%;bottom:3%;left: 46%;}
/*----------------欢迎页样式 end----------------*/

/*----------------------菜单页面样式 start---------------------*/
	#homemune{height:100%; width:100%;}
    .sybg{ background:url(../images/munebg.jpg) no-repeat; background-size:100% 100%;height:100%; width:100%;}
	.munebtn{position: absolute;width: 70%;top: 37%;left: 15%;}
	.btntxt{width:100%;}
	.btntxt li{width: 40%;float: left;margin-top: 5%;margin-left: 7%;}
	.wiretop{width: 80%;margin: 3% 10%;}
	.wirebottom{width: 80%;margin: 10% 10% 0;}
	.munetel{width: 70%;margin: 10% 15%;}
	
	/*花瓣样式*/
		.huabandiv{position: absolute;top: 0;left: 0;width: 100%; height:100%}
		.huaban1{width: 10%;position: absolute;bottom: 15%;right: 11%;}
		.huaban2{width: 13%;position: absolute;top: 26%;left: 6%;}
		.huaban3{width: 13%;position: absolute;top: 26%;right: 6%;}
		.huaban4{width: 11%;position: absolute;left: 46%;top: 13%;}
		.huaban5{width: 11%;position: absolute;left: 10%;top: 8%;}
		.huaban6{width: 16%;position: absolute;left: 30%;top: 4%;}
/*----------------------菜单页面样式 end---------------------*/

/*----------------------在线咨询样式 start---------------------*/
    	.logoimg{width: 70%;margin: 8% 15% 5%;}
    	.consult{width: 90%;margin-left: 5%;}
		.consult li{width: 46%;margin:3% 2%;float: left;}
/*----------------------在线咨询样式 end---------------------*/


/*************苹果五样式********************/
@media only screen and (device-width: 320px) and (device-height:568px){
	
}

/*************三星小手机*****height=460***************/
@media screen and (max-height: 460px) and (min-height:422px) {
		.txtimg{position: absolute;bottom: 12%;width:60%;left:20%;}
		.txtimg li{ margin-top:3%;}
		.arrear{position: absolute;width: 8%;bottom: 3%;left: 46%;}
	}

/*************苹果四样式********************/
@media only screen and (min-device-width: 100px) and (max-device-width:320px) and (max-device-height:567px){
		.txtimg{position: absolute;bottom: 12%;width: 44%;left: 28%;}
		.txtimg li{ margin-top:3%;}
		.arrear{position: absolute;width: 8%;bottom: 3%;left: 46%;}
		.munetel{width: 70%;margin: 3% 15%;}
}