@charset "UTF-8";
a, li {
  box-sizing: border-box; }

body {
  background-color: #fff; }

.header {
  width: 100%;
  background: #fff url("../img/c-bg.jpg")/*tpa=http://zv.cnbhs.cn/img/c-bg.jpg*/ no-repeat top;
  background-size: 100%; }
  .header .top {
    text-align: center;
    color: #fff;
    height: 951px; }
    .header .top h1 {
      padding-top: 288px;
      font-size: 4.8rem;
      font-weight: normal;
      letter-spacing: 17px; }
    .header .top h2 {
      padding-top: 75px;
      font-size: 2.8rem;
      font-weight: normal;
      letter-spacing: 2px; }

.business {
  margin-top: 100px; }
  .business .s-header .title {
    font-size: 4.6rem;
    text-align: center;
    position: relative; }
    .business .s-header .title h5 {
      letter-spacing: 7px;
      font-family: '黑体';
      line-height: 60px; }
    .business .s-header .title h5:before {
      position: absolute;
      top: 33px;
      left: 0;
      content: '';
      width: 39%;
      border-bottom: 3px solid #666; }
    .business .s-header .title h5:after {
      position: absolute;
      top: 33px;
      left: 61%;
      content: '';
      width: 39%;
      border-bottom: 3px solid #666; }
  .business .s-header .en {
    text-align: center;
    color: #666;
    font-size: 2rem;
    line-height: 30px; }
  .business .s-header .line {
    margin: 4px auto 0;
    width: 16%;
    height: 4px;
    display: block;
    background-color: #00285E; }
  .business .s-header .down {
    display: block;
    margin-left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-top: 10px solid #00285E;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .business ul {
    width: 72%;
    margin: 82px auto 14px; }
    .business ul li {
      margin: 0 2.2% 116px;
      width: 20.6%;
      float: left;
      text-align: center;
      font-size: 2.9rem;
      border: 2px solid #BFBFBF;
      padding-top: 40px; }
      .business ul li span {
        font-size: 3.6rem;
        border-radius: 100%;
        border: 3px solid #666;
        padding: 20px;
        color: #666; }
      .business ul li h5 {
        font-weight: normal;
        letter-spacing: 3px;
        font-family: 黑体;
        line-height: 143px;
        height: 143px; }
    .business ul li:hover {
      border-color: #003466;
      background-color: #003466; }
      .business ul li:hover span {
        border: none;
        color: #003466;
        background-color: #fff; }
      .business ul li:hover h5 {
        color: #fff; }

.multi {
  width: 100%;
  height: 912px;
  background: #fff url("../img/multi-bg.jpg")/*tpa=http://zv.cnbhs.cn/img/multi-bg.jpg*/ no-repeat top;
  background-size: 100%;
  text-align: center;
  color: #fff;
  padding-top: 90px; }
  .multi h2 {
    font-family: 黑体;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: 2px; }
  .multi h5 {
    font-weight: normal;
    font-size: 2rem;
    line-height: 30px; }
  .multi ul {
    width: 74%;
    margin: 72px auto 0; }
    .multi ul li {
      width: 24.5%;
      margin: 0 4.415%;
      float: left;
      background-color: #fff;
      border-radius: 60px;
      padding-top: 75px; }
      .multi ul li span {
        color: #003466;
        font-size: 9.5rem;
        line-height: 147px; }
      .multi ul li h6 {
        font-size: 3rem;
        color: #003466;
        font-weight: normal;
        letter-spacing: 1px;
        font-family: 黑体;
        line-height: 62px;
        margin-bottom: 30px; }
      .multi ul li p {
        font-size: 1.5rem;
        color: #666;
        font-family: 黑体;
        line-height: 33px; }
      .multi ul li a {
        display: block;
        width: 150px;
        height: 36px;
        line-height: 36px;
        border-radius: 10px;
        margin: 30px auto;
        color: #fff;
        background-color: #003466;
        letter-spacing: 2px;
        cursor: pointer; }

.process {
  padding-top: 146px; }
  .process .s-header .title {
    font-size: 4.6rem;
    text-align: center;
    position: relative; }
    .process .s-header .title h5 {
      letter-spacing: 7px;
      font-family: '黑体';
      line-height: 60px; }
    .process .s-header .title h5:before {
      position: absolute;
      top: 33px;
      left: 0;
      content: '';
      width: 37%;
      border-bottom: 3px solid #666; }
    .process .s-header .title h5:after {
      position: absolute;
      top: 33px;
      left: 63%;
      content: '';
      width: 37%;
      border-bottom: 3px solid #666; }
  .process .s-header .en {
    text-align: center;
    color: #666;
    font-size: 2rem;
    line-height: 30px; }
  .process .s-header .line {
    margin: 10px auto 0;
    width: 20%;
    height: 4px;
    display: block;
    background-color: #00285E; }
  .process .s-header .down {
    display: block;
    margin-left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-top: 10px solid #00285E;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .process ul {
    width: 79%;
    margin: 244px auto 0; }
    .process ul li {
      float: left; }
    .process ul .point {
      height: 14px;
      width: 14px;
      border-radius: 7px;
      background-color: #264768;
      margin-top: 5px; }
    .process ul .line-s {
      height: 2px;
      width: 67px;
      background-color: #999999;
      margin: 11px 2px 0;
      position: relative; }
      .process ul .line-s span {
        position: absolute;
        left: 45px; }
    .process ul .circle {
      height: 24px;
      width: 24px;
      border-radius: 100%;
      border: 4px solid #264768;
      position: relative; }
      .process ul .circle .shu {
        position: absolute;
        width: 2px;
        height: 35px;
        background-color: #264768; }
      .process ul .circle .iconfont {
        position: absolute;
        color: #fff;
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        background-color: #264768;
        border-radius: 100%;
        font-size: 2.0rem; }
      .process ul .circle p {
        position: absolute;
        font-size: 1.1rem;
        width: 200px; }
    .process ul .circle-o .shu {
      top: 20px;
      left: 7px; }
    .process ul .circle-o .iconfont {
      top: 55px;
      left: -22px; }
    .process ul .circle-o p {
      top: 135px;
      left: -52px; }
    .process ul .circle-e .shu {
      top: -39px;
      left: 7px; }
    .process ul .circle-e .iconfont {
      top: -99px;
      left: -21px; }
    .process ul .circle-e p {
      top: -141px;
      left: -60px; }
    .process ul .line {
      height: 2px;
      width: 103px;
      background-color: #999999;
      margin: 11px 2px 0; }
    .process ul .right {
      font-size: 2.2rem;
      color: #264768;
      line-height: 3px; }

.adv {
  margin-top: 214px; }

.more a {
  margin: 46px auto;
  display: block;
  text-align: center;
  height: 76px;
  line-height: 68px;
  width: 32%;
  border: 4px solid #202020;
  border-radius: 38px;
  color: #202020;
  font-size: 1.6rem;
  letter-spacing: 4px;
  cursor: pointer; }

.footer {
  margin-top: 0; }

/*# sourceMappingURL=gn.css.map */
