body,
html,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
fieldset,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
article {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  min-width: 1250px;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑";
  background: #f4f4f4;
}
ul,
li,
ol {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
.clear {
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
a {
  text-decoration: none !important;
  color: #333;
}
a,
button,
input {
  outline: none;
}
div {
  box-sizing: border-box;
}

body {
  position: relative;
  font: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-pagination-bullet-active {
  background: whitesmoke !important;
}
.container {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
nav {
  width: 100%;
  min-width: 1250px;
  height: 800px;
  background: url(../img/zhijia/banner1.jpg) no-repeat center / 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.nav-city {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 20px;
}
.bar-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  opacity: 0.95;
  z-index: 999;
}
.head-nav {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  /* 	overflow: hidden; */
}
.logo {
  float: left;
  width: 360px;
  height: 38px;
  margin-top: 12px;
}

/* 导航栏 */
.nav {
  float: right;
}
.nav-meau {
  float: left;
  position: relative;
}
.nav-meau li {
  float: left;
}
.nav-meau li a {
  display: block;
  height: 50px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
}
.nav .eq {
  color: #e95504;
  font-weight: bold;
  border-bottom: 3px solid #e95504;
}
/* end导航栏 */

/* .banner-shadow {
  width: 100%;
  height: 600px;
  background: rgba(85, 85, 85, 1);
  opacity: 0.5;
} */
.banner-box {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -249px;
}
.banner-title {
  font-size: 56px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin: 194px 0 22px 0;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.banner-text {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 44px;
}
.banner-line{
  width: 500px;
}
.banner-triangle{
  width: 40px;
}
.pro-arr{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 10px; */
}
.pro-arr >img{
  display: block;
  width: 100%;
  margin:0 auto;
}
footer {
  width: 100%;
  min-width: 1250px;
  height: 300px;
  background: #141620;
}
.foot-wrapper {
  width: 100%;
  min-width: 1250px;
  height: 100%;
  margin: 0 auto;
  padding: 0 100px;
  overflow: hidden;
}
.to-top{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 100px;
}

