 .new-nav *,.new-footer *{
	box-sizing: border-box;
	margin: 0;
	padding:0;
	font-family: "微软雅黑";	
}
.nav-ul-new li>a{
	text-decoration:none;
	color:#323232;
}
.left{
	float: left;
}
.right{
	float: right;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
html,body{
	width:100%
}
.new-nav{
	width:100%;
	background: #FFFFFF;
}
.oh{
	overflow: hidden;
}
.new-nav .nav-inner-new{
	width:1200px;
	margin:0 auto;
	height:80px;
}
li{
	list-style: none;
	
}
.new-nav .nav-ul-new{
	height:100%;
}
.new-nav .nav-ul-new li{
	height:100%;
	line-height: 80px;
	font-size:14px;
	color:#333333;
	padding:0 20px;
	cursor: pointer;
	position: relative;
}
.new-nav .logo-new{
	margin-top:3px;
	margin-right:10px;
}
.new-nav .nav-ul-new li.active{
	background: #F5F5F5;
}
.new-nav .nav-ul-new li:hover{
	/* background: #F5F5F5; */
}
.new-nav .nav-list-new{
	position: absolute;
	top:80px;
	left:50%;
	width:200px;
	display: none;
	box-shadow: 0px 0px 20px #888;
	padding:10px 25px;
	z-index: 9999999;
	background: #FFFFFF;
	transform: translateX(-50%);
}
.new-nav .nav-list-new a{
	display: block;
	height:2.3em;
	line-height:2.3em;
	text-decoration: none;
	color:#222222;
}
.new-nav .nav-list-new a:hover{
	color:#46B8DA
}
.new-nav .tel{
	background: url(../img/phone.png) no-repeat 0px 32px;
	background-size: calc(16px);
	padding-left:20px ;
	height:80px;
	line-height: 80px;
	color:#ABABAB;
}
.new-nav .login-new a{
	float: left;
	height:30px;
	width:65px;
	border:1px solid #60B4F4;
	text-align: center;
	line-height: 28px;
	font-size:13px;
	margin-top:25px;
	border-radius: 3px;
	text-decoration: none;
	margin-right:10px
}
.new-nav .login-new a:hover{
	text-decoration: underline;
}
.new-nav #reg{
	background: #60B4F4;
	color:#FFFFFF;	
}
.new-nav #login{
	color:#60B4F4;
}
.new-nav .user-info-new{
	height:70px;
	margin-top:10px;
	line-height:60px;
	text-align: center;
}
.new-nav .user-info-new img{
	position: relative;
	top:17px;
	margin-right:5px;
	vertical-align: 9px;
}
.new-nav .arrow{
	width:12px;
	height:12px;
	background: url(../img/down.png);
	background-size: contain;
	margin-top:24px;
	display: inline-block;
}
.new-nav .user-list-new{
	position:relative;
	margin-right:5px;
}
.new-nav #nav-list-new{
	top:80px;
	width:110px;
	font-size:12px
}
.new-nav #user-name{
	font-size: 14px;
	color:#434343
}
.new-footer{
	background: #AAAAAA;
	color:#FFFFFF;
}
.new-footer .footer-con{
	margin:0 auto;
	width:1120px;
	padding:55px 0;
}
.new-footer .footer-con ul{
	margin-right: 50px;
}
.new-footer .footer-con ul li{
	color:#FFFFFF;
	padding:6px  0;
	font-size:18px;
}
.new-footer .footer-con ul li a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration: none;
}
.new-footer .footer-con ul li a:hover{
	color:#FFFFFF;
	font-size:14px;
	text-decoration: underline;
}
			
/*返回顶部按钮*/
.goTop{
	position: fixed;
	bottom:0;
	right: 0;
	width: 50px;
	    opacity: 0.8;
	    background: rgb(0, 0, 0);
	    height: 50px;
	    text-align: center;
	    font-size:0px;
	    cursor:pointer;
}
.goTop img{
	width:22px;
	height:20px;
	margin-top:15px;
}