@charset "UTF-8";
/*
 * @Author: 卢景滔
 * @Date: 2021-07-13 10:22:05
 * @LastEditTime: 2022-03-23 16:39:42
 * @LastEditors: 卢景滔
 * @Description: 全局公用
 */
body {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
  text-align: center;
  -webkit-text-size-adjust: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  min-height: 1%;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.hide {
  display: none;
}
.ul,
.ol {
  list-style: none;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  text-align: left;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .container {
  height: 1%;
}
* + html .container {
  min-height: 1%;
}

/* 页面布局 */
.header {
  height: 80px;
  line-height: 80px;
  background: #000;
  overflow: hidden;
  text-align: left;
}
.header .container {
  max-width: none;
  padding: 0 30px;
}

.header .logo {
  width: 370px;
  height: 45px;
  display: block;
  float: left;
  margin-top: 17.5px;
  background-image: url(../images/logo.png);
}

.body {
  text-align: left;
}

/* 底部 */
.footer .container {
  padding-top: 50px;
  font-size: 12px;
  line-height: 28px;
  color: #ccc;
}

.footer .links {
  padding-left: 80px;
}
.footer .links .item {
  float: left;
  width: 110px;
  margin-right: 15px;
}
.footer .links .item h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.footer .links .item .ul {
  padding-left: 0;
}
.footer .qrs {
  float: right;
  text-align: center;
  padding-right: 80px;
}
.footer .qrs .item {
  float: left;
  margin-left: 30px;
}
.footer .qrs .pic img {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
}
.footer .qrs .app .pic img {
  width: 110px;
  height: 110px;
  border: 10px solid #fff;
}
.footer .qrs p {
  padding-top: 10px;
}
.footer .record {
  clear: both;
  text-align: center;
  padding: 40px 0 10px 0;
}
.footer .record a,
.footer .record span {
  margin: 0 15px;
  color: #ccc;
}
.footer .record .ga {
  padding-left: 20px;
  background: url(../images/ga.png) no-repeat 0 center;
}

/* 返回顶部 */
#goTop {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 190px;
  left: 50%;
  margin-left: 700px;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 0 5px #9c9c9c;
  -webkit-box-shadow: 0 0 5px #9c9c9c;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
}
#goTop:hover {
  background: #555;
}
#goTop::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -15px;
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-style: dashed;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}
#a {
}

@media screen and (max-width: 1500px) {
  #goTop {
    left: auto;
    margin-left: 0;
    right: 20px;
  }
}
