@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: "微软雅黑",Arial; 
	color: #666666;
	font-size: 13px;
}
img{
	border: 0px;
}	
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	margin:0px;
	padding:0px;
}
a{ text-decoration:none; color:#666; cursor: pointer;}
li{ list-style:none; }


.header{ width:1100px; overflow:hidden; margin:0px auto; padding:30px 0;}
.logo{ float:left; width:220px; height:80px;}
.logo img{ height:80px; vertical-align:middle;}
.menu{ width:680px; float:right}
.menu ul li{ float:left; width:80px; margin-top:20px; text-align:center; font-weight:bold;  height:40px; line-height:40px; font-size:15px; border-radius:5px; margin-right:2px;}
.menu ul li a{ color:#02B2B5}
.CurrPage{ background:#02B2B5;}
.CurrPage a{ color:#fff !important}
.menu ul li:hover{ background:#02B2B5;}
.menu ul li:hover a{ color:#fff}

#in_swf img{ width:100%; vertical-align:middle;}
.pic img{ width:100%; vertical-align:middle;}
.footer{ width:100%; padding:40px 0; background:#02B1B4; line-height:1.5em; font-size:16px; color:#fff; text-align: center; margin-top:120px; overflow:hidden;}
.ifooter{ width:1000px; overflow:hidden; margin:0px auto}