body {
  background: #f2f2f5;
  transition: all .1s;
  display: flex;
  font-family: -apple-system-font, Helvetica Neue, sans-serif; }

.my-bullet-active {
  opacity: 1 !important;
  background: #f43632 !important; }

.header {
  width: 100%;
  height: 12.315vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.963vw;
  padding: 2.778vw;
  background: #fff; }
  .header div {
    height: 100%; }
  .header div:nth-child(1) a img {
    height: 100%;
    width: auto; }
  .header div:nth-child(2) img {
    height: 100%;
    width: auto; }

.sever-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background: #fff;
  padding: 0px 2.778vw; }
  .sever-list .list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.778vw;
    border-bottom: 1px solid #eeeeee; }
    .sever-list .list-item div {
      display: flex;
      align-items: center;
      font-size: 3.889vw; }
      .sever-list .list-item div img {
        height: 3.889vw;
        width: auto;
        margin-right: 1.852vw; }
    .sever-list .list-item div:nth-child(1) {
      width: 70%; }
    .sever-list .list-item div:nth-child(2) a {
      color: #c5c5c5;
      font-size: 2.963vw; }
  .sever-list .sever-item {
    padding: 2.778vw 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 2.778vw; }
    .sever-list .sever-item > div {
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      justify-content: space-around;
      border: 1px solid #db6561;
      padding: 0.926vw; }
      .sever-list .sever-item > div a {
        position: relative;
        font-size: 0px; }
        .sever-list .sever-item > div a p {
          position: absolute;
          bottom: 0px;
          text-align: center;
          font-size: 2.778vw;
          background: rgba(0, 0, 0, 0.6);
          padding: 0.926vw 0px;
          width: 100%;
          color: #fff; }
      .sever-list .sever-item > div img {
        width: 100%;
        height: auto; }
      .sever-list .sever-item > div .text-bottom {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 3.241vw;
        padding: 2.315vw;
        background: #f2f2f5; }
        .sever-list .sever-item > div .text-bottom img {
          height: 1.481vw;
          width: auto;
          margin-right: 1.852vw; }
        .sever-list .sever-item > div .text-bottom text {
          font-size: 1rem; }

.banner {
  width: 100%;
  height: auto; }

.main {
  background: url(http://www.sinosure.com.cn/40zn/images/background.png) center center no-repeat; }
  .main .qy {
    width: 100%;
    height: 58.333vw;
    background: url(http://www.sinosure.com.cn/40zn/images/qy.png) center center no-repeat;
    background-size: 93%;
    padding: 16.667vw 9.259vw;
    position: relative; }
    .main .qy p {
      font-size: 2.963vw;
      color: #666666; }
    .main .qy p.more {
      text-align: right;
      padding-top: 1.389vw;
      color: #c7100a; }

.main .qy p.more a{
      color: #c7100a; }

  .main .zjxb {
    width: 100%;
    padding: 0px 2.778vw;
    margin-bottom: 1.852vw; }
    .main .zjxb div {
      width: 100%;
      margin-top: 1.389vw; }
      .main .zjxb div img {
        width: 100%; }
    .main .zjxb div.three {
      height: 11.111vw;
      display: flex;
      justify-content: space-around; }
      .main .zjxb div.three a {
        display: block;
        height: 100%; }
        .main .zjxb div.three a img {
          height: 100%;
          width: auto; }
  .main .zt-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 2.778vw;
    margin-top: 4.63vw; }
    .main .zt-title div {
      flex: 1;
      text-align: center; }
    .main .zt-title div:nth-child(1) {
      height: 0.278vw;
      background: #c7100a; }
    .main .zt-title div:nth-child(2) {
      border-right: 1.389vw solid #c7100a;
      border-left: 1.389vw solid #c7100a;
      color: #c7100a;
      font-size: 3.704vw; }
    .main .zt-title div:nth-child(3) {
      height: 0.278vw;
      background: #c7100a; }
