﻿* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	text-decoration: none;
}
/*------------------------------------------
	新版头尾统一样式_20180110
-------------------------------------------*/
.headMain{ margin: 0 auto; width: 90%; }
.new-header { width: 100%; overflow: hidden; }
.new-header .new-top { width: 100%; padding: 24px 0; background: #1d2025; }
.new-header .new-top .new-logo { float: left; width: 322px; height: 43px; }
.new-header .new-top .new-phone { float: right; padding-left: 33px; font-size: 20px; line-height: 42px; color: #fa2841; background-image: url("../images/phone.png")/*tpa=http://bj.tedu.cn/m/img/phone.png*/; background-repeat: no-repeat; background-position: left center; background-size: 27px 27px; }
.new-header .new-nav { width: 100%; }
.new-header .new-nav ul li { float: left; width: 16.666%; width: calc(100%/6 + 0px); line-height: 55px; text-align: center; margin: 0 auto; }
.new-header .new-nav ul li a { color:#363636; font-size: 24px; display: block; }
.new-header .new-nav ul li.act a { color: #fe2540; }

@media screen and (max-width: 640px) {
.new-header .new-top { padding: 20px 0; }
.new-header .new-top .new-logo { width: 257px; height: 34px; }
.new-header .new-top .new-phone { padding-left: 26px; font-size: 16px; line-height: 34px; background-size: 22px 22px; }
.new-header .new-nav ul li { line-height: 44px; }
.new-header .new-nav ul li a { font-size: 18px; }
}
 @media screen and (max-width: 480px) {
.new-header .new-top { padding: 14px 0; }
.new-header .new-top .new-logo { width: 177px; height: 24px; }
.new-header .new-top .new-phone { padding-left: 18px; font-size: 12px; line-height: 24px; background-size: 16px 16px; }
.new-header .new-nav ul li { line-height: 33px; }
.new-header .new-nav ul li a { font-size: 16px; }
}

/*.clearfix*/
.clearfix:after { display: block; clear: both; height: 0; line-height: 0; visibility: hidden; content: " "; font-size: 0; }
.clearfix { zoom: 1; }
