@charset "gb2312";
/* CSS Document */

@charset "utf-8";

* {padding:0; margin:0}

html, body{margin: 0;padding: 0;width: 100%;height: 100%;min-height: 100%;font-family: "ËÎÌå" ,Helvetica, Arial, sans-serif;font-size:1em;line-height: 1.5;-webkit-touch-callout:none;display: -webkit-box;-webkit-box-orient: vertical;-webkit-box-align:stretch;position: relative}

a {text-decoration:none;outline:none;color:#333}

a:hover{text-decoration:none}

.clearBoth{clear:both;height:0}

ul,li {list-style:none}

img {border:none; padding:0; margin:0}

.main{max-width:640px;margin:auto;min-height:100%;position: relative}

.hide{display:none}



/*HAED*/

.header{width:100%;background:#fff;position:relative}

.header .logo{width:86%; margin:0 auto;}

.header .logo img{width:100%; padding:0; margin:0}

nav{ width:100%; background:#00accb; overflow:hidden;}

nav ol{ width:97.5%; margin:0 auto; position:relative}

nav ol li{ width:20%; float:left; line-height:2.2em; height:2.2em; font-size:1.2em; text-align:center;position:relative}

nav ol li a{ width:100%; color:#fff; background:#00accb; display:block}

nav ol li a:hover{ background:#00a4c1}



.contant{ padding:0 20px 20px; overflow:hidden;}
.contant span{ display:block; overflow:hidden; font:1.2em/2em "Î¢ÈíÑÅºÚ"; font-weight:bold; margin-top:20px; color:#00accb;}
.contant p{ text-indent:2em; line-height:1.8em;}
.contant p b{ color:#cc3333;}




.tel{ width:96%; clear:both; margin:0 auto; position:relative; background:#39c77f;-moz-border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}

.tel img{ width:100%}

footer{ clear:both; width:100%; margin-top:20px; display:block; padding-bottom:100px}

footer p{color:#666; line-height:22px; padding:15px 0 0; text-align:center; display:block}

/* FOOTER END */


@media screen and (max-device-width:320px) {
	html,body{font-size:12px;}
}

@media screen and (min-device-width:321px) and (max-device-width:639px) {
	
	html,body{font-size:14px;}
}
@media screen and (min-device-width:640px){
	
	html,body{font-size:16px;}

}