html,body{box-sizing: border-box; margin: 0; padding: 0; font-size:16px;}
html,body,input, button, select, textarea,body, h1, h2, h3, h4, h5, h6,a{margin: 0;padding: 0;}
em,span,a{
  font-style: normal;
}

p{
  margin: 0;
  padding: 0;
}
em,i{
  font-style: normal;
}

body{
  font-size: 16px;

}
.tl{
  text-align: left;
}
.tc{
  text-align: center;
}
.tr{
  text-align: right;
}
/*弹性布局*/
  .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.flex-aic{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines:multiple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-jcsb{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  justify-content: space-between;
  -webkit-justify-content:space-between;
  -webkit--moz-box-pack:space-between;
  box-pack:space-between;

  -webkit-flex-wrap: wrap;
  -webkit-box-lines:multiple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-jcc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.mr5{margin-right: 5px;}
.mg10{margin: 10px;}
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}
.mb15{margin-bottom: 15px;}
.mt16{margin-top: 16px;}
.mg20{margin: 20px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mb30{margin-bottom: 30px;}
.ml40{margin-left: 40px;}
.mt40{margin-top: 40px;}
.mb40{margin-bottom: 40px;}

.mgMain{
  margin: 20px 16px;
}

.pr1{padding-right: 1rem;}
.pl1{padding-left: 1rem;}

.pd10{padding: 10px;}
.pt10{padding-top: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pl10{padding-left: 10px;}
.pd20{padding: 20px;}
.pt20{padding-top: 20px;}
.pr20{padding-right: 20px;}
.pb20{padding-bottom: 20px;}
.pl20{padding-left: 20px;}
.pl50{padding-left: 50px;}

.wrap{
  width: 1200px;
  margin: 0 auto;
}
.wrap2{
  width: 1106px;
  margin: 0 auto;
}
.pr{
  position: relative;
}
.pa{
  position: absolute;
}
.w50{
  width: 50px;
}
.w60{
  width: 60px;
}
.w100{
  width: 100px;
}
.w140{
  width: 140px;
}
.w150{
  width: 150px;
}
.w160{
  width: 160px;
}
.w180{
  width: 180px;
}
.w200{
  width: 200px;
}
.w300{
  width: 300px;
}
.w50p{
  width: 50%;
}
.w60p{
  width: 60%;
}

.fl{
  float: left;
}
.fr{
  float: right;
}

.clearfix{position: relative;}
.clearfix:after{content: "";display: block;clear: both;height: 0;visibility: hidden;}

.bgf2{background-color: #f2f2f2;}
.bd1{
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.bdr1{
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}

.success{
  color: #67C23A;
}
.error{
  color: #F56C6C;
}
.warning{
  color: #E6A23C;
}
.info{
  color: #909399;
}

.footer {
  background: #f1f2f3;
  border-top: 1px solid #dfe1e2;
}

.footer .cont2 {
  text-align: center;
  padding: 12px 0;
  background: #eaebeb;
  border-top: 1px solid #dfe1e2;
}

.footer .cont2 span {
  line-height: 26px;
  margin: 0 5px;
  font-size: 14px;
}

.footer .cont2 span a {
  color: #444;
}

.footer .cont2 span em {
  color: #727475;
}

.footer .cont2 span a:hover {
  color: #777;
}

.footer .cont2 span.ga {
  padding-left: 20px;
  background: url("../images/20211015/icon5.png") no-repeat;
  background-size: auto 100%;
}

.footer .cont1 {
  padding: 48px 0;
}
.footer .cont1 .el-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.footer .cont1 .el-row .el-col{
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.footer .bgeae {
  background: #eaebeb;
  position:relative;
}
.footer .bgeae .popo{
  display: none;
  position: absolute;
  left: 0;
  bottom: 3.1rem;
  width: 240px;
  height: 11rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.75rem rgba(9, 41, 77,.15);
  opacity: .97;
  z-index: 99;
}
.footer .bgeae .popo p{
  font-size: .8rem;
  color: #000;
  text-align: center;
  display: block;
  font-style: normal;
  line-height: 1.5;
}
.footer .popo .img{
  display: block;
  margin: 0 auto;
  width: 138px !important;
  height: 138px !important;
  background-size: cover;
}
.footer .bgeae .popo:after {
  content: "";
  position: absolute;
  bottom: -.35rem;
  left: 1.2rem;
  width: .7rem;
  height: .7rem;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.footer .item .hd {
  font-size: 14px;
  line-height: 64px;
  color: #112534;
  padding: 0 24px;
}

.footer .item.bgeae .bd {
  height: 104px;
}

.footer .item.bgeae .bd a {
  width: 47%;
  margin-bottom: 5px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: inline-block;
  color: #444;
}

.footer .item.bgeae .bd a:hover {
  color: #777;
}

.footer .item.bgeae .bd h4 {
  font-size: 20px;
  color: #444;
  margin-bottom: 20px;
  padding-left: 24px;
}

.footer .item .gd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  height: 54px;
  padding-left: 20px;
  color: #444;
  font-size: 14px;
}

.footer .item .gd .el-image {
  width: 23px;
  height: 23px;
  margin-right: 20px;
}

.footer .item.ld {
  text-align: center;
}

.footer .item.ld a {
  height: 168px;
  line-height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .item.ld a:first-child {
  margin-right: 3px;
  width: 146px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .item.ld a:first-child img {
  width: 96px;
  height: 48px;
}

.footer .item.ld a:last-child {
  width: 106px;
}

.footer .item.ld a:last-child img {
  width: 28px;
  height: 35px;
}


.cityToggle {
  display: none;
  padding: 1.9rem;
  line-height: 1.9rem !important;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 0.15rem 1.5rem 0 rgba(9,41,77,.15);
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 99;
}
.cityToggle .title{
  padding-top: .25rem;
  width: 100%!important;
  color: #0d1c28;
  font-weight: 700;
  font-size: 14px;
}
.cityToggle .btn{
  margin-top: .5rem;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding:.35rem .5rem;
  border-radius: 0;
}
.cityToggle .list {
  padding: 1rem 0 .5rem;
  margin: 0 -.5rem;
  box-sizing: border-box;
  /*border-bottom: 1px solid #dfe1e2;*/
}
.cityToggle .list .item {
  margin-top: .25rem;
  width: 10%;
  box-sizing: border-box;
}
.cityToggle .list .item span{
  color: #45484b;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .5rem 0 .5rem;
  margin-right: .5rem;
  cursor: pointer;
  height: 1.5rem;
  line-height: 1.5rem;
}
.cityToggle .list .item:hover,.cityToggle .list .item.active span{
  background-color: #eee;
}
.head {
  background-color: #fff;
  position: relative;
  line-height: 1;
  color: #0d1c28;
  font-size: .8rem;
  box-shadow: 0 0 10px 0 rgba(9, 41, 77, .25);
  z-index: 99;
}
.head .head_cont{
  padding: 1rem 0 10px 0;
  align-items:center;
}
.head .cityTit{
  color: #0d1c28;
  font-size:18px;
  margin-right:5px;
  font-weight:700;
}
.head .qiehuan{
  color: #727475;
  text-decoration: none;
  background-color: #f1f2f3;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 20px 5px 6px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.head .qiehuan::after{
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
  min-width: 5px;
  height: 5px;
  border:none;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head .qiehuan.isShow::after{
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px;
  min-width: 5px;
  height: 5px;
  border:none;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head .zwwlogo{
  width:186px;
  height:48px;
  display: block;
  background:url("../images/20211015/logo3.png") no-repeat;
  background-size: contain;
}
.head .rightDiv a{
  display: inline-flex;
  padding: 0 10px;
}
.bl1{
  border-left: 1px solid #bec0c3;
}
.br1{
  border-right: 1px solid #bec0c3;
}
.head .rightDiv .ipv6{
  border-radius: 20px;
  padding: 3px 9px;
  font-size: 12px;
  background: rgba(0,0,0,.09);
  color: #5c6166;
  margin: 0 10px;
}
.head .rightDiv .layui-nav{
  background: none;
}
.head .rightDiv .layui-nav .layui-nav-item{
  line-height: 30px;
}
.head .rightDiv .layui-nav .layui-nav-item a{
  padding: 0 20px;
  color: #333;
}
.head .rightDiv .layui-nav .layui-nav-item .layui-nav-child{
  right: 0;
  left: auto;
  top: 30px;
}
.head .rightDiv .layui-nav .layui-nav-item .layui-nav-child a{
  display: block;
  box-sizing: border-box;
}

.divider{
  width: 1px;
  height: 20px;
  margin: 0 10px;
  display: inline-flex;
  background-color: #bec0c3;
}

.bread{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bread a{
  color: #0d1c28;
  font-weight: 700;
  margin-right: 2px;
}
.bread a::after{
  content: "";
  display: inline-block;
  min-width: 5px;
  height: 5px;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 8px;
  vertical-align: middle;
}
.bread a:last-child::after{
  content: '';
  display: none;
}

/*显示、隐藏按钮样式*/
.toggleBtn{
  cursor: pointer;
  width: 100%;
  display: block;
  background-color: #f1f2f3;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  margin-top: 10px;
  color: #4293f4;
  font-weight: 700;
  margin-bottom: 14px!important;
}

/*列表展示*/
.listDiv .tit{
  border-bottom: 4px solid #0d1c28;
  height:60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #0d1c28;
}

/*右侧悬浮*/
.nav-div{
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 12px;
  color: #6c6c6c;
  text-align: center;
  z-index: 99;
  box-shadow: 0 0 0.75rem 0 rgba(9,41,77,.1);
}
.nav-div .item{
  display: block;
  padding: 17px 0;
  height: 66px;
  width: 66px;
  box-sizing: border-box;
  color: #6c6c6c;
  overflow: hidden;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-div .item div{
  font-size: 12px;
}
.nav-div .item i{
  font-size: 20px;
}
.nav-div .item:hover{
  background-color: #4293f4;
  color: #fff;
  box-shadow: 0 0 15px 0 rgba(9,41,77,10);
}

