.hr15 {
  height: 15px;
}
.clear {
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
}
/* links start */
#links {
  background: #1d59b2;
  font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
  padding: unset;
  width: 100%;
  display: block;
  line-height: 40px;
  float: left;
}
#links.links_mini {
  margin-top: 50px;
}
#links .links-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#links .links-detail li {
  float: left;
  padding: 0 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
#links .links-detail li a {
  color: #fff;
}

#links .main {
  width: 1190px;
  margin: 0 auto;
}

#links .main .links-con .tit {
  color: #fff;
  margin-left: 40px;
  font-size: 14px;
}

#links .main .links-con .tit a{
  color: #fff;
}

#links .main .links-con .tit:first-child {
  margin-left: unset;
  padding: 0 5px;
}

/* #links .main .links-con .links-detail li:first-child {
  margin-left: unset;
} */
#links .main .links-con .links-detail li {
  margin-left: 40px;
}

#links .main .links_left {
  width: 220px;
  float: left;
  padding-right: 20px;
  padding-top: 20px;
}
#links .main .links_right {
  width: 860px;
  float: left;
  padding-top: 30px;
  height: 45px;
  line-height: 45px;
  float: left;
}
#links .main .links_right a {
  margin-left: 30px;
  color: #fff;
}
#links .main .siteFooter {
  width: 1200px;
  margin-top: 10px;
  height: 55px;
  line-height: 55px;
  float: left;
}
#links .main .siteFooter .g-site {
  padding: 20px 0px;
}
#links .main .siteFooter .g-site:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 100%;
  height: 0;
}
#links .main .siteFooter .g-site li {
  float: left;
  width: 12%;
  position: relative;
  padding: 0 10px;
}
#links .main .siteFooter .g-site .tit {
  font-size: 14px;
  color: #000000;
  line-height: 35px;
  background: url(../images/links/bottom-g-site.png) 98% 50% no-repeat #fff;
  padding: 0 20px 0 20px;
  cursor: pointer;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#links .main .siteFooter .g-site dl {
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 35px;
  background-color: #fff;
  padding: 5px 0;
  overflow: hidden;
}
#links .main .siteFooter .g-site dd a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* links end */
/* footer start */
.footer {
  background: #333333;
  overflow: hidden;
  min-width: 1200px;
  padding: 15px 0;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

.footer .main {
  width: 1200px;
  margin: 0 auto;
}

.footer .copyright {
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
}

.footer .copyright_box {
  text-align: left;
  padding-top: 20px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
  color: #fff;
}
.footer .copyright_box a {
  color: #fff;
}
.footer .copyright_icon {
  padding-left: 0;
  padding-top: 15px;
}

.footer .copyright_media {
  padding: 0;
  display: flex;
}

.footer .copyright_media span {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* footer end */