* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
body{
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
li {
  list-style: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
a {
  color: #232323;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@font-face {
  font-family: font1;
  src: url(../font/font1.TTF);
}
@font-face {
  font-family: font2;
  src: url(../font/font2.TTF);
}
@font-face {
  font-family: font3;
  src: url(../font/font3.TTF);
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
}
header.bgf {
  background: #fff;
  box-shadow: 5px 5px 5px 5px rgba(255, 255, 255, 0.3);
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 0;
}
header .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo {
  padding-left: 40px;
}
header .head .logo a img {
  width: 110px;
}
header .head .nav {
  display: flex;
}
header .head .nav ul li {
  float: left;
  padding: 4px 16px;
  position: relative;
  transition: all 0.4s;
}
header .head .nav ul li::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 2px;
  transition: all 0.4s;
}
header .head .nav ul li a {
  color: #363636;
}
header .head .nav ul li:hover {
  transform: translateY(-2px);
}
header .head .nav ul li:hover a {
  transform: translateY(-5px);
}
header .head .nav ul li:hover::after {
  transform: translate(-50%, 2px);
}
header .head .nav ul .active::after {
  background-color: #37a58c;
}
header .head .nav .nav-r {
  padding: 0 23px 0 80px;
}
footer .foot {
  padding: 35px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
footer .foot .foot_txt {
  padding-left: 17px;
}
@media screen and (max-width: 1000px)  {
	footer .foot .foot_txt p{
		font-size: 28px!important;
	}
	footer .beian p{
		font-size: 28px;
	}
	header .head .nav{
		display: none;
	}
}
footer .foot .foot_txt p {
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}
footer .foot .foot_img .ewm {
  display: inline-block;
  text-align: center;
  margin-right: 36px;
}
footer .foot .foot_img .ewm img {
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  width: 110px;
  height: 110px;
}
footer .foot .foot_img .ewm p {
  color: #333333;
  font-size: 15px;
}
footer .beian {
  background-color: #EEEEEE;
}
footer .beian p {
  color: #333333;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
