* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
* a {
  color: #2440b3;
}
* a:hover {
  color: #ff5722 !important;
  cursor: pointer;
}
* img {
  object-fit: cover;
}
body {
  background-color: #F6F7FD;
  font-size: 13px;
}
.layui-top-nav {
  width: 100%;
  height: 40px;
  background-color: #322E45;
}
.layui-top-nav .layui-nav {
  width: 1200px;
  height: 40px !important;
  overflow: hidden;
  background-color: #322E45 !important;
}
.layui-top-nav .layui-nav .layui-row {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
.layui-top-nav .layui-nav .layui-row .layui-logo {
  float: left;
}
.layui-top-nav .layui-nav .layui-row .layui-logo a {
  height: 40px;
}
.layui-top-nav .layui-nav .layui-row .layui-logo a img {
  height: 30px;
}
.layui-top-nav .layui-nav .layui-row .layui-nav-right {
  float: right;
  width: 740px;
}
.layui-top-nav .layui-nav .layui-row .layui-nav-right li span {
  font-size: 16px;
}
.layui-top-nav .layui-nav .layui-row .layui-nav-right li span:hover {
  color: #ff5722;
}
.layui-top-nav .layui-nav .layui-row .layui-nav-right .layui-jxb a {
  background: red;
  color: white;
}
.layui-top-nav .layui-nav .layui-row .right {
  float: right;
}
.layui-top-nav .layui-nav .layui-row .right #person {
  color: #ff5722;
}
.layui-bottom {
  overflow: hidden;
  width: 100%;
  height: 120px;
  background-color: #322E45;
  color: white;
}
.layui-bottom .layui-bottom-text {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.layui-bottom .layui-bottom-text p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}
.layui-bottom .layui-bottom-text p a {
  color: #009688;
}
