﻿body,ul,li,p,h1,h2,h3,h4,h5,h6,button,form,table,td,img,div,dl,dt,dd,input,select,option textarea{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}

body{
    color: #333;
    background-color:#fff;
	font-family:"微软雅黑";
	font-size: 14px;
}
a{
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /*去除a 点击事件阴影*/
	-webkit-user-select: none;
	-moz-user-select: none;
}
::-webkit-input-placeholder{
	color: #ccc;
	font-size: 16px;
}
::-moz-placeholder{
	color: #ccc;
	font-size: 16px;
}
:-moz-placeholder{
	color: #ccc;
	font-size: 16px;
}
:-ms-input-placeholder{
	color: #ccc;
	font-size: 16px;
}
img{
	border: none;
}

li{
	list-style-type: none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.fc:after{
	content:"";
	clear: both;
	display: block;
}
.ny-current { border-bottom: solid 1px #dedede; height:50px; overflow:hidden; margin-top:-3px;}
.ny-current .menu { float: left;}
.ny-current .current { float: right; height: 50px; line-height: 50px; background: url(../images/tb3.png) left center no-repeat; padding-left: 25px; }
.ny-current .title { background-color: #2487dd; padding: 0 16px; color: #fff; position: relative; line-height: 50px; font-size: 16px;}
.ny-current .title:before { width: 11px; height: 17px; position: absolute; right: 0; top: 50%; margin-top: -8px; content: ''; background: url(../images/jt3.png) no-repeat;}
.ny-current .cur-nav { padding:6px 10px; line-height:35px;}
.ny-current .cur-nav ul li { list-style: none; float: left; padding: 0 12px; border-right: solid 1px #ccc; font-size: 16px; box-sizing: border-box; }
.ny-current .cur-nav ul li a { color: #666; }
.ny-current .cur-nav ul li a:hover { color: #ff4800;}
.ny-current .cur-nav ul li:last-child { border-right: none;}