.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '.';
  font-size: 0;
  line-height: 0;
}
body {
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
  background: #F5F5F5;
  overflow: auto;
}
.layout {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.container {
  box-sizing: border-box;
  width: 1440px;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: rgb(240, 240, 240);
  transform: scale(0.78);
  top: 0px;
  transform-origin: top center;
}
a {
  color: #fff;
  text-decoration: none;
}

.topHead {
  height: 38px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.topHead .topHead-l {
  width: calc(100% - 663px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topHead .notice {
  position: relative;
  z-index: 1;
}
.topHead .notice .icons {
  width: 38px;
  height: 38px;
  background: #000;
  float: left;
  cursor: pointer;
}
.topHead .notice img {
  display: block;
  height: 21px;
  width: 20px;
  margin: 8px auto 0;
}
.topHead .notice .drop-con {
  display: none;
  width: 424px;
  position: absolute;
  left: -1px;
  top: 38px;
  padding-top: 10px;
}
.topHead .notice:hover .drop-con {
  display: block;
}
.topHead .notice .drop-con .con {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
}
.topHead .notice .drop-con .con .items {
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  padding: 10px 0;
  max-height: 360px;
  overflow: hidden;
  overflow-y: auto;
}
.topHead .notice .drop-con .con .items .li {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 0 15px 0 25px;
  margin: 10px 0;
  box-sizing: border-box;
  position: relative;
}
.topHead .notice .drop-con .con .items .li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D8D8D8;
  position: absolute;
  top: 7px;
  left: 14px;
}
.topHead .notice .drop-con .con .items .li:hover::before {
  background: #03639D;
}
.topHead .notice .drop-con .con .items .li a {
  display: block;
  float: left;
  width: 234px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topHead .notice .drop-con .con .items .li:hover a {
  color: #03639D;
}
.topHead .notice .drop-con .con .items .li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #666;
}
.topHead .box {
  width: 680px;
  line-height: 38px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.topHead .box span {
  display: inline-block;
  position: absolute;
  left: -20px;
}
.topHead .animate {
  display: inline-block;
  width: fit-content;
  height: 46px;
  animation: wordsLoop 10s linear infinite;
  animation-delay: 1s;
  box-sizing: border-box;
  white-space: nowrap;
}
.topHead .animate small {
  font-size: 16px;
}
@keyframes wordsLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.nav {
  width: 100%;
  height: 82px;
  box-sizing: border-box;
  background-color: #057CBC;
  padding-left: 46px;
  line-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav img {
  height: 100%;
  float: left;
}
.nav .navbox {
  width: 800px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
.nav .navbox .selected,
.nav .navbox a:hover {
  border-bottom: 3px solid #fff;
  font-weight: bold;
}
.nav .navbox a {
  padding-bottom: 8px;
}
.navbox > div {
  float: right;
  font-size: 22px;
  color: #fff;
  line-height: 32px;
}

.urgent-notice {
  overflow: auto;
}
.urgent-notice .con {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
  background: #FFFBE6;
  position: absolute;
  top: 120px;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.urgent-notice .con .span i {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FAAD14;
  font-size: 12px;
  font-style: inherit;
  color: #fff;
  line-height: 14px;
  text-align: center;
  margin: 13px 10px 0 0;
}
.urgent-notice .con .span a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}
.urgent-notice .con .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.urgent-notice .con .close::before,
.urgent-notice .con .close::after {
  content: '';
  width: 16px;
  height: 1px;
  background: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 11px;
}
.urgent-notice .con .close::after {
  transform: rotate(-45deg);
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer .friends {
  width: 100%;
  height: 90px;
  padding: 0px 100px;
  box-sizing: border-box;
  color: #333;
  font-size: 28px;
  line-height: 90px;
  margin-bottom: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.footer .friends::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background: #057CBC;
  color: #057CBC;
  margin-right: 12px;
}
.footer .friends a {
  color: #333;
}
.footer .links {
  width: 100%;
  height: 90px;
  font-size: 28px;
  padding: 0px 100px;
  box-sizing: border-box;
  line-height: 90px;
  color: #fff;
  background: #057CBC;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer .links::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin-right: 12px;
}
.footer .c-link .con {
  width: 1008px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 260px;
}
.footer .cfriend,.footer .clink {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  transition: all .2s;
}
.footer .c-btn {
  position: absolute;
  top: 0;
  right: 100px;
}
.footer .c-btn a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  margin: 36px 1px 0;
  position: relative;
  opacity: .8;
  transition: opacity .2s;
}
.footer .friends .c-btn a {
  background: rgba(5,124,188,.2);
}
.footer .c-btn a:hover {
  opacity: 1;
}
.footer .c-btn a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 8px;
}
.footer .c-btn a.next::before {
  transform: rotate(-135deg);
  left: 5px;
}
.footer .friends .c-btn a::before {
  border-color: #666;
}
.footer .bottom {
  width: 100%;
  height: 70px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 14px;
}
.footer .bottom p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: 0 2px;
}