﻿body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt{
	margin:0;
	padding:0;
	word-wrap:break-word;
}

body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	
	border-spacing:0;
	border-collapse: separate;
        margin:auto;
}


a,area{
	text-decoration:none;
	outline:none;
	color: #333;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}



.top_nav { float:right;top:70px;position:relative;}
.top_nav .top_nav_li { width:125px; text-align:center; display:inline-block; }
.top_nav .top_nav_li img {    transition: .3s ease-out;       width:30px; }
.top_nav .top_nav_li a { color:#FFF;}
.top_nav .top_nav_li:hover img {    transition: .3s ease-out;     transform: scale(1.1,1.1); }
.top_nav .top_nav_li span {display:block; padding:10px 0; font-size:18px; }


.top-banner{ background:#fff; padding:35px 15px 15px 15px;}
.top-banner .item { width:125px; text-align:center; display:inline-block; }
.top-banner .item img {    transition: .3s ease-out;       }
.top-banner .item:hover img {    transition: .3s ease-out;     transform: scale(1.2,1.2); }
.top-banner .item span {display:block; padding:15px 0; font-size:16px;}