@charset "UTF-8";
ul,ol{margin:0px; padding:0px;}

body{
	font-size:14px; font-family: "微软雅黑"; color:#666666; min-width:1200px; width:100%;
}

img{
	border:none;
}

li{
	list-style-type:none;
}

.clear{
	clear:both;
}

.base{
	width:1200px; margin:0 auto;
}
.top5{
	margin-top:5px;
}
.top10{
	margin-top:10px;
}
.top15{
	margin-top:15px;
}
.top20{
	margin-top:20px;
}
.top25{
	margin-top:25px;
}
.ptop10{
	padding-top:10px;
}
.ptop15{
	padding-top:15px;
}

.ptop20{
	padding-top:20px;
}

.bottom5{
	margin-bottom:5px;
}

.bottom10{
	margin-bottom:10px;
}

.bottom15{
	margin-bottom:15px;
}

.bottom20{
	margin-bottom:20px;
}

.bottom25{
	margin-bottom:25px;
}

.left5{
	margin-left:5px;
}
.left10{
	margin-left:10px;
}

.left15{
	margin-left:15px;
}

.right5{
margin-right:5px;
}

.right10{
margin-right:10px;
}
a.logo{
	display:inline-block; padding-top:8px;
}

.top{
	height:114px; background:url(../images/top.png) repeat-x; padding:5px 0px;
}
.topc{
	line-height:114px; color:black; text-align:right; font-size:16px;
}
.topc a{
	color:black;
}

.topc span{
	display:inline-block; line-height:40px; padding-left:38px; margin-right:15px;
}

.topc span.ttel{
	background:url(../images/tel.png) no-repeat left center;
}
.topc span.temail{
	background:url(../images/msg.png) no-repeat left center; margin-right:50px;
}
.ilang{
	padding:25px 0px;
}
.ilang a{
	display:inline-block;
}
.navs{
	height:40px; line-height:40px; background:#E5E6E7;
}
.bnav li{
	width:190px; float:left; text-align:center; position:relative;
}
.bnav li.cur>a{
	color:#3365AC;
}
.bnav li:hover>a{
	color:#3365AC;
}
.bnav li>a{
	display:block; line-height:40px; color:#000; text-decoration:none; font-size:16px;
}
.bnav li>div{
	position:absolute; left:0px; top:39px; width:100%; height:auto; background:#E5E6E7; padding:5px 0px; z-index:99999; display:none;
}
.bnav li>div>a{
	line-height:31px; height:31px; display:block; border-bottom:solid 1px #ccc; margin-left:5px; margin-right:5px; color:#000; text-align:center; text-decoration:none;
}
.bnav li:hover>div{
	display:block;
}
 
.bnav li>div>a:hover{
	color:#fff; background:#999;
}

.footer{
	margin-top:35px; padding:80px 0px; background:url(../images/footer.jpg) no-repeat center center; color:white;
}
.h3{
	line-height:33px; height:33px; font-size:18px; font-weight:bold;
}
.foota a{
	display:block; line-height:30px; color:white;
}
.tfoots{
	line-height:30px; 
}
.bottom{
	text-align:center; line-height:35px; margin-top:8px; font-size:12px;
}
.bottom a{
	color:white; font-size:12px;
}