* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
.header {
  width: 100%;
  background: #fff;
}
.leftBox {
  width: 32%;
  display: inline-block;
  height: 900px;
  position: relative;
  float: left;
}
.leftBox .textLogoWrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -108px;
}
.rightBox {
  width: 63%;
  height: 900px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
.rightBox .itemCont {
  width: 825px;
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -417px;
}
.rightBox .itemWrap {
  width: 202px;
  height: 202px;
  text-align: center;
  display: inline-block;
}
.two, .three, .four, .five {
  margin-left: 100px;
}
.four, .five {
  margin-top: 80px;
}
.line {
  width: 1px;
  height: 112px;
  background: #fff;
  position: absolute;
  left: 144px;
  top: 190px;
  transform:rotate(-40deg);
  -ms-transform:rotate(-40deg); 
  -webkit-transform:rotate(-40deg);
}
.lineTwo {
  left: 444px;
}
.lineThree {
  height: 170px;
  left: 303px;
  top: 163px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
}
.lineFour {
  height: 170px;
  left: 615px;
  top: 167px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
}
.cira {
  display: block;
  position: relative;
}
.cira:before, .cira:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 52px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,128, 0.7);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  z-index: -10;
}
.cira:hover:before, .cira:hover:after {
  z-index: 11;
  border-color: transparent;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(4);
  transform: scale(4);
  -webkit-transition: 1500ms transform ease, 2100ms blur ease, 900ms border-color ease;
  transition: 1500ms transform ease, 2100ms blur ease, 900ms border-color ease;
}
.cira:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.footer {
  width: 100%;
  height: 170px;
  box-sizing: border-box;
  padding: 20px 30px 40px 30px;
  background: #333;
}
.footer p {
  margin-bottom: 4px;
  height: 20px;
  color: #fff;
  font-weight: bold;
  font: 14px/40px 微软雅黑;
}
.footer p a, .footer p em {
  color: #fff;
  font-weight: bold;
  font: 14px/40px 微软雅黑;
}
.footer p a:hover {
  color: #62d3f2;
  transition: 0.2s;
}
.footer-r a {
  color: #fff;
  margin: 4px;
}
.footer-r a:hover {
  color: #d12f27;
  transition: 0.2s;
}
.erCode {
  position: fixed;
  right: 0;
  top: 40%;
}
.serCode, .dizhi {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  margin-top: 4px;
  position: relative;
}
.dizhi {
  overflow: hidden;
}
.dizhi .fffdizhi {
  position: absolute;
  top: 50px;
  right: 0;
  transition: 0.3s;
}
.serCode img, .fffdizhi {
  width: 50px;
  height: 50px;
}
.bigerCode {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -105px;
  bottom: 0;
  transition: 0.3s;
}
.serCode:hover .bigerCode {
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
}
.dizhi:hover .fffdizhi {
  position: absolute;
  top: 0px;
  right: 0;
}
.mfooter {
  display: none;
}

/* 手机版 */
@media screen and (max-width:768px) {
  .header img {
    width: 100%;
  }
  .leftBox {
    width: 100%;
    height: 212px;
  }
  .leftBox .textLogoWrap {
    width: 100%;
    border-top: none;
    border-bottom: 1px dashed #fff;
  }
  .line {
    display: none;
  }
  .rightBox {
    width: 100%;
    height: 650px;
    margin-left: 0;
  }
  .rightBox .itemWrap {
    width: 50%;
    float: left;
    text-align: center;
  }
  .leftBox .textLogoWrap img {
    width: 110%;
  }
  .itemWrap .sjwzimg {
    width: 120px;
    height: 60px;
  }
  .two, .three, .four, .five {
    margin-left: 0;
  }
  .rightBox .three {
    width: 100%;
    display: block;
  }
  .rightBox .three a {
    display: block;
  }
  .four, .five {
    margin-top: 0;
  }
  .rightBox .itemCont {
    top: 45%;
  }
  .rightBox .itemCont {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .cira:before, .cira:after {
    display: none;
  }
  .cira {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .footer {
    display: none;
  }
  .mfooter {
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
  }
  .mfooter p {
    margin-top: 10px;
  }
}