* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: "微软雅黑", "Microsoft Yahei";
  text-decoration: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: "微软雅黑", "Microsoft Yahei";
}

li,
ul {
  list-style: none;
}

body,
html {
  font-family: "微软雅黑", "Microsoft Yahei";
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.dis-none {
  display: none;
}

.dis-block {
  display: block;
}

.dis-flex {
  display: flex;
}

/* head */
#gzHead {
  background: #fff;
  position: absolute;
  width: 100%;
}
#gzHead .gzhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
#gzHead .gzhead-line {
  border-bottom: 1px solid #eeeeee;
}
#gzHead .head-loc {
  width: 120px;
  font-size: 15px;
  color: #333333;
  margin-left: 40px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
#gzHead .head-loc .change-city {
  color: #999999;
  font-size: 13px;
  cursor: pointer;
}
#gzHead .head-loc .change-select {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
#gzHead .head-loc .change-select a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #111111;
}
#gzHead .head-loc .change-select a:hover {
  color: #ce2222;
  background: #f5f5f5;
}
#gzHead .head-search {
  display: flex;
  height: 50px;
  border: 2px solid #333333;
  font-size: 14px;
  margin-left: 50px;
  position: relative;
}
#gzHead .head-search-select {
  width: 100px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#gzHead .head-search-options {
  position: absolute;
  width: 102px;
  background: #fff;
  border: 2px solid #333333;
  left: -2px;
  top: 46px;
  z-index: 10;
  display: none;
}
#gzHead .head-search-options li {
  padding: 10px 5px;
  line-height: 1.5;
  border-bottom: 2px solid #333333;
  cursor: pointer;
  text-align: center;
}
#gzHead .head-search-options li:hover {
  color: #ce2222;
}
#gzHead .head-search-options li:nth-last-child(1) {
  border-bottom: 0px solid #333333;
}
#gzHead .head-search-input {
  width: 290px;
  height: 46px;
  line-height: 46px;
  border: none;
  outline: none;
}
#gzHead .head-search-button {
  width: 96px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #333333;
  cursor: pointer;
}
#gzHead .head-tel-time {
  display: flex;
  align-items: center;
  margin-left: 50px;
  justify-self: flex-end;
}
#gzHead .head-tel-phone {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
#gzHead .head-tel-phone small {
  font-size: 14px;
  color: #999999;
}
#gzHead .head-tel-phone span {
  font-size: 29px;
  line-height: 24px;
}
#gzHead .gzhnav {
  display: flex;
  align-items: center;
  height: 70px;
}
#gzHead .gzhnav .gzhnav-item {
  font-size: 17px;
  color: #4d4d4d;
  margin-right: 50px;
  position: relative;
}
#gzHead .gzhnav .gzhnav-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ce2222;
  position: absolute;
  bottom: -8px;
  left: 0px;
  display: none;
}
#gzHead .gzhnav .gzhnav-item.active::after {
  display: block;
}

/* foot */
#gzFoot {
  padding: 44px 0px;
  background-color: #201e1d;
}
#gzFoot .gzfoot {
  display: flex;
}
#gzFoot .gzlinks {
  display: flex;
  flex: 1;
  color: #fff;
  border-right: 1px solid #fff;
}
#gzFoot .gzlinks dl {
  color: #fff;
  width: 20%;
  text-align: center;
}
#gzFoot .gzlinks dt {
  font-size: 16px;
  line-height: 30px;
}
#gzFoot .gzlinks dd {
  font-size: 14px;
  line-height: 30px;
}
#gzFoot .gzlinks dd a {
  color: #fff;
  font-size: 14px;
}
#gzFoot .gzlinks dd a:hover {
  text-decoration: underline;
}
#gzFoot .gzinfos {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 120px;
}
#gzFoot .gzinfos-inner {
  display: flex;
  margin-top: 30px;
}
#gzFoot .gzinfos-wxchat {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#gzFoot .gzinfos-phone {
  margin-left: 70px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
#gzFoot .gzinfos-phone span {
  font-size: 26px;
  color: #c4261d;
}
#gzFoot .gzinfos-phone button {
  width: 180px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  outline: none;
  border: solid 1px #ffffff;
  background: transparent;
  margin-top: 20px;
}

/* main */
#main,
#gzMain {
  padding-top: 156px;
}
