header{
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.webNav{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  
}
.webNav ul:nth-of-type(1){
  width: 30%;
  float: left;
  overflow: hidden;
}
.webNav ul:nth-of-type(1) li{
  float: left;
}
.webNav ul:nth-of-type(1) li:nth-of-type(2){
  margin-left: 22px;
  margin-top: 24px;
}
.webNav ul:nth-of-type(1) li:nth-of-type(3){
  margin-left: 20px;
}
.webNav ul:nth-of-type(1) li:nth-of-type(3) p{
  width: 72px;
  line-height: 70px;
  height: 70px;
  font-size: 18px;
  color: #666666;
}
.webNav .logo{
  width: 102px;
  height: 41px;
  margin-top: 12px;
}

.webNav ul:nth-of-type(2){
  min-width: 18%;
  float: right;
  position: relative;
}
.webNav ul:nth-of-type(2) li{
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 70px;
  margin-right: 16px;
}
.webNav ul:nth-of-type(2) li:hover{
  color: #0E7CC2;
}
.webNav ul:nth-of-type(2) #login{
  margin-right: 0;
}
.webNav ul:nth-of-type(2) .Logged_in{
  /*display: none;*/
}
.webNav ul:nth-of-type(2) .Logged_in img{
  width: 28px;
  height: 28px;
  float: left;
  margin-top: 20px;
  border-radius: 50%;
}
.webNav ul:nth-of-type(2) .Logged_in p{
  color: #0E7CC2;
  font-size: 14px;
  cursor: pointer;
  float: left;
  margin-left: 8px;
}
.webNav ul:nth-of-type(2) .Logged_in ul{
  width: max-content;
  height: 204px;
  background: #FFFFFF;
  padding-top: 16px;
  padding-left: 13px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 10;
  display: none;
}
.webNav ul:nth-of-type(2) .Logged_in ul li{
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  margin-right: 0;
}
.webNav ul:nth-of-type(2) .Logged_in ul a:nth-of-type(5) li{
  border: none;
}




/* 尾部 */
footer {
  width: 100%;
  min-width: 1200px;
  height: 336px;
  background: #181818;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
footer a {
  color: rgba(255, 255, 255, 0.35);
}
footer .container {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 48px auto 0;
}
footer .container .footerLe {
  font-size: 14px;
  float: left;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
}
footer .container .footerLe dl {
  float: left;
  margin-right: 116px;
}
footer .container .footerLe dl dt {
  font-size: 18px;
  color: #c7c7c7;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 1px solid #2398d6;
}
footer .container .footerLe dl dt a {
  color: #c7c7c7;
}
footer .container .footerLe dl dd {
  color: rgba(255, 255, 255, 0.35);
  line-height: 24px;
}
footer .container .footerLe dl dd a {
  color: rgba(255, 255, 255, 0.35);
}
footer .container .footerRi {
  float: right;
}
footer .container .footerRi .qrcode {
  float: left;
  margin-right: 18px;
  color: #666;
  text-align: center;
}
footer .container .footerRi .qrcode .qrcodeBg {
  width: 130px;
  height: 130px;
  background: url(../imgs/qrcode_bg.png) no-repeat;
}
footer .container .footerRi .qrcode .qrcodeBg img {
  margin-top: 10px;
  margin-left: 10px;
  width: 120px;
  height: 120px;
}
footer .container .footerRi .qrcode p {
  padding-left: 10px;
  margin-top: 14px;
  font-weight: bold;
}
footer .footerBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67px;
  line-height: 67px;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  color: #666;
}
footer .footerBottom .container {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
footer .footerBottom .container .le {
  float: left;
}
footer .footerBottom .container .ri {
  float: right;
}
