header {
    background-color: #ffffff;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
}
/* header>.header-box .left .logo {
    background-image: url(/templates/theme/common/images/index/logo2.png);
} */
header>.header-box .right .list .cell {
    color: #333;
}
header>.header-box .right .list .cell::before {
    background-color: #999;
}
.main {
    width: 1200px;
    margin: 77px auto 0;
    display: flex;
}
.main>.left {
    width: 730px;
    margin-left: 123px;
}
.main>.left .title {
    font-size: 30px;
    line-height: 1.5;
}
.main>.left .tail {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    color: #BBBBBB;
    font-size: 14px;
}
.main>.left .banner {
    max-width: 730px;
    margin-top: 45px;
}
.main>.left .content {
    line-height: 33px;
    font-size: 16px;
    margin-top: 20px;
}
.main>.left .page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 40px;
}
.main>.left .page a {
    color: #4998ff;
}
.block {
    min-width: 1200px;
  }
  .block4 {
    height: 410px;
  }
  .block4 .block-title {
    text-align: center;
    margin-top: 122px;
    display: inline-block;
    width: 100%;
  }
  .block4 .block-title .text {
    color: #4D4D4D;
    font-size: 30px;
  }
  .block4 .block-title img {
    margin-top: 43px;
    width: 41px;
  }
  .block4 .max-content-box {
    height: 447px;
    top: 59px;
    background-image: url(/templates/theme/common/images/index/contact_us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .block4 .max-content-box .content-title-box {
    margin-top: 90px;
  }
  .block4 .max-content-box .content-title-box .text1 {
    color: #fff;
  }
  .block4 .max-content-box .content-main-box {
    width: 1032px;
    height: 357px;
    background-color: #fff;
    margin: 46px auto 0;
    position: relative;
    text-align: center;
    padding-top: 129px;
    box-sizing: border-box;
  }
  .block4 .max-content-box .list {
    display: flex;
    justify-content: space-between;
    padding: 0 180px;
    margin: 80px auto 0;
  }
  .block4 .max-content-box .list .cell {
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .block4 .max-content-box .list .cell img {
    width: 50px;
  }
  .block4 .max-content-box .list .cell .text1 {
    margin-top: 12px;
    font-size: 16px;
  }
  .block4 .max-content-box .list .cell .text2 {
    margin-top: 12px;
    font-size: 20px;
    text-decoration: underline;
  }
  .block4 .content-main-box .text1 {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: bold;
  }
  .block4 .content-main-box .text2 {
    margin-top: 33px;
    font-size: 45px;
    font-weight: bold;
  }
  .block4 .content-main-box .text3 {
    margin-top: 19px;
    color: #4D4D4D;
    font-size: 20px;
  }
  .block4 .content-main-box .line {
    width: 180px;
    height: 4px;
    background-color: #333333;
    position: absolute;
    left: -49px;
    top: 21px;
  }
  .block4-bg {
    height: 120px;
    background-color: #020626;
    min-width: 1200px;
  }


  .content img{
    max-width: 730px;
  }
.page-history{
  margin-top: 50px;
  border-top:1px solid #dedede;
  padding-top: 30px;
  margin-bottom: 50px;
}

  .page-history .prev,.next{
    font-size: 16px;
    line-height: 1.8;
    color: #4998ff;
  }