* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  font-family: "Microsoft YaHei";
  background: #fff;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: 0;
}

ul,
li {
  list-style: none;
}

input {
  border: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

a {
  color: #333;
}

.pc_none {
  display: none;
}


/* 头部 */
.header {
  height: 115px;
}

.header .wrap {
  overflow: hidden;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

.header .mainLogo {
  display: block;
  float: left;
  margin-top: 20px;
}

.header .headerR {
  float: left;
  width: 560px;
}

.header .headerR .hrt {

  color: #666666;
  font-size: 14px;
  margin-top: 25px;
  text-align: right;
  width: 100%;
  *margin-top:13px;
}

.header .headerR .hrt span {
  margin: 0 15px;
}

.header .headerR .hrt a {
  color: #666666;
}



.header .headerR .hrt .user {
  float: right;
  overflow: hidden;
  margin: 0 10px;
}

.header .headerR .hrt .user div {
  float: left;
  margin: 0 15px;
}

.header .hrt .user .personC {
  height: 16px;
  line-height: 16px;
  /* -ms-line-height: 14px;IE9+支持 */
  padding-left: 20px;
  background: url(WJW_pec_headerPec_v2020.png) no-repeat left center;
}

.header .hrt .user .personC a {
  color: #666;
}



.header .hrt .info {
  height: 16px;
  line-height: 16px;
  float: right;
  margin: 0 10px;
  padding-left: 20px;
  background: url(WJW_pec_headerInfo_v2020.png) no-repeat left center;
}

.header .hrt .exit {
  height: 16px;
  line-height: 16px;
  float: right;
  margin: 0 10px;
  padding-left: 20px;
  background: url(WJW_pec_headerexit_v2020.png) no-repeat left center;
}

input::-ms-clear{display: none;}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .header .hrt .user .personC,
  .header .hrt .info,
  .header .hrt .exit {
    line-height: 14px;
  }
  .perReg .perRegCon {
    padding-bottom: 30px;
  }
}

.header .headerR .nav ul {
  float: right;
  margin-top: 20px;
}

.header .headerR .nav ul li {
  float: left;
  /* margin: 0 27px; */
  padding: 0 7px;
  margin-left: 40px;
  font-size: 18px;
  padding-bottom: 24px;
}

.header .headerR .nav ul li a {
  color: #333;
}

.header .headerR .nav ul li.active {
  font-weight: 700;
  border-bottom: 4px solid #015293;
}

/* 尾部 */
.footer {
  background: #121d3b;
  height: 152px;
}

.footer img.dzjg {
  display: block;
  padding-top: 45px;
  margin-left: 125px;
}

.footer .footer_left {
  float: left;
}

.footer .footer_right {
  float: left;
  width: 800px;
  height: 152px;
  color: #898c92;
  font-size: 14px;
}

.footer .footer_right p:first-child {
  padding-top: 20px;
}

.footer .footer_right p {
  padding: 10px 0;
  font-size: 14px;
  color: #898c92;
  text-align: center;
}


.rightfiexd{
            width: 88px;
            height: 85px;
            background: #333 url(yd.png) no-repeat center 15px;
            position: fixed;
            top: 50%;
            margin-top: -42px;
            right: 0;
            font-size: 16px;
            text-align: center;
        }

        .rightfiexd a{
            padding-top: 52px;
            width: 100%;
            display: block;
            color: #FFF;
            text-decoration: none;
        }