body {
  color: #2d2e32;
}

header {
  z-index: 100;
  background-color: #fff;
  transition: all 0.5s;
}

header * {
  transition: all 0.5s;
}

header #top {
  height: 3em;
  font-size: 14px;
  line-height: 40px;
  color: #868686;
  background-color: #e4e4e4;
}

header #top span {
  position: absolute;
  left: 0;
}

header #top nav {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

header #top a {
  padding: 0 1em;
  color: #868686;
  line-height: 40px;
  border-right: 1px solid #868686;
}

header #top a:last-child {
  border: none;
  padding-right: 0;
}

header #top2 > menu {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

header #top2 > menu #logo {
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
}

header #top2 > menu #logo img {
  width: 445px;
}

header #top2 > menu nav {
  display: inline-block;
  position: relative;
}

header #top2 > menu nav:hover > .hide,
header #top2 > menu nav:hover > .hide2 {
  display: block;
}

header #top2 > menu nav:last-child > a {
  margin-right: 0;
}

header #top2 > menu nav > a {
  display: inline-block;
  font-size: 18px;
  line-height: 120px;
  margin: 0 12px;
  position: relative;
  color: #000;
}

header .hide {
  display: none;
  position: absolute;
  box-shadow: 0px 0 10px #00000010;
  background-color: #fffffff0;
  padding: 1em 50px;
  font-size: 16px;
  border-top: 3px solid #ff7b15;
  z-index: 20;
  left: 12px;
}

header .hide::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ff7b15 transparent;
  position: absolute;
  left: 27px;
  top: -10px;
}

header .hide a {
  line-height: 35px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #c8c6c742;
  margin-top: 10px;
  padding-right: 2em;
  white-space: nowrap;
}

header.run {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px 0 #0000002d;
}

header.run #top2 > menu {
  height: auto !important;
}

header.run #top2 > menu nav > a {
  line-height: 80px !important;
}

header.run #logo {
  top: 20px !important;
}

header.run #logo img {
  width: 315px !important;
}

#Navigation {
  display: none;
  font-size: 14px;
  line-height: 95px;
  width: 1200px;
  margin: 0 auto;
}

#Navigation a {
  color: #646464;
  padding: 0 0.5em;
}

#Navigation a::before {
  content: ">";
  font-size: 14px;
  padding-right: 0.5em;
}

#Navigation a:first-child {
  padding: 0;
}

#Navigation a:first-child::before {
  content: "";
  padding: 0;
}

#Navigation a:last-child {
  padding: 0;
}

.nav {
  width: 770px;
  margin: 140px auto 100px;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.nav svg {
  font-size: 50px;
  display: block;
  margin: 0 auto 15px;
}

.nav a {
  color: #616161;
}

.nav a:hover {
  color: #ff7b15;
}

.nav a:hover svg {
  color: #ff7b15;
}

footer {
  height: 315px;
  background-color: #f5f5f5;
  color: #7f7f7f;
  position: relative;
}

footer span {
  margin-right: 40px;
  font-size: 14px;
}

footer .app {
  position: relative;
  padding-top: 65px;
}

footer .logo {
  margin-bottom: 30px;
  display: block;
}

footer .logo img {
  width: 519px;
}

footer .icons {
  margin-top: 35px;
  font-size: 50px;
}

footer .icons svg {
  margin-right: 10px;
}

footer .icons a {
  color: #7f7f7f;
}

footer .qrcode {
  position: absolute;
  right: 0;
  top: 60px;
  width: 300px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

footer .qrcode img {
  display: block;
  margin-bottom: 0.5em;
  width: 120px;
}

footer .bottom {
  position: absolute;
  bottom: 0;
  background-color: #e1e1e1;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 42px;
}

footer .bottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1180px;
  margin: 0 auto;
}

footer .bottom p {
  white-space: nowrap;
  line-height: 20px;
}

footer .bottom a {
  color: #2c2c2c;
}

footer .bottom span {
  margin: 0;
}

p.content {
  width: 1200px;
  line-height: 40px;
  font-size: 15px;
}

p.content2 {
  font-size: 16px;
  line-height: 30px;
}

p.title {
  font-size: 32px;
  line-height: 50px;
  margin-top: 1em;
}

p.title3,
span.title3 {
  font-size: 22px;
  line-height: 50px;
}

a.block {
  padding: 0 20px;
  background-color: #ff7b15;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}

.app {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.rightFloat {
  width: 78px;
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -260px;
  padding: 0;
  z-index: 10;
}

.rightFloat .zn {
  display: block;
  line-height: 12px;
  position: relative;
  height: 70px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-top: none;
  text-align: center;
  padding-top: 13px;
  color: #ff7b15;
  cursor: pointer;
}

.rightFloat .zn:hover {
  background-color: #ff7b15;
  border-color: #ff7b15;
  color: #fff;
}

.rightFloat .zn:hover > p {
  color: #fff;
}

.rightFloat .zn .icon {
  font-size: 25px;
}

.rightFloat .zn p {
  font-size: 13px;
  text-align: center;
  width: 100%;
  padding: 10px 0px 0px 0px;
  line-height: 10px;
  color: #686868;
}

.rightFloat .zn:nth-child(1) {
  background-color: #ff7b15;
  border: 1px solid #ff7b15;
  color: #fff;
  padding-top: 8px;
  cursor: default;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rightFloat .zn:nth-child(1) p {
  color: #fff;
}

.rightFloat .zn:nth-child(6) {
  background-color: #ff7b15;
  border: none;
  color: #fff;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rightFloat .zn:nth-child(6) p {
  color: #fff;
}

.rightFloat .wechat:hover .wechatImg {
  display: block;
}

.rightFloat .wechat .wechatImg {
  display: none;
  width: 175px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  right: 85px;
  top: -35px;
  padding-top: 10px;
}

.rightFloat .wechat .wechatImg::after {
  position: absolute;
  top: 60px;
  right: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
}

.rightFloat .wechat .wechatImg img {
  width: 150px;
}

.rightFloat .wechat .wechatImg p {
  padding: 0px;
  font-size: 14px;
  color: #737373;
  line-height: 18px;
  margin-top: -5px;
}

.rightFloat .phone:hover .hotline {
  display: block;
}

.rightFloat .phone .hotline {
  display: none;
  width: 135px;
  height: 35px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background-color: #ff7b15;
  color: #fff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 85px;
  top: 15px;
}

.rightFloat .phone .hotline::after {
  position: absolute;
  top: 12px;
  right: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ff7b15;
}

.rightFloat .phone .hotline img {
  width: 150px;
}

.rightFloat .phone .hotline p {
  padding: 0px;
  font-size: 14px;
  color: #737373;
}

#chatBtn {
  display: none;
}

