body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:16px "Microsoft YaHei-Regular,Microsoft YaHei",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#fff;text-decoration:none}
a:hover{color:#fee2a9;text-decoration:underline}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
::-webkit-scrollbar {
  width: 0;
  height: 0
}


.header {
  height: 82px;
  background: linear-gradient(180deg, #144CB8 0%, #02318B 100%);
  display: flex;
  align-items: center;
}
.header .headCont {
  display: flex;
  justify-content: space-between;
}
.header .headCont .leftHeader {
  height: 70px;
}
.header .nav  {
  display: flex;
  align-items: center;
}
.header .nav .item {
  min-width: 68px;
  text-align: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-size: 18px;
  color: #fff;
  line-height: 58px;
  cursor: pointer;
}
.header .nav .item:nth-child(2n) {
  margin: 0 100px;
}
.header .nav .active {
  border-bottom: 2px solid #FEE2A9;
}
.header .nav .active a {
  color: #FEE2A9;
}


.pc-footer {
  height: 302px;
  background: linear-gradient(180deg, #144CB8 0%, #02318B 100%);
  padding-top: 80px;
  position: relative;
}
.pc-footer .pcFotBox li{
  display: flex;
  justify-content: space-around;
  margin-bottom: 48px;
}
.pc-footer .pcFotBox li > img {
  cursor: pointer;
}
.pc-footer .pcFotBox .other {
  display: flex;
  align-items: center;
  width: 250px;
}
.pc-footer .pcFotBox .other span {
  color: #fff;
  padding-left: 20px;
}
.pc-footer .copyright {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 20px;
  color: #fff;
}
