@charset "UTF-8";
body,
ul,
dl,
dd,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}
hr:not([size]) {
  height: 1px;
}

/*@media screen and (max-width: 720px) {*/

/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 initial 0.5rem;
  font: inherit inherit 500 unset/1.2 inherit;
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

body {
  font: 400 1rem/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu,
    Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  min-width: 1278px;
  color: #333;
  font-size: 12px;
  user-select: none;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}

.container {
  width: 1320px;
  height: 100%;
  margin: 0 auto;
}

.g-header {
  height: 124px;
  background: url("../images/bg-header.png") no-repeat center / cover;
}

.g-header .container {
  position: relative;
}

.g-header .logo {
  position: absolute;
  top: 35px;
  left: 0;
  width: 433px;
  height: 54px;
  font-size: 0;
}

.g-header .logo a {
  display: block;
  width: 433px;
  height: 54px;
  background: url("../images/logo.png") no-repeat center / cover;
}

.g-header .header-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 760px;
  height: 100%;
}

.g-header .header-r .top {
  position: absolute;
  top: 18px;
  right: 0;
  width: 296px;
}

.g-header .header-r .search {
  overflow: hidden;
  float: left;
  width: 224px;
  height: 36px;
  padding: 0 8px 0 12px;
  border: 1px solid #dadada;
  border-radius: 20px;
}

.g-header .search input {
  float: left;
  width: 184px;
  height: 100%;
  outline: none;
  border: none;
}

.g-header .search .btn {
  float: right;
  width: 24px;
  height: 24px;
  margin: 6px;
  background: url("../images/icon-search.png") no-repeat center / cover;
  cursor: pointer;
}

.g-header .header-r .wechat {
  margin-left: 12px;
}

.g-header .nav {
  position: absolute;
  top: 70px;
  right: 0;
  width: 760px;
}

.g-header .nav li {
  float: left;
  margin-left: 24px;
}

.g-header .nav li > a {
  font-size: 16px;
}

.g-footer .about {
  padding: 32px 0;
}

.g-footer .about-item {
  display: inline-block;
  width: 30%;
  margin: 0 1.44%;
  padding: 1em 0;
  border: 1px solid #c7deef;
  border-radius: 50px;
  text-align: center;
}

.g-footer .about-item .icon {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.g-footer .about-item .name {
  font-size: 24px;
  color: #00307b;
  vertical-align: middle;
  margin-left: 24px;
}

.g-footer .join {
  height: 60px;
  background-color: #073f96;
  line-height: 60px;
}

.g-footer .join .title {
  float: left;
  color: #fff;
  font-size: 16px;
}

.g-footer .join .title .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.g-footer .join .list {
  width: 1152px;
  float: left;
  margin-left: 32px;
  margin-right: 32px;
}

.g-footer .join .list li {
  position: relative;
  float: left;
  margin: 0 12px;
  padding-left: 12px;
}

.g-footer .join .list li::before {
  position: absolute;
  left: 0;
  top: 30px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.g-footer .join .list li a {
  color: #fff;
  font-size: 16px;
}

.g-footer .join .more {
  float: right;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.g-footer .join .more i {
  font-style: normal;
  font-size: 14px;
  letter-spacing: -3px;
}

.g-footer .copyrights {
  height: 200px;
  background-color: #5e7083;
}

.g-footer .copyrights p {
  margin-top: 36px;
  color: #fff;
  font-size: 16px;
}

.g-footer .copyrights a {
  color: #fff;
  font-size: 16px;
}

.g-footer .copyrights-l {
  width: 666px;
  float: left;
}

.g-footer .links .select {
  width: 246px;
  height: 32px;
  margin-left: 8px;
  font-size: 14px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 4px;
}

.g-footer .copyrights-l p.address {
  margin-top: 21px;
}

.g-footer .copyrights-r {
  float: right;
  width: 470px;
  text-align: right;
}

.fix {
  display: none;
  position: fixed;
  right: 44px;
  top: 35%;
}

.fix .item {
  width: 62px;
  height: 62px;
  margin: 16px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fix .item.phone {
  background-image: url("../images/icon-phone.png");
}

.fix .item.phone .bg{
  width: 120px;
  height: 30px;
  background: white;
}

.fix .item.phone::before {
  opacity: 0;
  position: absolute;
  top: 42px;
  left: -6px;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid;
  border-color: transparent transparent #073f96 transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transform: rotate(45deg);
}

.fix .item.phone .bg {
  display: none;
  position: absolute;
  top: 35px;
  font-size: 16px;
  color: #073f96;
  text-align: center;
  left: -130px;
  width: 120px;
  height: 35px;
}

.fix .item.phone:hover .bg {
  display: block;
}

.fix .item.phone:hover::before {
  opacity: 1;
}

.fix .item.qq {
  background-image: url("../images/icon-qq.png");
}

.fix .item.qq .bg{
  width: 120px;
  height: 30px;
  background: white;
}

.fix .item.qq::before {
  opacity: 0;
  position: absolute;
  top: 122px;
  left: -6px;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid;
  border-color: transparent transparent #073f96 transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transform: rotate(45deg);
}
.fix .item.qq .bg {
  display: none;
  position: absolute;
  top: 115px;
  left: -130px;
  width: 120px;
  height: 35px;
}

.fix .item.qq p {
  font-size: 16px;
  color: #073f96;
  text-align: center;
}

.fix .item.qq:hover .bg {
  display: block;
}

.fix .item.qq:hover::before {
  opacity: 1;
}

.fix .item.QR {
  position: relative;
  background-image: url("../images/icon-QR.png");
}

.fix .item.QR::before {
  opacity: 0;
  position: absolute;
  top: 12px;
  left: -6px;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid;
  border-color: transparent transparent #073f96 transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transform: rotate(45deg);
}

.fix .item.QR img {
  display: none;
  position: absolute;
  top: 0;
  left: -130px;
  width: 120px;
  height: 120px;
}

.fix .item.QR:hover img {
  display: block;
}

.fix .item.QR:hover::before {
  opacity: 1;
}

.fix .item.backtop {
  margin: 32px 0;
  background-image: url("../images/icon-backtop.png");
}
